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/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/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/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/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/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/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/SDL2/SDL2.json b/Flatpak/SDL2/SDL2.json new file mode 100644 index 0000000000..1a8be19260 --- /dev/null +++ b/Flatpak/SDL2/SDL2.json @@ -0,0 +1,22 @@ +{ + "name": "SDL2", + "buildsystem": "autotools", + "config-opts": ["--disable-static"], + "sources": [ + { + "type": "dir", + "path": "../../Externals/SDL/SDL" + } + ], + "cleanup": [ "/bin/sdl2-config", + "/include", + "/lib/libSDL2.la", + "/lib/libSDL2main.a", + "/lib/libSDL2main.la", + "/lib/libSDL2_test.a", + "/lib/libSDL2_test.la", + "/lib/cmake", + "/share/aclocal", + "/lib/pkgconfig"] +} + 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..1a059de6e0 --- /dev/null +++ b/Flatpak/org.DolphinEmu.dolphin-emu.yml @@ -0,0 +1,83 @@ +app-id: org.DolphinEmu.dolphin-emu +runtime: org.kde.Platform +runtime-version: '6.7' +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 + + # build the vendored SDL2 from Externals until the runtime gets 2.30.6 + - SDL2/SDL2.json + + - 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 d3fdd96ba8..534b71aa21 100644 --- a/Languages/po/ar.po +++ b/Languages/po/ar.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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)" @@ -180,7 +186,7 @@ msgstr "%1 لا يدعم هذه الميزة علي النظام الخاص بك 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,11 +196,11 @@ msgstr "" "%2 موضوع(s)\n" "%3 الإطار الحالي" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 قد انضم" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 لقد غادر" @@ -202,11 +208,11 @@ msgstr "%1 لقد غادر" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 القرص غير صالح" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 is now golfing" @@ -218,8 +224,8 @@ 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" @@ -236,11 +242,11 @@ 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)" @@ -249,17 +255,17 @@ msgid "%1% (Normal Speed)" msgstr "%1% (السرعة القياسية)" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -275,7 +281,7 @@ msgstr "" 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" @@ -309,20 +315,20 @@ msgstr "" 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." @@ -348,20 +354,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&حول" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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 "&إضافة رمز جديد" @@ -369,11 +375,11 @@ msgstr "&إضافة رمز جديد" msgid "&Add..." msgstr "&إضافة" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&إعدادات الصوت" @@ -385,15 +391,19 @@ msgstr "&التحديث التلقائي" msgid "&Borderless Window" msgstr "&نافذة بلا حدود" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&نقاط التوقف" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&تتبع اخطاء المحاكي" @@ -401,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&تحقق من وجود تحديثات" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&مسح الرموز" @@ -417,20 +427,24 @@ msgstr "&مسح الرموز" msgid "&Clone..." msgstr "&استنساخ" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&إعدادات ذراع التحكم" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&نسخ العنوان" @@ -438,26 +452,26 @@ msgstr "&نسخ العنوان" 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 "&تحرير الرمز" @@ -465,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:343 +#: 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 "&تصدير" @@ -489,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&الخط" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&الإطار المسبق" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&إعدادات المظهر الحر" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&إنشاء رموز من" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub مستودع " -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&إعدادات الرسومات" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&مساعدة" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&إعدادات مفاتيح الاختصار" @@ -543,11 +561,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -555,7 +573,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "&مزج الإطارات" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -563,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&تحميل الحالة" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Load Symbol Map" @@ -581,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&تأمين المصغرات في القائمة" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&الذاكرة" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&فيلم" @@ -605,7 +627,7 @@ msgstr "&فيلم" msgid "&Mute" msgstr "&صامت" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&شبكة الاتصال" @@ -614,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&خيارات" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&إيقاف مؤقت" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&تشغيل" @@ -638,7 +664,7 @@ msgstr "&تشغيل" msgid "&Properties" msgstr "&خصائص" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&وضع للقراءة فقط" @@ -646,7 +672,7 @@ msgstr "&وضع للقراءة فقط" msgid "&Refresh List" msgstr "&تحديث القائمة" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&تسجل" @@ -654,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Save Symbol Map" @@ -684,7 +710,7 @@ 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 منفذ" @@ -692,23 +718,27 @@ msgstr "&Skylanders منفذ" msgid "&Speed Limit:" msgstr "&حد السرعة" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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 "&أدوات" @@ -718,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&مشاهدة" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&الموقع" @@ -744,38 +774,30 @@ msgstr "&معلومات عن اللعبة" msgid "&Yes" msgstr "&نعم" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' لم يتم العثور على أي أسماء رموز تم إنشاؤها" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "* ضرب" @@ -792,7 +814,7 @@ msgstr ", فاصلة" msgid "- Subtract" msgstr "- طرح" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -862,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" @@ -920,7 +942,7 @@ msgstr "32-bit عدد صحيح غير موقع" #. i18n: Stereoscopic 3D #: 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" @@ -946,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" @@ -1043,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1084,8 +1106,8 @@ msgstr "" msgid "> Greater-than" msgstr "> أكثر-من" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "جلسة لعب الشبكة جارية بالفعل!" @@ -1122,7 +1144,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "لا يمكن تحميل حالة الحفظ دون تحديد لعبة لتشغيلها" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1142,7 +1164,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 "الحفظ التلقائي" @@ -1179,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 رموز" @@ -1221,8 +1243,8 @@ msgstr "ضبط" msgid "Achievement Settings" msgstr "إعدادات الإنجاز" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "الإنجازات" @@ -1298,7 +1320,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "تفعيل المحادثة في اللعب عبر الشبكة" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "نشط" @@ -1314,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 "محول" @@ -1322,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 "محول" @@ -1372,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "عنوان" @@ -1419,7 +1440,7 @@ msgid "" "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 "" @@ -1437,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" @@ -1449,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" @@ -1567,8 +1588,8 @@ msgstr "GC/Wii جميع ملفات" msgid "All Hexadecimal" msgstr "كل سداسي عشري" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "جميع حالات الحفظ (*.sav *.s##);; كل الملفات (*)" @@ -1580,7 +1601,7 @@ msgstr "جميع الأعداد الصحيحة الموقعة" msgid "All Unsigned Integer" msgstr "جميع الأعداد الصحيحة غير الموقعة" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "(*) جميع الملفات" @@ -1600,7 +1621,7 @@ msgstr "السماح بإعدادات المنطقة الغير متطابقة" 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 السماح للكتابة على" @@ -1618,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 "دائما" @@ -1640,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 "تحليل" @@ -1666,15 +1687,15 @@ msgstr "التنعيم" msgid "Any Region" msgstr "أي منطقة" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "إلحاق ب & ملف التوقيع الموجود" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "تطبيق ملف التوقيع" @@ -1684,7 +1705,7 @@ msgid "" ">If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "تاريخ الإصدار" @@ -1692,7 +1713,7 @@ msgstr "تاريخ الإصدار" msgid "Apply" msgstr "تطبيق" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1700,7 +1721,7 @@ msgstr "" 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'?" @@ -1712,10 +1733,18 @@ msgstr "هل أنت متأكد من أنك تريد حذف هذا الملف؟" msgid "Are you sure you want to delete this pack?" msgstr "هل أنت متأكد من أنك تريد حذف هذه الحزمة؟" +#: 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 "هل أنت واثق؟" @@ -1724,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 "نسبة الابعاد" @@ -1741,7 +1770,7 @@ msgstr "نسبة الابعاد" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1774,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 "إعدادات امتداد الصوت" @@ -1794,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 "تلقائي" @@ -1805,7 +1834,7 @@ msgstr "تلقائي (Multiple of 640x528)" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 msgid "Auto Update" -msgstr "" +msgstr "التحديث التلقائي" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" @@ -1823,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 "ضبط تلقائي لحجم النافذة" @@ -1831,15 +1860,15 @@ msgstr "ضبط تلقائي لحجم النافذة" msgid "Auto-Hide" msgstr "إخفاء تلقائي" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1867,7 +1896,7 @@ msgid "Auxiliary" msgstr "مساعدة" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1898,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 "الخلفية" @@ -1919,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 "تم توفير عنوان غير صحيح." @@ -1940,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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 "الشعار" @@ -1977,7 +2006,7 @@ msgstr "العنوان الأساسي" msgid "Base priority" msgstr "الأولوية الأساسية" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "الأساسية" @@ -2029,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) معدل البت" @@ -2043,11 +2072,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "حجم الكتلة" @@ -2081,67 +2110,67 @@ msgstr "" "libusb تم تمكين وضع عبور البلوتوث ولكن تم تصميم دولفين بدون\n" "لا يمكن استخدام وضع العبور" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "التمهيد لإيقاف مؤقت" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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 "فرع" -#: 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 "" @@ -2153,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 " @@ -2186,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 " @@ -2196,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 "" @@ -2223,11 +2252,11 @@ msgstr "الفروع" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "كسر" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2236,11 +2265,11 @@ msgstr "" msgid "Breakpoint" msgstr "توقف" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "تمت مصادفة نقطة توقف! إلغاء للخروج" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "نقاط التوقف" @@ -2274,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "تم تغيير حجم المخزن المؤقت إلى %1" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "المخزن المؤقت" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2336,7 +2365,7 @@ msgstr "بواسطة: %1" msgid "C Stick" msgstr "C عصا" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "إنشاء ملف التوقيع" @@ -2344,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 "خيارات المعالج" @@ -2356,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." @@ -2379,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 "المعايرة" @@ -2417,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2475,19 +2504,19 @@ 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 "لا يمكن التحديث بدون نتائج" @@ -2499,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 "" @@ -2523,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 "المركز و المعايرة" @@ -2531,7 +2560,7 @@ msgstr "المركز و المعايرة" msgid "Change &Disc" msgstr "تغيير &القرص" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "تغيير &القرص" @@ -2547,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." @@ -2574,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 "سيحدث تغيير الاسرار فقط عند إعادة تشغيل اللعبة." @@ -2594,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 "بحث عن اسرار" @@ -2602,7 +2631,7 @@ msgstr "بحث عن اسرار" msgid "Cheats Manager" msgstr "مدير الأسرار" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "NAND تحقق من" @@ -2636,27 +2665,27 @@ msgstr "اختر" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 msgid "Choose Folder to Extract To" -msgstr "" +msgstr "اختر المجلد للاستخراج إليه" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" -msgstr "" +msgstr "اختر ملف الإدخال ذو الأولوية" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" -msgstr "" +msgstr "اختر ملف الإدخال الثانوي" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:647 msgid "Choose a File to Open" -msgstr "" +msgstr "اختر ملفًا لفتحه" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 msgid "Choose a File to Open or Create" -msgstr "" +msgstr "اختر ملفًا لفتحه أو إنشائه" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2675,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "مسح ذاكرة التخزين المؤقت" @@ -2693,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 "استنساخ و &تحرير الرمز" @@ -2706,7 +2736,7 @@ msgstr "استنساخ و &تحرير الرمز" msgid "Close" msgstr "إغلاق" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "الإعدادات العامة" @@ -2714,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 "" @@ -2746,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "دمج اثنين من ملفات التوقيع" @@ -2763,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 " @@ -2773,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 " @@ -2783,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 "تجميع التظليل قبل البدء" @@ -2793,7 +2832,7 @@ msgstr "تجميع التظليل" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "نوع الضغط" @@ -2801,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 "نوع الضغط" @@ -2814,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "شرط" @@ -2908,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 "إعدادات دولفين" @@ -2921,26 +2960,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2951,15 +2998,15 @@ msgstr "التأكيد" msgid "Connect" msgstr "اتصال" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "%1 ربط ريموت وي" @@ -2979,7 +3026,7 @@ msgstr "ربط ريموت وي 3" msgid "Connect Wii Remote 4" msgstr "ربط ريموت وي 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "ربط ريموت وي " @@ -3003,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} المحتوى تالف" @@ -3020,7 +3067,7 @@ 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 "ملف تعريف ذراع التحكم" @@ -3128,8 +3175,8 @@ msgstr "التقارب" 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 "فشل تحويل." @@ -3137,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 "تحويل ملف إلى مجلد الآن" @@ -3147,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 "تحويل المجلد إلى ملف الآن" @@ -3173,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 "جارٍ التحويل ..." @@ -3212,19 +3259,19 @@ msgstr "" msgid "Copy" msgstr "نسخ" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3232,15 +3279,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "قيمة النسخ" @@ -3258,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 "مساحة اللون الصحيحة" @@ -3271,11 +3313,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3305,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" @@ -3315,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" @@ -3356,11 +3393,11 @@ 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 "لا يمكن حفظ التغييرات الخاصة بك" @@ -3381,7 +3418,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "تعذر البحث عن الخادم المركزي" @@ -3393,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 "الدولة" @@ -3426,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 "المنشئ" @@ -3434,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)." @@ -3450,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:304 +#: 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 "القيمة الحالية" @@ -3481,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) مخصص" @@ -3493,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 "خيارات تخصيص وقت النظام " @@ -3517,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 @@ -3544,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" @@ -3552,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 (بطيء)" @@ -3637,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 "التصحيح" @@ -3647,11 +3710,11 @@ 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 "تخفيض" @@ -3676,11 +3739,11 @@ msgstr "تقليل الأشعة تحت الحمراء" 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 تخفيض" @@ -3694,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 "الجهاز الافتراضي" @@ -3710,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" @@ -3718,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 " @@ -3729,7 +3792,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "حذف" @@ -3759,18 +3822,18 @@ msgstr "نسبة العمق" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "الوصف" @@ -3778,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 "" @@ -3791,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 "" @@ -3813,7 +3876,7 @@ msgstr "منفصل" msgid "Detect" msgstr "كشف" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3843,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 "جهاز" @@ -3851,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 "تقوم بتعتيم الشاشة بعد خمس دقائق من الخمول ." @@ -3875,7 +3938,7 @@ 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" @@ -3883,11 +3946,11 @@ msgstr "Disable EFB VRAM Copies" msgid "Disable Emulation Speed Limit" msgstr "تعطيل محاكاة الحد الأقصى للسرعة" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Fastmem تعطيل" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3895,11 +3958,11 @@ msgstr "" msgid "Disable Fog" msgstr "تعطيل الضباب" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Disable JIT Cache" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3907,14 +3970,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3945,7 +4008,7 @@ msgid "Discard" msgstr "تجاهل" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "اعدادات العرض" @@ -3979,11 +4042,11 @@ msgstr "Distance of travel from neutral position." msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "هل تسمح لشركة دولفين بالإبلاغ عن معلومات لمطوري دولفين؟" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "هل تريد مسح قائمه أسماء الرموز ؟" @@ -3993,7 +4056,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "هل تريد إيقاف المحاكاة الحالية؟" @@ -4001,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)" @@ -4014,22 +4077,22 @@ msgstr "Dolphin FIFO Log (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS Movies (*.dtm)" @@ -4064,11 +4127,11 @@ msgstr "فشل دولفين في إكمال الإجراء المطلوب." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "محاكي دولفين مفتوح المصدر لجهاز جيم كيوب و وي" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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." @@ -4076,11 +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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "تم تعطيل نظام الاسرار حاليا." @@ -4114,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 @@ -4124,27 +4187,27 @@ 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 " @@ -4193,19 +4256,19 @@ msgstr "Dump &FakeVMEM" msgid "Dump &MRAM" msgstr "Dump &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "تفريغ الإطارات" @@ -4213,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 "" @@ -4221,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 التفريغ المستهدف" @@ -4246,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." @@ -4275,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 "" @@ -4307,7 +4370,7 @@ msgstr "" "مناسب للألعاب التنافسية حيث يكون الإنصاف والحد الأدنى من وقت الإستجابة أكثر " "أهمية" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "بداية تحديث الذاكرة" @@ -4326,16 +4389,16 @@ msgstr "شرق اسيا" msgid "Edit Breakpoint" msgstr "تحرير نقطة التوقف" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "حرر" @@ -4344,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" @@ -4355,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "إكسابايت" @@ -4381,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 "المحاكي قيد التشغيل بالفعل" @@ -4407,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 "تمت محاكاة أجهزة يو إس بي" @@ -4432,16 +4509,16 @@ 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 "تمكين تمديد الصوت " @@ -4453,15 +4530,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 "تمكين وجود ديسكورد" @@ -4473,15 +4550,15 @@ msgstr "تمكين ثنائي النواة" 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 "تمكين ظهور الإنجازات " @@ -4489,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 "تمكين وضع المتشدد" -#: 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 " @@ -4515,33 +4592,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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 "تمكين شاشة التوقف" @@ -4549,11 +4626,11 @@ 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 "تمكين الإنجازات غير الرسمية" @@ -4561,15 +4638,15 @@ msgstr "تمكين الإنجازات غير الرسمية" 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 (بطيء)" @@ -4579,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 " @@ -4587,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 " @@ -4603,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 " @@ -4613,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 " @@ -4621,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." @@ -4641,12 +4718,12 @@ msgid "" "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 " @@ -4654,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 " @@ -4662,7 +4739,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 " @@ -4679,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 "لتمكين تمديد الصوت لتتناسب مع سرعة المحاكاة." @@ -4687,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 @@ -4699,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 " @@ -4723,7 +4800,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4731,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." @@ -4754,7 +4831,7 @@ msgstr "" "\n" "ألغى الاستيراد." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4764,7 +4841,7 @@ 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 "الإنجليزية" @@ -4781,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 "أدخل عنوانًا لمشاهدته" @@ -4805,7 +4882,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Enter the RSO module address:" @@ -4814,69 +4891,68 @@ msgstr "Enter the RSO module address:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4890,7 +4966,7 @@ msgstr "Enter the RSO module address:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "خطأ" @@ -4912,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 "خطأ في تحميل اللغة المحددة. العودة إلى النظام الافتراضي." @@ -4920,7 +4996,7 @@ msgstr "خطأ في تحميل اللغة المحددة. العودة إلى ا msgid "Error obtaining session list: %1" msgstr "خطأ في الحصول على قائمة الجلسة: 1%" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "حدث خطأ أثناء تحميل بعض حزم النسيج" @@ -4982,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 "خطأ: لا يدعم هذا الإصدار وذراع تحكم جيم بوي أدفانس التي تمت مضاهاتها" @@ -5002,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 "" @@ -5015,12 +5091,12 @@ msgstr "" msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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" @@ -5064,11 +5140,11 @@ msgstr "بداية التعبير المتوقعة" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "تصدير جميع حفظ وي" @@ -5083,7 +5159,7 @@ msgstr "فشل التصدير" msgid "Export Recording" msgstr "تصدير تسجيل" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "تصدير تسجيل" @@ -5111,14 +5187,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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 "ملحق" @@ -5139,7 +5215,7 @@ msgstr "خارجي" msgid "External Frame Buffer (XFB)" msgstr "(XFB) مخزن مؤقت للإطار الخارجي" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "NAND استخراج الشهادات من" @@ -5177,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" @@ -5197,11 +5273,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "فشل في إضافة هذه الجلسة إلى فهرس اللعب عبر الشبكة: 1%" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5217,7 +5293,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Redump.org فشل الاتصال بـ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "%1 فشل الاتصال بالخادم" @@ -5268,19 +5344,19 @@ msgstr "" 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: فشل في الكتابة إلى الملف" @@ -5293,7 +5369,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "فشل تصدير ملفات الحفظ التالية:" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "NAND فشل استخراج شهادات من" @@ -5323,27 +5399,27 @@ msgstr "D3D فشل في العثور على واحد أو أكثر من رموز msgid "Failed to import \"%1\"." msgstr "\"%1\" فشل الاستيراد" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "فشل في التهيئة الأساسية" @@ -5354,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 "فشل في تهيئة فئات العارض" @@ -5363,11 +5439,11 @@ msgid "Failed to install pack: %1" msgstr "%1 :فشل تثبيت الحزمة" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "NAND فشل تثبيت هذا العنوان على" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5375,8 +5451,8 @@ msgstr "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: 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" @@ -5388,7 +5464,7 @@ msgstr "d3d11.dll فشل تحميل" msgid "Failed to load dxgi.dll" msgstr "dxgi.dll فشل تحميل" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Failed to load map file '%1'" @@ -5402,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 "فشل تحميل الملف القابل للتنفيذ إلى الذاكرة." @@ -5416,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:1740 +#: 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 "" @@ -5466,7 +5542,7 @@ msgstr "" msgid "Failed to open file." msgstr "فشل فتح ملف" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "فشل في فتح الخادم" @@ -5513,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 "فشل تحليل القيمة المحددة في نوع البيانات المستهدفة." @@ -5601,31 +5677,31 @@ 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:1651 +#: 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:1696 +#: 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:1675 +#: 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:1775 +#: 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 > " @@ -5678,7 +5754,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "فشل" @@ -5710,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 "مجال الرؤية" @@ -5723,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "اسم الملف" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "مسار الملف" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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 "الملف لا يحتوي على رموز." @@ -5774,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}" @@ -5804,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 "الانتهاء من المعايرة" @@ -5839,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 @@ -5854,11 +5924,11 @@ msgstr "الأعلام" msgid "Float" msgstr "عدد عشري" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" "للحصول على أفضل النتائج ، يرجى نقل إدخالك ببطء إلى جميع المناطق المحتملة." @@ -5875,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" @@ -5883,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" @@ -5915,11 +5985,11 @@ 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 "" @@ -5941,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." @@ -5951,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 @@ -5966,13 +6036,13 @@ 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 الإطار" @@ -5993,11 +6063,11 @@ msgstr "زيادة سرعة الإطار المسبق" 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 "مجموعة الإطار " @@ -6005,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 "إطارات للتسجيل" @@ -6025,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 تحكم في المظهر الحر" @@ -6045,7 +6115,11 @@ 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 "نظرة حرة" @@ -6060,7 +6134,7 @@ 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 "الفرنسية" @@ -6079,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 "من" @@ -6088,12 +6162,12 @@ msgstr "من" msgid "FullScr" msgstr "شاشة كاملة" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "وظيفة" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "اعدادات الوظيفة" @@ -6137,11 +6211,11 @@ msgstr "صوت جيم بوي أدفانس" msgid "GBA Window Size" msgstr "حجم النافذة جيم بوي أدفانس" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6165,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" @@ -6183,7 +6257,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "GPU فك تشفير نسيج" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6193,25 +6267,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6223,7 +6297,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6241,8 +6315,8 @@ 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 "جيم بوي أدفانس" @@ -6256,7 +6330,7 @@ msgid "" "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 جيم بوي أدفانس في منفذ" @@ -6268,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 "تفاصيل اللعبة" @@ -6285,11 +6359,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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 "معرف اللعبة" @@ -6298,7 +6372,7 @@ msgstr "معرف اللعبة" msgid "Game Status" msgstr "حالة اللعبة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "تغيرت اللعبة إلى \"%1\"" @@ -6349,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" @@ -6361,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" @@ -6382,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" @@ -6410,7 +6484,7 @@ 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 رموز" @@ -6421,17 +6495,17 @@ msgstr "Gecko رموز" #: 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 "" @@ -6446,17 +6520,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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 "الألمانية" @@ -6464,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "غيغابايت" @@ -6492,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 "الرسومات" @@ -6532,7 +6606,7 @@ msgstr "اليسار أخضر" msgid "Green Right" msgstr "اليمين أخضر" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "شبكة" @@ -6577,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 "مستوى البطل" @@ -6610,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "إخفاء الكل" @@ -6630,7 +6704,7 @@ msgstr "إخفاء جلسات العمل غير المتوافقة" 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 " "render window is focused.

If unsure, select "" @@ -6638,11 +6712,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "الأعلى" @@ -6665,13 +6739,37 @@ msgstr "هوست" msgid "Host Code:" msgstr "رمز المضيف" +#. 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/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 "" @@ -6685,14 +6783,22 @@ msgstr "" "مناسب للألعاب غير الرسمية مع أكثر من 3 لاعبين ، وربما على اتصالات غير مستقرة " "أو عالية وقت الإستجابة." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "تم تعطيل سلطة إدخال المضيف" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "استضافة لعب عبر الشبكة" @@ -6701,7 +6807,7 @@ msgstr "استضافة لعب عبر الشبكة" msgid "Hostname" msgstr "اسم المضيف" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "إعدادات مفاتيح الاختصار" @@ -6711,11 +6817,11 @@ msgstr "إعدادات مفاتيح الاختصار" 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" @@ -6742,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 "إصدار النظام" @@ -6773,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 "حساسية الأشعة تحت الحمراء" @@ -6862,7 +6968,7 @@ 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." @@ -6879,7 +6985,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6891,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 "" @@ -6916,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 " @@ -6932,7 +7038,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "النسخة الاحتياطية BootMii NAND استيراد" @@ -6947,15 +7053,15 @@ msgstr "فشل الاستيراد" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "استيراد حفظ وي" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr " NAND استيراد النسخ الاحتياطي" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -6964,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 " @@ -6977,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 " @@ -6985,31 +7091,31 @@ 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 "زيادة" @@ -7034,15 +7140,15 @@ msgstr "زيادة الأشعة تحت الحمراء" 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 "تناوب تزايدي" @@ -7079,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "منع شاشة التوقف أثناء المحاكاة" @@ -7093,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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 "إدخال" @@ -7111,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SD Card ادرج" @@ -7137,7 +7243,7 @@ msgstr "(%1) تثبيت القسم" msgid "Install Update" msgstr "تثبيت التحديث" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WAD تثبيت" @@ -7152,7 +7258,7 @@ 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 "تعليمات" @@ -7161,7 +7267,7 @@ msgstr "تعليمات" msgid "Instruction Breakpoint" msgstr "نقطة توقف التعليمات" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "التعليمات" @@ -7170,7 +7276,7 @@ msgstr "التعليمات" msgid "Instruction: %1" msgstr "%1 تعليمات" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7239,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreter Core" @@ -7263,7 +7369,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "رمز مختلط غير صالح" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "حزمة غير صالحة 1% مقدمة :2%" @@ -7272,11 +7378,11 @@ msgstr "حزمة غير صالحة 1% مقدمة :2%" msgid "Invalid Player ID" msgstr "معرف لاعب غير صالح" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "مكدس استدعاء غير صالح" @@ -7297,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 "إدخال غير صالح المقدمة" @@ -7305,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 "تم إعطاء معلمات غير صالحة للبحث" @@ -7333,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 "الإيطالية" @@ -7352,96 +7466,97 @@ msgstr "إيطاليا" msgid "Item" msgstr "عنصر" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branch Off" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FloatingPoint Off" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Integer Off" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LoadStore Floating Off" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LoadStore Off" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LoadStore Paired Off" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LoadStore lXz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LoadStore lbzx Off" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LoadStore lwz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Off (JIT Core)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT Register Cache Off" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT SystemRegisters Off" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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 "اليابانية" @@ -7452,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:683 +#: 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 "إبقاء النافذة في المقدمة" @@ -7493,7 +7608,7 @@ msgstr "تحكم لوحة المفاتيح" msgid "Keys" msgstr "مفاتيح" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "كيلوبايت" @@ -7501,12 +7616,12 @@ msgstr "كيلوبايت" msgid "Kick Player" msgstr "طرد لاعب" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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 "الكورية" @@ -7535,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 :وقت الإستجابة" @@ -7577,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 @@ -7681,11 +7796,11 @@ msgstr "ضوء" msgid "Limit Chunked Upload Speed:" msgstr "الحد من سرعة الرفع المقسم:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "قائمة الأعمدة" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "قائمة" @@ -7695,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Load &Bad Map File..." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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 "تحميل النسيج المخصص" @@ -7725,7 +7840,7 @@ msgstr "تحميل النسيج المخصص" msgid "Load File" msgstr "تحميل الملف" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "تحميل قائمة جيم كيوب الرئيسية " @@ -7738,8 +7853,8 @@ msgstr "تحميل بيانات حفظ المضيف فقط" msgid "Load Last State" msgstr "تحميل الحالة الأخيرة" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7840,19 +7955,19 @@ msgstr "تحميل الحالة فتحة 8" msgid "Load State Slot 9" msgstr "تحميل الحالة فتحة 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "تحميل الحالة من الملف" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "تحميل الحالة من الفتحة المحددة" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "تحميل الحالة من الفتحة" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "%1 تحميل قائمة نظام وي" @@ -7864,30 +7979,30 @@ msgstr "تحميل وكتابة بيانات حفظ المضيف" msgid "Load from Selected Slot" msgstr "تحميل من الفتحة المحددة" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "%1 - %2 تحميل من الفتحة" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7897,7 +8012,7 @@ msgstr "" msgid "Local" msgstr "محلي" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "قفل مؤشر الماوس" @@ -7906,7 +8021,7 @@ msgstr "قفل مؤشر الماوس" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7914,7 +8029,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "سجل" @@ -7923,20 +8038,20 @@ msgstr "سجل" msgid "Log Configuration" msgstr "إعداد السجل" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "تسجيل الدخول" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "تسجيل وقت التقديم للملف" @@ -7948,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "فقد الاتصال بالخادم" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 " الحد الأدنى" @@ -8002,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 "" @@ -8032,12 +8163,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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 "الناشر" @@ -8049,12 +8180,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "أخذ عينات النسيج يدويا" @@ -8066,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "المخزن المؤقت الأقصى" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 تم تغيير حجم المخزن المؤقت الأقصى إلى" @@ -8083,7 +8218,7 @@ 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 "قد يسبب تباطؤ في قائمة وي وبعض الألعاب." @@ -8104,7 +8239,7 @@ msgstr "نقطة توقف الذاكرة" msgid "Memory Card" msgstr "بطاقة الذاكرة" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "مدير بطاقة الذاكرة" @@ -8112,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 "تجاوز الذاكرة" @@ -8132,7 +8267,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -8144,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:528 +#: 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 "" @@ -8181,7 +8324,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "عدم تطابق بين هياكل البيانات الداخلية." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8201,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 " @@ -8213,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "احادي" @@ -8238,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 "محاكاة الحركة" @@ -8251,11 +8394,11 @@ 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 "نقل" @@ -8271,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 "" @@ -8280,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 تحقق" @@ -8296,7 +8449,7 @@ msgstr "NAND تحقق" msgid "NKit Warning" msgstr "NKit تحذير" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8323,7 +8476,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8350,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 "الاسم" @@ -8411,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 "أبدا" @@ -8420,7 +8573,7 @@ msgid "Never Auto-Update" msgstr "عدم التحديث التلقائي" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "جديد" @@ -8431,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)" @@ -8463,7 +8616,7 @@ msgstr "علامة جديدة" msgid "Next Game Profile" msgstr "ملف تعريف اللعبة التالية" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "التالية" @@ -8478,7 +8631,7 @@ 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 "الاسم المستعار" @@ -8500,13 +8653,13 @@ 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 "لا تطابق" @@ -8514,7 +8667,7 @@ msgstr "لا تطابق" 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 "لا توجد بيانات لتعديلها" @@ -8535,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 "لا توجد لعبة قيد التشغيل" @@ -8554,9 +8707,9 @@ 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:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "لم يتم اكتشاف أية مشكلات." @@ -8564,15 +8717,15 @@ msgstr "لم يتم اكتشاف أية مشكلات." 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 " @@ -8586,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 "لم يتم تحميل التسجيل" @@ -8665,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." @@ -8701,7 +8849,7 @@ msgstr "عصا نونشوك" msgid "OK" msgstr "موافق" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "%1 موضوع" @@ -8753,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 "نطاق الكائن" @@ -8774,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 " @@ -8800,7 +8948,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "وثائق على الانترنت" @@ -8808,7 +8956,7 @@ msgstr "وثائق على الانترنت" msgid "Only Show Collection" msgstr "عرض المجموعة فقط" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -8816,7 +8964,7 @@ msgstr "" "إلحاق رموز فقط بالبادية:\n" "(فارغ لكل الرموز)" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8835,20 +8983,20 @@ 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 "" +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 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8914,31 +9062,31 @@ 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:231 @@ -8956,7 +9104,7 @@ msgstr "(%1) قسم آخر" 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 "إدارة الحالة الأخرى" @@ -8966,7 +9114,7 @@ msgstr "لعبة أخرى" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:446 msgid "Output" -msgstr "" +msgstr "الإخراج" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" @@ -8976,15 +9124,15 @@ msgstr "إعادة تشكيل الإخراج" msgid "Output Resampling:" msgstr "إعادة تشكيل الإخراج" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "الكتابة فوق" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "تشغيل تسجيل الإدخال" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8998,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:603 +#: 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" @@ -9048,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 "كلمة المرور" @@ -9073,7 +9230,7 @@ msgstr "تصحيح الاسم" msgid "Patches" msgstr "تصحيحات" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "مسار" @@ -9086,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:801 +#: 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 " @@ -9110,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." @@ -9135,7 +9292,7 @@ msgstr "سرعة الذروة لحركات التأرجح الخارجية." msgid "Per-Pixel Lighting" msgstr "لكل بكسل إضاءة" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "تحديث النظام عبر الإنترنت" @@ -9143,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 "إحصائيات الأداء" @@ -9165,11 +9322,11 @@ msgstr "فيزيائي" msgid "Physical address space" msgstr "مساحة العنوان الفعلي" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "بيتابايت" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "debug اختر خط" @@ -9186,7 +9343,7 @@ msgid "Pitch Up" msgstr "Pitch Up" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "المنصة" @@ -9194,7 +9351,7 @@ msgstr "المنصة" msgid "Play" msgstr "تشغيل" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "لعب / سجل" @@ -9206,7 +9363,7 @@ 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 "خيارات التشغيل" @@ -9243,20 +9400,25 @@ msgstr "اللاعب الثاني القدرة الثانية" 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 "يرجى بدء لعبة قبل بدء البحث باستخدام مناطق الذاكرة القياسية" @@ -9289,7 +9451,7 @@ msgstr "منفذ" msgid "Portal Slots" msgstr "فتحات البوابة" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "تم اكتشاف مزامنة محتملة: %1 قد تمت مزامنتها في الإطار %2" @@ -9314,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 "جلب النسيج المخصص المسبق " @@ -9355,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 " @@ -9370,7 +9532,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "ملف تعريف اللعبة السابقة" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "السابقة" @@ -9398,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." @@ -9406,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." @@ -9414,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." @@ -9431,15 +9593,15 @@ msgstr "الملف الشخصي" msgid "Program Counter" msgstr "عداد البرنامج" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9449,7 +9611,7 @@ msgstr "" msgid "Public" msgstr "عامة" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "أزالة ذاكره التخزين المؤقت لقائمة الألعاب" @@ -9473,7 +9635,7 @@ msgstr "(QoS) تعذر تمكين جوده الخدمة ." 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" @@ -9482,7 +9644,7 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "مشكلة" @@ -9507,11 +9669,11 @@ msgstr "R-قوة ضغطة" msgid "READY" msgstr "جاهز" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO Modules" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO الكشف التلقائي" @@ -9544,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "اقرأ" @@ -9593,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 "" @@ -9603,7 +9769,11 @@ 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 "تسجيل" @@ -9611,15 +9781,15 @@ msgstr "تسجيل" 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 "تسجيل" @@ -9654,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 @@ -9669,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 "تحديث القيم الحالية" @@ -9683,7 +9852,7 @@ msgid "Refreshing..." msgstr "تحديث..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "المنطقة" @@ -9717,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 "إزالة" @@ -9748,25 +9917,35 @@ msgstr "" "(إلا إذا قمت بحزم ملف ISO بتنسيق مضغوط مثل ZIP بعد ذلك)\n" "هل تريد المتابعة على أية حال؟" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9775,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9794,7 +9973,7 @@ msgstr "إعادة تعيين" msgid "Reset All" msgstr "إعادة تعيين الكل" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "إعادة تعيين تجاهل معالج الذعر" @@ -9818,7 +9997,7 @@ msgstr "أعاده تعيين إعدادات الاجتياز" msgid "Reset Values" msgstr "إعادة تعيين القيم" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "إعادة تعيين طريقة العرض" @@ -9826,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 "نوع الدقة" @@ -9838,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 "مطلوب إعادة تشغيل" @@ -9846,9 +10025,9 @@ msgstr "مطلوب إعادة تشغيل" msgid "Restore Defaults" msgstr "استعادة الضبط الافتراضي" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" -msgstr "" +msgstr "استعادة التعليمات" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 @@ -9867,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 @@ -9922,7 +10101,7 @@ msgstr "Roll Right" msgid "Room ID" msgstr "معرف الغرفة" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "دوران" @@ -9931,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 " @@ -9940,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 " @@ -9952,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" @@ -9977,19 +10165,24 @@ msgstr "" msgid "Rumble" msgstr "هزاز" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -10005,19 +10198,19 @@ msgstr "روسيا" 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 إعدادات" @@ -10025,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 مجلد مزامنة" @@ -10060,11 +10253,11 @@ msgstr "SSL سياق" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "حفظ الرموز" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "حفظ الحالة" @@ -10076,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10086,40 +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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:379 msgid "Save Converted Image" -msgstr "" +msgstr "حفظ الصورة المحولة" #: Source/Core/DolphinQt/ConvertDialog.cpp:370 msgid "Save Converted Images" -msgstr "" +msgstr "حفظ الصور المحولة" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "حفظ التصدير" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 msgid "Save File To" -msgstr "" +msgstr "حفظ الملف إلى" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -10130,15 +10323,15 @@ msgstr "حفظ اللعبة" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -10150,11 +10343,11 @@ msgstr "حفظ الحالة الأقدم" msgid "Save Preset" msgstr "حفظ الإعداد المسبق" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "حفظ ملف التسجيل باسم" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10204,23 +10397,23 @@ msgstr "حفظ الحالة فتحة 8" msgid "Save State Slot 9" msgstr "حفظ الحالة فتحة 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "حفظ الحالة في ملف" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "حفظ الحالة في أقدم فتحة" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "حفظ الحالة في الفتحة المحددة" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "حفظ الحالة في الفتحة" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Save Symbol Map &As..." @@ -10228,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 "حفظ و تحميل الحالة" @@ -10236,11 +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:1135 +#: 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" @@ -10258,11 +10451,11 @@ msgstr "Save in Same Directory as the ROM" msgid "Save to Selected Slot" msgstr "حفظ في الفتحة المحددة" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "حفظ" @@ -10282,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" @@ -10291,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "بحث" @@ -10301,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 "بحث في الكائن الحالي" @@ -10313,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." @@ -10321,7 +10514,7 @@ msgstr "" "البحث غير ممكن حاليا في مساحة العنوان الافتراضية. يرجى تشغيل اللعبة قليلا " "والمحاولة مرة أخرى." -#: Source/Core/DolphinQt/MenuBar.cpp:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "ابحث عن تعليمات" @@ -10329,7 +10522,7 @@ msgstr "ابحث عن تعليمات" msgid "Search games..." msgstr "بحث عن الالعاب" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "تعليمات البحث" @@ -10363,7 +10556,7 @@ 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, " "cancel)" @@ -10374,7 +10567,7 @@ msgid "Select Dump Path" msgstr "تحديد مسار التفريغ" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "حدد ملف تصدير " @@ -10394,7 +10587,7 @@ msgstr "حدد قرص جيم بوي أدفانس" msgid "Select GBA Saves Path" msgstr "حدد مسار الحفظ جيم بوي أدفانس" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10406,7 +10599,7 @@ msgstr "حدد الحالة الأخيرة" msgid "Select Load Path" msgstr "حدد مسار التحميل" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10418,13 +10611,13 @@ msgstr "حدد مسار حزمة الموارد" msgid "Select Riivolution XML file" msgstr "Riivolution XML حدد ملف" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" -msgstr "" +msgstr "حدد حفظ الملف" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" @@ -10434,7 +10627,7 @@ msgstr "Skylander حدد مجموعة" msgid "Select Skylander File" msgstr "حدد ملف Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "%1 - %2 حدد الفتحة" @@ -10442,7 +10635,7 @@ msgstr "%1 - %2 حدد الفتحة" msgid "Select State" msgstr "اختر الحالة" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "حدد فتحة الحالة" @@ -10486,7 +10679,7 @@ msgstr "حدد فتحة الحالة 8" msgid "Select State Slot 9" msgstr "حدد فتحة الحالة 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10503,17 +10696,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "حدد ملف" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10521,7 +10714,7 @@ msgstr "" msgid "Select a Game" msgstr "اختر لعبة" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "حدد ملف" @@ -10533,11 +10726,11 @@ msgstr "اختر لعبة" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "RSO حدد عنوان وحدة" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "حدد ملف التسجيل للتشغيل" @@ -10549,7 +10742,7 @@ msgstr "" 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 "اختيار الملف التحكم الشخصي غير موجود " @@ -10557,7 +10750,7 @@ msgstr "اختيار الملف التحكم الشخصي غير موجود " #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "اللعبة المختارة غير موجودة في قائمة الألعاب!" @@ -10569,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 " @@ -10611,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 " @@ -10633,14 +10826,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10668,7 +10861,7 @@ msgstr "" msgid "Send" msgstr "إرسال" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "موضع الاستشعار" @@ -10705,32 +10898,32 @@ 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 "" +msgstr "قم بتعيين ملف بطاقة الذاكرة للفتحة A" #: Source/Core/DolphinQt/GCMemcardManager.cpp:360 msgid "Set Memory Card File for Slot B" -msgstr "" +msgstr "قم بتعيين ملف بطاقة الذاكرة للفتحة B" #. i18n: Here, PC is an acronym for program counter, not personal computer. #: Source/Core/Core/HotkeyManager.cpp:77 Source/Core/DolphinQt/ToolBar.cpp:114 msgid "Set PC" msgstr "تعيين الكمبيوتر" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10738,7 +10931,7 @@ msgstr "" msgid "Set as &Default ISO" 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" @@ -10748,11 +10941,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -10760,7 +10953,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10775,7 +10968,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10788,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" @@ -10802,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 "تجميع التظليل" @@ -10824,28 +11017,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "السجل" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "عرض الكل" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "أستراليا" @@ -10853,41 +11046,41 @@ msgstr "أستراليا" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "فرنسا" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "جيم كيوب" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "ألمانيا" @@ -10899,51 +11092,51 @@ msgstr "Show Golf Mode Overlay" msgid "Show Infinity Base" msgstr "Infinity عرض قاعدة" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "عرض مدخلات العرض" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "ايطاليا" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "اليابان" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "كوريا" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "أوروبا" @@ -10952,27 +11145,27 @@ msgstr "أوروبا" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "عرض المناطق" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "عرض عداد إعادة التسجيل" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "روسيا" @@ -10980,59 +11173,59 @@ msgstr "روسيا" msgid "Show Skylanders Portal" msgstr "Skylanders عرض بوابة" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "عرض ساعة النظام" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "تايوان" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "امريكا" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "وي" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "العالم" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -11040,16 +11233,16 @@ msgstr "" msgid "Show in Code" msgstr "عرض في التعليمات البرمجية" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "عرض في الذاكرة" @@ -11057,7 +11250,7 @@ msgstr "عرض في الذاكرة" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -11065,92 +11258,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11180,7 +11373,7 @@ msgstr "جانبية" msgid "Sideways Wii Remote" msgstr "انحراف ريموت وي" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "قاعدة بيانات التوقيع" @@ -11204,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 "الصينية المبسطة" @@ -11221,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." @@ -11233,7 +11426,7 @@ msgstr "" 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" @@ -11249,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%. " @@ -11329,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." @@ -11349,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 "الصوت" @@ -11368,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 "الأسبانية" @@ -11376,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)" @@ -11388,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, " @@ -11401,7 +11594,7 @@ 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" @@ -11409,7 +11602,7 @@ msgstr "سرعة" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 msgid "Speed Limit" -msgstr "" +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 スカイランダーズ スパイロの大冒険. @@ -11434,20 +11627,24 @@ msgstr "ذراع تحكم القياسية" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "بدء التسجيل" @@ -11455,7 +11652,7 @@ msgstr "بدء التسجيل" 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 "بدء بملء الشاشة" @@ -11467,7 +11664,7 @@ msgstr "Riivolution بدء مع تصحيحات" msgid "Start with Riivolution Patches..." msgstr "Riivolution بدء مع تصحيحات" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "بدأت اللعبة" @@ -11506,19 +11703,19 @@ msgstr "خطوة لخارج" msgid "Step Over" msgstr "خطوة أكثر" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "الخروج ناجح!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "مهلة الخروج !" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "خطوة أكثر في التقدم" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "خطوة ناجحة!" @@ -11527,7 +11724,7 @@ msgstr "خطوة ناجحة!" msgid "Stepping" msgstr "التنقل" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "استريو" @@ -11556,15 +11753,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "إيقاف تشغيل / تسجيل الإدخال" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "توقفت اللعبة" @@ -11597,7 +11798,7 @@ 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 "تمتد إلى النافذة" @@ -11615,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 "النمط" @@ -11632,12 +11833,12 @@ msgstr "مرقم" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "ناجح" @@ -11651,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'. تم الحذف بنجاح" @@ -11664,7 +11865,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "تم تصدير ملفات الحفظ بنجاح" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "تم استخراج الشهادات بنجاح من NAND" @@ -11676,12 +11877,12 @@ msgstr "تم استخراج الملف بنجاح." msgid "Successfully extracted system data." msgstr "استخرجت بنجاح بيانات النظام." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "تم استيراد ملف الحفظ بنجاح" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "تم بنجاح تثبيت هذا العنوان على NAND." @@ -11704,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 "محيطي" @@ -11752,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "رموز" @@ -11799,7 +12005,7 @@ 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." @@ -11818,24 +12024,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "العلامات" @@ -11853,15 +12059,15 @@ msgstr "" msgid "Taiwan" msgstr "تايوان" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11877,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 "" @@ -11888,11 +12094,11 @@ 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 "تفريغ النسيج" @@ -11904,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 "طلاء تنسيق النسيج" @@ -11923,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 "" @@ -11937,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:1239 +#: 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." @@ -11949,22 +12155,22 @@ msgstr "" "NAND لا يمكن إصلاح\n" "يوصى بعمل نسخة احتياطية من بياناتك الحالية والبدء من جديد" -#: Source/Core/DolphinQt/MenuBar.cpp:1234 +#: 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 " @@ -11980,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 " @@ -11990,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." @@ -12082,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?" @@ -12116,21 +12322,21 @@ msgid "" "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 "" @@ -12151,7 +12357,7 @@ msgstr "" "منطقة اللعبة لا تتطابق مع وحدة التحكم الخاصة بك. لتجنب حدوث مشكلات في قائمة " "النظام ، لا يمكن تحديث وحدة التحكم التي تمت محاكاتها باستخدام هذا القرص." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -12160,15 +12366,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 "لا تتطابق التجزئة!" -#: 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" @@ -12186,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" @@ -12204,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 "" @@ -12212,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%' غير موجود" @@ -12221,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 " @@ -12271,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:1197 +#: 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)." @@ -12290,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 "" @@ -12326,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 "لا يحتوي قسم التحديث علي نظام التشغيل المستخدم من قبل هذا العنوان" @@ -12334,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:1189 +#: 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." @@ -12375,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!" @@ -12415,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." @@ -12423,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 "" @@ -12447,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/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 " @@ -12476,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 " @@ -12488,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." @@ -12496,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." @@ -12504,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 " @@ -12515,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." @@ -12536,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. " @@ -12546,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 " @@ -12556,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." @@ -12574,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 "" @@ -12586,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" @@ -12606,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 "تم تعيين هذا العنوان لاستخدام مفتاح عام غير صالح" @@ -12642,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" @@ -12680,7 +12886,7 @@ msgstr "المواضيع" msgid "Threshold" msgstr "بداية" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "تيرابايت" @@ -12690,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)" @@ -12702,7 +12933,7 @@ msgstr "انتهت مهله" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "العنوان" @@ -12710,17 +12941,17 @@ msgstr "العنوان" msgid "To" msgstr "إلى" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "ملء الشاشة" @@ -12745,7 +12976,7 @@ msgid "Toggle Aspect Ratio" msgstr "نسبة الابعاد" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "نقطة التوقف" @@ -12797,11 +13028,15 @@ msgstr "Toggle XFB Copies" msgid "Toggle XFB Immediate Mode" msgstr "Toggle XFB Immediate Mode" +#: 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 "" @@ -12809,7 +13044,7 @@ msgstr "" msgid "Toolbar" msgstr "شريط الأدوات" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "اعلى" @@ -12817,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 "" @@ -12855,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 "الصينية التقليدية" @@ -12880,8 +13115,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "خطأ الاجتياز" @@ -12920,7 +13155,7 @@ msgid "Trophy" msgstr "كأس" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12946,7 +13181,7 @@ 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 "محاكاة يو اس بي" @@ -12964,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." @@ -12979,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." @@ -12988,7 +13223,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "RSO تعذر الكشف التلقائي عن وحدة" @@ -13000,11 +13235,11 @@ msgstr "غير قادر على الاتصال بخادم التحديث" 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 "غير قادر على فتح الملف" @@ -13032,7 +13267,7 @@ msgstr "" "\n" "هل تريد تجاهل هذا السطر ومتابعه التحليل ؟" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "غير قادر على قراءة الملف" @@ -13059,11 +13294,11 @@ msgstr "غير مضغوطة GC/Wii صورة (*.iso *.gcm)" msgid "Undead" msgstr "ميت حي" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "تراجع عن تحميل الحالة" -#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "تراجع عن حفظ الحالة" @@ -13084,13 +13319,13 @@ msgstr "" "NAND إلى إزالة الإصدار المثبت حاليًا من هذا العنوان من\n" "دون حذف بيانات الحفظ الخاصة به. استمر؟" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -13100,7 +13335,7 @@ 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) مجهول" @@ -13129,7 +13364,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -13149,7 +13384,7 @@ msgstr "نوع بيانات غير معروف" msgid "Unknown disc" msgstr "قرص غير معروف" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "حدث خطأ غير معروف" @@ -13194,7 +13429,7 @@ msgstr "فتح المؤشر" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 msgid "Unlocked" -msgstr "" +msgstr "مفتوح" #. i18n: %1 is a date/time. #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 @@ -13229,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 @@ -13240,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 "التحديث" @@ -13309,15 +13544,15 @@ msgstr "" 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/EnhancementsWidget.cpp:220 msgid "Use Full Resolution Per Eye" -msgstr "" +msgstr "استخدم الدقة الكاملة لكل عين" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Use Lossless Codec (FFV1)" @@ -13325,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 " @@ -13348,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 "" @@ -13392,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'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 " @@ -13411,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 " @@ -13694,7 +13933,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "تحذير" @@ -13792,7 +14031,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13800,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 " @@ -13808,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 "الاجهزة المسموح لها المرور خلال منفذ يو إس بي " @@ -13840,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" @@ -13858,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 "إعدادات ريموت وي" @@ -13878,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 "وي و ريموت وي" @@ -13886,15 +14125,15 @@ msgstr "وي و ريموت وي" msgid "Wii data is not public yet" msgstr "بيانات وي ليست عامة بعد" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "دقة النافذة" @@ -13903,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 "" @@ -13921,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "كتابة" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13974,11 +14221,11 @@ msgstr "منطقة خاطئة" 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 "" @@ -14029,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 " @@ -14120,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 "يجب إعادة تشغيل دولفين حتى يسري التغيير." @@ -14140,7 +14387,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14158,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 "" @@ -14207,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 "غير متصل" @@ -14223,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" @@ -14288,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 @@ -14308,15 +14557,15 @@ 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 "" diff --git a/Languages/po/ca.po b/Languages/po/ca.po index 6a0b5484d8..91f9458c3b 100644 --- a/Languages/po/ca.po +++ b/Languages/po/ca.po @@ -6,18 +6,19 @@ # 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-09-01 08:42+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" +"Last-Translator: Puniasterus , 2013-2016,2021-2024\n" "Language-Team: Catalan (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/ca/)\n" "Language: ca\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,18 +171,18 @@ 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." @@ -186,53 +192,53 @@ msgstr "%1 no admet aquesta funció al teu sistema." 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 s'ha unit" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 s'ha marxat" #: 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:1118 +#: 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:1042 +#: 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: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:146 msgid "%1 points" -msgstr "" +msgstr "%1 punts" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:265 msgid "%1 session found" @@ -242,11 +248,11 @@ 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)" @@ -255,19 +261,19 @@ 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:644 +#: 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:638 +#: 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:641 +#: 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" @@ -275,15 +281,15 @@ msgstr "%1, %2, %3, %4" #: Source/Core/DolphinQt/Achievements/AchievementHeaderWidget.cpp:137 msgid "%1/%2" -msgstr "" +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" @@ -300,7 +306,7 @@ msgstr "%1[%2]: %3/%4 MiB" #: 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)" @@ -308,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: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" @@ -354,32 +360,32 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Sobre" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" -msgstr "" +msgstr "&Afegir funció" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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 "" +msgstr "&Afegir codi nou..." #: Source/Core/DolphinQt/Config/PatchesWidget.cpp:48 msgid "&Add..." msgstr "&Afegir..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" -msgstr "" +msgstr "&Assemblador" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Paràmetres d'àudio" @@ -391,17 +397,21 @@ msgstr "&Actualització automàtica:" msgid "&Borderless Window" msgstr "&Finestra sense marges" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Punts d'interrupció" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" -msgstr "" +msgstr "&Rastrejador d'errors" #: Source/Core/DolphinQt/WiiUpdate.cpp:105 msgid "&Cancel" @@ -409,63 +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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." -msgstr "" +msgstr "&Comprovar si hi ha actualitzacions..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: 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:469 +#: 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:582 +#: 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/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 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..." @@ -473,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:343 +#: 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" @@ -497,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Font..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "Avança un &fotograma" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&Repositori GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: 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:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Ajuda" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: 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..." @@ -551,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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" -msgstr "" +msgstr "&Inserir BLR" #: Source/Core/DolphinQt/GBAWidget.cpp:457 msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -571,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Carrega una captura d'estat..." -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -589,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memòria" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: 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:521 +#: 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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opcions" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pausa" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Executar" @@ -646,7 +672,7 @@ msgstr "&Executar" msgid "&Properties" msgstr "&Propietats" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Mode de només lectura" @@ -654,37 +680,37 @@ msgstr "&Mode de només lectura" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: 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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" -msgstr "" +msgstr "&Reanomenar símbol" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -692,7 +718,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -700,23 +726,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -726,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Veure" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Pàgina web" @@ -752,41 +782,33 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Sí" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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 "" - -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:143 -msgid "(host)" -msgstr "" +msgstr "(Sistema)" #: 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" @@ -794,19 +816,19 @@ 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:380 +#: 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:719 @@ -822,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)" @@ -838,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" @@ -850,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)" @@ -863,20 +885,20 @@ 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:196 msgid "1x" @@ -884,11 +906,11 @@ 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:197 msgid "2x" @@ -896,11 +918,11 @@ 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)" @@ -913,22 +935,22 @@ 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: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" @@ -944,23 +966,23 @@ 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:199 msgid "4x" @@ -968,15 +990,15 @@ 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)" @@ -984,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)" @@ -1024,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" @@ -1051,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1078,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 "" @@ -1089,8 +1115,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Més gran que" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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!" @@ -1106,7 +1132,7 @@ 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:584 msgid "" @@ -1118,7 +1144,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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,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 "" @@ -1159,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" @@ -1186,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 @@ -1201,10 +1227,10 @@ msgstr "Precisió:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: 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" @@ -1278,9 +1304,9 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" -msgstr "" +msgstr "Actiu" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:78 msgid "Active Infinity Figures:" @@ -1294,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" @@ -1302,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:" @@ -1352,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adreça" @@ -1390,7 +1415,7 @@ 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:546 msgid "" @@ -1399,7 +1424,7 @@ msgid "" "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 "" @@ -1417,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" @@ -1425,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" @@ -1483,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" @@ -1492,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" @@ -1534,8 +1559,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1547,7 +1572,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1567,7 +1592,7 @@ msgstr "" 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 "" @@ -1585,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 @@ -1605,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" @@ -1623,7 +1648,7 @@ msgstr "" #: 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:" @@ -1631,17 +1656,17 @@ msgstr "Anti-Aliasing:" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:76 msgid "Any Region" -msgstr "" +msgstr "Qualsevol regió" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1651,7 +1676,7 @@ msgid "" ">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:" @@ -1659,7 +1684,7 @@ msgstr "Data Apploader:" msgid "Apply" msgstr "Aplicar" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1667,7 +1692,7 @@ msgstr "" 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 "" @@ -1679,10 +1704,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" +#: 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?" @@ -1691,30 +1724,30 @@ 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:609 +#: 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" @@ -1741,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 "" @@ -1761,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" @@ -1772,7 +1805,7 @@ msgstr "Auto (Múltiple de 640x528)" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:460 msgid "Auto Update" -msgstr "" +msgstr "Actualització automàtica" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:187 msgid "Auto Update Settings" @@ -1786,23 +1819,23 @@ 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:1349 +#: 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." @@ -1827,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1851,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 " @@ -1861,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:" @@ -1882,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 "" @@ -1903,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -1940,7 +1973,7 @@ 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" @@ -1978,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" @@ -1992,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 "" @@ -2006,18 +2039,18 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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" @@ -2042,67 +2075,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2114,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 " @@ -2147,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 " @@ -2157,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 "" @@ -2180,15 +2213,15 @@ msgstr "" #: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2197,11 +2230,11 @@ msgstr "" msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2235,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2297,7 +2330,7 @@ msgstr "" msgid "C Stick" msgstr "Palanca C" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2305,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" @@ -2317,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." @@ -2340,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" @@ -2362,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" @@ -2378,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2434,19 +2467,19 @@ 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 "" @@ -2458,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 "" @@ -2476,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 "" @@ -2490,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..." @@ -2506,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." @@ -2530,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 "" @@ -2550,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" @@ -2558,7 +2591,7 @@ msgstr "Cerca trucs" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2578,7 +2611,7 @@ msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:213 msgid "Checksum" -msgstr "" +msgstr "Suma de verificació" #: Source/Core/UICommon/NetPlayIndex.cpp:249 msgid "China" @@ -2586,7 +2619,7 @@ msgstr "Xina" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:218 msgid "Choose" -msgstr "" +msgstr "Escollir" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:216 msgid "Choose Folder to Extract To" @@ -2596,11 +2629,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2629,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2647,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 "" @@ -2660,7 +2694,7 @@ msgstr "" msgid "Close" msgstr "Tancar" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2668,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 "" @@ -2700,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:1046 +#: 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 "" @@ -2741,44 +2784,44 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: 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:272 +#: 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. @@ -2856,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 "" @@ -2869,45 +2912,53 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: 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:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" @@ -2927,7 +2978,7 @@ msgstr "" msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2941,17 +2992,17 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:89 msgid "Connected" -msgstr "" +msgstr "Connectat" #: 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 "" @@ -2968,7 +3019,7 @@ 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 "" @@ -3058,25 +3109,25 @@ msgstr "" #: 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: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 "" @@ -3084,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 "" @@ -3096,7 +3147,7 @@ msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:79 msgid "Convert..." -msgstr "" +msgstr "Convertir..." #: Source/Core/DolphinQt/ConvertDialog.cpp:316 msgid "" @@ -3106,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 "" @@ -3143,19 +3194,19 @@ msgstr "" msgid "Copy" msgstr "Copiar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3163,15 +3214,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3189,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 "" @@ -3202,11 +3248,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3232,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" @@ -3272,11 +3313,11 @@ 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 "" @@ -3297,7 +3338,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3309,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:" @@ -3317,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" @@ -3339,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)." @@ -3366,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:304 +#: 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 "" @@ -3397,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 "" @@ -3409,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 @@ -3460,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 "" @@ -3468,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 "" @@ -3500,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:141 msgid "Data" -msgstr "" +msgstr "Data" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:145 msgid "Data Partition (%1)" @@ -3545,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ó" @@ -3557,13 +3624,13 @@ 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:131 msgid "Decrease Convergence" @@ -3586,11 +3653,11 @@ msgstr "" 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 "" @@ -3604,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 "" @@ -3620,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 "" @@ -3628,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 " @@ -3639,7 +3706,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Eliminar" @@ -3659,7 +3726,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:696 msgid "Depth" -msgstr "" +msgstr "Profunditat" #: Source/Core/DolphinQt/Config/GameConfigWidget.cpp:143 msgid "Depth Percentage:" @@ -3669,18 +3736,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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ó:" @@ -3688,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):" @@ -3701,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:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3753,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 "" @@ -3775,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" @@ -3785,7 +3852,7 @@ 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 "" @@ -3793,11 +3860,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3805,26 +3872,26 @@ msgstr "" msgid "Disable Fog" msgstr "Deshabilitar boira" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3852,10 +3919,10 @@ msgstr "Disc" #: qtbase/src/gui/kernel/qplatformtheme.cpp:734 msgid "Discard" -msgstr "" +msgstr "Descartar" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3878,7 +3945,7 @@ 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 @@ -3889,11 +3956,11 @@ msgstr "" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3903,7 +3970,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Voleu aturar l'emulació actual?" @@ -3911,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 "" @@ -3924,22 +3991,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin Pel·lícules TAS (*.dtm)" @@ -3972,28 +4039,28 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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/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:200 msgid "Don't Update" @@ -4020,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 @@ -4030,27 +4097,27 @@ 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 " @@ -4099,19 +4166,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Desa el vídeo" @@ -4119,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 "" @@ -4127,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 "" @@ -4152,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." @@ -4181,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 "" @@ -4209,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" @@ -4217,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" @@ -4228,22 +4295,27 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: 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 @@ -4255,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" -msgstr "" +msgstr "EiB" #: Source/Core/Core/HotkeyManager.cpp:29 msgid "Eject Disc" @@ -4273,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)" @@ -4283,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" @@ -4309,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 "" @@ -4331,16 +4412,16 @@ 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 "" @@ -4352,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 "" @@ -4372,15 +4453,15 @@ msgstr "Habilitar Doble nucli" 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 "" @@ -4388,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 " @@ -4414,33 +4495,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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" @@ -4448,11 +4529,11 @@ 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 "" @@ -4460,15 +4541,15 @@ msgstr "" 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 "" @@ -4478,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 " @@ -4486,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 " @@ -4502,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 " @@ -4512,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 " @@ -4520,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." @@ -4538,12 +4619,12 @@ msgid "" "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 " @@ -4551,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 " @@ -4559,7 +4640,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 " @@ -4576,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 "" @@ -4584,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 @@ -4597,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 " @@ -4621,7 +4702,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4629,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." @@ -4638,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 "" @@ -4648,7 +4729,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4658,7 +4739,7 @@ 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" @@ -4675,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 "" @@ -4699,7 +4780,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4708,69 +4789,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4784,7 +4864,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Error" @@ -4806,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 " @@ -4816,7 +4896,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4878,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 "" @@ -4894,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 "" @@ -4907,12 +4987,12 @@ msgstr "" msgid "Euphoria" msgstr "Eufòria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4956,11 +5036,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportar totes les partides guardades de Wii" @@ -4975,7 +5055,7 @@ msgstr "" msgid "Export Recording" msgstr "Exportar gravació" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exporta l'enregistrament..." @@ -5003,14 +5083,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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ó" @@ -5025,13 +5105,13 @@ msgstr "" #: 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:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5066,10 +5146,10 @@ 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" @@ -5087,11 +5167,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5107,7 +5187,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5157,19 +5237,19 @@ msgstr "" 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 "" @@ -5182,7 +5262,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5209,25 +5289,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5238,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 "" @@ -5247,18 +5327,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5270,7 +5350,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5284,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 "" @@ -5298,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:1740 +#: 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 "" @@ -5346,7 +5426,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5391,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 "" @@ -5474,31 +5554,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5549,9 +5629,9 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" -msgstr "" +msgstr "Error" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:187 msgid "Fair Input Delay" @@ -5581,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 "" @@ -5594,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nom de l'arxiu" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" -msgstr "" +msgstr "Ruta del fitxer" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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}" @@ -5665,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" @@ -5675,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 "" @@ -5689,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" @@ -5708,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 @@ -5723,11 +5797,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5743,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" @@ -5751,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" @@ -5783,11 +5857,11 @@ 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 "" @@ -5809,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." @@ -5817,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 @@ -5834,13 +5908,13 @@ 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 "" @@ -5861,11 +5935,11 @@ msgstr "" 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" @@ -5873,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 "" @@ -5893,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 "" @@ -5909,10 +5983,14 @@ 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 "" +msgstr "Vista lliure" #: Source/Core/Core/HotkeyManager.cpp:355 msgid "Freelook" @@ -5924,14 +6002,14 @@ 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 @@ -5943,27 +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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" -msgstr "" +msgstr "Funció" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: 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)" @@ -6001,11 +6079,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6029,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" @@ -6047,7 +6125,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6057,25 +6135,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6087,7 +6165,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6103,10 +6181,10 @@ 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 "" @@ -6120,7 +6198,7 @@ msgid "" "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 "" @@ -6132,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 "" @@ -6149,11 +6227,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6162,7 +6240,7 @@ msgstr "ID del joc:" msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6209,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 "" @@ -6242,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 "" @@ -6252,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" @@ -6270,7 +6348,7 @@ 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" @@ -6281,17 +6359,17 @@ msgstr "Codis Gecko" #: 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 "" @@ -6306,17 +6384,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6324,24 +6402,24 @@ 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:528 +#: 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:199 msgid "Golf Mode" @@ -6352,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" @@ -6392,7 +6470,7 @@ msgstr "Verd Esquerra" msgid "Green Right" msgstr "Verd Dret" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6403,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" @@ -6411,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" @@ -6435,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" @@ -6464,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6490,7 +6568,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6498,13 +6576,13 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 @@ -6525,12 +6603,36 @@ msgstr "Amfitrió" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6541,23 +6643,31 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6567,11 +6677,11 @@ msgstr "" 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 "" @@ -6579,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" @@ -6596,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 "" @@ -6629,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:" @@ -6693,7 +6803,7 @@ 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." @@ -6710,7 +6820,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6720,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 "" @@ -6747,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 " @@ -6763,7 +6873,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6778,22 +6888,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6804,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 " @@ -6814,33 +6924,33 @@ 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:132 msgid "Increase Convergence" @@ -6863,15 +6973,15 @@ msgstr "" 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,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -6940,23 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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)" @@ -6966,7 +7076,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6981,25 +7091,25 @@ 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:1803 +#: 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:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7010,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" @@ -7068,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7092,7 +7202,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7101,11 +7211,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7126,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 "" @@ -7134,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 "" @@ -7163,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à" @@ -7180,98 +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:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" -msgstr "" +msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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" @@ -7282,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:683 +#: 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 "" @@ -7321,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" -msgstr "" +msgstr "KiB" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:297 msgid "Kick Player" msgstr "Expulsar jugador" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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à" @@ -7363,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 "" @@ -7407,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 @@ -7475,7 +7594,7 @@ 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" @@ -7485,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 @@ -7499,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:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: 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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -7549,7 +7668,7 @@ msgstr "Carrega textures personalitzades" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" @@ -7562,8 +7681,8 @@ msgstr "" msgid "Load Last State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7664,19 +7783,19 @@ msgstr "Carregar ranura d'estat 8" msgid "Load State Slot 9" msgstr "Carregar estat 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Carrega des d'un fitxer" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Carrega des de la ranura" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Carrega des d'una ranura" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7688,30 +7807,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7719,18 +7838,18 @@ msgstr "" #: 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: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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7738,7 +7857,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Registre" @@ -7747,20 +7866,20 @@ msgstr "Registre" msgid "Log Configuration" msgstr "Configuració del registre" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "" @@ -7772,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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" @@ -7820,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 "" @@ -7856,12 +7991,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -7873,32 +8008,36 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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: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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -7907,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: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" @@ -7928,7 +8067,7 @@ msgstr "" msgid "Memory Card" msgstr "Targeta de memòria" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7936,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 "" @@ -7956,7 +8095,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -7964,33 +8103,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -7999,7 +8146,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8019,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 " @@ -8031,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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" @@ -8056,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 "" @@ -8069,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:344 #: Source/Core/DolphinQt/Config/Mapping/HotkeyTAS.cpp:23 msgid "Movie" -msgstr "" +msgstr "Vídeo" #: Source/Core/Core/Movie.cpp:977 msgid "" @@ -8089,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 "" @@ -8114,10 +8271,10 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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)" @@ -8126,7 +8283,7 @@ msgstr "" #: Source/Core/DiscIO/Enums.cpp:130 #: 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)" @@ -8141,10 +8298,10 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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 @@ -8153,7 +8310,7 @@ 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:1118 msgid "Name for a new tag:" @@ -8168,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:" @@ -8187,7 +8344,7 @@ msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:102 msgid "NetPlay" -msgstr "" +msgstr "NetPlay" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:34 msgid "NetPlay Session Browser" @@ -8223,25 +8380,25 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:147 #: 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:171 +#: 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" @@ -8281,7 +8438,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8296,7 +8453,7 @@ 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 "" @@ -8304,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" @@ -8318,13 +8475,13 @@ 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 "" @@ -8332,7 +8489,7 @@ msgstr "" 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 "" @@ -8353,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 "" @@ -8374,7 +8531,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" @@ -8382,15 +8539,15 @@ msgstr "" 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 " @@ -8401,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 "" @@ -8465,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" @@ -8478,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 @@ -8514,9 +8666,9 @@ msgstr "" #: 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 "" @@ -8568,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 @@ -8583,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 " @@ -8615,7 +8767,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Documentació en línia" @@ -8623,13 +8775,13 @@ msgstr "&Documentació en línia" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8646,7 +8798,7 @@ 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" @@ -8659,7 +8811,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8697,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" @@ -8705,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 @@ -8725,31 +8877,31 @@ 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:231 @@ -8767,7 +8919,7 @@ msgstr "" 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 "" @@ -8777,7 +8929,7 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:446 msgid "Output" -msgstr "" +msgstr "Sortida" #: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:668 msgid "Output Resampling" @@ -8787,18 +8939,18 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" -msgstr "" +msgstr "Sobreescrit" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: 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)" @@ -8807,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:603 +#: 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 "" @@ -8840,7 +9001,7 @@ msgstr "Pads" #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:162 msgid "Parameters" -msgstr "" +msgstr "Paràmetres" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:217 msgid "Parse as Hex" @@ -8853,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)" @@ -8870,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" @@ -8884,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 @@ -8897,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:801 +#: 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 " @@ -8921,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." @@ -8946,7 +9107,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Il·luminació per píxel" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8954,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 "" @@ -8970,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" -msgstr "" +msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:638 msgid "Ping" -msgstr "" +msgstr "Ping" #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUGyroscope.cpp:30 msgid "Pitch Down" @@ -8997,7 +9158,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plataforma" @@ -9005,7 +9166,7 @@ msgstr "Plataforma" msgid "Play" msgstr "Juga" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -9017,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:638 msgid "Player" -msgstr "" +msgstr "Jugador" #: Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp:88 msgid "Player One" @@ -9054,20 +9215,25 @@ msgstr "" 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 "" @@ -9076,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)" @@ -9094,13 +9260,13 @@ 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:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9125,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 "" @@ -9153,7 +9319,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/GameConfigEdit.cpp:89 msgid "Presets" -msgstr "" +msgstr "Predeterminats" #: Source/Core/Core/HotkeyManager.cpp:83 msgid "Press Sync Button" @@ -9162,9 +9328,9 @@ 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 " @@ -9179,7 +9345,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9197,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" @@ -9205,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." @@ -9234,15 +9400,15 @@ msgstr "Perfil" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9250,9 +9416,9 @@ msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:99 msgid "Public" -msgstr "" +msgstr "Públic" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9266,7 +9432,7 @@ 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:1601 msgid "Quality of Service (QoS) couldn't be enabled." @@ -9276,14 +9442,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Pregunta" @@ -9308,17 +9474,17 @@ msgstr "R-Analògic" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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)" @@ -9343,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:607 +#: 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:271 +#: 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. @@ -9394,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 "" @@ -9404,7 +9574,11 @@ 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" @@ -9412,17 +9586,17 @@ msgstr "Enregistrar" 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 @@ -9455,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 @@ -9470,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:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: 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" @@ -9518,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" @@ -9546,25 +9719,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9573,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9592,7 +9775,7 @@ msgstr "Reiniciar" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9616,7 +9799,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9624,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 "" @@ -9636,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 "" @@ -9644,7 +9827,7 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9659,13 +9842,13 @@ msgstr "" #: 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 @@ -9698,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" @@ -9720,16 +9903,16 @@ msgstr "" 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 " @@ -9738,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 " @@ -9750,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" @@ -9775,19 +9967,24 @@ msgstr "" msgid "Rumble" msgstr "Vibració" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9803,19 +10000,19 @@ msgstr "Rússia" 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 "" @@ -9823,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 "" @@ -9834,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" @@ -9846,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" @@ -9856,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:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "&Desa l'Estat" @@ -9874,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9884,15 +10081,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9906,11 +10103,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9928,15 +10125,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9948,11 +10145,11 @@ msgstr "Desar l'Estat Més Antic" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10002,23 +10199,23 @@ msgstr "Desar Ranura d'Estat 8" msgid "Save State Slot 9" msgstr "Desar Ranura d'Estat 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -10026,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 "" @@ -10034,11 +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:1135 +#: 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" @@ -10053,13 +10250,13 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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." @@ -10067,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..." @@ -10077,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 "" @@ -10086,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Buscar" @@ -10096,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 "" @@ -10108,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10122,13 +10319,13 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: 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." @@ -10156,7 +10353,7 @@ 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, " "cancel)" @@ -10167,7 +10364,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10187,7 +10384,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10199,7 +10396,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10211,11 +10408,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10227,7 +10424,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" @@ -10235,7 +10432,7 @@ msgstr "" msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Tria ranura de captura" @@ -10279,7 +10476,7 @@ msgstr "Ranura de captura 8" msgid "Select State Slot 9" msgstr "Ranura de captura 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10296,17 +10493,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10314,7 +10511,7 @@ msgstr "" msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10326,11 +10523,11 @@ msgstr "" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10342,7 +10539,7 @@ msgstr "" 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" @@ -10350,7 +10547,7 @@ msgstr "El perfil del controlador seleccionat no existeix" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10362,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 " @@ -10404,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 " @@ -10426,14 +10623,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10461,7 +10658,7 @@ msgstr "" 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" @@ -10498,7 +10695,7 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" @@ -10515,15 +10712,15 @@ msgstr "" msgid "Set PC" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10531,18 +10728,18 @@ msgstr "" msgid "Set as &Default ISO" 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 " "this setting only take effect once Dolphin is restarted." @@ -10550,7 +10747,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10563,7 +10760,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10576,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 "" @@ -10606,34 +10803,34 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Mostrar &Registre" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Mostrar Austràlia" @@ -10641,41 +10838,41 @@ msgstr "Mostrar Austràlia" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Mostrar França" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Mostrar GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Mostrar Alemanya" @@ -10687,51 +10884,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Visualitza les entrades" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Mostrar Itàlia" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Mostrar Corea" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Mostrar PAL" @@ -10740,27 +10937,27 @@ msgstr "Mostrar PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Mostrar Regions" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Comptador de reenregistraments" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" @@ -10768,59 +10965,59 @@ msgstr "" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Rellotge del sistema" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Mostrar Taiwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Mostrar EUA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Mostrar Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10828,16 +11025,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10845,7 +11042,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10853,92 +11050,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -10954,7 +11151,7 @@ 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" @@ -10968,7 +11165,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10992,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" @@ -11009,7 +11206,7 @@ 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." @@ -11017,9 +11214,9 @@ msgstr "" #: 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 "" @@ -11035,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%. " @@ -11056,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" @@ -11115,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." @@ -11131,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" @@ -11150,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" @@ -11158,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, " @@ -11183,11 +11380,11 @@ 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 "" +msgstr "Velocitat" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 msgid "Speed Limit" @@ -11205,7 +11402,7 @@ 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" @@ -11216,20 +11413,24 @@ msgstr "Controlador Estàndard" 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:778 +#: 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" @@ -11237,7 +11438,7 @@ msgstr "&Comença l'enregistrament d'entrades" 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 "" @@ -11249,7 +11450,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11258,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" @@ -11268,7 +11469,7 @@ 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. @@ -11288,19 +11489,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11309,9 +11510,9 @@ msgstr "" 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:693 msgid "Stereoscopic 3D Mode" @@ -11324,7 +11525,7 @@ 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 @@ -11338,15 +11539,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Atura la reproducció/enregistrament d'entrades" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11379,7 +11584,7 @@ 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" @@ -11390,36 +11595,36 @@ 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:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" @@ -11433,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 "" @@ -11446,7 +11651,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11458,12 +11663,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11476,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" @@ -11486,18 +11691,18 @@ 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:217 msgid "Swap Eyes" @@ -11512,7 +11717,7 @@ 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:626 msgid "" @@ -11534,28 +11739,33 @@ 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 "" +msgstr "Símbol" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:993 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" -msgstr "" +msgstr "Símbols" #: Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp:107 msgid "Sync" @@ -11579,7 +11789,7 @@ 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." @@ -11598,26 +11808,26 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: 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 @@ -11633,15 +11843,15 @@ msgstr "" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11651,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 "" @@ -11668,11 +11878,11 @@ 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 "" @@ -11684,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" @@ -11703,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 "" @@ -11717,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:1239 +#: 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:1234 +#: 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 " @@ -11758,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." @@ -11851,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?" @@ -11885,21 +12095,21 @@ msgid "" "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 "" @@ -11918,7 +12128,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11927,15 +12137,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 "" -#: 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" @@ -11951,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" @@ -11969,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 "" @@ -11977,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 "" @@ -11986,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 " @@ -12028,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:1197 +#: 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)." @@ -12047,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 "" @@ -12082,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 "" @@ -12090,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:1189 +#: 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." @@ -12131,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 "" @@ -12166,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 "" @@ -12196,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/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 " @@ -12230,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." @@ -12267,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 "" @@ -12309,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" @@ -12325,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 "" @@ -12361,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" @@ -12388,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:529 +#: 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 @@ -12404,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)" @@ -12416,7 +12651,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Títol" @@ -12424,17 +12659,17 @@ msgstr "Títol" msgid "To" msgstr "A" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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 "" +msgstr "A:" -#: Source/Core/DolphinQt/MenuBar.cpp:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Pantalla completa" @@ -12459,7 +12694,7 @@ msgid "Toggle Aspect Ratio" msgstr "Commutar Relació d'Aspecte" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" @@ -12511,19 +12746,23 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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" @@ -12531,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 "" @@ -12567,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 @@ -12594,8 +12833,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12629,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12648,7 +12887,7 @@ msgstr "" #: Source/Core/DolphinQt/Debugger/ThreadWidget.cpp:297 msgid "UNKNOWN" -msgstr "" +msgstr "DESCONEGUT" #: Source/Core/DiscIO/Enums.cpp:30 msgid "USA" @@ -12658,7 +12897,7 @@ 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 "" @@ -12676,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." @@ -12691,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." @@ -12700,7 +12939,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12712,11 +12951,11 @@ msgstr "" 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 "" @@ -12736,7 +12975,7 @@ 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 "" @@ -12750,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)" @@ -12761,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:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: 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" @@ -12785,13 +13024,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12801,7 +13040,7 @@ 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 "" @@ -12830,7 +13069,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12850,7 +13089,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12879,7 +13118,7 @@ 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:170 msgid "Unlimited" @@ -12895,7 +13134,7 @@ msgstr "" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 msgid "Unlocked" -msgstr "" +msgstr "Desbloquejat" #. i18n: %1 is a date/time. #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 @@ -12930,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 @@ -12941,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" @@ -12976,7 +13215,7 @@ msgstr "" #: Source/Core/DolphinQt/WiiUpdate.cpp:98 msgid "Updating" -msgstr "" +msgstr "Actualitzant" #: Source/Core/DolphinQt/WiiUpdate.cpp:124 msgid "" @@ -13008,7 +13247,7 @@ msgstr "" 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 "" @@ -13016,7 +13255,7 @@ msgstr "" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -13024,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 " @@ -13047,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 "" @@ -13087,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'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 " @@ -13106,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 " @@ -13376,7 +13619,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Advertència" @@ -13450,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)" @@ -13472,7 +13715,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13480,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 " @@ -13488,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 "" @@ -13520,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" @@ -13538,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 "" @@ -13558,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 "" @@ -13566,15 +13809,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13583,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 "" @@ -13597,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" -msgstr "" +msgstr "Escriure" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13654,11 +13905,11 @@ msgstr "" 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 "" @@ -13703,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 " @@ -13793,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!" @@ -13813,7 +14064,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13831,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 "" @@ -13853,7 +14104,7 @@ msgstr "" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:176 msgid "aligned" -msgstr "" +msgstr "Alineat" #: Source/Core/DolphinQt/CheatSearchWidget.cpp:209 msgid "any value" @@ -13868,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." @@ -13877,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 (*)" @@ -13896,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" @@ -13955,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 @@ -13972,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 @@ -13981,15 +14234,15 @@ 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 "" @@ -14042,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 7d7eaeb381..1afeac16a2 100644 --- a/Languages/po/cs.po +++ b/Languages/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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 "" @@ -165,18 +171,18 @@ msgstr "" 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" @@ -184,11 +190,11 @@ msgstr "" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" @@ -200,8 +206,8 @@ 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 "" @@ -218,11 +224,11 @@ 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 "" @@ -231,17 +237,17 @@ msgid "%1% (Normal Speed)" msgstr "" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -257,7 +263,7 @@ msgstr "" msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -291,20 +297,20 @@ msgstr "" 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." @@ -330,20 +336,20 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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 "" @@ -351,11 +357,11 @@ msgstr "" msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Nastavení &zvuku" @@ -367,15 +373,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Body přerušení" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -383,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -399,20 +409,24 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Nastavení ovladače" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -420,26 +434,26 @@ msgstr "" 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 +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:343 +#: 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 "" @@ -471,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Postup snímkem" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Ú&ložiště Github" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafická nastavení" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Nápověda" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Nastavení &klávesových zkratek" @@ -525,11 +543,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -537,7 +555,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -545,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Nahrát Stav" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -563,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "Pa&měť" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Video" @@ -587,7 +609,7 @@ msgstr "&Video" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -596,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "V&olby" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pauza" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Přehrát" @@ -620,7 +646,7 @@ msgstr "&Přehrát" msgid "&Properties" msgstr "&Vlastnosti" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Režim pouze pro čtení" @@ -628,7 +654,7 @@ msgstr "&Režim pouze pro čtení" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registry" @@ -636,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -666,7 +692,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -674,23 +700,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -700,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Sledování" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Internetová stránka" @@ -726,38 +756,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "" @@ -774,7 +796,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -844,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 "" @@ -902,7 +924,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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 "" @@ -928,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 "" @@ -1025,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1063,8 +1085,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1092,7 +1114,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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 +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 "" @@ -1133,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 "" @@ -1175,8 +1197,8 @@ msgstr "Přesnost:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1252,7 +1274,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1268,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 "" @@ -1276,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:" @@ -1326,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adresa" @@ -1373,7 +1394,7 @@ msgid "" "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 +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" @@ -1399,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" @@ -1508,8 +1529,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1521,7 +1542,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1541,7 +1562,7 @@ msgstr "" 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 +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 "" @@ -1581,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" @@ -1607,15 +1628,15 @@ msgstr "Vyhlazení okrajů" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1625,7 +1646,7 @@ msgid "" ">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:" @@ -1633,7 +1654,7 @@ msgstr "Datum zavaděče aplikace:" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1641,7 +1662,7 @@ msgstr "" 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 "" @@ -1653,10 +1674,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" +#: 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 +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:" @@ -1682,7 +1711,7 @@ msgstr "Poměr Stran:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1715,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 "" @@ -1735,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" @@ -1760,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 "" @@ -1768,15 +1797,15 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1804,7 +1833,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1835,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:" @@ -1856,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 "" @@ -1877,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -1914,7 +1943,7 @@ 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í" @@ -1966,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 "" @@ -1980,11 +2009,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "" @@ -2016,67 +2045,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2088,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 " @@ -2121,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 " @@ -2131,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 "" @@ -2158,11 +2187,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2171,11 +2200,11 @@ msgstr "" msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2209,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Vyrovnávací paměť:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2271,7 +2300,7 @@ msgstr "" msgid "C Stick" msgstr "Kruhová páčka" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2279,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" @@ -2291,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." @@ -2314,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 "" @@ -2352,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2408,19 +2437,19 @@ 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 "" @@ -2432,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 "" @@ -2456,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 "" @@ -2464,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..." @@ -2480,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." @@ -2504,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 "" @@ -2524,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ů" @@ -2532,7 +2561,7 @@ msgstr "Hledání Cheatů" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2570,11 +2599,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2603,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2621,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 "" @@ -2634,7 +2664,7 @@ msgstr "" msgid "Close" msgstr "Zavřít" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2642,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 "" @@ -2674,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2691,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 "" @@ -2715,7 +2754,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2723,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 "" @@ -2736,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2830,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 "" @@ -2843,26 +2882,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2873,15 +2920,15 @@ msgstr "" msgid "Connect" msgstr "Připojit" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" @@ -2901,7 +2948,7 @@ msgstr "" msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2925,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 "" @@ -2942,7 +2989,7 @@ 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 "" @@ -3039,8 +3086,8 @@ msgstr "" 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 "" @@ -3048,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 "" @@ -3058,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 "" @@ -3080,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 "" @@ -3117,19 +3164,19 @@ msgstr "" msgid "Copy" msgstr "Kopírovat" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3137,15 +3184,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3163,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 "" @@ -3176,11 +3218,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3206,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" @@ -3246,11 +3283,11 @@ 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 "" @@ -3271,7 +3308,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3283,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ě:" @@ -3316,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 "" @@ -3324,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)." @@ -3340,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:304 +#: 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 "" @@ -3371,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 "" @@ -3383,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 "" @@ -3407,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 @@ -3434,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 "" @@ -3442,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 "" @@ -3521,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í" @@ -3531,11 +3594,11 @@ 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 "" @@ -3560,11 +3623,11 @@ msgstr "Snížit vnitřní rozlišení" 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 +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 "" @@ -3594,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 "" @@ -3602,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 " @@ -3613,7 +3676,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Smazat" @@ -3643,18 +3706,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -3662,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 "" @@ -3675,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 "" @@ -3697,7 +3760,7 @@ msgstr "" msgid "Detect" msgstr "Zjistit" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3727,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 "" @@ -3735,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." @@ -3759,7 +3822,7 @@ 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 "" @@ -3767,11 +3830,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "Zakázat limit rychlosti emulace" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3779,11 +3842,11 @@ msgstr "" msgid "Disable Fog" msgstr "Zakázat Mlhu" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3791,14 +3854,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3829,7 +3892,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3863,11 +3926,11 @@ msgstr "" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3877,7 +3940,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Chcete současnou emulaci zastavit?" @@ -3885,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 "" @@ -3898,22 +3961,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Doplhin Filmy TAS (*.dtm)" @@ -3946,21 +4009,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3994,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 @@ -4004,27 +4067,27 @@ 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 " @@ -4073,19 +4136,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Vypsat Snímky" @@ -4093,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 "" @@ -4101,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 "" @@ -4126,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." @@ -4155,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 "" @@ -4183,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" @@ -4202,16 +4265,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4220,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" @@ -4231,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4257,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ěží" @@ -4283,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 "" @@ -4305,16 +4382,16 @@ 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 "" @@ -4326,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 "" @@ -4346,15 +4423,15 @@ msgstr "Povolit dvojité jádro" 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 "" @@ -4362,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 " @@ -4388,33 +4465,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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" @@ -4422,11 +4499,11 @@ 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 "" @@ -4434,15 +4511,15 @@ msgstr "" 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 "" @@ -4452,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 " @@ -4460,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 " @@ -4476,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 " @@ -4486,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 " @@ -4494,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." @@ -4514,12 +4591,12 @@ msgid "" "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 " @@ -4527,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 " @@ -4535,7 +4612,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 " @@ -4552,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 "" @@ -4560,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 @@ -4573,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 " @@ -4597,7 +4674,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4605,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." @@ -4624,7 +4701,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4634,7 +4711,7 @@ 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" @@ -4651,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 "" @@ -4675,7 +4752,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4684,69 +4761,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4760,7 +4836,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Chyba" @@ -4782,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." @@ -4791,7 +4867,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4853,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 "" @@ -4869,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 "" @@ -4882,12 +4958,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforie" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4931,11 +5007,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportovat všechny uložené hry Wii" @@ -4950,7 +5026,7 @@ msgstr "" msgid "Export Recording" msgstr "Exportovat Nahrávku" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exportovat Nahrávku..." @@ -4978,14 +5054,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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í" @@ -5006,7 +5082,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "Externí vyrovnávací paměť snímků (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5044,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" @@ -5062,11 +5138,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5082,7 +5158,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5132,19 +5208,19 @@ msgstr "" 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 "" @@ -5157,7 +5233,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5184,25 +5260,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5213,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 "" @@ -5222,18 +5298,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5245,7 +5321,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5259,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 "" @@ -5273,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:1740 +#: 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 "" @@ -5321,7 +5397,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5366,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 "" @@ -5449,31 +5525,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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,7 +5600,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5556,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 "" @@ -5569,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Název souboru" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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" @@ -5620,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}" @@ -5650,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 "" @@ -5683,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 @@ -5698,11 +5768,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5718,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" @@ -5726,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" @@ -5758,11 +5828,11 @@ 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 "" @@ -5784,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." @@ -5794,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 @@ -5809,13 +5879,13 @@ 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 "" @@ -5836,11 +5906,11 @@ msgstr "Zvýšit rychlost postupu snímkem" 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" @@ -5848,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 "" @@ -5868,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 "" @@ -5884,7 +5954,11 @@ 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 "" @@ -5899,7 +5973,7 @@ 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" @@ -5918,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 "" @@ -5927,12 +6001,12 @@ msgstr "" msgid "FullScr" msgstr "CelObr" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5976,11 +6050,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6004,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" @@ -6022,7 +6096,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6032,25 +6106,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6062,7 +6136,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6080,8 +6154,8 @@ 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 "" @@ -6095,7 +6169,7 @@ msgid "" "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 "" @@ -6107,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 "" @@ -6124,11 +6198,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6137,7 +6211,7 @@ msgstr "ID Hry:" msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6184,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 "" @@ -6196,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 "" @@ -6217,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 "" @@ -6245,7 +6319,7 @@ 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" @@ -6256,17 +6330,17 @@ msgstr "Kódy Gecko" #: 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 "" @@ -6281,17 +6355,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6299,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6327,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" @@ -6367,7 +6441,7 @@ msgstr "Zelená vlevo" msgid "Green Right" msgstr "Zelená vpravo" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6412,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 "" @@ -6445,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6465,7 +6539,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6473,11 +6547,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6500,12 +6574,36 @@ msgstr "Hostovat" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6516,14 +6614,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6532,7 +6638,7 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" @@ -6542,11 +6648,11 @@ msgstr "" 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 "" @@ -6573,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 "" @@ -6604,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.:" @@ -6668,7 +6774,7 @@ 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." @@ -6685,7 +6791,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6697,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 "" @@ -6722,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 " @@ -6738,7 +6844,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6753,22 +6859,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6781,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 " @@ -6789,31 +6895,31 @@ 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 "" @@ -6838,15 +6944,15 @@ msgstr "Zvýšit vnitřní rozlišení" 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 "" @@ -6883,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6897,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -6915,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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" @@ -6941,7 +7047,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6956,7 +7062,7 @@ 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 "" @@ -6965,7 +7071,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6974,7 +7080,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7043,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7067,7 +7173,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7076,11 +7182,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7101,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 "" @@ -7109,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 "" @@ -7137,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" @@ -7156,96 +7270,97 @@ msgstr "Itálie" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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" @@ -7256,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:683 +#: 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" @@ -7297,7 +7412,7 @@ msgstr "" msgid "Keys" msgstr "Klávesy" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7305,12 +7420,12 @@ msgstr "" msgid "Kick Player" msgstr "Vykopnout hráče" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7339,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 "" @@ -7381,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 @@ -7479,11 +7594,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7493,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -7523,7 +7638,7 @@ msgstr "Nahrát Vlastní Textury" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" @@ -7536,8 +7651,8 @@ msgstr "" msgid "Load Last State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7638,19 +7753,19 @@ msgstr "Nahrát stav v pozici 8" msgid "Load State Slot 9" msgstr "Načíst stav v pozici 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7662,30 +7777,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7695,7 +7810,7 @@ msgstr "" msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7704,7 +7819,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7712,7 +7827,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Záznam" @@ -7721,20 +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:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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" @@ -7746,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "" @@ -7800,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 "" @@ -7830,12 +7961,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -7847,12 +7978,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7864,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -7881,7 +8016,7 @@ 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." @@ -7902,7 +8037,7 @@ msgstr "" msgid "Memory Card" msgstr "Paměťová karta" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7910,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 "" @@ -7930,7 +8065,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -7938,33 +8073,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -7973,7 +8116,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7993,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 " @@ -8005,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8030,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 "" @@ -8043,11 +8186,11 @@ 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 "" @@ -8063,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 "" @@ -8072,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 "" @@ -8088,7 +8241,7 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8115,7 +8268,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8142,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:" @@ -8203,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 "" @@ -8212,7 +8365,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8255,7 +8408,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8270,7 +8423,7 @@ 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:" @@ -8292,13 +8445,13 @@ 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 "" @@ -8306,7 +8459,7 @@ msgstr "" 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 +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 "" @@ -8348,7 +8501,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" @@ -8356,15 +8509,15 @@ msgstr "" 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 +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 "" @@ -8455,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." @@ -8491,7 +8639,7 @@ msgstr "" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8543,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" @@ -8564,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 " @@ -8590,7 +8738,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online &dokumentace" @@ -8598,13 +8746,13 @@ msgstr "Online &dokumentace" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8621,7 +8769,7 @@ 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 "" @@ -8634,7 +8782,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8700,31 +8848,31 @@ 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:231 @@ -8742,7 +8890,7 @@ msgstr "" 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 "" @@ -8762,15 +8910,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8784,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:603 +#: 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 "" @@ -8834,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 "" @@ -8859,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 "" @@ -8872,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:801 +#: 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 " @@ -8896,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." @@ -8921,7 +9078,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Osvětlení Podle Pixelu" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8929,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 "" @@ -8951,11 +9108,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -8972,7 +9129,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platforma" @@ -8980,7 +9137,7 @@ msgstr "Platforma" msgid "Play" msgstr "Spustit" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -8992,7 +9149,7 @@ 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í" @@ -9029,20 +9186,25 @@ msgstr "" 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 "" @@ -9075,7 +9237,7 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9100,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" @@ -9139,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 " @@ -9154,7 +9316,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9182,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." @@ -9209,15 +9371,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9227,7 +9389,7 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9251,14 +9413,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Otázka" @@ -9283,11 +9445,11 @@ msgstr "Pravý Analog" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9320,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9369,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 "" @@ -9379,7 +9545,11 @@ 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" @@ -9387,15 +9557,15 @@ msgstr "Nahrávat" 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 "" @@ -9430,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 @@ -9445,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 "" @@ -9459,7 +9628,7 @@ msgid "Refreshing..." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Oblast" @@ -9493,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" @@ -9521,25 +9690,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9548,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9567,7 +9746,7 @@ msgstr "Resetovat" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9591,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 "" @@ -9599,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 "" @@ -9611,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 "" @@ -9619,7 +9798,7 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9640,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 @@ -9695,7 +9874,7 @@ msgstr "" msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9704,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 " @@ -9713,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 " @@ -9725,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" @@ -9750,19 +9938,24 @@ msgstr "" msgid "Rumble" msgstr "Vibrace" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9778,19 +9971,19 @@ msgstr "Rusko" 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 "" @@ -9798,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 "" @@ -9833,11 +10026,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Uložit Sta&v" @@ -9849,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9859,15 +10052,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9881,11 +10074,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9903,15 +10096,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9923,11 +10116,11 @@ msgstr "Načíst nejstarší stav" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -9977,23 +10170,23 @@ msgstr "Uložit stav do pozice 8" msgid "Save State Slot 9" msgstr "Uložit stav do pozice 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -10001,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 "" @@ -10009,11 +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:1135 +#: 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" @@ -10028,11 +10221,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "" @@ -10052,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 "" @@ -10061,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Hledat" @@ -10071,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 "" @@ -10083,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10097,7 +10290,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10131,7 +10324,7 @@ 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, " "cancel)" @@ -10142,7 +10335,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10162,7 +10355,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10174,7 +10367,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10186,11 +10379,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10202,7 +10395,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" @@ -10210,7 +10403,7 @@ msgstr "" msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Vybrat pozici stavu" @@ -10254,7 +10447,7 @@ msgstr "Vybrat stav na pozici 8" msgid "Select State Slot 9" msgstr "Vybrat stav na pozici 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10271,17 +10464,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10289,7 +10482,7 @@ msgstr "" msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10301,11 +10494,11 @@ msgstr "" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10317,7 +10510,7 @@ msgstr "" 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" @@ -10325,7 +10518,7 @@ msgstr "Vybraný profil ovladače neexistuje" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10337,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 " @@ -10379,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 " @@ -10401,14 +10594,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10436,7 +10629,7 @@ msgstr "" 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:" @@ -10473,7 +10666,7 @@ 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 "" @@ -10490,15 +10683,15 @@ msgstr "" msgid "Set PC" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10506,7 +10699,7 @@ msgstr "" msgid "Set as &Default ISO" 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" @@ -10515,11 +10708,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -10527,7 +10720,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10540,7 +10733,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10553,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" @@ -10567,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 "" @@ -10589,28 +10782,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Zobrazit Záznam" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Zobrazit Autrálii" @@ -10618,41 +10811,41 @@ msgstr "Zobrazit Autrálii" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Zobrazit Francii" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Zobrazit GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Zobrazit Německo" @@ -10664,51 +10857,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Zobrazit Obrazovku Vstupu" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Zobrazit Itálii" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Zobrazit Koreu" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Zobrazit PAL" @@ -10717,27 +10910,27 @@ msgstr "Zobrazit PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Zobrazit Regiony" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Zobrazit Rusko" @@ -10745,59 +10938,59 @@ msgstr "Zobrazit Rusko" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Zobrazit Tchaj-wan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Zobrazit USA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Zobrazit WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Zobrazit Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Zobrazit svět" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10805,16 +10998,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10822,7 +11015,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10830,92 +11023,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -10945,7 +11138,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10969,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" @@ -10986,7 +11179,7 @@ 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." @@ -10996,7 +11189,7 @@ msgstr "" msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11012,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%. " @@ -11092,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." @@ -11108,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 "" @@ -11127,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" @@ -11135,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 "" @@ -11147,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, " @@ -11160,7 +11353,7 @@ 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" @@ -11193,20 +11386,24 @@ msgstr "Standardní Ovladač" 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:778 +#: 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" @@ -11214,7 +11411,7 @@ msgstr "&Začít nahrávat vstup" 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 "" @@ -11226,7 +11423,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11265,19 +11462,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11286,7 +11483,7 @@ msgstr "" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11315,15 +11512,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11356,7 +11557,7 @@ 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" @@ -11374,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 "" @@ -11391,12 +11592,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" @@ -11410,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 "" @@ -11423,7 +11624,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11435,12 +11636,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11463,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 "" @@ -11511,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11556,7 +11762,7 @@ 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." @@ -11575,24 +11781,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11610,15 +11816,15 @@ msgstr "" msgid "Taiwan" msgstr "Tchaj-wan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11634,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 "" @@ -11645,11 +11851,11 @@ 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 "" @@ -11661,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" @@ -11680,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 "" @@ -11694,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:1239 +#: 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:1234 +#: 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 " @@ -11735,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." @@ -11828,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?" @@ -11862,21 +12068,21 @@ msgid "" "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 "" @@ -11895,7 +12101,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11904,15 +12110,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 "" -#: 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" @@ -11928,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" @@ -11946,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 "" @@ -11954,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 "" @@ -11963,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 " @@ -12005,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:1197 +#: 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)." @@ -12024,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 "" @@ -12059,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 "" @@ -12067,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:1189 +#: 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 "" @@ -12108,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 "" @@ -12143,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 "" @@ -12173,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/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 " @@ -12207,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." @@ -12244,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 "" @@ -12286,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" @@ -12302,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 "" @@ -12339,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" @@ -12372,7 +12578,7 @@ msgstr "" msgid "Threshold" msgstr "Práh" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12382,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)" @@ -12394,7 +12625,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Název" @@ -12402,17 +12633,17 @@ msgstr "Název" msgid "To" msgstr "Do" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" @@ -12437,7 +12668,7 @@ msgid "Toggle Aspect Ratio" msgstr "Přepínat poměr stran" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" @@ -12489,11 +12720,15 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12501,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" @@ -12509,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 "" @@ -12547,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" @@ -12572,8 +12807,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12610,7 +12845,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12636,7 +12871,7 @@ 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 "" @@ -12654,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." @@ -12669,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." @@ -12678,7 +12913,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12690,11 +12925,11 @@ msgstr "" 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 "" @@ -12714,7 +12949,7 @@ 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 "" @@ -12741,11 +12976,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Vrátit zpět Uložení Stavu" @@ -12763,13 +12998,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12779,7 +13014,7 @@ 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 "" @@ -12808,7 +13043,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12828,7 +13063,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12908,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 @@ -12919,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" @@ -12986,7 +13221,7 @@ msgstr "" 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 "" @@ -12994,7 +13229,7 @@ msgstr "" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -13002,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 " @@ -13025,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 "" @@ -13065,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'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 " @@ -13084,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 " @@ -13354,7 +13593,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Varování" @@ -13450,7 +13689,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13458,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 " @@ -13466,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 "" @@ -13498,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" @@ -13516,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 "" @@ -13536,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 "" @@ -13544,15 +13783,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13561,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 "" @@ -13579,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13632,11 +13879,11 @@ msgstr "" 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 "" @@ -13687,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 " @@ -13771,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." @@ -13791,7 +14038,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13809,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 "" @@ -13858,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 "" @@ -13874,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 "" @@ -13939,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 "" @@ -13959,15 +14208,15 @@ 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 "" diff --git a/Languages/po/da.po b/Languages/po/da.po index 9507640999..54391c1e0c 100644 --- a/Languages/po/da.po +++ b/Languages/po/da.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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 "" "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)" @@ -184,18 +190,18 @@ msgstr "%1 understøtter ikke funktionen på dit system." 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 ha tilsluttet sig" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 har forladt gruppen" @@ -203,11 +209,11 @@ msgstr "%1 har forladt gruppen" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 spiller golf nu" @@ -219,8 +225,8 @@ 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." @@ -237,11 +243,11 @@ 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)" @@ -250,17 +256,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -276,7 +282,7 @@ msgstr "" msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -310,20 +316,20 @@ msgstr "" 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." @@ -349,20 +355,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Om" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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..." @@ -370,11 +376,11 @@ msgstr "&Tilføj ny kode..." msgid "&Add..." msgstr "&Tilføj..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Lydindstillinger" @@ -386,15 +392,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Breakpoints" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -402,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Tjek for opdateringer..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Ryd symboler" @@ -418,20 +428,24 @@ msgstr "&Ryd symboler" msgid "&Clone..." msgstr "&Klon..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Kontrollerindstillinger" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -439,26 +453,26 @@ msgstr "" 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..." @@ -466,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:343 +#: 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 "" @@ -490,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Skrifttype..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Billedfremskydning" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub-repertoire" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafikindstillinger" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Hjælp" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Genvejstastindstillinger" @@ -544,11 +562,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -556,7 +574,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -564,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Indlæs Tilstand" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -582,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Hukommelse" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Film" @@ -606,7 +628,7 @@ msgstr "&Film" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -615,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Indstillinger" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pause" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Afspil" @@ -639,7 +665,7 @@ msgstr "&Afspil" msgid "&Properties" msgstr "&Indstillinger" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Read-Only Tilstand" @@ -647,7 +673,7 @@ msgstr "&Read-Only Tilstand" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registre" @@ -655,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -685,7 +711,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -693,23 +719,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "&Hastighedsgrænse:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -719,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Betragt" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Website" @@ -745,38 +775,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "" @@ -793,7 +815,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -863,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" @@ -921,7 +943,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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" @@ -947,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" @@ -1044,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1082,8 +1104,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1111,7 +1133,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1129,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 "" @@ -1166,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" @@ -1208,8 +1230,8 @@ msgstr "Nøjagtighed:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1285,7 +1307,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktiv" @@ -1301,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 "" @@ -1309,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:" @@ -1359,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adresse" @@ -1406,7 +1427,7 @@ msgid "" "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 "" @@ -1424,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" @@ -1432,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" @@ -1541,8 +1562,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1554,7 +1575,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1574,7 +1595,7 @@ msgstr "" 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 "" @@ -1592,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 "" @@ -1614,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" @@ -1640,15 +1661,15 @@ msgstr "Anti-Aliasing:" msgid "Any Region" msgstr "Alle regioner" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1658,7 +1679,7 @@ msgid "" ">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:" @@ -1666,7 +1687,7 @@ msgstr "Apploader Dato:" msgid "Apply" msgstr "Anvend" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1674,7 +1695,7 @@ msgstr "" 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'?" @@ -1686,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/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?" @@ -1698,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:" @@ -1715,7 +1744,7 @@ msgstr "Formatforhold:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1748,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 "" @@ -1768,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" @@ -1793,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 "" @@ -1801,15 +1830,15 @@ msgstr "" msgid "Auto-Hide" msgstr "Auto-skjul" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1837,7 +1866,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1868,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:" @@ -1889,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 "" @@ -1910,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -1947,7 +1976,7 @@ 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" @@ -1999,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 "" @@ -2013,11 +2042,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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:" @@ -2051,67 +2080,67 @@ msgstr "" "Bluetooth gennemgangstilstand er aktiveret, men Dolphin blev bygget uden " "libusb. Gennemgangstilstand kan ikke bruges." -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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 "" @@ -2123,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 " @@ -2156,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 " @@ -2166,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 "" @@ -2193,11 +2222,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2206,11 +2235,11 @@ msgstr "" msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2244,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:930 +#: 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:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2306,7 +2335,7 @@ msgstr "" msgid "C Stick" msgstr "C-Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2314,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" @@ -2326,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." @@ -2349,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" @@ -2387,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2443,19 +2472,19 @@ 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 "" @@ -2467,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 "" @@ -2491,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 "" @@ -2499,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..." @@ -2515,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." @@ -2539,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." @@ -2559,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" @@ -2567,7 +2596,7 @@ msgstr "Snydesøgning" msgid "Cheats Manager" msgstr "Snydemanager" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Tjek NAND..." @@ -2605,11 +2634,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2638,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Ryd cache" @@ -2656,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..." @@ -2669,7 +2699,7 @@ msgstr "Klon og &Rediger kode..." msgid "Close" msgstr "Luk" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "&Konfiguration" @@ -2677,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 "" @@ -2709,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2726,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 "" @@ -2750,7 +2789,7 @@ msgstr "Kompilerer shaders" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2758,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 "" @@ -2771,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Betingelse" @@ -2865,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" @@ -2878,26 +2917,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2908,15 +2955,15 @@ msgstr "Bekræftelse" msgid "Connect" msgstr "Tilslut" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Tilslut Wii Remote %1" @@ -2936,7 +2983,7 @@ msgstr "Tilslut Wii Remote 3" msgid "Connect Wii Remote 4" msgstr "Tilslut Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Tilslut Wii Remotes" @@ -2960,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 "" @@ -2977,7 +3024,7 @@ 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" @@ -3076,8 +3123,8 @@ msgstr "" 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 +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 "" @@ -3095,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 "" @@ -3117,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 "" @@ -3154,19 +3201,19 @@ msgstr "" msgid "Copy" msgstr "Kopiér" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3174,15 +3221,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3200,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 "" @@ -3213,11 +3255,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3243,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" @@ -3285,11 +3322,11 @@ 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 "" @@ -3310,7 +3347,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Kan ikke slå den centrale server op" @@ -3322,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:" @@ -3355,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:" @@ -3363,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)." @@ -3379,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:304 +#: 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 "" @@ -3410,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 "" @@ -3422,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" @@ -3446,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 @@ -3473,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 "" @@ -3481,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 "" @@ -3560,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" @@ -3570,11 +3633,11 @@ 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 "" @@ -3599,11 +3662,11 @@ msgstr "Formindst IR" 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 "" @@ -3617,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" @@ -3633,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 "" @@ -3641,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 " @@ -3652,7 +3715,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Slet" @@ -3682,18 +3745,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -3701,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 "" @@ -3714,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 "" @@ -3736,7 +3799,7 @@ msgstr "" msgid "Detect" msgstr "Opfang" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3766,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:" @@ -3774,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." @@ -3798,7 +3861,7 @@ 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" @@ -3806,11 +3869,11 @@ msgstr "Deaktiver EFB VRAM kopier" msgid "Disable Emulation Speed Limit" msgstr "Deaktiver begrænsning af emulationshastighed" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3818,11 +3881,11 @@ msgstr "" msgid "Disable Fog" msgstr "Deaktivér tåge" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Deaktiver JIT Cache" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3830,14 +3893,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3868,7 +3931,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3902,11 +3965,11 @@ msgstr "" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3916,7 +3979,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Ønsker du at stoppe den igangværende emulation?" @@ -3924,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 "" @@ -3937,22 +4000,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS-film (*.dtm)" @@ -3985,21 +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:1001 +#: 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/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." @@ -4033,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 @@ -4043,27 +4106,27 @@ 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 " @@ -4112,19 +4175,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dump Billeder" @@ -4132,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 "" @@ -4140,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 "" @@ -4165,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." @@ -4194,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 "" @@ -4222,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" @@ -4241,16 +4304,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4259,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" @@ -4270,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4296,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" @@ -4322,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 "" @@ -4344,16 +4421,16 @@ 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" @@ -4365,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 "" @@ -4385,15 +4462,15 @@ msgstr "Aktivér dualcore" 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 "" @@ -4401,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 " @@ -4427,33 +4504,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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" @@ -4461,11 +4538,11 @@ 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 "" @@ -4473,15 +4550,15 @@ msgstr "" 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 "" @@ -4491,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 " @@ -4499,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 " @@ -4515,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 " @@ -4525,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 " @@ -4533,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." @@ -4555,12 +4632,12 @@ msgid "" "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 " @@ -4568,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 " @@ -4576,7 +4653,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 " @@ -4593,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." @@ -4602,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 @@ -4615,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 " @@ -4639,7 +4716,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4647,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." @@ -4666,7 +4743,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4676,7 +4753,7 @@ 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" @@ -4693,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 "" @@ -4717,7 +4794,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4726,69 +4803,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4802,7 +4878,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Fejl" @@ -4824,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 " @@ -4834,7 +4910,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4896,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 "" @@ -4912,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." @@ -4925,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:306 +#: 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 "" @@ -4974,11 +5050,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Eksporter alle Wii-saves" @@ -4993,7 +5069,7 @@ msgstr "" msgid "Export Recording" msgstr "Eksporter optagelse" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Eksporter optagelse..." @@ -5021,14 +5097,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5049,7 +5125,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "Ekstern framebuffer (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5087,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" @@ -5105,11 +5181,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5125,7 +5201,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5175,19 +5251,19 @@ msgstr "" 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 "" @@ -5200,7 +5276,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5227,25 +5303,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5256,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 "" @@ -5265,18 +5341,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5288,7 +5364,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5302,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" @@ -5316,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:1740 +#: 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 "" @@ -5364,7 +5440,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5409,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 "" @@ -5492,31 +5568,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5567,7 +5643,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5599,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 "" @@ -5612,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Filnavn" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -5663,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}" @@ -5693,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 "" @@ -5726,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 @@ -5741,11 +5811,11 @@ msgstr "Flag" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5761,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" @@ -5769,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" @@ -5801,11 +5871,11 @@ 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 "" @@ -5827,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." @@ -5837,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 @@ -5852,13 +5922,13 @@ 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" @@ -5879,11 +5949,11 @@ msgstr "Billedfremskydning Forøg Hastighed" 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" @@ -5891,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 "" @@ -5911,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 "" @@ -5927,7 +5997,11 @@ 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 "" @@ -5942,7 +6016,7 @@ 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" @@ -5961,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:" @@ -5970,12 +6044,12 @@ msgstr "Fra:" msgid "FullScr" msgstr "Fuld skærm" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funktion" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6019,11 +6093,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6047,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" @@ -6065,7 +6139,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "GPU teksturafkodning" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6075,25 +6149,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6105,7 +6179,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6123,8 +6197,8 @@ 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 "" @@ -6138,7 +6212,7 @@ msgid "" "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 "" @@ -6150,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 "" @@ -6167,11 +6241,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6180,7 +6254,7 @@ msgstr "Spil-id:" msgid "Game Status" msgstr "Spilstatus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6227,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 "" @@ -6239,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 "" @@ -6260,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" @@ -6288,7 +6362,7 @@ 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" @@ -6299,17 +6373,17 @@ msgstr "Gecko-koder" #: 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 "" @@ -6324,17 +6398,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6342,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6370,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" @@ -6410,7 +6484,7 @@ msgstr "Grøn venstre" msgid "Green Right" msgstr "Grøn højre" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6455,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 "" @@ -6488,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6508,7 +6582,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6516,11 +6590,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6543,12 +6617,36 @@ msgstr "Vært" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6559,14 +6657,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6575,7 +6681,7 @@ 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" @@ -6585,11 +6691,11 @@ msgstr "Genvejstastindstillinger" 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 "" @@ -6616,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 "" @@ -6647,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:" @@ -6719,7 +6825,7 @@ 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." @@ -6736,7 +6842,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6748,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 "" @@ -6773,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 " @@ -6789,7 +6895,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6804,22 +6910,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importer Wii-save..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importerer NAND-backup" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6832,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 " @@ -6840,31 +6946,31 @@ 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 "" @@ -6889,15 +6995,15 @@ msgstr "Forøg IR" 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 "" @@ -6934,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6948,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -6966,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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" @@ -6992,7 +7098,7 @@ msgstr "" msgid "Install Update" msgstr "Installer opdatering" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Installere WAD..." @@ -7007,7 +7113,7 @@ 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" @@ -7016,7 +7122,7 @@ msgstr "Instruktion" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instruktion:" @@ -7025,7 +7131,7 @@ msgstr "Instruktion:" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7094,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7118,7 +7224,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "Ugyldig mix-kode" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7127,11 +7233,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7152,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 "" @@ -7160,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 "" @@ -7188,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" @@ -7207,96 +7321,97 @@ msgstr "Italien" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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" @@ -7307,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:683 +#: 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" @@ -7348,7 +7463,7 @@ msgstr "" msgid "Keys" msgstr "Taster" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -7356,12 +7471,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "Smid spiller ud" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7390,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 "" @@ -7432,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 @@ -7530,11 +7645,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7544,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -7574,7 +7689,7 @@ msgstr "Indlæs tilpassede teksturer" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" @@ -7587,8 +7702,8 @@ msgstr "" msgid "Load Last State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7689,19 +7804,19 @@ msgstr "Indlæs tilstand plads 8" msgid "Load State Slot 9" msgstr "Indlæs tilstand plads 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Indlæs tilstand fra valgte plads" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Indlæs tilstand fra plads" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7713,30 +7828,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Indlæs fra plads %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7746,7 +7861,7 @@ msgstr "" msgid "Local" msgstr "Lokal" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7755,7 +7870,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7763,7 +7878,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -7772,20 +7887,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Konfiguration af log" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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" @@ -7797,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "" @@ -7851,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 "" @@ -7881,12 +8012,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -7898,12 +8029,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7915,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -7932,7 +8067,7 @@ 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." @@ -7953,7 +8088,7 @@ msgstr "Hukommelsesbreakpoint" msgid "Memory Card" msgstr "Hukommelseskort" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7961,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 "" @@ -7981,7 +8116,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -7989,33 +8124,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -8026,7 +8169,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8046,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 " @@ -8058,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8083,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 "" @@ -8096,11 +8239,11 @@ 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 "" @@ -8116,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 "" @@ -8125,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -8141,7 +8294,7 @@ msgstr "NAND tjek" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8168,7 +8321,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8195,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:" @@ -8256,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 "" @@ -8265,7 +8418,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Ny" @@ -8308,7 +8461,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8323,7 +8476,7 @@ 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:" @@ -8345,13 +8498,13 @@ 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" @@ -8359,7 +8512,7 @@ msgstr "Ingen træf" 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 "" @@ -8380,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 "" @@ -8401,7 +8554,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" @@ -8409,15 +8562,15 @@ msgstr "" 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 " @@ -8428,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 "" @@ -8509,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." @@ -8545,7 +8693,7 @@ msgstr "" msgid "OK" msgstr "Ok" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8597,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" @@ -8618,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 " @@ -8644,7 +8792,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online&dokumentation" @@ -8652,13 +8800,13 @@ msgstr "Online&dokumentation" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8675,7 +8823,7 @@ msgstr "Åbn" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" @@ -8688,7 +8836,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8754,31 +8902,31 @@ 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:231 @@ -8796,7 +8944,7 @@ msgstr "" 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 "" @@ -8816,15 +8964,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8838,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:603 +#: 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 "" @@ -8888,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" @@ -8913,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 "" @@ -8926,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:801 +#: 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 " @@ -8950,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." @@ -8975,7 +9132,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Per-pixel belysning" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8983,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 "" @@ -9005,11 +9162,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -9026,7 +9183,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platform" @@ -9034,7 +9191,7 @@ 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" @@ -9046,7 +9203,7 @@ 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" @@ -9083,20 +9240,25 @@ msgstr "" 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 "" @@ -9129,7 +9291,7 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9154,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" @@ -9193,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 " @@ -9208,7 +9370,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9236,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." @@ -9263,15 +9425,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9281,7 +9443,7 @@ msgstr "" msgid "Public" msgstr "Offentlig" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9305,14 +9467,14 @@ msgstr "Servicekvalitet (QoS) kunne ikke aktiveres." 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Spørgsmål" @@ -9337,11 +9499,11 @@ msgstr "R-analog" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9374,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9423,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 "" @@ -9433,7 +9599,11 @@ 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" @@ -9441,15 +9611,15 @@ msgstr "Optag" 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..." @@ -9484,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 @@ -9499,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 "" @@ -9513,7 +9682,7 @@ msgid "Refreshing..." msgstr "Genindlæser..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Region" @@ -9547,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" @@ -9575,25 +9744,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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}" @@ -9602,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9621,7 +9800,7 @@ msgstr "Nulstil" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9645,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 "" @@ -9653,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 "" @@ -9665,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" @@ -9673,7 +9852,7 @@ msgstr "Genstart nødvendig" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9694,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 @@ -9749,7 +9928,7 @@ msgstr "" msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9758,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 " @@ -9767,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 " @@ -9779,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" @@ -9804,19 +9992,24 @@ msgstr "" msgid "Rumble" msgstr "Vibration" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9832,19 +10025,19 @@ msgstr "Rusland" 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 "" @@ -9852,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 "" @@ -9887,11 +10080,11 @@ msgstr "" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Ge&m tilstand" @@ -9903,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9913,15 +10106,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9935,11 +10128,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9957,15 +10150,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9977,11 +10170,11 @@ msgstr "Gem ældste tilstand" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10031,23 +10224,23 @@ msgstr "Gem tilstand plads 8" msgid "Save State Slot 9" msgstr "Gem tilstand plads 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Gem tilstand til ældste plads" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Gem tilstand til valgte plads" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Gem tilstand til plads" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -10055,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 "" @@ -10063,11 +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:1135 +#: 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" @@ -10082,11 +10275,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -10106,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 "" @@ -10115,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Søg" @@ -10125,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 "" @@ -10137,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10151,7 +10344,7 @@ msgstr "" msgid "Search games..." msgstr "Søg spil..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Søg instruktion" @@ -10185,7 +10378,7 @@ 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, " "cancel)" @@ -10196,7 +10389,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10216,7 +10409,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10228,7 +10421,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10240,11 +10433,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10256,7 +10449,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Vælg plads %1 - %2" @@ -10264,7 +10457,7 @@ msgstr "Vælg plads %1 - %2" msgid "Select State" msgstr "Vælg tilstand" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Vælg tilstand plads" @@ -10308,7 +10501,7 @@ msgstr "Vælg tilstand plads 8" msgid "Select State Slot 9" msgstr "Vælg tilstand plads 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10325,17 +10518,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10343,7 +10536,7 @@ msgstr "" msgid "Select a Game" msgstr "Vælg et spil" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10355,11 +10548,11 @@ msgstr "Vælg et spil" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10371,7 +10564,7 @@ msgstr "" 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" @@ -10379,7 +10572,7 @@ msgstr "Valgte kontrollerprofil eksisterer ikke" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10391,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 " @@ -10433,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 " @@ -10455,14 +10648,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10490,7 +10683,7 @@ msgstr "" 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:" @@ -10527,7 +10720,7 @@ 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 "" @@ -10544,15 +10737,15 @@ msgstr "" msgid "Set PC" msgstr "Indstil PC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10560,7 +10753,7 @@ msgstr "" msgid "Set as &Default ISO" 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" @@ -10570,11 +10763,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -10582,7 +10775,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10595,7 +10788,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10608,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" @@ -10622,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 "" @@ -10644,28 +10837,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Vis &log" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Vis Australien" @@ -10673,41 +10866,41 @@ msgstr "Vis Australien" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Vis Frankrig" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Vis GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Vis Tyskland" @@ -10719,51 +10912,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Vis input" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Vis Italien" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Vis Korea" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Vis PAL" @@ -10772,27 +10965,27 @@ msgstr "Vis PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Vis regioner" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Vis Rusland" @@ -10800,59 +10993,59 @@ msgstr "Vis Rusland" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Vis systemur" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Vis Taiwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Vis USA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Vis WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Vis Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Vis verden" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10860,16 +11053,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10877,7 +11070,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10885,92 +11078,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11000,7 +11193,7 @@ msgstr "Sidelæns skift" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -11024,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" @@ -11041,7 +11234,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." @@ -11051,7 +11244,7 @@ msgstr "" 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 "" @@ -11067,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%. " @@ -11147,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." @@ -11163,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 "" @@ -11182,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" @@ -11190,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 "" @@ -11202,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, " @@ -11215,7 +11408,7 @@ 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" @@ -11248,20 +11441,24 @@ msgstr "Standardkontroller" 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:778 +#: 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" @@ -11269,7 +11466,7 @@ msgstr "Start med at &optage input" 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 "" @@ -11281,7 +11478,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11320,19 +11517,19 @@ msgstr "Hop ud" msgid "Step Over" msgstr "Hop over" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Hop ud succes!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Hop ud timeout!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Hop over udføres..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Hop succes!" @@ -11341,7 +11538,7 @@ msgstr "Hop succes!" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11370,15 +11567,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11411,7 +11612,7 @@ 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" @@ -11429,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 "" @@ -11446,12 +11647,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Succes" @@ -11465,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 "" @@ -11478,7 +11679,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11490,12 +11691,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11518,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 "" @@ -11566,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symboler" @@ -11611,7 +11817,7 @@ 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." @@ -11630,24 +11836,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11665,15 +11871,15 @@ msgstr "" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11689,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 "" @@ -11700,11 +11906,11 @@ 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 "" @@ -11716,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" @@ -11735,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 "" @@ -11749,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:1239 +#: 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:1234 +#: 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 " @@ -11790,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." @@ -11883,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?" @@ -11917,21 +12123,21 @@ msgid "" "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 "" @@ -11950,7 +12156,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11959,15 +12165,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 "" -#: 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" @@ -11983,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" @@ -12001,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 "" @@ -12009,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 "" @@ -12018,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 " @@ -12060,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:1197 +#: 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)." @@ -12079,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 "" @@ -12114,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 "" @@ -12122,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:1189 +#: 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 "" @@ -12163,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 "" @@ -12198,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 "" @@ -12228,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/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 " @@ -12262,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." @@ -12299,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 "" @@ -12341,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" @@ -12361,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 "" @@ -12397,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" @@ -12430,7 +12636,7 @@ msgstr "" msgid "Threshold" msgstr "Tærskel" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -12440,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)" @@ -12452,7 +12683,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titel" @@ -12460,17 +12691,17 @@ msgstr "Titel" msgid "To" msgstr "Til" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Aktiver &fuldskærm" @@ -12495,7 +12726,7 @@ msgid "Toggle Aspect Ratio" msgstr "Skift forholdstal" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" @@ -12547,11 +12778,15 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12559,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" @@ -12567,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 "" @@ -12605,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" @@ -12630,8 +12865,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12668,7 +12903,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12694,7 +12929,7 @@ 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 "" @@ -12712,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." @@ -12727,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." @@ -12736,7 +12971,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12748,11 +12983,11 @@ msgstr "" 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 "" @@ -12781,7 +13016,7 @@ 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 "" @@ -12808,11 +13043,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Fortræd lagring af tilstand" @@ -12830,13 +13065,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12846,7 +13081,7 @@ 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 "" @@ -12875,7 +13110,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12895,7 +13130,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12975,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 @@ -12986,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" @@ -13053,7 +13288,7 @@ msgstr "" 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 "" @@ -13061,7 +13296,7 @@ msgstr "" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -13069,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 " @@ -13092,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 "" @@ -13132,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'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 " @@ -13151,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 " @@ -13421,7 +13660,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Advarsel" @@ -13519,7 +13758,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13527,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 " @@ -13535,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 "" @@ -13567,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" @@ -13585,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" @@ -13605,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" @@ -13613,15 +13852,15 @@ msgstr "Wii og Wii Remote" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13630,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 "" @@ -13648,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13701,11 +13948,11 @@ msgstr "" 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 "" @@ -13756,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 " @@ -13840,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." @@ -13861,7 +14108,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13879,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 "" @@ -13928,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 "" @@ -13944,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 "" @@ -14009,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 "" @@ -14029,15 +14278,15 @@ 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 "" diff --git a/Languages/po/de.po b/Languages/po/de.po index f171db5243..79ab88dcd4 100644 --- a/Languages/po/de.po +++ b/Languages/po/de.po @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -45,7 +45,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" @@ -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)" @@ -204,7 +210,7 @@ msgstr "%1 unterstützt diese Funktion auf Ihrem System nicht." 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,11 +220,11 @@ msgstr "" "%2 Objekt(e)\n" "Derzeitiger Frame: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 ist beigetreten" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 ist gegangen" @@ -226,11 +232,11 @@ msgstr "%1 ist gegangen" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 golft jetzt" @@ -242,8 +248,8 @@ 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" @@ -260,11 +266,11 @@ 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)" @@ -273,17 +279,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "Wert von %1 wird verwendet" @@ -299,7 +305,7 @@ msgstr "" msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -333,20 +339,20 @@ msgstr "%1x Nativ (%2x%3) für %4" 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." @@ -372,20 +378,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Über" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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..." @@ -393,11 +399,11 @@ msgstr "Neuen Code &hinzufügen..." msgid "&Add..." msgstr "&Hinzufügen..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Assembler" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Audioeinstellungen" @@ -409,15 +415,19 @@ msgstr "&Automatisches Update" msgid "&Borderless Window" msgstr "&Randloses Fenster" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Haltepunkte" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Bug Tracker" @@ -425,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Auf Updates prüfen..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "Symbole lös&chen" @@ -441,20 +451,24 @@ msgstr "Symbole lös&chen" msgid "&Clone..." msgstr "&Klonen..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Controller-Einstellungen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -462,26 +476,26 @@ msgstr "" 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..." @@ -489,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:343 +#: 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" @@ -513,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "Schri&ftart..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Einzelbildwiedergabe" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Freies Umsehen-Einstellungen" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "Symbole erzeu&gen aus" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub-Repositorium" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafikeinstellungen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Hilfe" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Tastenkürzel-Einstellungen" @@ -567,11 +585,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -579,7 +597,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -587,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "Spielstand &laden" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "Symbolkarte &laden" @@ -605,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:461 +#: 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Arbeitsspeicher" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "Fil&m" @@ -629,7 +651,7 @@ msgstr "Fil&m" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Netzwerk" @@ -638,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Optionen" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "Pau&se" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Start" @@ -662,7 +688,7 @@ msgstr "&Start" msgid "&Properties" msgstr "&Eigenschaften" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "Nu&r-Lese-Modus" @@ -670,7 +696,7 @@ msgstr "Nu&r-Lese-Modus" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Register" @@ -678,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "Symbolkarte &speichern" @@ -708,7 +734,7 @@ 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 "" @@ -716,23 +742,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "&Geschwindigkeitsbegrenzung:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -742,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Überwachungsfenster" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Webseite" @@ -768,40 +798,32 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Ja" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: 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:1564 +#: 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: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" @@ -818,7 +840,7 @@ msgstr ", Komma" msgid "- Subtract" msgstr "- Subtrahieren" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -888,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" @@ -946,7 +968,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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" @@ -972,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" @@ -1069,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1110,8 +1132,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Größer als" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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!" @@ -1147,7 +1169,7 @@ msgstr "" "Ein Spielstand kann nicht geladen werden, wenn kein zu startendes Spiel " "angegeben wurde." -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1167,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 "" @@ -1206,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" @@ -1248,8 +1270,8 @@ msgstr "Genauigkeit:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Errungenschaften" @@ -1341,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktiv" @@ -1357,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" @@ -1365,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:" @@ -1415,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adresse" @@ -1462,7 +1483,7 @@ msgid "" "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 "" @@ -1486,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" @@ -1498,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" @@ -1618,8 +1639,8 @@ msgstr "Alle GC/Wii-Dateien" msgid "All Hexadecimal" msgstr "Alle Hexadezimalen" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1631,7 +1652,7 @@ 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 (*)" @@ -1651,7 +1672,7 @@ msgstr "Nicht übereinstimmende Regionseinstellungen zulassen" 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" @@ -1671,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" @@ -1694,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" @@ -1720,15 +1741,15 @@ msgstr "Anti-Aliasing:" msgid "Any Region" msgstr "Beliebige Region" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "An &vorhandene Signaturdatei anfügen..." -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Signaturdatei an&wenden..." @@ -1740,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:" @@ -1748,7 +1769,7 @@ msgstr "Apploader Datum:" msgid "Apply" msgstr "Übernehmen" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1756,7 +1777,7 @@ msgstr "" 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? " @@ -1768,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/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?" @@ -1780,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:" @@ -1797,7 +1826,7 @@ msgstr "Seitenverhältnis:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1830,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" @@ -1850,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" @@ -1879,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" @@ -1887,15 +1916,15 @@ msgstr "Fenstergröße automatisch anpassen" msgid "Auto-Hide" msgstr "Automatisch verbergen" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1925,7 +1954,7 @@ msgid "Auxiliary" msgstr "Hilfs" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1959,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:" @@ -1980,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." @@ -2001,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -2038,7 +2067,7 @@ 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" @@ -2092,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):" @@ -2106,11 +2135,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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:" @@ -2144,67 +2173,67 @@ msgstr "" "Bluetooth-Durchleitungsmodus ist aktiviert, aber Dolphin wurde ohne libusb " "gebaut. Durchleitungsmodus kann nicht verwendet werden." -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Pausieren nach Boot" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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 "" @@ -2216,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 " @@ -2249,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 " @@ -2259,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 "" @@ -2286,11 +2315,11 @@ 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Unterbrechen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2299,11 +2328,11 @@ msgstr "" msgid "Breakpoint" msgstr "Haltepunkt" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: 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:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Haltepunkte" @@ -2337,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:930 +#: 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:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Puffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2402,7 +2431,7 @@ msgstr "" msgid "C Stick" msgstr "C-Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "Signatu&rdatei erstellen..." @@ -2410,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" @@ -2422,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." @@ -2453,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" @@ -2491,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2550,19 +2579,19 @@ 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 "" @@ -2574,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 "" @@ -2599,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" @@ -2607,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..." @@ -2623,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." @@ -2656,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 " @@ -2678,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" @@ -2686,7 +2715,7 @@ msgstr "Cheatsuche" msgid "Cheats Manager" msgstr "Cheat-Verwaltung" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "NAND prüfen..." @@ -2726,11 +2755,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2759,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Cache leeren" @@ -2777,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..." @@ -2790,7 +2820,7 @@ msgstr "Code b&earbeiten und klonen..." msgid "Close" msgstr "Schließen" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ko&nfiguration" @@ -2798,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 "" @@ -2830,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "&Zwei Signaturdateien kombinieren..." @@ -2847,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" @@ -2871,7 +2910,7 @@ msgstr "Kompiliere Shader" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Komprimierung" @@ -2879,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:" @@ -2892,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Bedingung" @@ -2986,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" @@ -2999,26 +3038,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -3029,15 +3076,15 @@ msgstr "Bestätigung" msgid "Connect" msgstr "Verbinden" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Wiimote %1 verbinden" @@ -3057,7 +3104,7 @@ msgstr "Wiimote 3 verbinden" msgid "Connect Wii Remote 4" msgstr "Wiimote 4 verbinden" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Wiimotes verbinden" @@ -3082,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." @@ -3099,7 +3146,7 @@ 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" @@ -3214,8 +3261,8 @@ msgstr "Konvergenz" 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" @@ -3223,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 "" @@ -3233,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 "" @@ -3258,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..." @@ -3297,19 +3344,19 @@ msgstr "" msgid "Copy" msgstr "Kopieren" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3317,15 +3364,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "Wert kopieren" @@ -3343,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 "" @@ -3356,11 +3398,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3390,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" @@ -3401,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" @@ -3449,11 +3486,11 @@ 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 "" @@ -3482,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:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Konnte den zentralen Server nicht ermitteln" @@ -3494,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:" @@ -3527,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:" @@ -3535,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)." @@ -3551,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:304 +#: 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 "" @@ -3582,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 "" @@ -3594,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" @@ -3618,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 @@ -3645,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" @@ -3653,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)" @@ -3736,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" @@ -3746,11 +3809,11 @@ 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" @@ -3775,11 +3838,11 @@ msgstr "Interne Auflösung reduzieren" 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" @@ -3793,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" @@ -3809,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" @@ -3817,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 " @@ -3834,7 +3897,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Entfernen" @@ -3864,18 +3927,18 @@ msgstr "Tiefe in Prozent:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -3883,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 "" @@ -3896,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 "" @@ -3918,7 +3981,7 @@ msgstr "Gelöst" msgid "Detect" msgstr "Erkenne" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3948,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:" @@ -3956,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." @@ -3980,7 +4043,7 @@ 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" @@ -3988,11 +4051,11 @@ msgstr "EFB VRAM-Kopien deaktivieren" msgid "Disable Emulation Speed Limit" msgstr "Geschwindigkeitsbegrenzung ausschalten" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Fastmem deaktivieren" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -4000,11 +4063,11 @@ msgstr "" msgid "Disable Fog" msgstr "Nebel deaktivieren" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "JIT-Zwischenspeicher deaktivieren" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -4012,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 " @@ -4023,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 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." @@ -4063,7 +4126,7 @@ msgid "Discard" msgstr "Verwerfen" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -4102,11 +4165,11 @@ msgstr "Weite der Bewegung von der neutralen Position." 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:1762 +#: 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:1293 +#: 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?" @@ -4116,7 +4179,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Laufende Emulation stoppen?" @@ -4124,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)" @@ -4137,22 +4200,22 @@ msgstr "Dolphin FIFO-Log (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS-Filme (*.dtm)" @@ -4187,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:1001 +#: 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." @@ -4199,11 +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/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." @@ -4237,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 @@ -4247,27 +4310,27 @@ 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 " @@ -4316,19 +4379,19 @@ msgstr "&FakeVMEM dumpen" msgid "Dump &MRAM" msgstr "&MRAM dumpen" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Frames dumpen" @@ -4336,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" @@ -4344,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 "" @@ -4369,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." @@ -4401,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 "" @@ -4436,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" @@ -4455,16 +4518,16 @@ msgstr "Ostasien" msgid "Edit Breakpoint" msgstr "Haltepunkt bearbeiten" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Bearbeiten..." @@ -4473,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" @@ -4484,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4510,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." @@ -4536,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" @@ -4561,16 +4638,16 @@ 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" @@ -4582,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 "" @@ -4602,15 +4679,15 @@ msgstr "Dual Core aktivieren" 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 "" @@ -4618,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 " @@ -4644,33 +4721,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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" @@ -4678,11 +4755,11 @@ 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 "" @@ -4690,15 +4767,15 @@ msgstr "" 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 "" @@ -4708,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 " @@ -4716,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 " @@ -4732,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 " @@ -4742,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 " @@ -4750,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." @@ -4772,12 +4849,12 @@ msgid "" "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 " @@ -4785,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 " @@ -4793,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 " @@ -4813,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 " @@ -4823,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 @@ -4836,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 " @@ -4860,7 +4937,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4868,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." @@ -4889,7 +4966,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4899,7 +4976,7 @@ 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" @@ -4916,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 "" @@ -4940,7 +5017,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Geben Sie die RSO-Moduladresse ein:" @@ -4949,69 +5026,68 @@ msgstr "Geben Sie die RSO-Moduladresse ein:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -5025,7 +5101,7 @@ msgstr "Geben Sie die RSO-Moduladresse ein:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Fehler" @@ -5047,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 " @@ -5057,7 +5133,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Fehler beim Abrufen der Sitzungsliste: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -5121,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 "" @@ -5143,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}." @@ -5157,12 +5233,12 @@ msgstr "" msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -5206,11 +5282,11 @@ msgstr "Erwarteter Beginn des Ausdrucks." 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Alle Wii-Spielstände exportieren" @@ -5225,7 +5301,7 @@ msgstr "Exportieren fehlgeschlagen" msgid "Export Recording" msgstr "Aufnahme exportieren" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Aufnahme exportieren..." @@ -5253,14 +5329,14 @@ msgstr "Als .&gcs exportieren..." msgid "Export as .&sav..." msgstr "Als .&sav exportieren..." -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5281,7 +5357,7 @@ msgstr "Extern" msgid "External Frame Buffer (XFB)" msgstr "Externer Bildspeicher (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Zertifikate aus NAND extrahieren" @@ -5319,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" @@ -5339,11 +5415,11 @@ msgstr "" 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:1723 +#: 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 "" @@ -5359,7 +5435,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Konnte nicht mit Redump.org verbinden" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Konnte nicht mit Server %1 verbinden" @@ -5411,19 +5487,19 @@ msgstr "" 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" @@ -5436,7 +5512,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "Konnte folgende Spielstände nicht exportieren:" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Konnte Zertifikate aus NAND nicht extrahieren" @@ -5466,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:1153 +#: 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:1147 +#: 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." @@ -5481,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:1160 +#: 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 -> " @@ -5492,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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Konnte Kern nicht initiieren" @@ -5503,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" @@ -5512,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:1118 +#: 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:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5524,8 +5600,8 @@ msgstr "" "Fehler beim Lauschen auf Port %1. Wird eine andere Instanz des NetPlay-" "Servers ausgeführt?" -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: 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" @@ -5537,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:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Konnte Kartendatei '%1' nicht laden" @@ -5551,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." @@ -5567,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:1740 +#: 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 "" @@ -5619,7 +5695,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Konnte Server nicht öffnen" @@ -5667,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 "" @@ -5757,31 +5833,31 @@ msgstr "" 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:1651 +#: 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:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Konnte Signaturdatei '%1' nicht speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: 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:1775 +#: 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 > " @@ -5834,7 +5910,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Fehler" @@ -5868,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" @@ -5881,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Dateiname" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Dateipfad" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -5932,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}" @@ -5966,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" @@ -6001,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 @@ -6016,11 +6086,11 @@ msgstr "Bitschalter" msgid "Float" msgstr "Float" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 " @@ -6038,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" @@ -6046,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" @@ -6078,11 +6148,11 @@ 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 "" @@ -6108,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." @@ -6118,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 @@ -6133,13 +6203,13 @@ 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" @@ -6160,11 +6230,11 @@ msgstr "Verringere Einzelbildwiedergabegeschwindigkeit" 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" @@ -6172,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:" @@ -6192,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" @@ -6212,7 +6282,11 @@ 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" @@ -6227,7 +6301,7 @@ 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" @@ -6246,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:" @@ -6255,12 +6329,12 @@ msgstr "Von:" msgid "FullScr" msgstr "Vollbild" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funktion" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6304,11 +6378,11 @@ msgstr "GBA-Lautstärke" msgid "GBA Window Size" msgstr "GBA-Fenstergröße" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6332,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" @@ -6350,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:235 +#: 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?" @@ -6362,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:253 +#: 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?" @@ -6370,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:278 +#: 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?" @@ -6378,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:262 +#: 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?" @@ -6386,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:244 +#: 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?" @@ -6402,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:470 +#: 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" @@ -6425,8 +6499,8 @@ 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" @@ -6442,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" @@ -6454,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" @@ -6471,11 +6545,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6484,7 +6558,7 @@ msgstr "Spielkennung:" msgid "Game Status" msgstr "Spielstatus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Spiel auf \"%1\" geändert" @@ -6533,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" @@ -6545,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" @@ -6566,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" @@ -6594,7 +6668,7 @@ 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" @@ -6605,17 +6679,17 @@ msgstr "Gecko-Codes" #: 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 "" @@ -6630,17 +6704,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6648,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6676,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" @@ -6721,7 +6795,7 @@ msgstr "Grün links" msgid "Green Right" msgstr "Grün rechts" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Tabellenansicht" @@ -6766,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 "" @@ -6799,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Alles verbergen" @@ -6819,7 +6893,7 @@ msgstr "Inkompatible Sitzungen ausblenden" 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 " "render window is focused.

If unsure, select "" @@ -6827,11 +6901,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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" @@ -6854,13 +6928,37 @@ msgstr "Host" msgid "Host Code:" msgstr "Hostcode:" +#. 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/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 "" @@ -6875,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:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Host-Eingabeautorität deaktiviert" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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" @@ -6891,7 +6997,7 @@ 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" @@ -6901,11 +7007,11 @@ msgstr "Tastenkürzel-Einstellungen" 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 "" @@ -6932,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:" @@ -6969,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:" @@ -7063,7 +7169,7 @@ 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." @@ -7080,7 +7186,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -7092,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 "" @@ -7121,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 " @@ -7147,7 +7249,7 @@ msgstr "" "Performance etwas.

Im Zweifel deaktiviert lassen." -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "BootMii-NAND-Sicherung importieren..." @@ -7162,15 +7264,15 @@ msgstr "Importieren fehlgeschlagen" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Wii-Spielstand importieren..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "NAND-Sicherung wird importiert" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7179,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 " @@ -7192,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 " @@ -7205,31 +7307,31 @@ 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" @@ -7254,15 +7356,15 @@ msgstr "Interne Auflösung erhöhen" 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 "" @@ -7299,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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" @@ -7313,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -7331,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SD-Karte einfügen" @@ -7357,7 +7459,7 @@ msgstr "" msgid "Install Update" msgstr "Update installieren" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WAD installieren..." @@ -7372,7 +7474,7 @@ 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" @@ -7381,7 +7483,7 @@ msgstr "Anweisung" msgid "Instruction Breakpoint" msgstr "Anweisungshaltepunkt" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Anweisung:" @@ -7390,7 +7492,7 @@ msgstr "Anweisung:" msgid "Instruction: %1" msgstr "Anweisung: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7459,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreterkern" @@ -7483,7 +7585,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "Ungültiger gemischter Code" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Ungültiges Paket %1 angegeben: &2" @@ -7492,11 +7594,11 @@ msgstr "Ungültiges Paket %1 angegeben: &2" msgid "Invalid Player ID" msgstr "Ungültige Spieler-ID" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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" @@ -7517,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" @@ -7525,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 "" @@ -7553,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" @@ -7572,81 +7682,81 @@ msgstr "Italien" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Zweig Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FließKomma Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Ganzahl Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LadenSpeichern Fließkomma Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LadenSpeichern Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LadenSpeichern Gekoppelt Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LadenSpeichern lXz Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LadenSpeichern lbzx Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LadenSpeichern lwz Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Aus (JIT-Kern)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT-Register-Cache Aus" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT-SystemRegister Aus" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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." @@ -7655,16 +7765,17 @@ msgstr "" "niemals passieren. Melde bitte diesen Vorfall im Bug-Tracker. Dolphin wird " "jetzt beendet." -#: Source/Android/jni/MainAndroid.cpp:424 +#: 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:308 +#: 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" @@ -7675,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:683 +#: 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" @@ -7716,7 +7827,7 @@ msgstr "Tastatur-Controller" msgid "Keys" msgstr "Tasten" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -7724,12 +7835,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "Spieler hinauswerfen" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7758,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" @@ -7800,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 @@ -7904,11 +8015,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "Uploadblock-Geschwindigkeit begrenzen:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Listen-Spalten" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Listenansicht" @@ -7918,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "&Ungültige Kartendatei laden..." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -7948,7 +8059,7 @@ msgstr "Lade benutzerdefinierte Texturen" msgid "Load File" msgstr "Datei laden" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "GameCube-Hauptmenü laden" @@ -7961,8 +8072,8 @@ msgstr "" msgid "Load Last State" msgstr "Letzten Spielstand laden" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -8063,19 +8174,19 @@ msgstr "Spielstand in Slot 8 laden" msgid "Load State Slot 9" msgstr "Spielstand in Slot 9 laden" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Spielstand von Datei laden" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Spielstand vom ausgewählten Slot laden" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Spielstand von Slot laden" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Wii-Systemmenü laden %1" @@ -8087,23 +8198,23 @@ msgstr "" msgid "Load from Selected Slot" msgstr "Spielstand vom ausgewählten Slot laden" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Lade von Slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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, " @@ -8113,7 +8224,7 @@ 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." @@ -8123,7 +8234,7 @@ msgstr "" msgid "Local" msgstr "Lokal" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -8132,7 +8243,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -8140,7 +8251,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -8149,20 +8260,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Protokollkonfiguration" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Anmelden" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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" @@ -8174,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:979 +#: 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:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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" @@ -8228,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 "" @@ -8258,12 +8385,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -8279,12 +8406,12 @@ msgstr "" "machen, die die korrekte Nebelemulation benötigen." "

Im Zweifel deaktiviert lassen." -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -8296,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Maximaler Puffer:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -8313,7 +8444,7 @@ 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." @@ -8334,7 +8465,7 @@ msgstr "Speicherhaltepunkt" msgid "Memory Card" msgstr "Speicherkarte" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Speicherkartenverwaltung" @@ -8342,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" @@ -8364,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:1815 +#: 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, " @@ -8376,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:528 +#: 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 "" @@ -8413,7 +8552,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Nichtübereinstimmung zwischen internen Datenstrukturen." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8433,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 " @@ -8448,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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" @@ -8473,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" @@ -8486,11 +8625,11 @@ 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" @@ -8506,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 "" @@ -8515,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -8531,7 +8680,7 @@ msgstr "NAND-Prüfung" msgid "NKit Warning" msgstr "NKit-Warnung" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8558,7 +8707,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8585,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:" @@ -8646,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" @@ -8655,7 +8804,7 @@ msgid "Never Auto-Update" msgstr "Niemals automatisch updaten" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Neu" @@ -8698,7 +8847,7 @@ msgstr "Neues Tag" 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" @@ -8713,7 +8862,7 @@ 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:" @@ -8735,13 +8884,13 @@ 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" @@ -8749,7 +8898,7 @@ msgstr "Keine Übereinstimmung" 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 "" @@ -8770,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." @@ -8791,7 +8940,7 @@ msgstr "" msgid "No input" msgstr "Keine Eingabe" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Es wurden keine Probleme festgestellt." @@ -8799,15 +8948,15 @@ msgstr "Es wurden keine Probleme festgestellt." 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 " @@ -8822,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." @@ -8903,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." @@ -8939,7 +9083,7 @@ msgstr "Nunchuck-Stick" msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Objekt %1" @@ -8991,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" @@ -9012,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 " @@ -9038,7 +9182,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online-&Dokumentation" @@ -9046,7 +9190,7 @@ msgstr "Online-&Dokumentation" msgid "Only Show Collection" msgstr "Nur Sammlung anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9054,7 +9198,7 @@ msgstr "" "Nur Symbole anhängen mit dem Präfix:\n" "(Leer für alle Symbole)" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9073,7 +9217,7 @@ 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" @@ -9086,7 +9230,7 @@ msgstr "" msgid "Open Directory..." msgstr "Verzeichnis öffnen..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -9152,31 +9296,31 @@ 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:231 @@ -9194,7 +9338,7 @@ msgstr "Andere Partition (%1)" 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" @@ -9214,15 +9358,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Überschrieben" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9236,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:603 +#: 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" @@ -9286,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" @@ -9311,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:" @@ -9324,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:801 +#: 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 " @@ -9348,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." @@ -9373,7 +9526,7 @@ msgstr "Spitzengeschwindigkeit von nach außen gerichteten Schwenkbewegungen." msgid "Per-Pixel Lighting" msgstr "Per-Pixel Lighting" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Online-Systemaktualisierung durchführen" @@ -9381,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 "" @@ -9403,11 +9556,11 @@ msgstr "Physikalisch" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Wähle eine Debug-Schriftart" @@ -9424,7 +9577,7 @@ msgid "Pitch Up" msgstr "Nicken aufwärts" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plattform" @@ -9432,7 +9585,7 @@ 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" @@ -9444,7 +9597,7 @@ 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" @@ -9481,20 +9634,25 @@ msgstr "" 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 "" @@ -9527,7 +9685,7 @@ msgstr "Port:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: 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 " @@ -9554,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" @@ -9595,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 " @@ -9615,7 +9773,7 @@ msgstr "" 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" @@ -9643,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." @@ -9651,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." @@ -9659,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." @@ -9676,15 +9834,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "Programmzähler" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9694,7 +9852,7 @@ msgstr "" msgid "Public" msgstr "Öffentlich" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Spielelisten Cache leeren" @@ -9718,14 +9876,14 @@ msgstr "Quality of Service (QoS) konnte nicht aktiviert werden." 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Frage" @@ -9750,11 +9908,11 @@ msgstr "R-Analog" msgid "READY" msgstr "BEREIT" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO-Module" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "Automatische RSO-Erkennung" @@ -9787,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Lesen" @@ -9836,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 "" @@ -9846,7 +10008,11 @@ 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" @@ -9854,15 +10020,15 @@ msgstr "Aufnahme" 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..." @@ -9903,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 @@ -9918,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 "" @@ -9932,7 +10097,7 @@ msgid "Refreshing..." msgstr "Aktualisiere..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Region" @@ -9966,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" @@ -9997,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:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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." @@ -10018,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}" @@ -10026,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -10045,7 +10220,7 @@ msgstr "Zurücksetzen" msgid "Reset All" msgstr "Alles zurücksetzen" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -10069,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" @@ -10077,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 "" @@ -10089,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" @@ -10097,7 +10272,7 @@ msgstr "Neustart erforderlich" msgid "Restore Defaults" msgstr "Standard wiederherstellen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -10118,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 @@ -10173,7 +10348,7 @@ msgstr "Rollen rechts" 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" @@ -10182,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 " @@ -10191,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 " @@ -10203,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" @@ -10228,19 +10412,24 @@ msgstr "" msgid "Rumble" msgstr "Rumble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -10256,19 +10445,19 @@ msgstr "Russland" 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" @@ -10276,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 "" @@ -10311,11 +10500,11 @@ msgstr "SSL-Kontext" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Code speich&ern" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "S&pielstand speichern" @@ -10327,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10337,15 +10526,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -10359,11 +10548,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Export speichern" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -10381,15 +10570,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -10401,11 +10590,11 @@ msgstr "Ältesten Spielstand überschreiben" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10455,23 +10644,23 @@ msgstr "In Slot 8 speichern" msgid "Save State Slot 9" msgstr "In Slot 9 speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Spielstand in Datei speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Spielstand in ältesten Slot speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Spielstand im ausgewählten Slot speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Spielstand in Slot speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Symbolkarte speichern &als..." @@ -10479,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" @@ -10487,11 +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:1135 +#: 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" @@ -10509,11 +10698,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "Spielstand im ausgewählten Slot speichern" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -10535,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 "" @@ -10544,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Suche" @@ -10554,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" @@ -10566,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Suche nach einer Anweisung" @@ -10580,7 +10769,7 @@ msgstr "Suche nach einer Anweisung" msgid "Search games..." msgstr "Suche Spiele..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Suchanweisung" @@ -10615,7 +10804,7 @@ 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, " "cancel)" @@ -10626,7 +10815,7 @@ msgid "Select Dump Path" msgstr "Dump-Pfad auswählen" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Export-Verzeichnis auswählen" @@ -10646,7 +10835,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10658,7 +10847,7 @@ msgstr "Letzten Spielstand auswählen" msgid "Select Load Path" msgstr "Ladepfad auswählen" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10670,11 +10859,11 @@ msgstr "Ressourcenpaket-Pfad auswählen" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10686,7 +10875,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Slot %1 - %2 auswählen" @@ -10694,7 +10883,7 @@ msgstr "Slot %1 - %2 auswählen" msgid "Select State" msgstr "Spielstand auswählen" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Spielstand-Slot auswählen" @@ -10738,7 +10927,7 @@ msgstr "Slot 8 auswählen" msgid "Select State Slot 9" msgstr "Slot 9 auswählen" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10755,17 +10944,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10773,7 +10962,7 @@ msgstr "" msgid "Select a Game" msgstr "Spiel auswählen" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10785,11 +10974,11 @@ msgstr "Spiel auswählen" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: 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:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10801,7 +10990,7 @@ msgstr "" 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" @@ -10809,7 +10998,7 @@ msgstr "Ausgewähltes Controller-Profil existiert nicht" #: 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:893 +#: 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!" @@ -10821,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." @@ -10835,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 " @@ -10873,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 " @@ -10895,14 +11084,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10930,7 +11119,7 @@ msgstr "" 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:" @@ -10969,7 +11158,7 @@ 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 "" @@ -10986,15 +11175,15 @@ msgstr "" msgid "Set PC" msgstr "PC zuweisen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -11002,7 +11191,7 @@ msgstr "" msgid "Set as &Default ISO" msgstr "Als &Standard-ISO festlegen" -#: 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" @@ -11012,11 +11201,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -11024,7 +11213,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -11037,7 +11226,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -11050,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" @@ -11064,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" @@ -11086,28 +11275,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "&Log anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Alles anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Australien anzeigen" @@ -11115,41 +11304,41 @@ msgstr "Australien anzeigen" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Frankreich anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "GameCube anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Deutschland anzeigen" @@ -11161,51 +11350,51 @@ msgstr "Golf-Modus-Überlagerung anzeigen" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Eingabebildschirm anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Italien anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "JPN anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Korea anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL anzeigen" @@ -11214,27 +11403,27 @@ msgstr "PAL anzeigen" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Regionen anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Russland anzeigen" @@ -11242,59 +11431,59 @@ msgstr "Russland anzeigen" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Systemuhr anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Taiwan anzeigen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "USA anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii anzeigen" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Welt anzeigen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -11302,16 +11491,16 @@ msgstr "" msgid "Show in Code" msgstr "Im Code anzeigen" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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" @@ -11319,7 +11508,7 @@ msgstr "Im Speicher anzeigen" msgid "Show in server browser" msgstr "Im Server-Browser 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -11327,7 +11516,7 @@ msgid "" "
" 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." @@ -11336,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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11414,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." @@ -11452,7 +11641,7 @@ msgstr "Seitwärts umschalten" msgid "Sideways Wii Remote" msgstr "Wiimote seitwärts" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Signaturendatenbank" @@ -11476,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)" @@ -11493,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." @@ -11505,7 +11694,7 @@ msgstr "" msgid "Skip" msgstr "Überspringen" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11521,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%. " @@ -11606,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." @@ -11626,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:" @@ -11645,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" @@ -11653,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 "" @@ -11665,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, " @@ -11678,7 +11867,7 @@ 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" @@ -11711,20 +11900,24 @@ msgstr "Standard-Controller" 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:778 +#: 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" @@ -11732,7 +11925,7 @@ msgstr "&Aufzeichnung der Eingabe starten" 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" @@ -11744,7 +11937,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Spiel gestartet" @@ -11783,19 +11976,19 @@ msgstr "Schritt heraus" msgid "Step Over" msgstr "Schritt über" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Schritt heraus erfolgreich!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Zeitüberschreitung bei Schritt heraus!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Schritt über in Bearbeitung..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Schritt erfolgreich!" @@ -11804,7 +11997,7 @@ msgstr "Schritt erfolgreich!" msgid "Stepping" msgstr "Schrittweite" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stereo" @@ -11833,15 +12026,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Wiedergabe/Aufzeichnung der Eingabe stoppen" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Spiel gestoppt" @@ -11884,7 +12081,7 @@ 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" @@ -11902,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:" @@ -11919,12 +12116,12 @@ msgstr "Eingabestift" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Erfolg" @@ -11938,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." @@ -11951,7 +12148,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "Spielstände wurden erfolgreich exportiert" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Zertifikate aus NAND erfolgreich extrahiert" @@ -11963,12 +12160,12 @@ msgstr "Datei erfolgreich extrahiert." msgid "Successfully extracted system data." msgstr "Systemdaten erfolgreich extrahiert." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: 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:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Der Titel wurde erfolgreich in den NAND installiert." @@ -11991,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" @@ -12042,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symbole" @@ -12089,7 +12291,7 @@ 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." @@ -12108,24 +12310,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Tags" @@ -12143,15 +12345,15 @@ msgstr "Schweif" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12167,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 "" @@ -12178,11 +12380,11 @@ 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" @@ -12194,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" @@ -12215,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})" @@ -12229,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:1239 +#: 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." @@ -12241,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:1234 +#: 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 " @@ -12272,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 " @@ -12283,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." @@ -12378,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?" @@ -12416,7 +12618,7 @@ msgid "" "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." @@ -12424,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." @@ -12454,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:718 +#: 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 " @@ -12468,15 +12670,15 @@ 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" @@ -12494,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" @@ -12512,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 "" @@ -12520,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" @@ -12530,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 " @@ -12583,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:1197 +#: 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)." @@ -12603,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 "" @@ -12640,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." @@ -12649,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:1189 +#: 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 "" @@ -12690,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 "" @@ -12731,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." @@ -12740,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 "" @@ -12764,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/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 " @@ -12794,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 " @@ -12806,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." @@ -12815,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." @@ -12824,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." @@ -12849,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. " @@ -12860,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 " @@ -12870,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." @@ -12882,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." @@ -12890,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 "" @@ -12902,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" @@ -12924,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." @@ -12971,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" @@ -13010,7 +13212,7 @@ msgstr "Threads" msgid "Threshold" msgstr "Schwelle" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13020,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)" @@ -13034,7 +13261,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titel" @@ -13042,17 +13269,17 @@ msgstr "Titel" msgid "To" msgstr "Zu" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Vollbildmodus umschalten" @@ -13077,7 +13304,7 @@ msgid "Toggle Aspect Ratio" msgstr "Seitenverhältnis umschalten" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Haltepunkt umschalten" @@ -13129,11 +13356,15 @@ msgstr "XFB-Kopien umschalten" msgid "Toggle XFB Immediate Mode" msgstr "Sofortigen XFB-Modus umschalten" +#: 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 "" @@ -13141,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" @@ -13149,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 "" @@ -13187,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)" @@ -13212,8 +13443,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Übergangsfehler" @@ -13252,7 +13483,7 @@ msgid "Trophy" msgstr "Trophäe" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13278,7 +13509,7 @@ 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" @@ -13296,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. " @@ -13307,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." @@ -13319,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." @@ -13333,7 +13564,7 @@ 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:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Konnte RSO-Module nicht automatisch erkennen" @@ -13345,11 +13576,11 @@ msgstr "" 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 "" @@ -13376,7 +13607,7 @@ 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 "" @@ -13403,11 +13634,11 @@ msgstr "Unkomprimierte GC/Wii-Abbilder (*.iso *.gcm)" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Spielstand Speichern rückgängig machen" @@ -13428,13 +13659,13 @@ msgstr "" "Titels aus dem NAND entfernt, ohne die gespeicherten Daten zu löschen. " "Fortsetzen?" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -13444,7 +13675,7 @@ 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)" @@ -13477,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 "" @@ -13497,7 +13728,7 @@ 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." @@ -13579,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 @@ -13590,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" @@ -13659,7 +13890,7 @@ msgstr "" 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" @@ -13667,7 +13898,7 @@ msgstr "Eingebaute Datenbank von Spielnamen verwenden" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Benutze verlustfreien Codec (FFV1)" @@ -13675,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 " @@ -13698,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 "" @@ -13740,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'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 " @@ -13763,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 " @@ -13773,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 " @@ -14073,7 +14308,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Warnungen" @@ -14201,7 +14436,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -14213,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 " @@ -14225,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" @@ -14257,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" @@ -14275,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" @@ -14295,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" @@ -14303,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:1126 +#: 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 "" @@ -14320,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 "" @@ -14338,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Schreiben" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -14391,11 +14634,11 @@ msgstr "Falsche Region" 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 "" @@ -14446,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 " @@ -14550,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." @@ -14570,7 +14813,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14588,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 "" @@ -14637,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" @@ -14653,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 "" @@ -14720,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 "" @@ -14740,15 +14985,15 @@ 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 " diff --git a/Languages/po/dolphin-emu.pot b/Languages/po/dolphin-emu.pot index 7c7844a985..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-09-01 08:42+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 "" @@ -162,18 +168,18 @@ msgstr "" 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" @@ -181,11 +187,11 @@ msgstr "" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" @@ -197,8 +203,8 @@ 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 "" @@ -215,11 +221,11 @@ 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 "" @@ -228,17 +234,17 @@ msgid "%1% (Normal Speed)" msgstr "" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -254,7 +260,7 @@ msgstr "" msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -288,20 +294,20 @@ msgstr "" 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,20 +333,20 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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 "" @@ -348,11 +354,11 @@ msgstr "" msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" @@ -364,15 +370,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -380,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -396,20 +406,24 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -417,26 +431,26 @@ msgstr "" 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 "" @@ -444,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:343 +#: 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 "" @@ -468,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "" @@ -522,11 +540,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -534,7 +552,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "" @@ -542,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -560,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -584,7 +606,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -593,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "" @@ -617,7 +643,7 @@ msgstr "" msgid "&Properties" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -625,7 +651,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "" @@ -633,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -663,7 +689,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -671,23 +697,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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 "" @@ -697,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -723,38 +753,30 @@ msgstr "" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "" @@ -771,7 +793,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -841,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 "" @@ -899,7 +921,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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 "" @@ -925,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 "" @@ -1022,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1060,8 +1082,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1089,7 +1111,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1105,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 "" @@ -1130,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 "" @@ -1172,8 +1194,8 @@ msgstr "" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1249,7 +1271,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1265,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 "" @@ -1273,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 "" @@ -1323,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1370,7 +1391,7 @@ msgid "" "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 "" @@ -1388,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" @@ -1396,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" @@ -1505,8 +1526,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1518,7 +1539,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1538,7 +1559,7 @@ msgstr "" 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 "" @@ -1556,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 "" @@ -1578,7 +1599,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "" @@ -1604,15 +1625,15 @@ msgstr "" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1622,7 +1643,7 @@ msgid "" ">If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1630,7 +1651,7 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1638,7 +1659,7 @@ msgstr "" 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 "" @@ -1650,10 +1671,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" +#: 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 "" @@ -1662,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 "" @@ -1679,7 +1708,7 @@ msgstr "" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1712,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 "" @@ -1732,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 "" @@ -1757,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 "" @@ -1765,15 +1794,15 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1801,7 +1830,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1832,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 "" @@ -1853,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 "" @@ -1874,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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 "" @@ -1911,7 +1940,7 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "" @@ -1963,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 "" @@ -1977,11 +2006,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "" @@ -2013,67 +2042,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2085,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 " @@ -2118,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 " @@ -2128,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 "" @@ -2155,11 +2184,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2168,11 +2197,11 @@ msgstr "" msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2206,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2268,7 +2297,7 @@ msgstr "" msgid "C Stick" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2276,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 "" @@ -2288,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." @@ -2311,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 "" @@ -2349,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2405,19 +2434,19 @@ 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 "" @@ -2429,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 "" @@ -2453,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 "" @@ -2461,7 +2490,7 @@ msgstr "" msgid "Change &Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "" @@ -2477,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." @@ -2501,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 "" @@ -2521,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 "" @@ -2529,7 +2558,7 @@ msgstr "" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2567,11 +2596,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2600,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2618,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 "" @@ -2631,7 +2661,7 @@ msgstr "" msgid "Close" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2639,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 "" @@ -2671,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2688,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 "" @@ -2712,7 +2751,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2720,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 "" @@ -2733,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2827,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 "" @@ -2840,26 +2879,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2870,15 +2917,15 @@ msgstr "" msgid "Connect" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" @@ -2898,7 +2945,7 @@ msgstr "" msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2922,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 "" @@ -2939,7 +2986,7 @@ 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 "" @@ -3036,8 +3083,8 @@ msgstr "" 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 "" @@ -3045,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 "" @@ -3055,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 "" @@ -3077,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 "" @@ -3114,19 +3161,19 @@ msgstr "" msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3134,15 +3181,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3160,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 "" @@ -3173,11 +3215,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3203,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" @@ -3243,11 +3280,11 @@ 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 "" @@ -3268,7 +3305,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3280,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 "" @@ -3313,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 "" @@ -3321,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)." @@ -3337,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:304 +#: 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 "" @@ -3368,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 "" @@ -3380,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 "" @@ -3404,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 @@ -3431,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 "" @@ -3439,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 "" @@ -3518,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 "" @@ -3528,11 +3591,11 @@ 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 "" @@ -3557,11 +3620,11 @@ msgstr "" 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 "" @@ -3575,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 "" @@ -3591,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 "" @@ -3599,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 " @@ -3610,7 +3673,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "" @@ -3640,18 +3703,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "" @@ -3659,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 "" @@ -3672,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 "" @@ -3694,7 +3757,7 @@ msgstr "" msgid "Detect" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3724,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 "" @@ -3732,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 "" @@ -3756,7 +3819,7 @@ 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 "" @@ -3764,11 +3827,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3776,11 +3839,11 @@ msgstr "" msgid "Disable Fog" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3788,14 +3851,14 @@ 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/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,7 +3889,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3860,11 +3923,11 @@ msgstr "" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3874,7 +3937,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "" @@ -3882,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 "" @@ -3895,22 +3958,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "" @@ -3943,21 +4006,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3991,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 @@ -4001,27 +4064,27 @@ 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 " @@ -4070,19 +4133,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "" @@ -4090,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 "" @@ -4098,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 "" @@ -4123,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." @@ -4152,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 "" @@ -4180,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 "" @@ -4199,16 +4262,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4217,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" @@ -4228,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4254,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 "" @@ -4280,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 "" @@ -4302,16 +4379,16 @@ 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 "" @@ -4323,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 "" @@ -4343,15 +4420,15 @@ msgstr "" 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 "" @@ -4359,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 " @@ -4385,33 +4462,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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 "" @@ -4419,11 +4496,11 @@ 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 "" @@ -4431,15 +4508,15 @@ msgstr "" 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 "" @@ -4449,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 " @@ -4457,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 " @@ -4473,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 " @@ -4483,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 " @@ -4491,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." @@ -4509,12 +4586,12 @@ msgid "" "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 " @@ -4522,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 " @@ -4530,7 +4607,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 " @@ -4547,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 "" @@ -4555,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 @@ -4566,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 " @@ -4590,7 +4667,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4598,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." @@ -4617,7 +4694,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4627,7 +4704,7 @@ 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 "" @@ -4644,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 "" @@ -4668,7 +4745,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4677,69 +4754,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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,7 +4829,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "" @@ -4775,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 "" @@ -4783,7 +4859,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4845,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 "" @@ -4861,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 "" @@ -4874,12 +4950,12 @@ msgstr "" msgid "Euphoria" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4923,11 +4999,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "" @@ -4942,7 +5018,7 @@ msgstr "" msgid "Export Recording" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "" @@ -4970,14 +5046,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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 "" @@ -4998,7 +5074,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5036,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 "" @@ -5054,11 +5130,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5074,7 +5150,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5124,19 +5200,19 @@ msgstr "" 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 "" @@ -5149,7 +5225,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5176,25 +5252,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5205,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 "" @@ -5214,18 +5290,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5237,7 +5313,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5251,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 "" @@ -5265,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:1740 +#: 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 "" @@ -5313,7 +5389,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5358,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 "" @@ -5441,31 +5517,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5516,7 +5592,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5548,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 "" @@ -5561,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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 "" @@ -5612,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}" @@ -5642,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 "" @@ -5675,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 @@ -5690,11 +5760,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5710,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 "" @@ -5718,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 "" @@ -5750,11 +5820,11 @@ 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 "" @@ -5776,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." @@ -5786,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 @@ -5801,13 +5871,13 @@ 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 "" @@ -5828,11 +5898,11 @@ msgstr "" 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 "" @@ -5840,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 "" @@ -5860,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 "" @@ -5876,7 +5946,11 @@ 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 "" @@ -5891,7 +5965,7 @@ 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 "" @@ -5910,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 "" @@ -5919,12 +5993,12 @@ msgstr "" msgid "FullScr" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5968,11 +6042,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5996,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" @@ -6014,7 +6088,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6024,25 +6098,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6054,7 +6128,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6072,8 +6146,8 @@ 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 "" @@ -6087,7 +6161,7 @@ msgid "" "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 "" @@ -6099,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 "" @@ -6116,11 +6190,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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 "" @@ -6129,7 +6203,7 @@ msgstr "" msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6176,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 "" @@ -6188,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 "" @@ -6209,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 "" @@ -6237,7 +6311,7 @@ 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 "" @@ -6248,17 +6322,17 @@ msgstr "" #: 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 "" @@ -6273,17 +6347,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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 "" @@ -6291,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6319,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 "" @@ -6359,7 +6433,7 @@ msgstr "" msgid "Green Right" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6404,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 "" @@ -6437,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6457,7 +6531,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6465,11 +6539,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6492,12 +6566,36 @@ msgstr "" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6508,14 +6606,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6524,7 +6630,7 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" @@ -6534,11 +6640,11 @@ msgstr "" 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 "" @@ -6565,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 "" @@ -6596,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 "" @@ -6660,7 +6766,7 @@ 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." @@ -6677,7 +6783,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6689,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 "" @@ -6714,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 " @@ -6730,7 +6836,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6745,22 +6851,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6773,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 " @@ -6781,31 +6887,31 @@ 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 "" @@ -6830,15 +6936,15 @@ msgstr "" 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 "" @@ -6875,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6889,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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 "" @@ -6907,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "" @@ -6933,7 +7039,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6948,7 +7054,7 @@ 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 "" @@ -6957,7 +7063,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6966,7 +7072,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7035,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7059,7 +7165,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7068,11 +7174,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7093,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 "" @@ -7101,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 "" @@ -7129,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 "" @@ -7148,96 +7262,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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 "" @@ -7248,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:683 +#: 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 "" @@ -7289,7 +7404,7 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7297,12 +7412,12 @@ msgstr "" msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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 "" @@ -7331,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 "" @@ -7373,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 @@ -7468,11 +7583,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7482,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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 "" @@ -7512,7 +7627,7 @@ msgstr "" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" @@ -7525,8 +7640,8 @@ msgstr "" msgid "Load Last State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7627,19 +7742,19 @@ msgstr "" msgid "Load State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7651,30 +7766,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7684,7 +7799,7 @@ msgstr "" msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7693,7 +7808,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7701,7 +7816,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "" @@ -7710,20 +7825,20 @@ msgstr "" msgid "Log Configuration" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "" @@ -7735,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "" @@ -7789,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 "" @@ -7819,12 +7950,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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 "" @@ -7836,12 +7967,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7853,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -7870,7 +8005,7 @@ 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 "" @@ -7891,7 +8026,7 @@ msgstr "" msgid "Memory Card" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7899,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 "" @@ -7919,7 +8054,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -7927,33 +8062,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -7962,7 +8105,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7982,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 " @@ -7994,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8019,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 "" @@ -8032,11 +8175,11 @@ 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 "" @@ -8052,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 "" @@ -8061,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 "" @@ -8077,7 +8230,7 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8104,7 +8257,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8131,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 "" @@ -8192,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 "" @@ -8201,7 +8354,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8244,7 +8397,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8259,7 +8412,7 @@ 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 "" @@ -8281,13 +8434,13 @@ 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 "" @@ -8295,7 +8448,7 @@ msgstr "" 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 "" @@ -8316,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 "" @@ -8337,7 +8490,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" @@ -8345,15 +8498,15 @@ msgstr "" 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 " @@ -8364,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 "" @@ -8443,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." @@ -8479,7 +8627,7 @@ msgstr "" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8531,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 "" @@ -8552,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 " @@ -8578,7 +8726,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "" @@ -8586,13 +8734,13 @@ msgstr "" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8609,7 +8757,7 @@ msgstr "" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" @@ -8622,7 +8770,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8688,31 +8836,31 @@ 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:231 @@ -8730,7 +8878,7 @@ msgstr "" 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 "" @@ -8750,15 +8898,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8772,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:603 +#: 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 "" @@ -8822,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 "" @@ -8847,7 +9004,7 @@ msgstr "" msgid "Patches" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8860,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:801 +#: 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 " @@ -8884,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." @@ -8909,7 +9066,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8917,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 "" @@ -8939,11 +9096,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -8960,7 +9117,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8968,7 +9125,7 @@ msgstr "" msgid "Play" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -8980,7 +9137,7 @@ 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 "" @@ -9017,20 +9174,25 @@ msgstr "" 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 "" @@ -9063,7 +9225,7 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9088,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 "" @@ -9127,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 " @@ -9142,7 +9304,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9170,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." @@ -9197,15 +9359,15 @@ msgstr "" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9215,7 +9377,7 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9239,14 +9401,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "" @@ -9271,11 +9433,11 @@ msgstr "" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9308,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9357,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 "" @@ -9367,7 +9533,11 @@ 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 "" @@ -9375,15 +9545,15 @@ msgstr "" 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 "" @@ -9418,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 @@ -9433,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 "" @@ -9447,7 +9616,7 @@ msgid "Refreshing..." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9481,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 "" @@ -9509,25 +9678,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9536,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 +9734,7 @@ msgstr "" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9579,7 +9758,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9587,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 "" @@ -9599,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 "" @@ -9607,7 +9786,7 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9628,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 @@ -9683,7 +9862,7 @@ msgstr "" 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 +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 " @@ -9701,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 " @@ -9713,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" @@ -9738,19 +9926,24 @@ msgstr "" msgid "Rumble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9766,19 +9959,19 @@ msgstr "" 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 "" @@ -9786,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 "" @@ -9821,11 +10014,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "" @@ -9837,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9847,15 +10040,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9869,11 +10062,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9891,15 +10084,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9911,11 +10104,11 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -9965,23 +10158,23 @@ msgstr "" msgid "Save State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9989,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 "" @@ -9997,11 +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:1135 +#: 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" @@ -10016,11 +10209,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "" @@ -10040,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 "" @@ -10049,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "" @@ -10059,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 "" @@ -10071,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10085,7 +10278,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10119,7 +10312,7 @@ 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, " "cancel)" @@ -10130,7 +10323,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10150,7 +10343,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10162,7 +10355,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10174,11 +10367,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10190,7 +10383,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" @@ -10198,7 +10391,7 @@ msgstr "" msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" @@ -10242,7 +10435,7 @@ msgstr "" msgid "Select State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10259,17 +10452,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10277,7 +10470,7 @@ msgstr "" msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10289,11 +10482,11 @@ msgstr "" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10305,7 +10498,7 @@ msgstr "" 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 "" @@ -10313,7 +10506,7 @@ msgstr "" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10325,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 " @@ -10367,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 " @@ -10389,14 +10582,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10424,7 +10617,7 @@ msgstr "" msgid "Send" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "" @@ -10461,7 +10654,7 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" @@ -10478,15 +10671,15 @@ msgstr "" msgid "Set PC" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10494,18 +10687,18 @@ msgstr "" msgid "Set as &Default ISO" 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 " "this setting only take effect once Dolphin is restarted." @@ -10513,7 +10706,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10526,7 +10719,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10539,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 "" @@ -10553,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 "" @@ -10575,28 +10768,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" @@ -10604,41 +10797,41 @@ msgstr "" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" @@ -10650,51 +10843,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "" @@ -10703,27 +10896,27 @@ msgstr "" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" @@ -10731,59 +10924,59 @@ msgstr "" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10791,16 +10984,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10808,7 +11001,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10816,92 +11009,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -10931,7 +11124,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10955,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 "" @@ -10972,7 +11165,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." @@ -10982,7 +11175,7 @@ msgstr "" msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10998,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%. " @@ -11078,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." @@ -11094,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 "" @@ -11113,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 "" @@ -11121,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 "" @@ -11133,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, " @@ -11146,7 +11339,7 @@ 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" @@ -11179,20 +11372,24 @@ msgstr "" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" @@ -11200,7 +11397,7 @@ msgstr "" 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 "" @@ -11212,7 +11409,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11251,19 +11448,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11272,7 +11469,7 @@ msgstr "" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11301,15 +11498,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11342,7 +11543,7 @@ 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 "" @@ -11360,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 "" @@ -11377,12 +11578,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" @@ -11396,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 "" @@ -11409,7 +11610,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11421,12 +11622,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11449,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 "" @@ -11497,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11542,7 +11748,7 @@ 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." @@ -11561,24 +11767,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11596,15 +11802,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11620,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 "" @@ -11631,11 +11837,11 @@ 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 "" @@ -11647,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 "" @@ -11666,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 "" @@ -11680,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:1239 +#: 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:1234 +#: 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 " @@ -11721,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." @@ -11814,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?" @@ -11848,21 +12054,21 @@ msgid "" "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 "" @@ -11881,7 +12087,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11890,15 +12096,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 "" -#: 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" @@ -11914,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" @@ -11932,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 "" @@ -11940,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 "" @@ -11949,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 " @@ -11991,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:1197 +#: 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)." @@ -12010,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 "" @@ -12045,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 "" @@ -12053,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:1189 +#: 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 "" @@ -12094,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 "" @@ -12127,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 "" @@ -12155,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/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 " @@ -12189,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." @@ -12226,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 "" @@ -12268,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" @@ -12284,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 "" @@ -12320,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" @@ -12353,7 +12559,7 @@ msgstr "" msgid "Threshold" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12363,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)" @@ -12375,7 +12606,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "" @@ -12383,17 +12614,17 @@ msgstr "" msgid "To" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" @@ -12418,7 +12649,7 @@ msgid "Toggle Aspect Ratio" msgstr "" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" @@ -12470,11 +12701,15 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12482,7 +12717,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "" @@ -12490,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 "" @@ -12528,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 "" @@ -12553,8 +12788,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12591,7 +12826,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12617,7 +12852,7 @@ 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 "" @@ -12635,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." @@ -12650,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." @@ -12659,7 +12894,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12671,11 +12906,11 @@ msgstr "" 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 "" @@ -12695,7 +12930,7 @@ 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 "" @@ -12722,11 +12957,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "" @@ -12744,13 +12979,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12760,7 +12995,7 @@ 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 "" @@ -12789,7 +13024,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12809,7 +13044,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12889,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 @@ -12900,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 "" @@ -12967,7 +13202,7 @@ msgstr "" 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 "" @@ -12975,7 +13210,7 @@ msgstr "" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12983,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 " @@ -13006,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 "" @@ -13046,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'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 " @@ -13065,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 " @@ -13335,7 +13574,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "" @@ -13431,7 +13670,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13439,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 " @@ -13447,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 "" @@ -13479,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" @@ -13497,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 "" @@ -13517,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 "" @@ -13525,15 +13764,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13542,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 "" @@ -13560,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13613,11 +13860,11 @@ msgstr "" 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 "" @@ -13668,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 " @@ -13752,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 "" @@ -13772,7 +14019,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13790,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 "" @@ -13839,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 "" @@ -13855,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 "" @@ -13920,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 "" @@ -13940,15 +14189,15 @@ 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 "" diff --git a/Languages/po/el.po b/Languages/po/el.po index afb266b7a9..fb91b07f77 100644 --- a/Languages/po/el.po +++ b/Languages/po/el.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: e6b3518eccde9b3ba797d0e9ab3bc830_0a567e3, 2023\n" "Language-Team: Greek (http://app.transifex.com/dolphinemu/dolphin-emu/" @@ -23,7 +23,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" @@ -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 "" @@ -173,18 +179,18 @@ msgstr "" 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 έχει φύγει" @@ -192,11 +198,11 @@ msgstr "%1 έχει φύγει" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" @@ -208,8 +214,8 @@ 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" @@ -226,11 +232,11 @@ 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 "" @@ -239,17 +245,17 @@ msgid "%1% (Normal Speed)" msgstr "%1% (Κανονική Ταχύτητα)" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -265,7 +271,7 @@ msgstr "" msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -299,20 +305,20 @@ msgstr "" 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." @@ -338,20 +344,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Περί" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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 "" @@ -359,11 +365,11 @@ msgstr "" msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Ρυθμίσεις Ήχου" @@ -375,15 +381,19 @@ msgstr "&Αυτόματη Ενημέρωση:" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Σημεία Διακοπής" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Ιχνηλάτης Σφαλμάτων" @@ -391,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Έλεγχος για Ενημερώσεις..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -407,20 +417,24 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Ρυθμίσεις Χειριστηρίων" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -428,26 +442,26 @@ msgstr "" 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 "" @@ -455,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:343 +#: 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 "" @@ -479,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Γραμματοσειρά..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Προώθηση ανά Καρέ" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Ρυθμίσεις Γραφικών" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Βοήθεια" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Ρυθμίσεις Πλήκτρων Συντόμευσης" @@ -533,11 +551,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -545,7 +563,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -553,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Φόρτωση Σημείου Αποθήκευσης" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -571,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Μνήμη" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Ταινία" @@ -595,7 +617,7 @@ msgstr "&Ταινία" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Δίκτυο" @@ -604,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Ρυθμίσεις" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Παύση" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Αναπαραγωγή" @@ -628,7 +654,7 @@ msgstr "&Αναπαραγωγή" msgid "&Properties" msgstr "&Ιδιότητες" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Μόνο Για Ανάγνωση" @@ -636,7 +662,7 @@ msgstr "&Μόνο Για Ανάγνωση" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Καταχωρητές" @@ -644,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -674,7 +700,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -682,23 +708,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "&Όριο Ταχύτητας:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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 "&Εργαλεία" @@ -708,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Ιστοσελίδα" @@ -734,38 +764,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Ναι" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "" @@ -782,7 +804,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -852,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" @@ -910,7 +932,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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" @@ -936,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" @@ -1033,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1074,8 +1096,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Περισσότερο-από" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1103,7 +1125,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1119,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 "" @@ -1144,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" @@ -1186,8 +1208,8 @@ msgstr "Ακρίβεια:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1263,7 +1285,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1279,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 "" @@ -1287,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 "Προσαρμογέας:" @@ -1337,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Διεύθυνση" @@ -1384,7 +1405,7 @@ msgid "" "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 "" @@ -1402,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" @@ -1410,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" @@ -1519,8 +1540,8 @@ msgstr "Όλα τα GC/Wii αρχεία" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1532,7 +1553,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1552,7 +1573,7 @@ msgstr "Να Επιτρέπονται Ασύμφωνες Ρυθμίσεις Πε 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 "" @@ -1570,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 "Πάντοτε" @@ -1592,7 +1613,7 @@ msgstr "" msgid "Anaglyph" msgstr "Ανάγλυφο" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Ανάλυση" @@ -1618,15 +1639,15 @@ msgstr "Εξομάλυνση Ορίων:" msgid "Any Region" msgstr "Οποιαδήποτε Περιοχή" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1636,7 +1657,7 @@ msgid "" ">If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Apploader Ημερομηνία:" @@ -1644,7 +1665,7 @@ msgstr "Apploader Ημερομηνία:" msgid "Apply" msgstr "Εφαρμογή" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1652,7 +1673,7 @@ msgstr "" 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';" @@ -1664,10 +1685,18 @@ msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετ msgid "Are you sure you want to delete this pack?" msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το pack;" +#: 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 "Είστε σίγουροι;" @@ -1676,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 "Αναλογία Οθόνης:" @@ -1693,7 +1722,7 @@ msgstr "Αναλογία Οθόνης:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1726,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 "Ρυθμίσεις Ελαστικότητας Ήχου" @@ -1746,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 "Αυτόματα" @@ -1771,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 "Αυτόματη Προσαρμογή Μεγέθους Παραθύρου" @@ -1779,15 +1808,15 @@ msgstr "Αυτόματη Προσαρμογή Μεγέθους Παραθύρο msgid "Auto-Hide" msgstr "Αυτόματη Απόκρυψη" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1815,7 +1844,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1846,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:" @@ -1867,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 "" @@ -1888,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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 "Εικονίδιο:" @@ -1925,7 +1954,7 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Βασικές" @@ -1977,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 "" @@ -1991,11 +2020,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "" @@ -2027,67 +2056,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2099,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 " @@ -2132,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 " @@ -2142,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 "" @@ -2169,11 +2198,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2182,11 +2211,11 @@ msgstr "" msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2220,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2282,7 +2311,7 @@ msgstr "" msgid "C Stick" msgstr "Stick Κάμερας " -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2290,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" @@ -2302,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." @@ -2325,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 "" @@ -2363,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2419,19 +2448,19 @@ 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 "" @@ -2443,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 "" @@ -2467,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 "" @@ -2475,7 +2504,7 @@ msgstr "" msgid "Change &Disc" msgstr "Αλλαγή &Δίσκου" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Αλλαγή &Δίσκου..." @@ -2491,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." @@ -2515,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 θα τεθεί σε ισχύ μόνο όταν επανεκκινηθεί το παιχνίδι." @@ -2535,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" @@ -2543,7 +2572,7 @@ msgstr "Αναζήτηση Cheat" msgid "Cheats Manager" msgstr "Διαχειριστής Cheats" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Έλεγχος NAND..." @@ -2581,11 +2610,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2614,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2632,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 "" @@ -2645,7 +2675,7 @@ msgstr "" msgid "Close" msgstr "Κλείσιμο" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ρυ&θμίσεις" @@ -2653,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 "" @@ -2685,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2702,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 "" @@ -2726,7 +2765,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Συμπίεση" @@ -2734,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 "Συμπίεση:" @@ -2747,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2841,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" @@ -2854,26 +2893,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2884,15 +2931,15 @@ msgstr "Επιβεβαίωση" msgid "Connect" msgstr "Σύνδεση" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Σύνδεση Wii Remote %1" @@ -2912,7 +2959,7 @@ msgstr "Σύνδεση Wii Remote 3" msgid "Connect Wii Remote 4" msgstr "Σύνδεση Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Σύνδεση Wii Remotes" @@ -2936,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 "" @@ -2953,7 +3000,7 @@ 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 "" @@ -3050,8 +3097,8 @@ msgstr "" 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 "" @@ -3059,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 "" @@ -3069,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 "" @@ -3091,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 "Μετατροπή..." @@ -3130,19 +3177,19 @@ msgstr "" msgid "Copy" msgstr "Αντιγραφή" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3150,15 +3197,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3176,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 "" @@ -3189,11 +3231,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3219,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" @@ -3259,11 +3296,11 @@ 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 "" @@ -3284,7 +3321,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3296,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 "Χώρα:" @@ -3329,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 "Δημιουργός:" @@ -3337,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)." @@ -3353,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:304 +#: 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 "" @@ -3384,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 "" @@ -3396,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 "" @@ -3420,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 @@ -3447,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" @@ -3455,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 "" @@ -3534,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" @@ -3544,11 +3607,11 @@ 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 "" @@ -3573,11 +3636,11 @@ msgstr "Μείωση IR" 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 +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 "Προεπιλεγμένη Συσκευή" @@ -3607,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 "" @@ -3615,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 " @@ -3626,7 +3689,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Διαγραφή" @@ -3656,18 +3719,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "Περιγραφή:" @@ -3675,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 "" @@ -3688,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 "" @@ -3710,7 +3773,7 @@ msgstr "" msgid "Detect" msgstr "Ανίχνευση" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3740,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 "Συσκευή:" @@ -3748,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 "" "Σκοτεινιάζει την οθόνη μετά από έλλειψη δραστηριότητας για πέντε λεπτά." @@ -3773,7 +3836,7 @@ 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 Αντίγραφα" @@ -3781,11 +3844,11 @@ msgstr "Απενεργοποίηση EFB VRAM Αντίγραφα" msgid "Disable Emulation Speed Limit" msgstr "Απενεργοποίηση Ορίου Ταχύτητας Εξομοίωσης" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3793,11 +3856,11 @@ msgstr "" msgid "Disable Fog" msgstr "Απενεργοποίηση Ομίχλης" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Απενεργοποίηση JIT Cache" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3805,14 +3868,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3843,7 +3906,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3879,11 +3942,11 @@ msgstr "" "Εξουσιοδοτείτε το Dolphin να αναφέρει πληροφορίες στους προγραμματιστές του " "Dolphin;" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3893,7 +3956,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Θέλετε να σταματήσετε την τρέχουσα εξομοίωση;" @@ -3901,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 "" @@ -3914,22 +3977,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS Ταινίες (*.dtm)" @@ -3964,21 +4027,21 @@ msgstr "" "Το Dolphin είναι ένας ελεύθερος και ανοικτού κώδικα εξομοιωτής για GameCube " "και Wii." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Το σύστημα cheat του Dolphin είναι επί του παρόντος απενεργοποιημένο." @@ -4012,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 @@ -4022,28 +4085,28 @@ 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 " @@ -4092,19 +4155,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Εξαγωγή Καρέ" @@ -4112,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 "" @@ -4120,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 "" @@ -4145,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." @@ -4174,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 "" @@ -4202,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 "Ενημερώσεις Μνήμης Νωρίς" @@ -4221,16 +4284,16 @@ msgstr "Ανατολική Ασία" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4239,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" @@ -4250,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4276,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 "Το νήμα εξομοίωσης εκτελείται ήδη" @@ -4302,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 "" @@ -4324,16 +4401,16 @@ 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 "Ενεργοποίηση Ελαστικότητας Ήχου" @@ -4345,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 "" @@ -4365,15 +4442,15 @@ msgstr "Ενεργοποίηση Διπλού Πυρήνα" 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 "" @@ -4381,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 " @@ -4407,33 +4484,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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 "Ενεργοποίηση Προφύλαξης Οθόνης" @@ -4441,11 +4518,11 @@ 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 "" @@ -4453,15 +4530,15 @@ msgstr "" 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 "" @@ -4471,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 " @@ -4479,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 " @@ -4495,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 " @@ -4505,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 " @@ -4513,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." @@ -4533,12 +4610,12 @@ msgid "" "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 " @@ -4546,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 " @@ -4554,7 +4631,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 " @@ -4571,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 "" @@ -4579,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 @@ -4592,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 " @@ -4616,7 +4693,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4624,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." @@ -4643,7 +4720,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4653,7 +4730,7 @@ 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 "Αγγλικά" @@ -4670,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 "" @@ -4694,7 +4771,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4703,69 +4780,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4779,7 +4855,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Σφάλμα" @@ -4801,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 "" "Αποτυχία φόρτωσης της επιλεγμένης γλώσσας. Επαναφορά στην προεπιλογή " @@ -4811,7 +4887,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4873,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 "" @@ -4889,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 "" @@ -4902,12 +4978,12 @@ msgstr "" msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4951,11 +5027,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Εξαγωγή Όλων Των Αποθηκεύσεων Wii" @@ -4970,7 +5046,7 @@ msgstr "Η Εξαγωγή Απέτυχε" msgid "Export Recording" msgstr "Εξαγωγή Εγγραφής" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Εξαγωγή Εγγραφής..." @@ -4998,14 +5074,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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 "Επέκταση" @@ -5026,7 +5102,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5064,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" @@ -5082,11 +5158,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5102,7 +5178,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5152,19 +5228,19 @@ msgstr "" 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 "" @@ -5177,7 +5253,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5204,25 +5280,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5233,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 "" @@ -5242,18 +5318,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5265,7 +5341,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5279,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 "" @@ -5293,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:1740 +#: 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 "" @@ -5341,7 +5417,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5386,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 "" @@ -5469,31 +5545,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5544,7 +5620,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Αποτυχία" @@ -5576,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 "" @@ -5589,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Όνομα Αρχείου" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Διαδρομή Αρχείου" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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 "Το αρχείο δεν περιείχε κωδικούς." @@ -5640,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}" @@ -5670,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 "" @@ -5703,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 @@ -5718,11 +5788,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5738,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" @@ -5746,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" @@ -5778,11 +5848,11 @@ 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 "" @@ -5804,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." @@ -5814,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 @@ -5829,13 +5899,13 @@ 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 "" @@ -5856,11 +5926,11 @@ msgstr "" 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 "Εύρος Καρέ" @@ -5868,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 "Καρέ για Εγγραφή:" @@ -5888,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 "" @@ -5904,7 +5974,11 @@ 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 "" @@ -5919,7 +5993,7 @@ 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 "Γαλλικά" @@ -5938,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 "Από:" @@ -5947,12 +6021,12 @@ msgstr "Από:" msgid "FullScr" msgstr "Πλήρης Οθόνη" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5996,11 +6070,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6024,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" @@ -6042,7 +6116,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "GPU Αποκωδικοποίηση Υφών" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6052,25 +6126,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6082,7 +6156,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6100,8 +6174,8 @@ 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" @@ -6115,7 +6189,7 @@ msgid "" "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 "" @@ -6127,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 "" @@ -6144,11 +6218,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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 Παιχνιδιού:" @@ -6157,7 +6231,7 @@ msgstr "ID Παιχνιδιού:" msgid "Game Status" msgstr "Κατάσταση Παιχνιδιού" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6204,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 "" @@ -6216,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 "" @@ -6237,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 "" @@ -6265,7 +6339,7 @@ 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" @@ -6276,17 +6350,17 @@ msgstr "Κωδικοί Gecko" #: 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 "" @@ -6301,17 +6375,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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 "Γερμανικά" @@ -6319,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6347,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 "Γραφικά" @@ -6387,7 +6461,7 @@ msgstr "Αριστερό Πράσινο" msgid "Green Right" msgstr "Δεξί Πράσινο" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Προβολή Πλέγματος" @@ -6432,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 "" @@ -6465,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6485,7 +6559,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6493,11 +6567,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "Μέγιστη" @@ -6520,12 +6594,36 @@ msgstr "Host" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6536,14 +6634,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6552,7 +6658,7 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" @@ -6562,11 +6668,11 @@ msgstr "" 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 "" @@ -6593,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 "" @@ -6624,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:" @@ -6688,7 +6794,7 @@ 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." @@ -6705,7 +6811,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6717,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 "" @@ -6742,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 " @@ -6758,7 +6864,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6773,22 +6879,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6801,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 " @@ -6809,31 +6915,31 @@ 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 "" @@ -6858,15 +6964,15 @@ msgstr "Αύξηση IR" 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 "" @@ -6903,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6917,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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 "Είσοδος" @@ -6935,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Εισαγωγή Κάρτας SD" @@ -6961,7 +7067,7 @@ msgstr "" msgid "Install Update" msgstr "Εγκατάσταση Ενημέρωσης" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Εγκατάσταση WAD..." @@ -6976,7 +7082,7 @@ 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 "" @@ -6985,7 +7091,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6994,7 +7100,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7063,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7087,7 +7193,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7096,11 +7202,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7121,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 "" @@ -7129,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 "" @@ -7157,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 "Ιταλικά" @@ -7176,96 +7290,97 @@ msgstr "Ιταλία" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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 "Ιαπωνικά" @@ -7276,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:683 +#: 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 "Διατήρηση Παραθύρου στην Κορυφή" @@ -7317,7 +7432,7 @@ msgstr "" msgid "Keys" msgstr "Πλήκτρα" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7325,12 +7440,12 @@ msgstr "" msgid "Kick Player" msgstr "Διώξιμο Παίκτη" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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 "Κορεάτικα" @@ -7359,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 "" @@ -7401,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 @@ -7499,11 +7614,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Λίστα Στηλών" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Προβολή Λίστας" @@ -7513,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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 "Φόρτωση Τροποποιημένων Υφών" @@ -7543,7 +7658,7 @@ msgstr "Φόρτωση Τροποποιημένων Υφών" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Φόρτωση Κυρίως Μενού GameCube" @@ -7556,8 +7671,8 @@ msgstr "" msgid "Load Last State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7658,19 +7773,19 @@ msgstr "Φόρτωση Σημείου Αποθήκευσης 8" msgid "Load State Slot 9" msgstr "Φόρτωση Σημείου Αποθήκευσης 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7682,30 +7797,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7715,7 +7830,7 @@ msgstr "" msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7724,7 +7839,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7732,7 +7847,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Καταγραφή" @@ -7741,20 +7856,20 @@ msgstr "Καταγραφή" msgid "Log Configuration" msgstr "Ρυθμίσεις Καταγραφής" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "Καταγραφή σε Αρχείο Χρόνου Απόδοσης" @@ -7766,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "Ελάχιστη" @@ -7820,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 "" @@ -7850,12 +7981,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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 "Δημιουργός:" @@ -7867,12 +7998,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7884,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -7901,7 +8036,7 @@ 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 και σε ορισμένα " @@ -7924,7 +8059,7 @@ msgstr "" msgid "Memory Card" msgstr "Κάρτα Μνήμης" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Διαχειριστής Καρτών Μνήμης" @@ -7932,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 "Παράκαμψη Μνήμης" @@ -7952,7 +8087,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -7960,33 +8095,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -7995,7 +8138,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8015,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 " @@ -8027,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8052,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 "" @@ -8065,11 +8208,11 @@ 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 "" @@ -8085,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 "" @@ -8094,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 " @@ -8110,7 +8263,7 @@ msgstr "Έλεγχος NAND " msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8137,7 +8290,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8164,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 "Όνομα:" @@ -8225,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 "" @@ -8234,7 +8387,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8277,7 +8430,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8292,7 +8445,7 @@ 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 "Ψευδώνυμο:" @@ -8314,13 +8467,13 @@ 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 "" @@ -8328,7 +8481,7 @@ msgstr "" 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 "" @@ -8349,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 "" @@ -8370,7 +8523,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Δεν εντοπίστηκαν προβλήματα." @@ -8378,15 +8531,15 @@ msgstr "Δεν εντοπίστηκαν προβλήματα." 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 " @@ -8397,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 "" @@ -8476,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." @@ -8512,7 +8660,7 @@ msgstr "" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8564,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 "Εύρος Αντικειμένου" @@ -8585,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 " @@ -8611,7 +8759,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online &Εγχειρίδια " @@ -8619,13 +8767,13 @@ msgstr "Online &Εγχειρίδια " msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8642,7 +8790,7 @@ msgstr "Άνοιγμα" msgid "Open &Containing Folder" msgstr "Άνοιγμα &Περιεχόμενου Φακέλου" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" @@ -8655,7 +8803,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8721,31 +8869,31 @@ 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:231 @@ -8763,7 +8911,7 @@ msgstr "" 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 "" @@ -8783,15 +8931,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "Α&ναπαραγωγή Εγγραφής Χειρισμών..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8805,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:603 +#: 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 "" @@ -8855,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 "Κωδικός" @@ -8880,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 "" @@ -8893,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:801 +#: 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 " @@ -8917,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." @@ -8942,7 +9099,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Φωτισμός ανά Pixel" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Εκτελέστε Διαδικτυακή Ενημέρωση Συστήματος" @@ -8950,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 "" @@ -8972,11 +9129,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -8993,7 +9150,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Πλατφόρμα" @@ -9001,7 +9158,7 @@ msgstr "Πλατφόρμα" msgid "Play" msgstr "Αναπαραγωγή" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -9013,7 +9170,7 @@ 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 "Ρυθμίσεις Αναπαραγωγής" @@ -9050,20 +9207,25 @@ msgstr "" 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 "" @@ -9096,7 +9258,7 @@ msgstr "Θύρα:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9121,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 "Προφόρτωση Τροποποιημένων Υφών" @@ -9160,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 " @@ -9175,7 +9337,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9203,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." @@ -9230,15 +9392,15 @@ msgstr "Προφίλ" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9248,7 +9410,7 @@ msgstr "" msgid "Public" msgstr "Δημόσιος" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Εκκαθάριση Μνήμης Cache Λίστας Παιχνιδιών " @@ -9272,14 +9434,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Ερώτηση" @@ -9304,11 +9466,11 @@ msgstr "R-Αναλογική" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9341,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9390,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 "" @@ -9400,7 +9566,11 @@ 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 "Εγγραφή" @@ -9408,15 +9578,15 @@ msgstr "Εγγραφή" 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 "Εγγραφή..." @@ -9451,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 @@ -9466,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 "" @@ -9480,7 +9649,7 @@ msgid "Refreshing..." msgstr "Ανανέωση..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Περιοχή" @@ -9514,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 "Αφαίρεση" @@ -9542,25 +9711,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9569,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9588,7 +9767,7 @@ msgstr "Επανεκκίνηση" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9612,7 +9791,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9620,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 "" @@ -9632,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 "Απαιτείται Επανεκκίνηση" @@ -9640,7 +9819,7 @@ msgstr "Απαιτείται Επανεκκίνηση" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9661,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 @@ -9716,7 +9895,7 @@ msgstr "" msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9725,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 " @@ -9734,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 " @@ -9746,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" @@ -9771,19 +9959,24 @@ msgstr "" msgid "Rumble" msgstr "Δόνηση" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9799,19 +9992,19 @@ msgstr "Ρωσία" 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 "" @@ -9819,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 "" @@ -9854,11 +10047,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Απ&οθήκευση Σημείου Αποθήκευσης" @@ -9870,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9880,15 +10073,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9902,11 +10095,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9924,15 +10117,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9944,11 +10137,11 @@ msgstr "Αποθήκευση Παλαιότερου Σημείου" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -9998,23 +10191,23 @@ msgstr "Αποθήκευση Σημείου Αποθήκευσης 8" msgid "Save State Slot 9" msgstr "Αποθήκευση Σημείου Αποθήκευσης 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -10022,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 "" @@ -10030,11 +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:1135 +#: 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" @@ -10049,11 +10242,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "Αποθήκευση..." @@ -10073,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 "" @@ -10082,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Αναζήτηση" @@ -10092,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 "" @@ -10104,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10118,7 +10311,7 @@ msgstr "" msgid "Search games..." msgstr "Αναζήτηση παιχνιδιών..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10152,7 +10345,7 @@ 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, " "cancel)" @@ -10163,7 +10356,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10183,7 +10376,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10195,7 +10388,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10207,11 +10400,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10223,7 +10416,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Επιλογή Θέσης %1 - %2" @@ -10231,7 +10424,7 @@ msgstr "Επιλογή Θέσης %1 - %2" msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Επιλογή Θέσης Αποθήκευσης" @@ -10275,7 +10468,7 @@ msgstr "Επιλέξτε Θέση 8" msgid "Select State Slot 9" msgstr "Επιλέξτε Θέση 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10292,17 +10485,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Επιλέξτε ένα Αρχείο" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10310,7 +10503,7 @@ msgstr "" msgid "Select a Game" msgstr "Επιλέξτε ένα Παιχνίδι" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10322,11 +10515,11 @@ msgstr "Επιλέξτε ένα παιχνίδι" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10338,7 +10531,7 @@ msgstr "" 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 "Το επιλεγμένο προφίλ χειρισμού δεν υπάρχει" @@ -10346,7 +10539,7 @@ msgstr "Το επιλεγμένο προφίλ χειρισμού δεν υπά #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10358,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 " @@ -10400,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 " @@ -10422,14 +10615,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10457,7 +10650,7 @@ msgstr "" msgid "Send" msgstr "Αποστολή" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Θέση Sensor Bar:" @@ -10494,7 +10687,7 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" @@ -10511,15 +10704,15 @@ msgstr "" msgid "Set PC" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10527,7 +10720,7 @@ msgstr "" msgid "Set as &Default ISO" msgstr "Ορισμός ως &Προεπιλεγμένου ISO" -#: 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" @@ -10537,11 +10730,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -10549,7 +10742,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10562,7 +10755,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10575,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" @@ -10589,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 "" @@ -10611,28 +10804,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Εμφάνιση Παραθύρου Κατα&γραφής " -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Εμφάνιση Αυστραλίας" @@ -10640,41 +10833,41 @@ msgstr "Εμφάνιση Αυστραλίας" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Εμφάνιση Γαλλίας" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Εμφάνιση GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Εμφάνιση Γερμανίας" @@ -10686,51 +10879,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Εμφάνιση Προβολής Χειρισμών" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Εμφάνιση Ιταλίας" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Εμφάνιση Κορέας" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Εμφάνιση PAL" @@ -10739,27 +10932,27 @@ msgstr "Εμφάνιση PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Εμφάνιση Περιοχών" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Εμφάνιση Ρωσίας" @@ -10767,59 +10960,59 @@ msgstr "Εμφάνιση Ρωσίας" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Εμφάνιση Ώρας Συστήματος" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Εμφάνιση Ταϊβάν" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Εμφάνιση USA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Εμφάνιση WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Εμφάνιση Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Εμφάνιση Κόσμου" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10827,16 +11020,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10844,7 +11037,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10852,92 +11045,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -10967,7 +11160,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "Πλαγιαστό Wii Remote" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10991,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 "Κινέζικα Απλοποιημένα" @@ -11008,7 +11201,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." @@ -11018,7 +11211,7 @@ msgstr "" msgid "Skip" msgstr "Παράλειψη" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11034,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%. " @@ -11114,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." @@ -11130,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 "" @@ -11149,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 "Ισπανικά" @@ -11157,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 "" @@ -11169,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, " @@ -11182,7 +11375,7 @@ 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" @@ -11215,20 +11408,24 @@ msgstr "Τυπικός Controller" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "Εκκίνηση Ε&γγραφής Χειρισμών" @@ -11236,7 +11433,7 @@ msgstr "Εκκίνηση Ε&γγραφής Χειρισμών" 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 "" @@ -11248,7 +11445,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Εκκίνηση παιχνιδιού" @@ -11287,19 +11484,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11308,7 +11505,7 @@ msgstr "" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11337,15 +11534,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Διακοπή παιχνιδιού" @@ -11378,7 +11579,7 @@ 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 "Προσαρμογή στο Παράθυρο" @@ -11396,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 "" @@ -11413,12 +11614,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Επιτυχία" @@ -11432,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'." @@ -11445,7 +11646,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11457,12 +11658,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11485,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 "" @@ -11533,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11578,7 +11784,7 @@ 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." @@ -11597,24 +11803,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Ετικέτες" @@ -11632,15 +11838,15 @@ msgstr "" msgid "Taiwan" msgstr "Ταϊβάν" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11656,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 "" @@ -11667,11 +11873,11 @@ 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 "" @@ -11683,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 Υφών" @@ -11702,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 "" @@ -11716,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:1239 +#: 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:1234 +#: 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 " @@ -11757,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." @@ -11850,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?" @@ -11884,21 +12090,21 @@ msgid "" "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 "" @@ -11917,7 +12123,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11926,15 +12132,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 "" -#: 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" @@ -11950,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" @@ -11968,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 "" @@ -11976,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 "" @@ -11985,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 " @@ -12028,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:1197 +#: 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)." @@ -12047,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 "" @@ -12082,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 "" @@ -12090,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:1189 +#: 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 "" @@ -12131,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 "" @@ -12167,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 "" @@ -12197,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/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 " @@ -12231,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." @@ -12268,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 "" @@ -12310,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" @@ -12328,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 "" @@ -12364,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" @@ -12397,7 +12603,7 @@ msgstr "" msgid "Threshold" msgstr "Κατώφλι" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12407,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)" @@ -12419,7 +12650,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Τίτλος" @@ -12427,17 +12658,17 @@ msgstr "Τίτλος" msgid "To" msgstr "Εώς" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Εναλλαγή &Πλήρους Οθόνης" @@ -12462,7 +12693,7 @@ msgid "Toggle Aspect Ratio" msgstr "Εναλλαγή Αναλογίας Οθόνης" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" @@ -12514,11 +12745,15 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12526,7 +12761,7 @@ msgstr "" msgid "Toolbar" msgstr "Γραμμή εργαλείων" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Κορυφή" @@ -12534,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 "" @@ -12572,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 "Κινέζικα Παραδοσιακά " @@ -12597,8 +12832,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12635,7 +12870,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12661,7 +12896,7 @@ 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 "" @@ -12679,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." @@ -12694,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." @@ -12703,7 +12938,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12715,11 +12950,11 @@ msgstr "" 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 "" @@ -12739,7 +12974,7 @@ 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 "" @@ -12766,11 +13001,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Αναίρεση Φόρτωσης Σημείου Αποθ. " -#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Αναίρεση Αποθήκευσης Σημείου Αποθ. " @@ -12788,13 +13023,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12804,7 +13039,7 @@ 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 "" @@ -12833,7 +13068,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12853,7 +13088,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12933,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 @@ -12944,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 "Ενημέρωση" @@ -13013,7 +13248,7 @@ msgstr "" 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 "Χρήση Ενσωματωμένης Βάσης Δεδομένων για Ονόματα Παιχνιδιών" @@ -13021,7 +13256,7 @@ msgstr "Χρήση Ενσωματωμένης Βάσης Δεδομένων γι msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -13029,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 " @@ -13052,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 "" @@ -13092,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'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 " @@ -13111,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 " @@ -13381,7 +13620,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Προειδοποίηση" @@ -13477,7 +13716,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13485,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 " @@ -13493,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 "" @@ -13525,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" @@ -13543,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 Ρυθμίσεις" @@ -13563,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 "" @@ -13571,15 +13810,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13588,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 "" @@ -13606,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13659,11 +13906,11 @@ msgstr "" 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 "" @@ -13714,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 " @@ -13798,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 για να έχει επίπτωση αυτή η αλλαγή." @@ -13819,7 +14066,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13837,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 "" @@ -13886,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 "αποσύνδεση" @@ -13902,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 "" @@ -13967,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 "" @@ -13987,15 +14236,15 @@ 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 "" diff --git a/Languages/po/en.po b/Languages/po/en.po index 781b7129b3..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-09-01 08:42+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 "" @@ -161,18 +167,18 @@ msgstr "" 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" @@ -180,11 +186,11 @@ msgstr "" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" @@ -196,8 +202,8 @@ 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 "" @@ -214,11 +220,11 @@ 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 "" @@ -227,17 +233,17 @@ msgid "%1% (Normal Speed)" msgstr "" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -253,7 +259,7 @@ msgstr "" msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -287,20 +293,20 @@ msgstr "" 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,20 +332,20 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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 "" @@ -347,11 +353,11 @@ msgstr "" msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" @@ -363,15 +369,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -379,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -395,20 +405,24 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -416,26 +430,26 @@ msgstr "" 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 +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:343 +#: 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 +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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "" @@ -521,11 +539,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -533,7 +551,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "" @@ -541,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -559,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -583,7 +605,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -592,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "" @@ -616,7 +642,7 @@ msgstr "" msgid "&Properties" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -624,7 +650,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "" @@ -632,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -662,7 +688,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -670,23 +696,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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 +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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -722,38 +752,30 @@ msgstr "" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 +792,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -840,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 "" @@ -898,7 +920,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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 "" @@ -924,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 "" @@ -1021,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1059,8 +1081,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1088,7 +1110,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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 +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 "" @@ -1129,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 "" @@ -1171,8 +1193,8 @@ msgstr "" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1248,7 +1270,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1264,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 "" @@ -1272,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 "" @@ -1322,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1369,7 +1390,7 @@ msgid "" "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 +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" @@ -1395,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" @@ -1504,8 +1525,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1517,7 +1538,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1537,7 +1558,7 @@ msgstr "" 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 +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 "" @@ -1577,7 +1598,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "" @@ -1603,15 +1624,15 @@ msgstr "" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1621,7 +1642,7 @@ msgid "" ">If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1629,7 +1650,7 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1637,7 +1658,7 @@ msgstr "" 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 "" @@ -1649,10 +1670,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" +#: 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 +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 "" @@ -1678,7 +1707,7 @@ msgstr "" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1711,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 "" @@ -1731,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 "" @@ -1756,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 "" @@ -1764,15 +1793,15 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1800,7 +1829,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1831,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 "" @@ -1852,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 "" @@ -1873,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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 "" @@ -1910,7 +1939,7 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "" @@ -1962,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 "" @@ -1976,11 +2005,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "" @@ -2012,67 +2041,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2084,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 " @@ -2117,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 " @@ -2127,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 "" @@ -2154,11 +2183,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2167,11 +2196,11 @@ msgstr "" msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2205,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2267,7 +2296,7 @@ msgstr "" msgid "C Stick" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2275,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 "" @@ -2287,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." @@ -2310,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 "" @@ -2348,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2404,19 +2433,19 @@ 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 "" @@ -2428,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 "" @@ -2452,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 "" @@ -2460,7 +2489,7 @@ msgstr "" msgid "Change &Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "" @@ -2476,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." @@ -2500,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 "" @@ -2520,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 "" @@ -2528,7 +2557,7 @@ msgstr "" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2566,11 +2595,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2599,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2617,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 "" @@ -2630,7 +2660,7 @@ msgstr "" msgid "Close" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2638,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 "" @@ -2670,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2687,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 "" @@ -2711,7 +2750,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2719,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 "" @@ -2732,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2826,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 "" @@ -2839,26 +2878,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2869,15 +2916,15 @@ msgstr "" msgid "Connect" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" @@ -2897,7 +2944,7 @@ msgstr "" msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2921,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 "" @@ -2938,7 +2985,7 @@ 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 "" @@ -3035,8 +3082,8 @@ msgstr "" 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 "" @@ -3044,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 "" @@ -3054,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 "" @@ -3076,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 "" @@ -3113,19 +3160,19 @@ msgstr "" msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3133,15 +3180,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3159,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 "" @@ -3172,11 +3214,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3202,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" @@ -3242,11 +3279,11 @@ 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 "" @@ -3267,7 +3304,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3279,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 "" @@ -3312,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 "" @@ -3320,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)." @@ -3336,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:304 +#: 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 "" @@ -3367,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 "" @@ -3379,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 "" @@ -3403,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 @@ -3430,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 "" @@ -3438,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 "" @@ -3517,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 "" @@ -3527,11 +3590,11 @@ 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 "" @@ -3556,11 +3619,11 @@ msgstr "" 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 "" @@ -3574,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 "" @@ -3590,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 "" @@ -3598,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 " @@ -3609,7 +3672,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "" @@ -3639,18 +3702,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "" @@ -3658,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 "" @@ -3671,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 "" @@ -3693,7 +3756,7 @@ msgstr "" msgid "Detect" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3723,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 "" @@ -3731,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 "" @@ -3755,7 +3818,7 @@ 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 "" @@ -3763,11 +3826,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3775,11 +3838,11 @@ msgstr "" msgid "Disable Fog" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3787,14 +3850,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3825,7 +3888,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3859,11 +3922,11 @@ msgstr "" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3873,7 +3936,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "" @@ -3881,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 "" @@ -3894,22 +3957,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "" @@ -3942,21 +4005,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3990,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 @@ -4000,27 +4063,27 @@ 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 " @@ -4069,19 +4132,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "" @@ -4089,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 "" @@ -4097,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 "" @@ -4122,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." @@ -4151,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 "" @@ -4179,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 "" @@ -4198,16 +4261,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4216,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" @@ -4227,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4253,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 "" @@ -4279,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 "" @@ -4301,16 +4378,16 @@ 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 "" @@ -4322,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 "" @@ -4342,15 +4419,15 @@ msgstr "" 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 "" @@ -4358,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 " @@ -4384,33 +4461,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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 "" @@ -4418,11 +4495,11 @@ 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 "" @@ -4430,15 +4507,15 @@ msgstr "" 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 "" @@ -4448,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 " @@ -4456,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 " @@ -4472,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 " @@ -4482,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 " @@ -4490,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." @@ -4508,12 +4585,12 @@ msgid "" "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 " @@ -4521,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 " @@ -4529,7 +4606,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 " @@ -4546,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 "" @@ -4554,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 @@ -4565,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 " @@ -4589,7 +4666,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4597,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." @@ -4616,7 +4693,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4626,7 +4703,7 @@ 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 "" @@ -4643,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 "" @@ -4667,7 +4744,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4676,69 +4753,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4752,7 +4828,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "" @@ -4774,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 "" @@ -4782,7 +4858,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4844,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 "" @@ -4860,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 "" @@ -4873,12 +4949,12 @@ msgstr "" msgid "Euphoria" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4922,11 +4998,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "" @@ -4941,7 +5017,7 @@ msgstr "" msgid "Export Recording" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "" @@ -4969,14 +5045,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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 "" @@ -4997,7 +5073,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5035,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 "" @@ -5053,11 +5129,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5073,7 +5149,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5123,19 +5199,19 @@ msgstr "" 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 "" @@ -5148,7 +5224,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5175,25 +5251,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5204,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 "" @@ -5213,18 +5289,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5236,7 +5312,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5250,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 "" @@ -5264,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:1740 +#: 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 "" @@ -5312,7 +5388,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5357,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 "" @@ -5440,31 +5516,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5515,7 +5591,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5547,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 "" @@ -5560,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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 "" @@ -5611,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}" @@ -5641,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 "" @@ -5674,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 @@ -5689,11 +5759,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5709,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 "" @@ -5717,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 "" @@ -5749,11 +5819,11 @@ 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 "" @@ -5775,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." @@ -5785,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 @@ -5800,13 +5870,13 @@ 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 "" @@ -5827,11 +5897,11 @@ msgstr "" 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 "" @@ -5839,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 "" @@ -5859,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 "" @@ -5875,7 +5945,11 @@ 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 "" @@ -5890,7 +5964,7 @@ 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 "" @@ -5909,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 "" @@ -5918,12 +5992,12 @@ msgstr "" msgid "FullScr" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5967,11 +6041,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5995,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" @@ -6013,7 +6087,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6023,25 +6097,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6053,7 +6127,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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,8 +6145,8 @@ 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 "" @@ -6086,7 +6160,7 @@ msgid "" "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 "" @@ -6098,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 "" @@ -6115,11 +6189,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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 "" @@ -6128,7 +6202,7 @@ msgstr "" msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6175,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 "" @@ -6187,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 "" @@ -6208,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 "" @@ -6236,7 +6310,7 @@ 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 "" @@ -6247,17 +6321,17 @@ msgstr "" #: 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 "" @@ -6272,17 +6346,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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 "" @@ -6290,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6318,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 "" @@ -6358,7 +6432,7 @@ msgstr "" msgid "Green Right" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6403,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 "" @@ -6436,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6456,7 +6530,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6464,11 +6538,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6491,12 +6565,36 @@ msgstr "" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6507,14 +6605,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6523,7 +6629,7 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" @@ -6533,11 +6639,11 @@ msgstr "" 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 "" @@ -6564,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 "" @@ -6595,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 "" @@ -6659,7 +6765,7 @@ 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." @@ -6676,7 +6782,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6688,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 "" @@ -6713,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 " @@ -6729,7 +6835,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6744,22 +6850,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6772,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 " @@ -6780,31 +6886,31 @@ 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 "" @@ -6829,15 +6935,15 @@ msgstr "" 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 "" @@ -6874,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6888,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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 "" @@ -6906,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "" @@ -6932,7 +7038,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6947,7 +7053,7 @@ 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 "" @@ -6956,7 +7062,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6965,7 +7071,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7034,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7058,7 +7164,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7067,11 +7173,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7092,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 "" @@ -7100,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 "" @@ -7128,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 "" @@ -7147,96 +7261,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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 "" @@ -7247,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:683 +#: 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 "" @@ -7288,7 +7403,7 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7296,12 +7411,12 @@ msgstr "" msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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 "" @@ -7330,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 "" @@ -7372,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 @@ -7467,11 +7582,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7481,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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 "" @@ -7511,7 +7626,7 @@ msgstr "" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" @@ -7524,8 +7639,8 @@ msgstr "" msgid "Load Last State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7626,19 +7741,19 @@ msgstr "" msgid "Load State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7650,30 +7765,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7683,7 +7798,7 @@ msgstr "" msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7692,7 +7807,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7700,7 +7815,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "" @@ -7709,20 +7824,20 @@ msgstr "" msgid "Log Configuration" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "" @@ -7734,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "" @@ -7788,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 "" @@ -7818,12 +7949,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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 "" @@ -7835,12 +7966,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7852,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -7869,7 +8004,7 @@ 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 "" @@ -7890,7 +8025,7 @@ msgstr "" msgid "Memory Card" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7898,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 "" @@ -7918,7 +8053,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -7926,33 +8061,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -7961,7 +8104,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7981,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 " @@ -7993,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8018,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 "" @@ -8031,11 +8174,11 @@ 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 "" @@ -8051,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 "" @@ -8060,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 "" @@ -8076,7 +8229,7 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8103,7 +8256,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8130,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 "" @@ -8191,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 "" @@ -8200,7 +8353,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8243,7 +8396,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8258,7 +8411,7 @@ 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 "" @@ -8280,13 +8433,13 @@ 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 "" @@ -8294,7 +8447,7 @@ msgstr "" 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 "" @@ -8315,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 "" @@ -8336,7 +8489,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" @@ -8344,15 +8497,15 @@ msgstr "" 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 " @@ -8363,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 "" @@ -8442,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." @@ -8478,7 +8626,7 @@ msgstr "" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8530,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 "" @@ -8551,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 " @@ -8577,7 +8725,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "" @@ -8585,13 +8733,13 @@ msgstr "" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8608,7 +8756,7 @@ msgstr "" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" @@ -8621,7 +8769,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8687,31 +8835,31 @@ 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:231 @@ -8729,7 +8877,7 @@ msgstr "" 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 "" @@ -8749,15 +8897,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8771,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:603 +#: 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 "" @@ -8821,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 "" @@ -8846,7 +9003,7 @@ msgstr "" msgid "Patches" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8859,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:801 +#: 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 " @@ -8883,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." @@ -8908,7 +9065,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8916,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 "" @@ -8938,11 +9095,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -8959,7 +9116,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8967,7 +9124,7 @@ msgstr "" msgid "Play" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -8979,7 +9136,7 @@ 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 "" @@ -9016,20 +9173,25 @@ msgstr "" 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 "" @@ -9062,7 +9224,7 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9087,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 "" @@ -9126,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 " @@ -9141,7 +9303,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9169,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." @@ -9196,15 +9358,15 @@ msgstr "" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9214,7 +9376,7 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9238,14 +9400,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "" @@ -9270,11 +9432,11 @@ msgstr "" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9307,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9356,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 "" @@ -9366,7 +9532,11 @@ 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 "" @@ -9374,15 +9544,15 @@ msgstr "" 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 "" @@ -9417,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 @@ -9432,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 "" @@ -9446,7 +9615,7 @@ msgid "Refreshing..." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9480,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 "" @@ -9508,25 +9677,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9535,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9554,7 +9733,7 @@ msgstr "" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9578,7 +9757,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9586,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 "" @@ -9598,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 "" @@ -9606,7 +9785,7 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9627,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 @@ -9682,7 +9861,7 @@ msgstr "" msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9691,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 " @@ -9700,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 " @@ -9712,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" @@ -9737,19 +9925,24 @@ msgstr "" msgid "Rumble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9765,19 +9958,19 @@ msgstr "" 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 "" @@ -9785,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 "" @@ -9820,11 +10013,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "" @@ -9836,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9846,15 +10039,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9868,11 +10061,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9890,15 +10083,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9910,11 +10103,11 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -9964,23 +10157,23 @@ msgstr "" msgid "Save State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9988,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 "" @@ -9996,11 +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:1135 +#: 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" @@ -10015,11 +10208,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "" @@ -10039,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 "" @@ -10048,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "" @@ -10058,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 "" @@ -10070,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10084,7 +10277,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10118,7 +10311,7 @@ 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, " "cancel)" @@ -10129,7 +10322,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10149,7 +10342,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10161,7 +10354,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10173,11 +10366,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10189,7 +10382,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" @@ -10197,7 +10390,7 @@ msgstr "" msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" @@ -10241,7 +10434,7 @@ msgstr "" msgid "Select State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10258,17 +10451,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10276,7 +10469,7 @@ msgstr "" msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10288,11 +10481,11 @@ msgstr "" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10304,7 +10497,7 @@ msgstr "" 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 "" @@ -10312,7 +10505,7 @@ msgstr "" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10324,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 " @@ -10366,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 " @@ -10388,14 +10581,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10423,7 +10616,7 @@ msgstr "" msgid "Send" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "" @@ -10460,7 +10653,7 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" @@ -10477,15 +10670,15 @@ msgstr "" msgid "Set PC" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10493,18 +10686,18 @@ msgstr "" msgid "Set as &Default ISO" 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 " "this setting only take effect once Dolphin is restarted." @@ -10512,7 +10705,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10525,7 +10718,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10538,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 "" @@ -10552,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 "" @@ -10574,28 +10767,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" @@ -10603,41 +10796,41 @@ msgstr "" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" @@ -10649,51 +10842,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "" @@ -10702,27 +10895,27 @@ msgstr "" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" @@ -10730,59 +10923,59 @@ msgstr "" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10790,16 +10983,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10807,7 +11000,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10815,92 +11008,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -10930,7 +11123,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10954,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 "" @@ -10971,7 +11164,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." @@ -10981,7 +11174,7 @@ msgstr "" msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -10997,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%. " @@ -11077,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." @@ -11093,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 "" @@ -11112,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 "" @@ -11120,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 "" @@ -11132,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, " @@ -11145,7 +11338,7 @@ 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" @@ -11178,20 +11371,24 @@ msgstr "" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" @@ -11199,7 +11396,7 @@ msgstr "" 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 "" @@ -11211,7 +11408,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11250,19 +11447,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11271,7 +11468,7 @@ msgstr "" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11300,15 +11497,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11341,7 +11542,7 @@ 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 "" @@ -11359,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 "" @@ -11376,12 +11577,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" @@ -11395,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 "" @@ -11408,7 +11609,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11420,12 +11621,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11448,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 "" @@ -11496,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11541,7 +11747,7 @@ 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." @@ -11560,24 +11766,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11595,15 +11801,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11619,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 "" @@ -11630,11 +11836,11 @@ 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 "" @@ -11646,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 "" @@ -11665,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 "" @@ -11679,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:1239 +#: 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:1234 +#: 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 " @@ -11720,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." @@ -11813,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?" @@ -11847,21 +12053,21 @@ msgid "" "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 "" @@ -11880,7 +12086,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11889,15 +12095,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 "" -#: 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" @@ -11913,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" @@ -11931,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 "" @@ -11939,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 "" @@ -11948,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 " @@ -11990,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:1197 +#: 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)." @@ -12009,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 "" @@ -12044,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 "" @@ -12052,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:1189 +#: 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 "" @@ -12093,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 "" @@ -12126,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 "" @@ -12154,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/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 " @@ -12188,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." @@ -12225,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 "" @@ -12267,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" @@ -12283,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 "" @@ -12319,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" @@ -12352,7 +12558,7 @@ msgstr "" msgid "Threshold" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12362,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)" @@ -12374,7 +12605,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "" @@ -12382,17 +12613,17 @@ msgstr "" msgid "To" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" @@ -12417,7 +12648,7 @@ msgid "Toggle Aspect Ratio" msgstr "" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" @@ -12469,11 +12700,15 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12481,7 +12716,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "" @@ -12489,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 "" @@ -12527,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 "" @@ -12552,8 +12787,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12590,7 +12825,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12616,7 +12851,7 @@ 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 "" @@ -12634,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." @@ -12649,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." @@ -12658,7 +12893,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12670,11 +12905,11 @@ msgstr "" 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 "" @@ -12694,7 +12929,7 @@ 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 "" @@ -12721,11 +12956,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "" @@ -12743,13 +12978,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12759,7 +12994,7 @@ 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 "" @@ -12788,7 +13023,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12808,7 +13043,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12888,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 @@ -12899,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 "" @@ -12966,7 +13201,7 @@ msgstr "" 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 "" @@ -12974,7 +13209,7 @@ msgstr "" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12982,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 " @@ -13005,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 "" @@ -13045,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'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 " @@ -13064,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 " @@ -13334,7 +13573,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "" @@ -13430,7 +13669,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13438,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 " @@ -13446,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 "" @@ -13478,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" @@ -13496,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 "" @@ -13516,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 "" @@ -13524,15 +13763,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13541,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 "" @@ -13559,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13612,11 +13859,11 @@ msgstr "" 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 "" @@ -13667,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 " @@ -13751,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 "" @@ -13771,7 +14018,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13789,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 "" @@ -13838,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 "" @@ -13854,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 "" @@ -13919,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 "" @@ -13939,15 +14188,15 @@ 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 "" diff --git a/Languages/po/es.po b/Languages/po/es.po index 41ae209499..7b5af95d8c 100644 --- a/Languages/po/es.po +++ b/Languages/po/es.po @@ -32,7 +32,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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)" @@ -203,7 +209,7 @@ msgstr "%1 no soporta esta característica en tu sistema." 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,11 +219,11 @@ msgstr "" "%2 objetos\n" "Fotograma actual: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 se ha unido" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 se ha salido" @@ -225,11 +231,11 @@ msgstr "%1 se ha salido" 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:1118 +#: 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:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 ahora está jugando al golf" @@ -241,8 +247,8 @@ 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" @@ -259,11 +265,11 @@ 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)" @@ -272,17 +278,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "El valor de %1 se ha utilizado" @@ -298,7 +304,7 @@ msgstr "%1/%2" 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" @@ -332,20 +338,20 @@ msgstr "Nativa %1x (%2x%3) para %4" 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." @@ -371,20 +377,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Acerca de" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "&Añadir función" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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..." @@ -392,11 +398,11 @@ msgstr "&Añadir nuevo código..." msgid "&Add..." msgstr "&Añadir..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Ensamblador" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Ajustes de &audio" @@ -408,15 +414,19 @@ msgstr "Actualización automática:" msgid "&Borderless Window" msgstr "Ventana sin &bordes" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: 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:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Puntos de interrupción" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Rastreador de errores" @@ -424,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Buscar actualizaciones..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Borrar símbolos" @@ -440,20 +450,24 @@ msgstr "&Borrar símbolos" msgid "&Clone..." msgstr "&Clonar..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "Ajustes de &mandos" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Copiar dirección" @@ -461,26 +475,26 @@ msgstr "&Copiar dirección" 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..." @@ -488,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:343 +#: 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..." @@ -512,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Tipo de letra..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "Avanzar &fotograma" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "Ajustes de &cámara libre" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: 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:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&Repositorio en GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: 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:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "A&yuda" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Ajustes de a&tajos" @@ -566,11 +584,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "Insertar &BLR" @@ -578,7 +596,7 @@ msgstr "Insertar &BLR" msgid "&Interframe Blending" msgstr "&Fusión de fotogramas" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -586,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Cargar estado" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "Cargar mapa de símbo&los" @@ -604,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:461 +#: 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "&Registrar al encontrar una coincidencia" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memoria" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "&Varios" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Grabación" @@ -628,7 +650,7 @@ msgstr "&Grabación" msgid "&Mute" msgstr "&Silenciar" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Red" @@ -637,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opciones" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pausa" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Jugar" @@ -661,7 +687,7 @@ msgstr "&Jugar" msgid "&Properties" msgstr "&Propiedades" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Modo de solo lectura" @@ -669,7 +695,7 @@ msgstr "&Modo de solo lectura" msgid "&Refresh List" msgstr "&Actualizar lista" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registros" @@ -677,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:593 +#: 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:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Guardar mapa de símbolos" @@ -707,7 +733,7 @@ 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" @@ -715,23 +741,27 @@ msgstr "Portal de &Skylanders" msgid "&Speed Limit:" msgstr "&Límite de velocidad:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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 "&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" @@ -741,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Vigilar" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Página web" @@ -767,38 +797,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Sí" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: 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:1564 +#: 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: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" @@ -815,7 +837,7 @@ msgstr ", Coma" msgid "- Subtract" msgstr "- Restar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -885,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" @@ -943,7 +965,7 @@ msgstr "Entero sin signo de 32 bits" #. i18n: Stereoscopic 3D #: 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" @@ -969,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" @@ -1066,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1117,8 +1139,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Mayor que" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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." @@ -1158,7 +1180,7 @@ msgstr "" "Un estado de guardado no puede ser cargado sin especificar el juego a " "ejecutar." -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1178,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" @@ -1219,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" @@ -1261,8 +1283,8 @@ msgstr "Exactitud:" msgid "Achievement Settings" msgstr "Ajustes de logros" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Logros" @@ -1355,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Activo" @@ -1371,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" @@ -1379,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:" @@ -1429,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Dirección:" @@ -1476,7 +1497,7 @@ msgid "" "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 " @@ -1485,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." @@ -1509,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" @@ -1521,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" @@ -1665,8 +1686,8 @@ msgstr "Todos los archivos GC/Wii" msgid "All Hexadecimal" msgstr "Todos los valores hexadecimales" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1678,7 +1699,7 @@ 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 (*)" @@ -1698,7 +1719,7 @@ msgstr "Permitir configuración de región independiente" 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" @@ -1718,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" @@ -1740,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" @@ -1766,15 +1787,15 @@ msgstr "Suavizado de bordes:" msgid "Any Region" msgstr "Cualquier región" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "Añadir firma a" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: 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:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Aplicar archivo de firma..." @@ -1787,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»:" @@ -1795,7 +1816,7 @@ msgstr "Fecha del «apploader»:" msgid "Apply" msgstr "Aplicar" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "Aplicar archivo de firma" @@ -1803,7 +1824,7 @@ msgstr "Aplicar archivo de firma" 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»?" @@ -1815,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/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?" @@ -1827,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:" @@ -1844,7 +1873,7 @@ msgstr "Relación de aspecto:" msgid "Assemble" msgstr "Ensamblar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "Ensamblar instrucción" @@ -1879,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" @@ -1899,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" @@ -1928,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" @@ -1936,15 +1965,15 @@ msgstr "Autoajustar tamaño de ventana" msgid "Auto-Hide" msgstr "Ocultar automáticamente" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1983,7 +2012,7 @@ msgid "Auxiliary" msgstr "Auxiliar" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -2017,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:" @@ -2038,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." @@ -2059,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -2096,7 +2125,7 @@ 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" @@ -2148,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):" @@ -2166,11 +2195,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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:" @@ -2204,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:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Arrancar pausado" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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" @@ -2278,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 " @@ -2326,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 " @@ -2343,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)" @@ -2370,11 +2399,11 @@ 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Pausa" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "Pausar &y registrar al encontrar una coincidencia" @@ -2383,12 +2412,12 @@ msgstr "Pausar &y registrar al encontrar una coincidencia" msgid "Breakpoint" msgstr "Punto de interrupción" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: 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:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Puntos de interrupción" @@ -2422,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:930 +#: 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:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Búfer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2486,7 +2515,7 @@ msgstr "Por: %1" msgid "C Stick" msgstr "Stick C" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "C&rear archivo de firma..." @@ -2494,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" @@ -2506,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." @@ -2538,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" @@ -2576,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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" @@ -2637,19 +2666,19 @@ 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." @@ -2661,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:" @@ -2685,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" @@ -2693,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..." @@ -2709,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." @@ -2718,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." @@ -2749,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." @@ -2769,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" @@ -2777,7 +2806,7 @@ msgstr "Buscar trucos" msgid "Cheats Manager" msgstr "Administrador de trucos" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Comprobar NAND..." @@ -2817,11 +2846,11 @@ msgstr "Selecciona la carpeta de destino" msgid "Choose GCI Base Folder" msgstr "Selecciona la carpeta base GCI" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "Selecciona un archivo de entrada principal" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "Selecciona un archivo de entrada secundario" @@ -2850,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Borrar caché" @@ -2868,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..." @@ -2881,7 +2911,7 @@ msgstr "Clonar y &editar código..." msgid "Close" msgstr "Cerrar" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Co&nfiguración" @@ -2889,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" @@ -2921,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Combinar dos archivos de firmas..." @@ -2938,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 " @@ -2949,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 " @@ -2959,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" @@ -2969,7 +3008,7 @@ msgstr "Compilación de sombreadores" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Compresión" @@ -2977,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:" @@ -2990,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Condición" @@ -3138,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" @@ -3151,26 +3190,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -3181,15 +3228,15 @@ msgstr "Confirmar" msgid "Connect" msgstr "Conectar" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Conectar mando de Wii %1" @@ -3209,7 +3256,7 @@ msgstr "Conectar mando de Wii 3" msgid "Connect Wii Remote 4" msgstr "Conectar mando de Wii 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Conectar mandos de Wii" @@ -3234,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." @@ -3251,7 +3298,7 @@ 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" @@ -3379,8 +3426,8 @@ msgstr "Convergencia" 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." @@ -3388,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" @@ -3398,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" @@ -3423,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..." @@ -3476,19 +3523,19 @@ msgstr "" msgid "Copy" msgstr "Copiar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "Copiar &función" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "Copiar código de &línea" @@ -3496,15 +3543,15 @@ msgstr "Copiar código de &línea" 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/CodeViewWidget.cpp:589 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 msgid "Copy Tar&get Address" msgstr "Copiar dirección ob&jetivo" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Copiar valor" @@ -3522,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" @@ -3535,11 +3577,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3569,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" @@ -3580,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" @@ -3627,11 +3664,11 @@ 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!" @@ -3660,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:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "No se pudo encontrar el servidor central" @@ -3672,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:" @@ -3705,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:" @@ -3713,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)." @@ -3733,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, " @@ -3748,11 +3785,11 @@ msgstr "" "dibujado.

Si tienes dudas, deja esta opción " "desactivada." -#: Source/Core/DolphinQt/MenuBar.cpp:304 +#: 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" @@ -3768,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)" @@ -3780,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)" @@ -3804,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 @@ -3833,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" @@ -3841,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)" @@ -3924,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" @@ -3934,11 +3997,11 @@ 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" @@ -3963,11 +4026,11 @@ msgstr "Reducir resolución interna" 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" @@ -3981,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" @@ -3997,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" @@ -4005,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 " @@ -4022,7 +4085,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Borrar" @@ -4052,18 +4115,18 @@ msgstr "Porcentaje de profundidad:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -4071,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" @@ -4084,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" @@ -4106,7 +4169,7 @@ msgstr "Separado" msgid "Detect" msgstr "Detectar" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Detección de módulos RSO" @@ -4136,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:" @@ -4144,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." @@ -4168,7 +4231,7 @@ 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" @@ -4176,11 +4239,11 @@ msgstr "Desactivar copias del EFB a la VRAM" msgid "Disable Emulation Speed Limit" msgstr "Desactivar límite de velocidad de emulación" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Desactivar FastMem" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Desactivar Fastmem Arena" @@ -4188,11 +4251,11 @@ msgstr "Desactivar Fastmem Arena" msgid "Disable Fog" msgstr "Desactivar niebla" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Desactivar caché JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Desactivar mapas grandes de puntos de entrada" @@ -4200,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 " @@ -4211,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 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." @@ -4254,7 +4317,7 @@ msgid "Discard" msgstr "Descartar" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Ajustes de visualización" @@ -4294,11 +4357,11 @@ 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:1762 +#: 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:1293 +#: 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?" @@ -4308,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:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "¿Quieres detener la emulación?" @@ -4316,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)" @@ -4329,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:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Grabación TAS de Dolphin (*.dtm)" @@ -4388,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:1001 +#: 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." @@ -4401,11 +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/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." @@ -4439,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 @@ -4449,27 +4512,27 @@ 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 " @@ -4525,19 +4588,19 @@ msgstr "Volcar &FakeVMEM" msgid "Dump &MRAM" msgstr "Volcar &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Volcar fotogramas" @@ -4545,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" @@ -4553,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" @@ -4578,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." @@ -4598,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." @@ -4617,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" @@ -4653,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" @@ -4672,16 +4735,16 @@ msgstr "Asia Oriental" msgid "Edit Breakpoint" msgstr "Editar punto de interrupción" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "Editar condicional" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "Editar expresión condicional" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Editar..." @@ -4690,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" @@ -4701,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4727,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" @@ -4756,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" @@ -4781,16 +4859,16 @@ 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" @@ -4802,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" @@ -4822,15 +4900,15 @@ msgstr "Activar doble núcleo" 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»)" @@ -4838,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 " @@ -4881,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:916 +#: 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" @@ -4915,11 +4993,11 @@ 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" @@ -4927,15 +5005,15 @@ msgstr "Activar logros no oficiales" 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)" @@ -4948,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 " @@ -4960,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 " @@ -4971,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 " @@ -4986,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 " @@ -5003,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 " @@ -5015,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." @@ -5039,21 +5117,21 @@ msgid "" "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 " @@ -5066,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 " @@ -5079,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 " @@ -5107,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." @@ -5116,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." @@ -5136,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 " @@ -5173,7 +5251,7 @@ msgstr "" "hay una emulación activa.

Si tienes dudas, deja " "esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -5186,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." @@ -5213,7 +5291,7 @@ msgstr "" "\n" "Cancelando importación." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "Dir. final" @@ -5223,7 +5301,7 @@ 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" @@ -5242,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:" @@ -5268,7 +5346,7 @@ msgstr "" "Introduce la dirección IP y el puerto de la instancia de tapserver a la que " "deseas conectarte." -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Introduce la dirección del módulo RSO:" @@ -5277,69 +5355,68 @@ msgstr "Introduce la dirección del módulo RSO:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -5353,7 +5430,7 @@ msgstr "Introduce la dirección del módulo RSO:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Error" @@ -5375,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 " @@ -5385,7 +5462,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Error al obtener la lista de sesiones: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Error al cargar algunos packs de texturas" @@ -5449,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" @@ -5469,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}." @@ -5482,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:306 +#: 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" @@ -5531,11 +5608,11 @@ msgstr "Inicio esperado de la expresión." 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportar todas las partidas guardadas de Wii" @@ -5550,7 +5627,7 @@ msgstr "Fallo al exportar" msgid "Export Recording" msgstr "Exportar grabación" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exportar grabación..." @@ -5578,14 +5655,14 @@ msgstr "Exportar como .&gcs..." msgid "Export as .&sav..." msgstr "Exportar como .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5606,7 +5683,7 @@ msgstr "Externo" msgid "External Frame Buffer (XFB)" msgstr "Búfer de imagen externo (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Extraer certificados de la NAND" @@ -5644,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" @@ -5664,11 +5741,11 @@ msgstr "" 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:1723 +#: 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}" @@ -5684,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:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "No se ha podido conectar al servidor: %1" @@ -5742,21 +5819,21 @@ msgstr "" 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" @@ -5770,7 +5847,7 @@ 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:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "No se han podido extraer los certificados de la NAND." @@ -5800,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:1153 +#: 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:1147 +#: 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." @@ -5815,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:1160 +#: 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 -> " @@ -5826,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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "No se ha podido iniciar el núcleo" @@ -5840,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" @@ -5849,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:1118 +#: 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:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5861,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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: 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" @@ -5874,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:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "No se ha podido cargar el archivo de mapa «%1»" @@ -5890,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." @@ -5906,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:1740 +#: 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»" @@ -5957,7 +6034,7 @@ msgstr "" msgid "Failed to open file." msgstr "No se ha podido abrir el archivo." -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "No se ha podido contactar con el servidor" @@ -6013,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." @@ -6117,31 +6194,31 @@ 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:1651 +#: 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:1696 +#: 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:1675 +#: 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:1775 +#: 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 > " @@ -6198,7 +6275,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Fallido" @@ -6232,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" @@ -6245,46 +6322,46 @@ 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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nombre del archivo" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Ruta del archivo" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -6296,7 +6373,7 @@ msgstr "Nombre" 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}" @@ -6332,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" @@ -6367,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 @@ -6382,11 +6453,11 @@ msgstr "Indicadores" msgid "Float" msgstr "Coma flotante" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 " @@ -6408,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" @@ -6416,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" @@ -6448,13 +6519,13 @@ 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." @@ -6488,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." @@ -6501,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 @@ -6516,13 +6587,13 @@ 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" @@ -6543,11 +6614,11 @@ msgstr "Avanzar fotogramas más rápido" 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" @@ -6556,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:" @@ -6576,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" @@ -6596,7 +6667,11 @@ 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" @@ -6611,7 +6686,7 @@ 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" @@ -6630,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:" @@ -6639,12 +6714,12 @@ msgstr "Desde:" msgid "FullScr" msgstr "Pant. completa" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Función" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Ajustes de funcionalidad" @@ -6688,11 +6763,11 @@ msgstr "Volumen de GBA" msgid "GBA Window Size" msgstr "Tamaño de la ventana de GBA" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: 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:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "ROM GBA%1 desactivada" @@ -6717,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" @@ -6742,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:235 +#: 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?" @@ -6755,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:253 +#: 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?" @@ -6763,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:278 +#: 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?" @@ -6771,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:262 +#: 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?" @@ -6779,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:244 +#: 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?" @@ -6795,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:470 +#: 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" @@ -6818,8 +6893,8 @@ 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" @@ -6835,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" @@ -6847,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" @@ -6864,11 +6939,11 @@ msgid "Game Gamma:" msgstr "Gamma del juego:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6877,7 +6952,7 @@ msgstr "ID de juego:" msgid "Game Status" msgstr "Estado del juego" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Juego cambiado a «%1»" @@ -6929,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" @@ -6941,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" @@ -6962,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" @@ -6990,7 +7065,7 @@ 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" @@ -7001,17 +7076,17 @@ msgstr "Códigos Gecko" #: 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" @@ -7029,17 +7104,17 @@ msgstr "" "Cualquier estadística futura dejará de estar asociada a tus estadísticas " "anteriores." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "Se han generado códigos AR." -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -7047,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -7075,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" @@ -7120,7 +7195,7 @@ msgstr "Verde izquierdo" msgid "Green Right" msgstr "Verde derecho" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Vista en cuadrícula" @@ -7165,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:" @@ -7198,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Ocultar todo" @@ -7218,7 +7293,7 @@ msgstr "Ocultar sesiones no compatibles" 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 " "render window is focused.

If unsure, select "" @@ -7230,11 +7305,11 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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" @@ -7257,13 +7332,37 @@ msgstr "Alojar partida" msgid "Host Code:" msgstr "Código de anfitrión:" +#. 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/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 "" @@ -7278,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:939 +#: 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:939 +#: 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" @@ -7294,7 +7403,7 @@ 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" @@ -7304,12 +7413,12 @@ msgstr "Ajustes de atajos" 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" @@ -7336,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:" @@ -7373,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:" @@ -7473,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." @@ -7502,7 +7611,7 @@ msgstr "" "detectar configuraciones extrañas que estén causando problemas, así como " "fallos de rendimiento y estabilidad." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -7518,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»" @@ -7547,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 " @@ -7574,7 +7683,7 @@ msgstr "" "disminuye ligeramente el rendimiento.

Si tienes " "dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Importar copia de respaldo de la NAND en formato BootMii..." @@ -7589,15 +7698,15 @@ msgstr "Fallo al importar" msgid "Import Save File(s)" msgstr "Importar archivo(s) de guardado" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importar partidas guardadas de Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importando copia de respaldo de la NAND." -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7606,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 " @@ -7624,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 " @@ -7637,31 +7746,31 @@ 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" @@ -7686,15 +7795,15 @@ msgstr "Aumentar resolución interna" 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)" @@ -7735,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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" @@ -7749,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -7767,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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" @@ -7793,7 +7902,7 @@ msgstr "Partición de instalación (%1)" msgid "Install Update" msgstr "Instalar actualización" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Instalar WAD..." @@ -7808,7 +7917,7 @@ 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" @@ -7817,7 +7926,7 @@ msgstr "Instrucción" msgid "Instruction Breakpoint" msgstr "Punto de interrupción de instrucción" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instrucción:" @@ -7826,7 +7935,7 @@ msgstr "Instrucción:" msgid "Instruction: %1" msgstr "Instrucción: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7908,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Intérprete de núcleo" @@ -7934,7 +8043,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "Código mixto incorrecto" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Paquete %1 no válido proporcionado: %2" @@ -7943,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:1361 +#: 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" @@ -7968,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" @@ -7976,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." @@ -8005,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" @@ -8024,81 +8141,81 @@ msgstr "Italia" msgid "Item" msgstr "Objeto" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "Sin rama JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "Sin coma flotante JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "Sin números enteros JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "Sin LoadStore de coma flotante JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "Sin LoadStore JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "Sin LoadStore con parejas JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "Sin LoadStore lXz JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "Sin LoadStore lbzx JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "Sin LoadStore lwz JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "Sin JIT (núcleo JIT)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "Sin registro de caché de JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "Sin SystemRegisters JIT" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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." @@ -8107,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:424 +#: 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:308 +#: 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" @@ -8127,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!" @@ -8135,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:683 +#: 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" @@ -8170,7 +8288,7 @@ msgstr "Keyboard Controller (mando con teclado)" msgid "Keys" msgstr "Teclas" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -8178,12 +8296,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "Echar al jugador" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -8212,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" @@ -8254,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 @@ -8363,11 +8481,11 @@ msgstr "Luces" msgid "Limit Chunked Upload Speed:" msgstr "Limite la velocidad de subida de datos:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Columnas en la lista" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Vista en lista" @@ -8377,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Cargar archiv&o de mapa incorrecto..." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -8407,7 +8525,7 @@ msgstr "Cargar texturas personalizadas" msgid "Load File" msgstr "Cargar archivo" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Cargar menú principal de GameCube" @@ -8420,8 +8538,8 @@ msgstr "Solo cargar los datos guardados del anfitrión" msgid "Load Last State" msgstr "Cargar el último estado" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "Cargar archivo de mapa" @@ -8522,19 +8640,19 @@ msgstr "Cargar estado 8" msgid "Load State Slot 9" msgstr "Cargar estado 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Cargar estado desde un archivo" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Cargar estado desde la ranura seleccionada" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Cargar estado desde una ranura" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Cargar menú del sistema Wii %1" @@ -8546,23 +8664,23 @@ msgstr "Cargar y escribir los datos guardados del anfitrión" msgid "Load from Selected Slot" msgstr "Cargar la ranura seleccionada" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Cargar desde la ranura %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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, " @@ -8573,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." @@ -8586,7 +8704,7 @@ msgstr "" 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" @@ -8595,7 +8713,7 @@ msgstr "Bloquear cursor del ratón" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -8607,7 +8725,7 @@ msgstr "" "esta opción desactivada." #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Registro" @@ -8616,20 +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:187 +#: 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:910 +#: 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" @@ -8641,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 " @@ -8656,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:979 +#: 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:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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" @@ -8699,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!" @@ -8729,12 +8863,12 @@ msgstr "¡Asegúrate de que haya un Skylander en el espacio %1!" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -8751,12 +8885,12 @@ msgstr "" "del efecto.

Si tienes dudas, deja esta opción " "desactivada." -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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" @@ -8768,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Búfer máximo:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -8785,7 +8923,7 @@ 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." @@ -8806,7 +8944,7 @@ msgstr "Punto de interrupción en memoria" msgid "Memory Card" msgstr "Tarjeta de memoria" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Administrador de tarjetas de memoria" @@ -8814,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" @@ -8834,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:1815 +#: 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, " @@ -8845,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:528 +#: 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 "" @@ -8882,7 +9028,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "No coinciden las estructuras de datos internas." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8909,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 " @@ -8925,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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" @@ -8950,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" @@ -8963,11 +9109,11 @@ 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" @@ -8985,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." @@ -8994,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -9010,7 +9168,7 @@ msgstr "Comprobación de NAND" msgid "NKit Warning" msgstr "Advertencia NKit" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -9043,7 +9201,7 @@ 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:279 +#: 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" @@ -9070,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:" @@ -9139,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" @@ -9148,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:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Nuevo" @@ -9191,7 +9349,7 @@ msgstr "Nueva etiqueta" 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" @@ -9206,7 +9364,7 @@ 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:" @@ -9228,13 +9386,13 @@ 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" @@ -9242,7 +9400,7 @@ msgstr "Sin coincidencias" 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!" @@ -9263,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." @@ -9284,7 +9442,7 @@ msgstr "No has elegido un mod de gráficos." msgid "No input" msgstr "No hay entrada" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "No se ha detectado ningún problema." @@ -9292,15 +9450,15 @@ msgstr "No se ha detectado ningún problema." 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 " @@ -9315,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." @@ -9402,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." @@ -9438,7 +9591,7 @@ msgstr "Palanca del Nunchuk" msgid "OK" msgstr "Aceptar" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Objeto %1" @@ -9490,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" @@ -9511,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 " @@ -9525,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 " @@ -9552,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:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Documentación en línea" @@ -9560,7 +9713,7 @@ msgstr "&Documentación en línea" msgid "Only Show Collection" msgstr "Mostrar solo tu colección" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9568,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:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9587,7 +9740,7 @@ 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" @@ -9600,7 +9753,7 @@ msgstr "Abrir logros" msgid "Open Directory..." msgstr "Abrir directorio..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "Abrir registro FIFO" @@ -9666,31 +9819,31 @@ 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:231 @@ -9708,7 +9861,7 @@ msgstr "Otra partición (%1)" 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" @@ -9728,15 +9881,15 @@ msgstr "Remuestreo de salida" msgid "Output Resampling:" msgstr "Remuestreo de salida:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Sobrescrito" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9750,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:603 +#: 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" @@ -9800,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" @@ -9825,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:" @@ -9838,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:801 +#: 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 " @@ -9866,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." @@ -9894,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:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Actualizar la consola a través de Internet" @@ -9902,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" @@ -9924,11 +10086,11 @@ msgstr "Físico" msgid "Physical address space" msgstr "Espacio de la dirección física" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Elige una tipografía de depuración" @@ -9945,7 +10107,7 @@ msgid "Pitch Up" msgstr "Cabeceo hacia abajo" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plataforma" @@ -9953,7 +10115,7 @@ 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" @@ -9965,7 +10127,7 @@ 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" @@ -10002,14 +10164,19 @@ msgstr "Habilidad dos del jugador dos" 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." @@ -10017,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 "" @@ -10052,7 +10219,7 @@ msgstr "Puerto:" msgid "Portal Slots" msgstr "Espacios del portal" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: 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" @@ -10078,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" @@ -10119,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 " @@ -10139,7 +10306,7 @@ msgstr "" 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" @@ -10167,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." @@ -10175,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." @@ -10183,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." @@ -10200,15 +10367,15 @@ msgstr "Perfil" msgid "Program Counter" msgstr "Contador del programa (PC)" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -10221,7 +10388,7 @@ msgstr "" msgid "Public" msgstr "Público" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Vaciar la caché de la lista de juegos" @@ -10245,7 +10412,7 @@ msgstr "No se pudo activar el sistema de calidad de servicio (QoS)." 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." @@ -10253,7 +10420,7 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Pregunta" @@ -10278,11 +10445,11 @@ msgstr "R analógico" msgid "READY" msgstr "Listo" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "Módulos RSO" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "Autodetección RSO" @@ -10315,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Leer" @@ -10366,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" @@ -10376,7 +10547,11 @@ 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" @@ -10384,15 +10559,15 @@ msgstr "Grabar" 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..." @@ -10434,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 @@ -10449,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." @@ -10465,7 +10639,7 @@ msgid "Refreshing..." msgstr "Actualizando..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Región" @@ -10499,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" @@ -10530,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:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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." @@ -10552,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 "" @@ -10561,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." @@ -10570,9 +10754,9 @@ msgstr "" "primer plano.

Si tienes dudas, deja esta opción " "activada." -#: Source/Core/Core/FreeLookManager.cpp:99 +#: 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:930 +#: 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 @@ -10583,7 +10767,7 @@ msgstr "Reiniciar" msgid "Reset All" msgstr "Reiniciar todo" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Reiniciar el ignorado de errores y advertencias" @@ -10607,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" @@ -10615,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:" @@ -10627,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." @@ -10635,7 +10819,7 @@ msgstr "Es necesario reiniciar." msgid "Restore Defaults" msgstr "Restaurar valores predeterminados" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "Restaurar instrucción" @@ -10656,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 @@ -10711,7 +10895,7 @@ msgstr "Balanceo a la derecha" 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" @@ -10720,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 " @@ -10735,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 " @@ -10747,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" @@ -10776,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 " @@ -10801,19 +11000,24 @@ msgstr "" msgid "Rumble" msgstr "Vibración" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "Ejecutar hasta" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "Ejecutar (ignorando puntos de interrupción) hasta" @@ -10829,19 +11033,19 @@ msgstr "Rusia" 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" @@ -10849,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:" @@ -10884,11 +11088,11 @@ msgstr "Entorno SSL" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Gua&rdar código" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Gua&rdar estado" @@ -10900,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10910,15 +11114,15 @@ 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 +#: 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:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "Guardar archivo de salida combinado como" @@ -10932,11 +11136,11 @@ msgstr "Guardar imágenes convertidas" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Exportar guardado" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "Guardar registro FIFO" @@ -10954,15 +11158,15 @@ 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:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "Guardar archivo de mapa" @@ -10974,11 +11178,11 @@ msgstr "Guardar el estado más antiguo" msgid "Save Preset" msgstr "Guardar preajuste" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Guardar archivo de grabación como" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "Guardar archivo de firmas" @@ -11028,23 +11232,23 @@ msgstr "Ranura de guardado 8" msgid "Save State Slot 9" msgstr "Ranura de guardado 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Guardar estado en archivo" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: 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:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Guardar estado en la ranura seleccionada" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Guardar estado en ranura" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Guardar map&a de símbolos como..." @@ -11052,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" @@ -11060,11 +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:1135 +#: 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" @@ -11082,11 +11286,11 @@ msgstr "Guardar en el mismo directorio que la ROM" msgid "Save to Selected Slot" msgstr "Guardar en la ranura seleccionada" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -11108,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." @@ -11117,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Buscar" @@ -11127,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" @@ -11139,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." @@ -11147,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Buscar una instrucción" @@ -11155,7 +11359,7 @@ msgstr "Buscar una instrucción" msgid "Search games..." msgstr "Buscar juegos..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Búsqueda de instrucciones" @@ -11191,7 +11395,7 @@ 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, " "cancel)" @@ -11204,7 +11408,7 @@ msgid "Select Dump Path" msgstr "Seleccionar ruta de volcado" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Seleccionar directorio de exportación" @@ -11224,7 +11428,7 @@ msgstr "Seleccionar ROM de GBA" msgid "Select GBA Saves Path" msgstr "Seleccionar ruta de archivos de guardado de GBA" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "Seleccionar archivo de claves (volcado OTP/SEEPROM)" @@ -11236,7 +11440,7 @@ msgstr "Seleccionar el último estado" msgid "Select Load Path" msgstr "Seleccionar ruta de carga" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "Seleccionar copia de respaldo de la NAND" @@ -11248,11 +11452,11 @@ msgstr "Seleccionar ruta de paquetes de recursos" msgid "Select Riivolution XML file" msgstr "Seleccionar archivo XML de Riivolution" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "Seleccionar imagen de tarjeta SD" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "Seleccionar archivo guardado" @@ -11264,7 +11468,7 @@ msgstr "Seleccionar colección de Skylanders" msgid "Select Skylander File" msgstr "Seleccionar archivo de Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Ranura de guardado %1 - %2" @@ -11272,7 +11476,7 @@ msgstr "Ranura de guardado %1 - %2" msgid "Select State" msgstr "Cargar ranura de guardado" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Seleccionar ranura de guardado" @@ -11316,7 +11520,7 @@ msgstr "Seleccionar ranura de guardado 8" msgid "Select State Slot 9" msgstr "Seleccionar ranura de guardado 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "Seleccionar título a instalar en la NAND" @@ -11333,17 +11537,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: 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" @@ -11351,7 +11555,7 @@ msgstr "Seleccionar carpeta a sincronizar con la imagen de la tarjeta SD" msgid "Select a Game" msgstr "Seleccionar juego" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Seleccionar archivo" @@ -11363,11 +11567,11 @@ msgstr "Seleccionar juego" msgid "Select e-Reader Cards" msgstr "Seleccionar tarjetas e-Reader" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: 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:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Seleccionar archivo de grabación a reproducir" @@ -11379,7 +11583,7 @@ msgstr "Seleccionar carpeta raíz de la tarjeta SD virtual" 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" @@ -11387,7 +11591,7 @@ msgstr "El perfil del mando seleccionado no existe" #: 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:893 +#: 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!" @@ -11399,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." @@ -11408,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." @@ -11417,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 " @@ -11474,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 " @@ -11517,23 +11721,15 @@ msgstr "" "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. " #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:410 msgid "" @@ -11580,7 +11776,7 @@ msgstr "" 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:" @@ -11628,7 +11824,7 @@ 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" @@ -11645,15 +11841,15 @@ msgstr "Elige el archivo de la tarjeta de memoria de la ranura B" msgid "Set PC" msgstr "Establecer PC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: 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:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "Especificar tamaño del &símbolo " -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "Especificar dirección final del símbolo" @@ -11661,7 +11857,7 @@ msgstr "Especificar dirección final del símbolo" msgid "Set as &Default ISO" msgstr "Establecer como ISO pred&eterminada" -#: 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" @@ -11671,11 +11867,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -11687,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." @@ -11705,7 +11901,7 @@ msgstr "" "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:378 +#: 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." @@ -11725,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" @@ -11739,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" @@ -11761,28 +11957,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Mostrar ®istro" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Mostrar todo" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Australia" @@ -11790,41 +11986,41 @@ msgstr "Australia" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Francia" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Mostrar GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Alemania" @@ -11836,51 +12032,51 @@ msgstr "Mostrar superposición de modo de golf" msgid "Show Infinity Base" msgstr "Mostrar base de Infinity" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Mostrar registro de teclas" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Italia" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Japón" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Corea" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Región PAL" @@ -11889,27 +12085,27 @@ msgstr "Región PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Mostrar regiones" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Mostrar contador de regrabaciones" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Rusia" @@ -11917,59 +12113,59 @@ msgstr "Rusia" msgid "Show Skylanders Portal" msgstr "Mostrar portal de Skylanders" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Mostrar reloj del sistema" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Taiwán" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "Mostrar objetivo en &memoria" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Estados Unidos" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Mostrar WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Mostrar Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Mostrar juegos internacionales" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "Mostrar en memoria" @@ -11977,16 +12173,16 @@ msgstr "Mostrar en memoria" msgid "Show in Code" msgstr "Mostrar en código" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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" @@ -11994,7 +12190,7 @@ msgstr "Mostrar en memoria" msgid "Show in server browser" msgstr "Mostrar en el navegador del servidor" -#: 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -12007,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." @@ -12016,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 " @@ -12037,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." @@ -12047,7 +12243,7 @@ msgstr "" "velocidad completa.

Si tienes dudas, deja esta " "opción desactivada." -#: 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." @@ -12056,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 " @@ -12067,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." @@ -12077,7 +12273,7 @@ msgstr "" "fotograma renderizado y la variación estándar.

Si " "tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 msgid "" "Shows the mouse cursor at all times.

If unsure, " "select "On Movement"." @@ -12085,7 +12281,7 @@ msgstr "" "Muestra el cursor del ratón en todo momento.

Si " "tienes dudas, selecciona Al moverlo." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 +#: 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." @@ -12094,7 +12290,7 @@ msgstr "" "para luego ocultarlo.

Si tienes dudas, selecciona " "este modo." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: 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." @@ -12104,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." @@ -12123,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." @@ -12131,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." @@ -12168,7 +12364,7 @@ msgstr "Cambiar de/a horizontal" msgid "Sideways Wii Remote" msgstr "Mando de Wii en horizontal" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Base de datos de firmas" @@ -12192,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" @@ -12209,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." @@ -12221,7 +12417,7 @@ msgstr "" 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" @@ -12237,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%. " @@ -12331,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." @@ -12351,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:" @@ -12370,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" @@ -12378,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)" @@ -12390,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, " @@ -12414,7 +12610,7 @@ 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" @@ -12447,20 +12643,24 @@ msgstr "Mando de juego estándar" 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:778 +#: 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" @@ -12468,7 +12668,7 @@ msgstr "&Grabar pulsaciones" 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" @@ -12480,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:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Juego en ejecución" @@ -12519,19 +12719,19 @@ msgstr "Saltar una" msgid "Step Over" msgstr "Salir de" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Se ha saltado la instrucción." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: 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:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Saltando instrucciones..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Se han saltado las instrucciones." @@ -12540,7 +12740,7 @@ msgstr "Se han saltado las instrucciones." msgid "Stepping" msgstr "Avanzar" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Estéreo" @@ -12569,15 +12769,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Detener la reproducción o grabación de pulsaciones" +#: 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" @@ -12621,7 +12825,7 @@ 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" @@ -12639,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:" @@ -12656,12 +12860,12 @@ msgstr "Stylus" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Todo correcto" @@ -12675,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." @@ -12688,7 +12892,7 @@ 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:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Se han extraído correctamente los certificados de la NAND." @@ -12700,12 +12904,12 @@ msgstr "El archivo se ha extraído correctamente." msgid "Successfully extracted system data." msgstr "Los datos del sistema se han extraído correctamente." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: 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:1114 +#: 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." @@ -12728,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" @@ -12779,26 +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 +#: 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:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Símbolos" @@ -12827,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." @@ -12848,24 +13057,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Etiquetas" @@ -12883,15 +13092,15 @@ msgstr "Cola" msgid "Taiwan" msgstr "Taiwán" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12909,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 (*)" @@ -12920,11 +13129,11 @@ 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" @@ -12936,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" @@ -12962,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})" @@ -12976,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:1239 +#: 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." @@ -12988,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:1234 +#: 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 " @@ -13002,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 " @@ -13028,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 " @@ -13038,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." @@ -13145,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?" @@ -13190,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." @@ -13198,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}." @@ -13228,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:718 +#: 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 " @@ -13243,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" @@ -13271,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" @@ -13297,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" @@ -13307,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" @@ -13316,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 " @@ -13372,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:1197 +#: 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)." @@ -13394,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 "" @@ -13436,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." @@ -13445,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:1189 +#: 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)." @@ -13457,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" @@ -13491,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" @@ -13530,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." @@ -13538,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!" @@ -13562,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." @@ -13571,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/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 " @@ -13597,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 " @@ -13609,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." @@ -13618,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." @@ -13627,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 " @@ -13638,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." @@ -13661,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. " @@ -13672,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 " @@ -13682,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." @@ -13694,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." @@ -13702,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" @@ -13714,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" @@ -13734,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." @@ -13782,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" @@ -13824,7 +14033,7 @@ msgstr "Hilos" msgid "Threshold" msgstr "Límite" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13834,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)" @@ -13848,7 +14082,7 @@ msgstr "Tiempo de espera agotado" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Título" @@ -13856,17 +14090,17 @@ msgstr "Título" msgid "To" msgstr "A" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Alternar &pantalla completa" @@ -13891,7 +14125,7 @@ msgid "Toggle Aspect Ratio" msgstr "Alternar relación de aspecto" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Alternar punto de interrupción" @@ -13943,11 +14177,17 @@ msgstr "Alternar las copias del XFB" msgid "Toggle XFB Immediate Mode" msgstr "Alternar el modo inmediato del XFB" +#: 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" @@ -13955,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" @@ -13963,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" @@ -14001,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" @@ -14026,8 +14266,8 @@ msgstr "Trap Master" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Error del servidor de paso" @@ -14068,7 +14308,7 @@ msgid "Trophy" msgstr "Trofeo" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -14094,7 +14334,7 @@ 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" @@ -14112,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. " @@ -14123,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." @@ -14136,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." @@ -14150,7 +14390,7 @@ msgstr "" "afectando mínimamente al rendimiento, pero los resultados dependerán del " "controlador de vídeo." -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "No se puede detectar el módulo RSO" @@ -14162,11 +14402,11 @@ msgstr "No se ha podido contactar con el servidor de actualizaciones." 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." @@ -14194,7 +14434,7 @@ 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." @@ -14221,11 +14461,11 @@ msgstr "Archivos ISO de GC/Wii sin comprimir (*.iso *.gcm)" msgid "Undead" msgstr "Muertos" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Deshacer guardado del estado" @@ -14245,13 +14485,13 @@ 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:312 +#: 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 @@ -14261,7 +14501,7 @@ 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)" @@ -14294,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!" @@ -14314,7 +14554,7 @@ 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." @@ -14395,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 @@ -14406,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" @@ -14477,7 +14717,7 @@ msgstr "" 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" @@ -14485,7 +14725,7 @@ msgstr "Utilizar base de datos interna de nombres de juegos" msgid "Use Full Resolution Per Eye" msgstr "Usar resolución completa para cada ojo" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Usar códec sin pérdida (FFV1)" @@ -14493,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." @@ -14510,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 " @@ -14519,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 " @@ -14532,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." @@ -14578,11 +14818,11 @@ 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's Title " "column.

If unsure, leave this checked.
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 " @@ -14605,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 " @@ -14616,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 " @@ -14923,7 +15167,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Advertencia" @@ -15059,7 +15303,7 @@ msgstr "" "

Si tienes dudas, deja esta opción desactivada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -15072,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 " @@ -15085,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" @@ -15117,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" @@ -15135,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" @@ -15155,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" @@ -15163,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:1126 +#: 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" @@ -15180,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" @@ -15198,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Escribir" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Escribir volcado del registro de bloque JIT" @@ -15251,11 +15503,11 @@ msgstr "Región incorrecta" 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}»." @@ -15306,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 " @@ -15315,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 " @@ -15431,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." @@ -15459,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:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -15480,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." @@ -15529,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" @@ -15545,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" @@ -15612,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" @@ -15632,15 +15886,15 @@ 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 " diff --git a/Languages/po/fa.po b/Languages/po/fa.po index cd6c4384e9..c3d3bcb820 100644 --- a/Languages/po/fa.po +++ b/Languages/po/fa.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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 "" @@ -165,18 +171,18 @@ msgstr "" 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" @@ -184,11 +190,11 @@ msgstr "" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" @@ -200,8 +206,8 @@ 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 "" @@ -218,11 +224,11 @@ 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 "" @@ -231,17 +237,17 @@ msgid "%1% (Normal Speed)" msgstr "" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -257,7 +263,7 @@ msgstr "" msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -291,20 +297,20 @@ msgstr "" 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." @@ -330,20 +336,20 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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 "" @@ -351,11 +357,11 @@ msgstr "" msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" @@ -367,15 +373,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&نقاط انفصال" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -383,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -399,20 +409,24 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -420,26 +434,26 @@ msgstr "" 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 +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:343 +#: 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 "" @@ -471,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&پيشروى فریم" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "تنظیمات &گرافیک" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&کمک" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "تنظیم &شرت کاتها" @@ -525,11 +543,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -537,7 +555,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&جیت" @@ -545,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&بارگذاری وضعیت" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -563,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&حافظه" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -587,7 +609,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -596,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&گزینه ها" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "مکث" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&شروع بازی" @@ -620,7 +646,7 @@ msgstr "&شروع بازی" msgid "&Properties" msgstr "خواص" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -628,7 +654,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "ثبت کردن" @@ -636,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -666,7 +692,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -674,23 +700,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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 "&ابزارها" @@ -700,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -726,38 +756,30 @@ msgstr "&ویکی" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "" @@ -774,7 +796,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -844,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 "" @@ -902,7 +924,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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 "" @@ -928,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 "" @@ -1025,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1063,8 +1085,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1092,7 +1114,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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 +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 "" @@ -1133,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 "" @@ -1175,8 +1197,8 @@ msgstr "دقت:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1252,7 +1274,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1268,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 "" @@ -1276,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 "آداپتور:" @@ -1326,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1373,7 +1394,7 @@ msgid "" "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 +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" @@ -1399,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" @@ -1508,8 +1529,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1521,7 +1542,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1541,7 +1562,7 @@ msgstr "" 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 +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 "" @@ -1581,7 +1602,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "تحلیل کردن" @@ -1607,15 +1628,15 @@ msgstr "آنتی آلیاسینگ:" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1625,7 +1646,7 @@ msgid "" ">If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1633,7 +1654,7 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1641,7 +1662,7 @@ msgstr "" 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 "" @@ -1653,10 +1674,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" +#: 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 +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 "نسبت طول به عرض تصویر:" @@ -1682,7 +1711,7 @@ msgstr "نسبت طول به عرض تصویر:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1715,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 "" @@ -1735,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 "اتوماتیک" @@ -1760,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 "" @@ -1768,15 +1797,15 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1804,7 +1833,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1835,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 "پشتوانه:" @@ -1856,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 "" @@ -1877,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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 "نشان:" @@ -1914,7 +1943,7 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "بنیانی" @@ -1966,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 "" @@ -1980,11 +2009,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "" @@ -2016,67 +2045,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2088,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 " @@ -2121,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 " @@ -2131,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 "" @@ -2158,11 +2187,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2171,11 +2200,11 @@ msgstr "" msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2209,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "حافظه موقت:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2271,7 +2300,7 @@ msgstr "" msgid "C Stick" msgstr "استیک سی" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2279,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 "" @@ -2291,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." @@ -2314,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 "" @@ -2352,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2408,19 +2437,19 @@ 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 "" @@ -2432,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 "" @@ -2456,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 "" @@ -2464,7 +2493,7 @@ msgstr "" msgid "Change &Disc" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "تعویض &دیسک..." @@ -2480,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." @@ -2504,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 "" @@ -2524,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 "جستجوی کد تقلب" @@ -2532,7 +2561,7 @@ msgstr "جستجوی کد تقلب" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2570,11 +2599,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2603,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2621,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 "" @@ -2634,7 +2664,7 @@ msgstr "" msgid "Close" msgstr "بستن" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2642,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 "" @@ -2674,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2691,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 "" @@ -2715,7 +2754,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2723,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 "" @@ -2736,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2830,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 "" @@ -2843,26 +2882,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2873,15 +2920,15 @@ msgstr "" msgid "Connect" msgstr "اتصال" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" @@ -2901,7 +2948,7 @@ msgstr "" msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2925,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 "" @@ -2942,7 +2989,7 @@ 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 "" @@ -3039,8 +3086,8 @@ msgstr "" 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 "" @@ -3048,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 "" @@ -3058,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 "" @@ -3080,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 "" @@ -3117,19 +3164,19 @@ msgstr "" msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3137,15 +3184,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3163,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 "" @@ -3176,11 +3218,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3206,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" @@ -3246,11 +3283,11 @@ 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 "" @@ -3271,7 +3308,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3283,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 "کشور:" @@ -3316,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 "" @@ -3324,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)." @@ -3340,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:304 +#: 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 "" @@ -3371,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 "" @@ -3383,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 "" @@ -3407,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 @@ -3434,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 "" @@ -3442,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 "" @@ -3521,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 "اشکال زدائی کردن" @@ -3531,11 +3594,11 @@ 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 "" @@ -3560,11 +3623,11 @@ msgstr "" 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 +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 "" @@ -3594,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 "" @@ -3602,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 " @@ -3613,7 +3676,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "حذف" @@ -3643,18 +3706,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "" @@ -3662,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 "" @@ -3675,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 "" @@ -3697,7 +3760,7 @@ msgstr "" msgid "Detect" msgstr "شناسایی" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3727,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 "" @@ -3735,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 "" @@ -3759,7 +3822,7 @@ 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 "" @@ -3767,11 +3830,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3779,11 +3842,11 @@ msgstr "" msgid "Disable Fog" msgstr "از کارانداختن مه" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3791,14 +3854,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3829,7 +3892,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3863,11 +3926,11 @@ msgstr "" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3877,7 +3940,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "آیا می خواهید برابرسازی فعلی را متوقف کنید؟" @@ -3885,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 "" @@ -3898,22 +3961,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "فیلم های تاس دلفین (*.dtm)" @@ -3946,21 +4009,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3994,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 @@ -4004,27 +4067,27 @@ 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 " @@ -4073,19 +4136,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "نسخه برداری فریم ها" @@ -4093,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 "" @@ -4101,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 "" @@ -4126,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." @@ -4155,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 "" @@ -4183,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 "به روز شدن های اولیه حافظه" @@ -4202,16 +4265,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4220,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" @@ -4231,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4257,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 "ریسمان شبیه ساز قبلا اجرا شده است" @@ -4283,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 "" @@ -4305,16 +4382,16 @@ 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 "" @@ -4326,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 "" @@ -4346,15 +4423,15 @@ msgstr "فعال کردن پردازنده با دو هسته یا بیشتر" 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 "" @@ -4362,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 " @@ -4388,33 +4465,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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 "فعال کردن اسکیرین سیور" @@ -4422,11 +4499,11 @@ 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 "" @@ -4434,15 +4511,15 @@ msgstr "" 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 "" @@ -4452,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 " @@ -4460,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 " @@ -4476,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 " @@ -4486,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 " @@ -4494,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." @@ -4512,12 +4589,12 @@ msgid "" "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 +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 " @@ -4533,7 +4610,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 " @@ -4550,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 "" @@ -4558,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 @@ -4571,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 " @@ -4595,7 +4672,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4603,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." @@ -4622,7 +4699,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4632,7 +4709,7 @@ 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 "انگلیسی" @@ -4649,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 "" @@ -4673,7 +4750,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4682,69 +4759,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4758,7 +4834,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "خطا" @@ -4780,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 "" "بارگذاری زبان انتخاب شده با شکست مواجه شد. برگشت به زبان پیش فرض سیستم." @@ -4789,7 +4865,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4851,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 "" @@ -4867,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 "" @@ -4880,12 +4956,12 @@ msgstr "" msgid "Euphoria" msgstr "خوشی" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4929,11 +5005,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "" @@ -4948,7 +5024,7 @@ msgstr "" msgid "Export Recording" msgstr "صادر کردن ضبط" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "صادر کردن ضبط..." @@ -4976,14 +5052,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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 "پسوند" @@ -5004,7 +5080,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5042,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 "پخش کننده فیفو" @@ -5060,11 +5136,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5080,7 +5156,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5130,19 +5206,19 @@ msgstr "" 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 "" @@ -5155,7 +5231,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5182,25 +5258,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5211,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 "" @@ -5220,18 +5296,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5243,7 +5319,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5257,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 "" @@ -5271,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:1740 +#: 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 "" @@ -5319,7 +5395,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5364,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 "" @@ -5447,31 +5523,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5522,7 +5598,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5554,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 "" @@ -5567,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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 "فایل شامل کدی نیست." @@ -5618,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}" @@ -5648,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 "" @@ -5681,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 @@ -5696,11 +5766,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5716,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 "۱۶:۹ اجباری" @@ -5724,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 "۴:۳ اجباری" @@ -5756,11 +5826,11 @@ 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 "" @@ -5782,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." @@ -5792,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 @@ -5807,13 +5877,13 @@ 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 "" @@ -5834,11 +5904,11 @@ msgstr "" 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 "محدوده فریم" @@ -5846,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 "" @@ -5866,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 "" @@ -5882,7 +5952,11 @@ 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 "" @@ -5897,7 +5971,7 @@ 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 "فرانسوی" @@ -5916,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 "" @@ -5925,12 +5999,12 @@ msgstr "" msgid "FullScr" msgstr "تمام صفحه" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5974,11 +6048,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6002,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" @@ -6020,7 +6094,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6030,25 +6104,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6060,7 +6134,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6078,8 +6152,8 @@ 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 "" @@ -6093,7 +6167,7 @@ msgid "" "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 "" @@ -6105,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 "" @@ -6122,11 +6196,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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 "آی دی بازی:" @@ -6135,7 +6209,7 @@ msgstr "آی دی بازی:" msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6182,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 "" @@ -6194,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 "" @@ -6215,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 "" @@ -6243,7 +6317,7 @@ 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 "کدهای گیکو" @@ -6254,17 +6328,17 @@ msgstr "کدهای گیکو" #: 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 "" @@ -6279,17 +6353,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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 "آلمانی" @@ -6297,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6325,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 "گرافیک" @@ -6365,7 +6439,7 @@ msgstr "سبز چپ" msgid "Green Right" msgstr "سبز راست" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6410,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 "" @@ -6443,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6463,7 +6537,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6471,11 +6545,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6498,12 +6572,36 @@ msgstr "میزبان" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6514,14 +6612,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6530,7 +6636,7 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" @@ -6540,11 +6646,11 @@ msgstr "" 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 "" @@ -6571,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 "" @@ -6602,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 "میزان حساسیت فروسرخ" @@ -6666,7 +6772,7 @@ 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." @@ -6683,7 +6789,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6695,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 "" @@ -6720,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 " @@ -6736,7 +6842,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6751,22 +6857,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6779,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 " @@ -6787,31 +6893,31 @@ 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 "" @@ -6836,15 +6942,15 @@ msgstr "" 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 "" @@ -6881,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6895,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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 "ورودی" @@ -6913,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "درج کارت اس دی" @@ -6939,7 +7045,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6954,7 +7060,7 @@ 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 "" @@ -6963,7 +7069,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6972,7 +7078,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7041,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7065,7 +7171,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7074,11 +7180,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7099,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 "" @@ -7107,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 "" @@ -7135,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 "ایتالیایی" @@ -7154,96 +7268,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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 "ژاپنی" @@ -7254,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:683 +#: 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 "" @@ -7295,7 +7410,7 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7303,12 +7418,12 @@ msgstr "" msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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 "کره ای" @@ -7337,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 "" @@ -7379,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 @@ -7477,11 +7592,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7491,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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 "بارگذاری بافت اشیاء دلخواه" @@ -7521,7 +7636,7 @@ msgstr "بارگذاری بافت اشیاء دلخواه" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" @@ -7534,8 +7649,8 @@ msgstr "" msgid "Load Last State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7636,19 +7751,19 @@ msgstr "بارگذاری وضعیت - شکاف ۸" msgid "Load State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7660,30 +7775,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7693,7 +7808,7 @@ msgstr "" msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7702,7 +7817,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7710,7 +7825,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "ثبت وقایع" @@ -7719,20 +7834,20 @@ msgstr "ثبت وقایع" msgid "Log Configuration" msgstr "پیکر بندی ثبت وقایع" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "" @@ -7744,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 +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 "" @@ -7828,12 +7959,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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 "سازنده" @@ -7845,12 +7976,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7862,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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,7 +8014,7 @@ 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 "" @@ -7900,7 +8035,7 @@ msgstr "" msgid "Memory Card" msgstr "کارت حافظه" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7908,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 "" @@ -7928,7 +8063,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -7936,33 +8071,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -7971,7 +8114,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7991,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 " @@ -8003,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8028,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 "" @@ -8041,11 +8184,11 @@ 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 "" @@ -8061,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 "" @@ -8070,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 "" @@ -8086,7 +8239,7 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8113,7 +8266,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8140,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 "اسم:" @@ -8201,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 "" @@ -8210,7 +8363,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8253,7 +8406,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8268,7 +8421,7 @@ 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 "" @@ -8290,13 +8443,13 @@ 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 "" @@ -8304,7 +8457,7 @@ msgstr "" 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 "" @@ -8325,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 "" @@ -8346,7 +8499,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" @@ -8354,15 +8507,15 @@ msgstr "" 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 " @@ -8373,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 "" @@ -8452,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." @@ -8488,7 +8636,7 @@ msgstr "" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8540,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 "محدوده شیی" @@ -8561,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 " @@ -8587,7 +8735,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "" @@ -8595,13 +8743,13 @@ msgstr "" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8618,7 +8766,7 @@ msgstr "گشودن" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" @@ -8631,7 +8779,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8697,31 +8845,31 @@ 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:231 @@ -8739,7 +8887,7 @@ msgstr "" 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 "" @@ -8759,15 +8907,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8781,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:603 +#: 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 "" @@ -8831,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 "" @@ -8856,7 +9013,7 @@ msgstr "" msgid "Patches" msgstr "وصله ها" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8869,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:801 +#: 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 " @@ -8893,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." @@ -8918,7 +9075,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "نورپردازی به ازای هر پیکسل" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8926,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 "" @@ -8948,11 +9105,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -8969,7 +9126,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8977,7 +9134,7 @@ msgstr "" msgid "Play" msgstr "شروع بازی" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -8989,7 +9146,7 @@ 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 "گزینه های بازنواخت" @@ -9026,20 +9183,25 @@ msgstr "" 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 "" @@ -9072,7 +9234,7 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9097,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 "" @@ -9136,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 " @@ -9151,7 +9313,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9179,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." @@ -9206,15 +9368,15 @@ msgstr "پروفایل" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9224,7 +9386,7 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9248,14 +9410,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "سوال" @@ -9280,11 +9442,11 @@ msgstr "آر آنالوگ" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9317,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9366,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 "" @@ -9376,7 +9542,11 @@ 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 "ضبط" @@ -9384,15 +9554,15 @@ msgstr "ضبط" 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 "" @@ -9427,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 @@ -9442,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 "" @@ -9456,7 +9625,7 @@ msgid "Refreshing..." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9490,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 "پاک کردن" @@ -9518,25 +9687,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9545,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9564,7 +9743,7 @@ msgstr "شروع دوباره" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9588,7 +9767,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9596,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 "" @@ -9608,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 "" @@ -9616,7 +9795,7 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9637,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 @@ -9692,7 +9871,7 @@ msgstr "" msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9701,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 " @@ -9710,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 " @@ -9722,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" @@ -9747,19 +9935,24 @@ msgstr "" msgid "Rumble" msgstr "شوک" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9775,19 +9968,19 @@ msgstr "" 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 "" @@ -9795,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 "" @@ -9830,11 +10023,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "ذخ&یره وضعیت" @@ -9846,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9856,15 +10049,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9878,11 +10071,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9900,15 +10093,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9920,11 +10113,11 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -9974,23 +10167,23 @@ msgstr "ذخیره وضعیت - شکاف ۸" msgid "Save State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9998,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 "" @@ -10006,11 +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:1135 +#: 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" @@ -10025,11 +10218,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "" @@ -10049,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 "" @@ -10058,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "جستجو" @@ -10068,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 "" @@ -10080,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10094,7 +10287,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10128,7 +10321,7 @@ 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, " "cancel)" @@ -10139,7 +10332,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10159,7 +10352,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10171,7 +10364,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10183,11 +10376,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10199,7 +10392,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" @@ -10207,7 +10400,7 @@ msgstr "" msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" @@ -10251,7 +10444,7 @@ msgstr "" msgid "Select State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10268,17 +10461,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10286,7 +10479,7 @@ msgstr "" msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10298,11 +10491,11 @@ msgstr "" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10314,7 +10507,7 @@ msgstr "" 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 "پروفایل انتخاب شده وجود ندارد" @@ -10322,7 +10515,7 @@ msgstr "پروفایل انتخاب شده وجود ندارد" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10334,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 " @@ -10376,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 " @@ -10398,14 +10591,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10433,7 +10626,7 @@ msgstr "" msgid "Send" msgstr "فرستادن" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "موقعیت سنسور بار:" @@ -10470,7 +10663,7 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" @@ -10487,15 +10680,15 @@ msgstr "" msgid "Set PC" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10503,18 +10696,18 @@ msgstr "" msgid "Set as &Default ISO" 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 " "this setting only take effect once Dolphin is restarted." @@ -10522,7 +10715,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10535,7 +10728,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10548,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 "" @@ -10562,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 "" @@ -10584,28 +10777,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "نمایش &ثبت وقایع" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" @@ -10613,41 +10806,41 @@ msgstr "" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "نمایش فرانسه" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "نمایش گیم کیوب" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" @@ -10659,51 +10852,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "نمایش ورودی تصویر" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "نمایش ایتالیا" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "نمایش کره" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "نمایش پال" @@ -10712,27 +10905,27 @@ msgstr "نمایش پال" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "نمایش مناطق" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" @@ -10740,59 +10933,59 @@ msgstr "" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "نمایش تایوان" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "نمایش ایالات متحده آمریکا" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "نمایش وی" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10800,16 +10993,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10817,7 +11010,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10825,92 +11018,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -10940,7 +11133,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10964,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 "چینی ساده شده" @@ -10981,7 +11174,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." @@ -10991,7 +11184,7 @@ msgstr "" msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11007,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%. " @@ -11087,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." @@ -11103,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 "" @@ -11122,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 "اسپانیایی" @@ -11130,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 "" @@ -11142,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, " @@ -11155,7 +11348,7 @@ 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" @@ -11188,20 +11381,24 @@ msgstr "کنترولر استاندارد" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" @@ -11209,7 +11406,7 @@ msgstr "" 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 "" @@ -11221,7 +11418,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11260,19 +11457,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11281,7 +11478,7 @@ msgstr "" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11310,15 +11507,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11351,7 +11552,7 @@ 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 "کشیدن تصویر به سایز فعلی پنجره" @@ -11369,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 "" @@ -11386,12 +11587,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" @@ -11405,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 "" @@ -11418,7 +11619,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11430,12 +11631,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11458,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 "" @@ -11506,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11551,7 +11757,7 @@ 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." @@ -11570,24 +11776,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11605,15 +11811,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11629,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 "" @@ -11640,11 +11846,11 @@ 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 "" @@ -11656,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 "قالب بندی بافت اشیاء" @@ -11675,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 "" @@ -11689,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:1239 +#: 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:1234 +#: 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 " @@ -11730,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." @@ -11823,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?" @@ -11857,21 +12063,21 @@ msgid "" "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 "" @@ -11890,7 +12096,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11899,15 +12105,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 "" -#: 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" @@ -11923,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" @@ -11941,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 "" @@ -11949,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 "" @@ -11958,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 " @@ -12000,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:1197 +#: 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)." @@ -12019,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 "" @@ -12054,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 "" @@ -12062,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:1189 +#: 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 "" @@ -12103,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 "" @@ -12138,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 "" @@ -12168,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/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 " @@ -12202,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." @@ -12239,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 "" @@ -12281,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" @@ -12297,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 "" @@ -12333,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" @@ -12366,7 +12572,7 @@ msgstr "" msgid "Threshold" msgstr "سرحد" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12376,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)" @@ -12388,7 +12619,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "عنوان" @@ -12396,17 +12627,17 @@ msgstr "عنوان" msgid "To" msgstr "به" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" @@ -12431,7 +12662,7 @@ msgid "Toggle Aspect Ratio" msgstr "" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" @@ -12483,11 +12714,15 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12495,7 +12730,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "بالا" @@ -12503,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 "" @@ -12541,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 "چینی سنتی" @@ -12566,8 +12801,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12604,7 +12839,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12630,7 +12865,7 @@ 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 "" @@ -12648,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." @@ -12663,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." @@ -12672,7 +12907,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12684,11 +12919,11 @@ msgstr "" 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 "" @@ -12708,7 +12943,7 @@ 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 "" @@ -12735,11 +12970,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "خنثی کردن وضعیت بارگذاری" -#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "" @@ -12757,13 +12992,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12773,7 +13008,7 @@ 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 "" @@ -12802,7 +13037,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12822,7 +13057,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12902,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 @@ -12913,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 "به روز کردن" @@ -12980,7 +13215,7 @@ msgstr "" 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 "" @@ -12988,7 +13223,7 @@ msgstr "" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12996,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 " @@ -13019,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 "" @@ -13059,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'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 " @@ -13078,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 " @@ -13348,7 +13587,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "اخطار" @@ -13444,7 +13683,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13452,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 " @@ -13460,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 "" @@ -13492,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" @@ -13510,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 "" @@ -13530,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 "" @@ -13538,15 +13777,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13555,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 "" @@ -13573,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13626,11 +13873,11 @@ msgstr "" 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 "" @@ -13681,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 " @@ -13765,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 "برای اعمال تغییرات شما باید دلفین را از نو اجرا کنید." @@ -13785,7 +14032,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13803,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 "" @@ -13852,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 "" @@ -13868,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 "" @@ -13933,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 "" @@ -13953,15 +14202,15 @@ 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 "" diff --git a/Languages/po/fi.po b/Languages/po/fi.po index 83dcb607f0..921fad4b59 100644 --- a/Languages/po/fi.po +++ b/Languages/po/fi.po @@ -7,14 +7,15 @@ # Ammuu5, 2018-2020 # 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-09-01 08:42+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" -"Last-Translator: Daniel K , 2019,2021,2023-2024\n" +"Last-Translator: Jaakko Saarikko , " +"2022-2024\n" "Language-Team: Finnish (http://app.transifex.com/dolphinemu/dolphin-emu/" "language/fi/)\n" "Language: fi\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)" @@ -182,7 +189,7 @@ msgstr "%1 ei tue tätä ominaisuutta järjestelmässäsi." 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,11 +199,11 @@ msgstr "" "%2 kohde(tta)\n" "Nykyinen kehys: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 liittyi" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 lähti" @@ -204,11 +211,11 @@ msgstr "%1 lähti" 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:1118 +#: 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:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 golffaa nyt" @@ -220,8 +227,8 @@ 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" @@ -238,11 +245,11 @@ 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)" @@ -251,17 +258,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "Kohdan %1 arvoa käytetään" @@ -277,7 +284,7 @@ msgstr "%1/%2" 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" @@ -311,20 +318,20 @@ msgstr "%1x alkuperäinen (%2x%3) %4-laadulle" 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." @@ -350,20 +357,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Tietoa" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "&Lisää funktio" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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..." @@ -371,11 +378,11 @@ msgstr "&Lisää uusi koodi..." msgid "&Add..." msgstr "&Lisää..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Konekielen kääntäjä" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Ääniasetukset" @@ -387,15 +394,19 @@ msgstr "&Automaattinen päivitys:" msgid "&Borderless Window" msgstr "&Reunaton ikkuna" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "&Keskeytä osumaan" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Keskeytyskohdat" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Vianhallintajärjestelmä" @@ -403,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Tarkista päivitykset..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Tyhjennä symbolit" @@ -419,20 +430,24 @@ msgstr "&Tyhjennä symbolit" msgid "&Clone..." msgstr "&Kloonaa..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Ohjainasetukset" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Kopioi osoite" @@ -440,26 +455,26 @@ msgstr "&Kopioi osoite" 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..." @@ -467,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:343 +#: 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" @@ -491,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Fontti..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Kehys kerrallaan" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Vapaan katselun asetukset" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Luo symbolit lähteestä" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub-repositorio" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "Grafiikka-asetukset" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Ohjeet" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Pikanäppäinasetukset" @@ -545,11 +564,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "Lisää &BLR" @@ -557,7 +576,7 @@ msgstr "Lisää &BLR" msgid "&Interframe Blending" msgstr "&Kehysten välinen sekoitus" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -565,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Lataa tila" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Lataa symbolikartta" @@ -583,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:461 +#: 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "L&okimerkintä osumasta" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Muisti" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Nauhoitus" @@ -607,7 +630,7 @@ msgstr "&Nauhoitus" msgid "&Mute" msgstr "&Mykistä" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Verkko" @@ -616,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Asetukset" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Keskeytä" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Käynnistä" @@ -640,7 +667,7 @@ msgstr "&Käynnistä" msgid "&Properties" msgstr "&Ominaisuudet" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Vain luku -tila" @@ -648,7 +675,7 @@ msgstr "&Vain luku -tila" msgid "&Refresh List" msgstr "&Päivitä lista" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Rekisterit" @@ -656,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:593 +#: 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:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Tallenna symbolikartta" @@ -686,7 +713,7 @@ 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" @@ -694,23 +721,27 @@ msgstr "&Skylanders-portaali" msgid "&Speed Limit:" msgstr "&Nopeusrajoitus:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -720,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Vahti" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Kotisivu" @@ -746,38 +777,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "K&yllä" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: 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:1564 +#: 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: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" @@ -794,7 +817,7 @@ msgstr ", Pilkku" msgid "- Subtract" msgstr "- Vähennyslasku" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -864,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" @@ -922,7 +945,7 @@ msgstr "32-bittinen etumerkitön kokonaisluku" #. i18n: Stereoscopic 3D #: 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" @@ -948,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" @@ -1045,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1090,8 +1113,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Suurempi kuin" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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ä!" @@ -1127,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:967 +#: 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?" @@ -1147,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" @@ -1186,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" @@ -1228,8 +1251,8 @@ msgstr "Tarkkuus:" msgid "Achievement Settings" msgstr "Saavutusasetukset" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Saavutukset" @@ -1325,7 +1348,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "Aktivoi nettipelin keskustelu" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktiivinen" @@ -1341,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" @@ -1349,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:" @@ -1399,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Osoite" @@ -1446,17 +1468,9 @@ msgid "" "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 @@ -1478,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" @@ -1490,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" @@ -1632,8 +1646,8 @@ msgstr "Kaikki GC-/Wii-tiedostot" msgid "All Hexadecimal" msgstr "Kaikki heksadesimaalisina" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1645,7 +1659,7 @@ 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 (*)" @@ -1665,7 +1679,7 @@ msgstr "Salli sopimattomat alueasetukset" 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" @@ -1685,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" @@ -1707,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" @@ -1733,15 +1747,15 @@ msgstr "Reunanpehmennys:" msgid "Any Region" msgstr "Mikä vain alue" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "Lisää allekirjoitus kohteeseen" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Lisää allekirjoitus &olemassaolevaan allekirjoitustiedostoon..." -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Käyt&ä allekirjoitustiedostoa..." @@ -1753,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:" @@ -1761,7 +1775,7 @@ msgstr "Apploaderin päiväys:" msgid "Apply" msgstr "Käytä" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "Käytä allekirjoitustiedostoa" @@ -1769,7 +1783,7 @@ msgstr "Käytä allekirjoitustiedostoa" 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'?" @@ -1781,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/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?" @@ -1793,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:" @@ -1810,7 +1832,7 @@ msgstr "Kuvasuhde:" msgid "Assemble" msgstr "Tulkkaa" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "Tulkkaa käsky" @@ -1845,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" @@ -1865,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" @@ -1894,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" @@ -1902,15 +1924,15 @@ msgstr "Säädä ikkunan kokoa automaattisesti" msgid "Auto-Hide" msgstr "Automaattinen piilotus" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1949,7 +1971,7 @@ msgid "Auxiliary" msgstr "Apumuisti" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1983,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ä:" @@ -2004,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" @@ -2025,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -2062,7 +2084,7 @@ 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" @@ -2114,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):" @@ -2132,11 +2154,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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:" @@ -2170,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:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Käynnistä keskeytettynä" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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" @@ -2242,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 " @@ -2289,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 " @@ -2306,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)" @@ -2333,11 +2355,11 @@ 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Keskeytä" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "Keskeytä &ja tee lokimerkintä osumasta" @@ -2346,11 +2368,11 @@ msgstr "Keskeytä &ja tee lokimerkintä osumasta" msgid "Breakpoint" msgstr "Keskeytyskohdat" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: 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:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Keskeytyskohdat" @@ -2384,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:930 +#: 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:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Puskuri:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2449,7 +2471,7 @@ msgstr "Tekijä(t): %1" msgid "C Stick" msgstr "C-sauva" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "L&uo allekirjoitustiedosto..." @@ -2457,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" @@ -2469,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." @@ -2502,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" @@ -2540,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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" @@ -2599,19 +2621,19 @@ 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." @@ -2623,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:" @@ -2647,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" @@ -2655,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..." @@ -2671,7 +2693,7 @@ 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." @@ -2679,7 +2701,7 @@ 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." @@ -2710,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 " @@ -2732,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" @@ -2740,7 +2762,7 @@ msgstr "Koodihaku" msgid "Cheats Manager" msgstr "Koodien hallinta" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Tarkista NAND..." @@ -2780,11 +2802,11 @@ msgstr "Valitse kansio, johon puretaan" msgid "Choose GCI Base Folder" msgstr "Valitse GCI-pohjakansio" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "Valitse ensisijainen syötetiedosto" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "Valitse toissijainen śyötetiedosto" @@ -2813,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Tyhjennä välimuisti" @@ -2831,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..." @@ -2844,7 +2867,7 @@ msgstr "Kloonaa ja &muokkaa koodia..." msgid "Close" msgstr "Sulje" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "As&etukset" @@ -2852,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" @@ -2884,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Yhdistä &kaksi allekirjoitustiedostoa..." @@ -2901,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 " @@ -2911,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 " @@ -2921,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ä" @@ -2931,7 +2963,7 @@ msgstr "Käännetään varjostimia" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Pakkausmenetelmä" @@ -2939,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ä:" @@ -2952,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Ehto" @@ -3030,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" @@ -3046,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" @@ -3059,26 +3143,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -3089,15 +3181,15 @@ msgstr "Vahvistus" msgid "Connect" msgstr "Yhdistä" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Yhdistä Wii Remote %1" @@ -3117,7 +3209,7 @@ msgstr "Yhdistä Wii Remote 3" msgid "Connect Wii Remote 4" msgstr "Yhdistä Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Yhdistä Wii Remoteja" @@ -3141,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." @@ -3158,7 +3250,7 @@ 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" @@ -3286,8 +3378,8 @@ msgstr "Yhtenevyys" 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." @@ -3295,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" @@ -3305,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" @@ -3329,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..." @@ -3381,19 +3473,19 @@ msgstr "" msgid "Copy" msgstr "Kopioi" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "Kopio &funktio" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "Kopioi koodi&rivi" @@ -3401,15 +3493,15 @@ msgstr "Kopioi koodi&rivi" 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/CodeViewWidget.cpp:589 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 msgid "Copy Tar&get Address" msgstr "Kopioi koh&deosoite" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Kopioi arvo" @@ -3427,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" @@ -3440,11 +3527,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3474,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" @@ -3484,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" @@ -3530,11 +3612,11 @@ 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!" @@ -3563,7 +3645,7 @@ msgstr "" "jälkeen? Siinä tapauksessa muistikortin paikka on ehkä määritettävä " "uudelleen asetuksista." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Keskuspalvelimen haku epäonnistui" @@ -3575,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:" @@ -3608,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ä:" @@ -3616,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)." @@ -3636,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, " @@ -3651,11 +3733,11 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/MenuBar.cpp:304 +#: 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" @@ -3671,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ä)" @@ -3683,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" @@ -3707,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 @@ -3736,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" @@ -3744,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)" @@ -3828,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" @@ -3838,11 +3946,11 @@ 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ä" @@ -3867,11 +3975,11 @@ msgstr "Vähennä sisäistä kuvatarkkuutta" 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ä" @@ -3885,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" @@ -3901,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ä" @@ -3909,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 " @@ -3927,7 +4035,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Poista" @@ -3957,18 +4065,18 @@ msgstr "Syvyysprosentti:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -3976,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" @@ -3989,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" @@ -4011,7 +4119,7 @@ msgstr "Irrallinen" msgid "Detect" msgstr "Havaitse" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Havaitaan RSO-moduuleja" @@ -4041,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:" @@ -4049,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." @@ -4073,7 +4181,7 @@ 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ä" @@ -4081,11 +4189,11 @@ msgstr "Poista EFB-VRAM-kopiointi käytöstä" msgid "Disable Emulation Speed Limit" msgstr "Poista emulaation nopeusrajoitus" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Poista nopea muistihaku (Fastmem) käytöstä" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Poista nopean muistikäytön kenttä käytöstä" @@ -4093,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:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Poista JIT-välimuisti käytöstä" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Poista laaja koodin tulokohtien hakurakenne käytöstä" @@ -4105,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 " @@ -4116,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ä 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." @@ -4160,7 +4268,7 @@ msgid "Discard" msgstr "Hylkä" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Näyttämisen asetukset" @@ -4199,11 +4307,11 @@ msgstr "Matkaetäisyys neutraalipaikasta." 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:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Haluatko tyhjentää symbolinimien listan?" @@ -4214,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:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Haluatko lopettaa nykyisen emulaation?" @@ -4222,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)" @@ -4235,22 +4343,22 @@ msgstr "Dolphin FIFO -loki (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Dolphinin pelimodien esiasestukset" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS-nauhoitus (*.dtm)" @@ -4292,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:1001 +#: 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." @@ -4304,11 +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/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ä." @@ -4342,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 @@ -4352,27 +4460,27 @@ 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 " @@ -4428,19 +4536,19 @@ msgstr "Tee &FakeVMEM-vedos" msgid "Dump &MRAM" msgstr "Tee &MRAM-vedos" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Tee kehysvedos" @@ -4448,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" @@ -4456,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" @@ -4481,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." @@ -4500,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." @@ -4519,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" @@ -4555,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" @@ -4574,16 +4682,16 @@ msgstr "Itä-Aasia" msgid "Edit Breakpoint" msgstr "Muokkaa keskeytyskohtaa" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "Muokkaa ehtoa" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "Muokkaa ehtolauseketta" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Muokkaa..." @@ -4592,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" @@ -4603,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4629,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ä" @@ -4657,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" @@ -4682,16 +4804,16 @@ 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ä" @@ -4703,15 +4825,15 @@ 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 "Ilmoita Discordiin pelaustiedot" @@ -4723,15 +4845,15 @@ msgstr "Ota kaksiydinsuoritin käyttöön" 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" @@ -4739,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 " @@ -4783,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:916 +#: 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" @@ -4817,11 +4939,11 @@ 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 "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" @@ -4829,15 +4951,15 @@ msgstr "Ota epäviralliset saavutukset käyttöön" 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)" @@ -4850,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 " @@ -4863,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 " @@ -4874,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 " @@ -4888,7 +5010,7 @@ msgstr "" "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 " @@ -4905,7 +5027,7 @@ msgstr "" "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 " @@ -4918,7 +5040,7 @@ msgstr "" "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." @@ -4940,21 +5062,12 @@ msgid "" "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 " @@ -4967,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 " @@ -4981,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 " @@ -5009,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." @@ -5017,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 "" @@ -5036,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 " @@ -5072,7 +5179,7 @@ msgstr "" "emulointi on käynnissä.

Ellet ole varma, jätä tämä " "valitsematta." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -5085,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." @@ -5110,7 +5217,7 @@ msgstr "" "\n" "Tuonti keskeytyy." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "Loppuosoite" @@ -5120,7 +5227,7 @@ 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" @@ -5137,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:" @@ -5162,7 +5269,7 @@ msgid "" msgstr "" "Syötä IP-osoite ja portti sille tap-palvelimelle, johon haluat yhdistää." -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Syötä RSO-moduulin osoite:" @@ -5171,69 +5278,68 @@ msgstr "Syötä RSO-moduulin osoite:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -5247,7 +5353,7 @@ msgstr "Syötä RSO-moduulin osoite:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Virhe" @@ -5269,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." @@ -5278,7 +5384,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Virhe istuntolistan hakemisessa: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Virheitä tapahtui joidenkin tekstuuripakettien latauksessa" @@ -5342,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" @@ -5362,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}." @@ -5375,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:306 +#: 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" @@ -5424,11 +5530,11 @@ msgstr "Odotettiin lausekkeen alkua." 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Vie kaikki Wii-tallennustiedostot" @@ -5443,7 +5549,7 @@ msgstr "Vieminen epäonnistui" msgid "Export Recording" msgstr "Vie nauhoitus" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Vie nauhoitus..." @@ -5471,14 +5577,14 @@ msgstr "Vie .&gcs-muodossa..." msgid "Export as .&sav..." msgstr "Vie .&sav-muodossa..." -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5499,7 +5605,7 @@ msgstr "Ulkoinen" msgid "External Frame Buffer (XFB)" msgstr "Ulkoinen kehyspuskuri (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Vie varmenteet NAND-muistista" @@ -5537,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" @@ -5557,11 +5663,11 @@ msgstr "" 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:1723 +#: 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}" @@ -5577,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:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Palvelinyhteys epäonnistui: %1" @@ -5634,19 +5740,19 @@ msgstr "" 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" @@ -5660,7 +5766,7 @@ 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:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Varmenteiden vienti NAND-muistista epäonnistui" @@ -5690,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:1153 +#: 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:1147 +#: 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." @@ -5705,7 +5811,7 @@ msgstr "" "Tallennustiedoston tuonti epäonnistui. Annettu tiedosto on vioittunut tai ei " "ole kelvollinen Wii-tallennustiedosto." -#: Source/Core/DolphinQt/MenuBar.cpp:1160 +#: 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 -> " @@ -5716,7 +5822,7 @@ msgstr "" "(Työkalut -> Hallitse NAND-muistia -> Tarkista NAND...), ja yritä " "tallennustiedoston tuontia sitten uudelleen." -#: Source/Core/DolphinQt/MainWindow.cpp:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Ytimen alustus epäonnistui" @@ -5730,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" @@ -5739,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:1118 +#: 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:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: 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" @@ -5763,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:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Karttatiedoston '%1' lataus epäonnistui" @@ -5779,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." @@ -5795,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:1740 +#: 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" @@ -5845,7 +5951,7 @@ msgstr "" msgid "Failed to open file." msgstr "Tiedoston avaaminen epäonnistui." -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Palvelimen avaaminen epäonnistui" @@ -5901,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." @@ -6001,31 +6107,31 @@ 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:1651 +#: 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:1696 +#: 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:1675 +#: 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:1775 +#: 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 > " @@ -6082,7 +6188,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Virhe" @@ -6116,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ä" @@ -6129,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Tiedostonimi" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Tiedostopolku" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -6180,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}" @@ -6212,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" @@ -6247,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 @@ -6262,11 +6362,11 @@ msgstr "Liput" msgid "Float" msgstr "32-bittinen liukuluku" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 " @@ -6288,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" @@ -6296,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" @@ -6328,11 +6428,11 @@ 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." @@ -6365,7 +6465,7 @@ 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." @@ -6378,7 +6478,7 @@ msgstr "" 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 @@ -6393,13 +6493,13 @@ 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" @@ -6420,11 +6520,11 @@ msgstr "Kehys kerrallaan: lisää nopeutta" 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" @@ -6432,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ä:" @@ -6452,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" @@ -6472,7 +6572,11 @@ 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" @@ -6487,7 +6591,7 @@ 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" @@ -6506,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ä:" @@ -6515,12 +6619,12 @@ msgstr "Mistä:" msgid "FullScr" msgstr "Koko näyttö" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funktio" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Toimintoasetukset" @@ -6564,11 +6668,11 @@ msgstr "GBA-äänenvoimakkuus" msgid "GBA Window Size" msgstr "GBA-ikkunan koko" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: 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:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1:n ROM pois käytöstä" @@ -6594,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" @@ -6618,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:235 +#: 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?" @@ -6631,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:253 +#: 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?" @@ -6639,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:278 +#: 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?" @@ -6647,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:262 +#: 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?" @@ -6655,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:244 +#: 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?" @@ -6671,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:470 +#: 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" @@ -6694,8 +6798,8 @@ 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" @@ -6711,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" @@ -6723,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" @@ -6740,11 +6844,11 @@ msgid "Game Gamma:" msgstr "Pelin gamma:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6753,7 +6857,7 @@ msgstr "Pelin tunniste:" msgid "Game Status" msgstr "Pelin tila" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Peliksi valittu \"%1\"" @@ -6804,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" @@ -6816,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" @@ -6837,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" @@ -6865,7 +6969,7 @@ 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" @@ -6876,17 +6980,17 @@ msgstr "Gecko-koodit" #: 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)" @@ -6903,17 +7007,17 @@ msgstr "" "Luo uuden anonyymin tunnisteen käyttötilastointia varten. Toiminto estää " "tulevien tilastojen liittämisen edellisiin tilastoihin." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "AR-koodi(t) luotu." -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6921,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6949,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" @@ -6995,7 +7099,7 @@ msgstr "Vihreä vasen" msgid "Green Right" msgstr "Vihreä oikea" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Ruudukkonäkymä" @@ -7040,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:" @@ -7073,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Piilota kaikki" @@ -7093,19 +7197,22 @@ msgstr "Piilota ei-yhteensopivat istunnot" 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 " "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:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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" @@ -7128,13 +7235,37 @@ msgstr "Isännöi" msgid "Host Code:" msgstr "Isäntäkoneen koodi:" +#. 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/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 "" @@ -7149,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:939 +#: 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:939 +#: 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ä" @@ -7165,7 +7304,7 @@ 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" @@ -7175,11 +7314,11 @@ msgstr "Pikanäppäinasetukset" 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" @@ -7206,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:" @@ -7243,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:" @@ -7342,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." @@ -7363,8 +7502,16 @@ msgid "" "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:207 +#: 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." @@ -7380,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" @@ -7409,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 " @@ -7436,7 +7578,7 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Tuo BootMii-NAND-varmuuskopio..." @@ -7451,15 +7593,15 @@ msgstr "Tuonti epäonnistui" msgid "Import Save File(s)" msgstr "Tuo tallennustiedosto(ja)" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Tuo Wii-tallennustiedosto..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "NAND-varmuuskopion tuonti käynnissä" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7468,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 " @@ -7476,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 " @@ -7494,31 +7641,31 @@ 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ää" @@ -7543,15 +7690,15 @@ msgstr "Lisää sisäistä kuvatarkkuutta" 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ö" @@ -7591,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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" @@ -7605,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -7623,16 +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/CodeViewWidget.cpp:605 +#: 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/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Lisää SD-kortti" @@ -7649,7 +7796,7 @@ msgstr "Asennusosio (%1)" msgid "Install Update" msgstr "Asenna päivitys" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Asenna WAD..." @@ -7664,7 +7811,7 @@ 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" @@ -7673,7 +7820,7 @@ msgstr "Käsky" msgid "Instruction Breakpoint" msgstr "Käskyn keskeytyskohta" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Käsky:" @@ -7682,7 +7829,7 @@ msgstr "Käsky:" msgid "Instruction: %1" msgstr "Käsky: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7761,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Tulkkiydin" @@ -7785,7 +7932,7 @@ msgstr "Automaattisen päivityksen palvelu palautti virheellistä JSONia: {0}" msgid "Invalid Mixed Code" msgstr "Virheellinen sekakoodi" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Virheellinen paketti %1 annettu: %2" @@ -7794,11 +7941,11 @@ msgstr "Virheellinen paketti %1 annettu: %2" msgid "Invalid Player ID" msgstr "Virheellinen pelaajatunniste" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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" @@ -7819,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" @@ -7827,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." @@ -7855,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" @@ -7874,81 +8029,81 @@ msgstr "Italia" msgid "Item" msgstr "Esin" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT-haara pois" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT-liukuluku pois" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT-kokonaisluku pois" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT-liukuluku-lukukirjoitus pois" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT-lukukirjoitus pois" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT-paritettu-lukukirjoitus pois" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT-IXz-lukukirjoitus pois" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT-Ibzx-lukukirjoitus pois" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT-Iwz-lukukirjoitus pois" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT pois (JIT-ydin)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT-rekisterivälimuisti pois" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT-järjestelmärekisterit pois" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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." @@ -7957,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:424 +#: 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:308 +#: 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" @@ -7977,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!" @@ -7985,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:683 +#: 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ä" @@ -8020,7 +8176,7 @@ msgstr "Näppäimistöohjain" msgid "Keys" msgstr "Näppäimet" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -8028,12 +8184,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "Poista pelaaja" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -8062,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 "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" @@ -8104,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 @@ -8174,6 +8330,11 @@ msgid "" "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 @@ -8208,11 +8369,11 @@ msgstr "Valo" msgid "Limit Chunked Upload Speed:" msgstr "Rajoita lohkotun lähetyksen nopeutta:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Listan sarakkeet" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Listanäkymä" @@ -8222,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Lataa &huono karttatiedosto..." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:643 msgid "Load Branch Watch Snapshot" -msgstr "" +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" @@ -8252,7 +8413,7 @@ msgstr "Lataa muokatut tekstuurit" msgid "Load File" msgstr "Avaa tiedosto" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Lataa GameCube-päävalikko" @@ -8265,14 +8426,14 @@ msgstr "Lataa vain isäntäkoneen tallennustiedostot" msgid "Load Last State" msgstr "Palauta viimeisin tila" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" -msgstr "" +msgstr "Lataa karttatiedosto" #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" -msgstr "Lataa polku:" +msgstr "Latauspolku:" #: Source/Core/Core/HotkeyManager.cpp:188 msgid "Load ROM" @@ -8367,19 +8528,19 @@ msgstr "Palauta tila 8" msgid "Load State Slot 9" msgstr "Palauta tila 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Palauta tila tiedostosta" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Palauta tila valitusta paikasta" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Palauta tila paikasta" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Käynnistä Wii-järjestelmävalikko %1" @@ -8391,23 +8552,23 @@ msgstr "Lataa ja kirjoita isäntäkoneen tallennustiedosto" msgid "Load from Selected Slot" msgstr "Palauta tila valitusta paikasta" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Palauta tila paikasta %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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, " @@ -8418,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." @@ -8431,7 +8592,7 @@ msgstr "" 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" @@ -8440,15 +8601,19 @@ msgstr "Lukitse hiiren osoitin paikoilleen" 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 " "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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Loki" @@ -8457,20 +8622,20 @@ msgstr "Loki" msgid "Log Configuration" msgstr "Lokiasetukset" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: 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:910 +#: 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" @@ -8482,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 " @@ -8497,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Yhteys nettipelipalvelimeen menetettiin..." #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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" @@ -8540,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!" @@ -8570,12 +8751,12 @@ msgstr "Varmista, että paikassa %1 on Skylander-hahmo!" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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ä:" @@ -8592,12 +8773,12 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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" @@ -8609,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Korkein puskurin arvo:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -8626,7 +8811,7 @@ 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ä." @@ -8648,7 +8833,7 @@ msgstr "Muistin keskeytyskohta" msgid "Memory Card" msgstr "Muistikortti" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Muistikorttien hallinta" @@ -8656,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" @@ -8679,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:1815 +#: 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, " @@ -8691,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:528 +#: 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 "" @@ -8728,7 +8921,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Ristiriita sisäisissä tietorakenteissa." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8755,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 " @@ -8771,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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" @@ -8796,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" @@ -8809,11 +9002,11 @@ 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" @@ -8831,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ä." @@ -8840,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -8856,7 +9059,7 @@ msgstr "NAND-tarkistus" msgid "NKit Warning" msgstr "NKit-varoitus" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8889,7 +9092,7 @@ msgstr "" "

Ellet ole varma, jätä asetus arvoon 2,35." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8916,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:" @@ -8985,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" @@ -8994,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:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Uusi" @@ -9037,7 +9240,7 @@ msgstr "Uusi tunniste" 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" @@ -9052,7 +9255,7 @@ 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:" @@ -9074,13 +9277,13 @@ 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" @@ -9088,7 +9291,7 @@ msgstr "Ei hakutuloksia" 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!" @@ -9109,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ä." @@ -9130,7 +9333,7 @@ msgstr "Grafiikkamodia ei ole valittu" msgid "No input" msgstr "Ei syötettä" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Ongelmia ei löytynyt." @@ -9138,15 +9341,15 @@ msgstr "Ongelmia ei löytynyt." 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 " @@ -9160,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." @@ -9247,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." @@ -9283,7 +9481,7 @@ msgstr "Nunchukin ohjaussauva" msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Olio %1" @@ -9335,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" @@ -9356,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 " @@ -9370,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 " @@ -9396,7 +9594,7 @@ msgstr "" "funktiokutsuja ja ehdollisia koodireittejä, jotka suoritetaan vain silloin, " "kun tietty toiminto tapahtuu emuloidussa ohjelmistossa." -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Verkko-&ohje" @@ -9404,7 +9602,7 @@ msgstr "Verkko-&ohje" msgid "Only Show Collection" msgstr "Näytä vain kokoelma" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9412,7 +9610,7 @@ msgstr "" "Lisää vain symbolit, jotka alkavat näin:\n" "(Jätä tyhjäksi saadaksesi kaikki symbolit)" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9431,20 +9629,20 @@ 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 "" +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 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "Avaa FIFO-loki" @@ -9510,31 +9708,31 @@ 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:231 @@ -9552,7 +9750,7 @@ msgstr "Muu osio (%1):" 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" @@ -9572,15 +9770,15 @@ msgstr "Kuvan uudelleenotanta" msgid "Output Resampling:" msgstr "Kuvan uudelleenotanta:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Ylikirjoitettu" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9594,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:603 +#: 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" @@ -9644,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" @@ -9669,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:" @@ -9682,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:801 +#: 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 " @@ -9711,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 @@ -9736,7 +9946,7 @@ msgstr "Korkein nopeus ulospäin suuntautuville heilahduksille." msgid "Per-Pixel Lighting" msgstr "Kuvapistekohtainen valaistus" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Tee verkossa järjestelmäpäivitys" @@ -9744,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" @@ -9766,11 +9976,11 @@ msgstr "Fyysinen" msgid "Physical address space" msgstr "Fyysinen osoiteavaruus" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Valitse virheenjäljitysfontti" @@ -9787,7 +9997,7 @@ msgid "Pitch Up" msgstr "Nyökkäyskulma ylös" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Alusta" @@ -9795,7 +10005,7 @@ 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" @@ -9807,7 +10017,7 @@ 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" @@ -9844,14 +10054,19 @@ msgstr "Toisen pelaajan toinen kyky" 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." @@ -9859,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." @@ -9892,7 +10107,7 @@ msgstr "Portti:" msgid "Portal Slots" msgstr "Portaalipaikat" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: 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 " @@ -9912,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" @@ -9962,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 " @@ -9982,7 +10197,7 @@ msgstr "" 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" @@ -10010,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." @@ -10040,25 +10255,28 @@ msgstr "Profiili" msgid "Program Counter" msgstr "Ohjelmalaskuri" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Tyhjennä peliluettelon välimuisti" @@ -10082,14 +10300,14 @@ msgstr "QoS-tekniikan käynnistäminen ei onnistunut." 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Kysymys" @@ -10114,11 +10332,11 @@ msgstr "R-analogi" msgid "READY" msgstr "VALMIS" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO-moduulit" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO:n automaattinen havainta" @@ -10151,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Luku" @@ -10200,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" @@ -10210,7 +10432,11 @@ 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" @@ -10218,15 +10444,15 @@ msgstr "Nauhoita" 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ä..." @@ -10269,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 @@ -10284,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." @@ -10298,7 +10523,7 @@ msgid "Refreshing..." msgstr "Päivittyy..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Alue" @@ -10322,7 +10547,7 @@ msgstr "Suhteellisen syötteen pito" #. 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" @@ -10332,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" @@ -10363,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:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 msgid "Rename Symbol" -msgstr "" +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." @@ -10384,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}" @@ -10392,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -10411,7 +10649,7 @@ msgstr "Nollaa" msgid "Reset All" msgstr "Nollaa kaikki" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Nollaa ohittaen paniikkikäsittelijä" @@ -10435,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ä" @@ -10443,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:" @@ -10455,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" @@ -10463,9 +10701,9 @@ msgstr "Uudelleenkäynnistys tarvitaan" msgid "Restore Defaults" msgstr "Palauta oletukset" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" -msgstr "" +msgstr "Palauta käsky" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 @@ -10484,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 @@ -10539,7 +10777,7 @@ msgstr "Kallistumakulma oikealle" 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ö" @@ -10548,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 " @@ -10563,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 " @@ -10575,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" @@ -10600,21 +10847,26 @@ msgstr "" msgid "Rumble" msgstr "Tärinä" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" -msgstr "" +msgstr "Suorita kohtaan asti" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" -msgstr "" +msgstr "Suorita kohtaan asti (ohittaen keskeytyskohdat)" #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:179 msgid "Run until hit (ignoring breakpoints)" @@ -10628,19 +10880,19 @@ msgstr "Venäjä" 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" @@ -10648,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:" @@ -10683,11 +10935,11 @@ msgstr "SSL-konteksti" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Ta&llenna koodi" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Tal&lenna tila" @@ -10699,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10709,40 +10961,40 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" -msgstr "" +msgstr "Tallenna haaravahtitiedosto" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" -msgstr "" +msgstr "Tallenna yhdistetty ulostulotiedosto nimellä" #: Source/Core/DolphinQt/ConvertDialog.cpp:379 msgid "Save Converted Image" -msgstr "" +msgstr "Tallenna muunnettu vedos" #: Source/Core/DolphinQt/ConvertDialog.cpp:370 msgid "Save Converted Images" -msgstr "" +msgstr "Tallenna muunnetut vedokset" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Tallennustiedostojen vienti" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" -msgstr "" +msgstr "Tallenna FIFO-loki" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 msgid "Save File To" -msgstr "" +msgstr "Tallenna tiedosto" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -10753,17 +11005,17 @@ msgstr "Pelin tallennustiedosto" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Pelien tallennustiedostot (*.sav);;Kaikki tiedostot (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" -msgstr "" +msgstr "Tallenna karttatiedosto" #: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" @@ -10773,13 +11025,13 @@ msgstr "Tallenna tila vanhimpaan" msgid "Save Preset" msgstr "Tallenna esiasetukset" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Tallenna nauhoitustiedosto nimellä" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" -msgstr "" +msgstr "Tallenna allekirjoitustiedosto" #: Source/Core/Core/HotkeyManager.cpp:183 #: Source/Core/Core/HotkeyManager.cpp:361 @@ -10827,23 +11079,23 @@ msgstr "Tallenna tila 8" msgid "Save State Slot 9" msgstr "Tallenna tila 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Tallenna tila tiedostoon" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Tallenna tilan vanhimpaan paikkaan" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Tallenna tila valittuun paikkaan" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Tallenna tila paikkaan" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Tallenna symbolikartta &nimellä..." @@ -10851,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" @@ -10859,11 +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:1135 +#: 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" @@ -10881,11 +11133,11 @@ msgstr "Tallenna ROMin kanssa samaan hakemistoon" msgid "Save to Selected Slot" msgstr "Tallenna tila valittuun paikkaan" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -10907,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." @@ -10916,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Haku" @@ -10926,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" @@ -10938,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." @@ -10946,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Etsi käskyä" @@ -10954,7 +11206,7 @@ msgstr "Etsi käskyä" msgid "Search games..." msgstr "Etsi pelejä..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Etsi käsky" @@ -10990,18 +11242,20 @@ 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, " "cancel)" msgstr "" +"Valitse haaravahdin automaattisen tallennuksen tiedosto (jos haluat käyttää " +"käyttäjäkansiota, valitse \"Peruuta\")" #: Source/Core/DolphinQt/Settings/PathPane.cpp:71 msgid "Select Dump Path" msgstr "Valitse vedostiedostojen polku" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Valitse vientihakemisto" @@ -11021,9 +11275,9 @@ msgstr "Valitse GBA-ROM" msgid "Select GBA Saves Path" msgstr "Valitse GBA-tallennustiedostojen polku" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" -msgstr "" +msgstr "Valitse avaintiedosto (OTP-/SEEPROM-vedos)" #: Source/Core/DolphinQt/Config/Mapping/HotkeyStatesOther.cpp:21 msgid "Select Last State" @@ -11033,9 +11287,9 @@ msgstr "Valitse viimeisin tilatallennus" msgid "Select Load Path" msgstr "Valitse latauspolk" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" -msgstr "" +msgstr "Valitse NAND-varmuuskopio" #: Source/Core/DolphinQt/Settings/PathPane.cpp:93 msgid "Select Resource Pack Path" @@ -11045,13 +11299,13 @@ msgstr "Valitse resurssipakettien polku" msgid "Select Riivolution XML file" msgstr "Valitse Riivolutionin XML-tiedosto" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" -msgstr "" +msgstr "Valitse SD-kortin levykuva" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" -msgstr "" +msgstr "Valitse tallennustiedosto" #: Source/Core/DolphinQt/SkylanderPortal/SkylanderPortalWindow.cpp:484 msgid "Select Skylander Collection" @@ -11061,7 +11315,7 @@ msgstr "Valitse Skylander-kokoelma" msgid "Select Skylander File" msgstr "Valitse Skylander-tiedosto" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Valitse paikka %1 - %2" @@ -11069,7 +11323,7 @@ msgstr "Valitse paikka %1 - %2" msgid "Select State" msgstr "Valitse tilatallennus" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Valitse tilatallennuksen paikka" @@ -11113,9 +11367,9 @@ msgstr "Valitse tilatallennuksen paikka 8" msgid "Select State Slot 9" msgstr "Valitse tilatallennuksen paikka 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" -msgstr "" +msgstr "Valitse NAND-muistiin asennettava julkaisu" #: Source/Core/DolphinQt/Settings/PathPane.cpp:105 msgid "Select WFS Path" @@ -11130,25 +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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" -msgstr "" +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/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Valitse tiedosto" @@ -11160,11 +11414,11 @@ msgstr "Valitse peli" msgid "Select e-Reader Cards" msgstr "Valitse e-Reader-kortti" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Valitse RSO-moduulin osoite" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Valitse toistettava nauhoitustiedosto" @@ -11176,7 +11430,7 @@ msgstr "Valitse virtuaalisen SD-kortin juuri" 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" @@ -11184,7 +11438,7 @@ msgstr "Valittua ohjainprofiilia ei ole olemassa" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "Valittua peliä ei ole pelilistassa!" @@ -11196,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." @@ -11204,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." @@ -11212,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 " @@ -11267,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 " @@ -11307,22 +11561,15 @@ 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/Settings/GeneralPane.cpp:410 msgid "" @@ -11344,12 +11591,32 @@ msgid "" "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:" @@ -11361,6 +11628,12 @@ msgid "" "

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 "" @@ -11390,9 +11663,9 @@ 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" @@ -11407,23 +11680,23 @@ msgstr "Aseta muistikorttitiedosto korttipaikkaan B" msgid "Set PC" msgstr "Aseta ohjelmalasku" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" -msgstr "" +msgstr "Aseta symbolin &loppuosoite" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" -msgstr "" +msgstr "Aseta symbolin &koko" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" -msgstr "" +msgstr "Aseta symbolin loppuosoite" #: Source/Core/DolphinQt/GameList/GameList.cpp:416 msgid "Set as &Default ISO" msgstr "Aseta oletus-ISO:ksi" -#: 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" @@ -11433,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 " "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." @@ -11459,13 +11736,20 @@ msgid "" "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:378 +#: 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 "" @@ -11475,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" @@ -11489,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" @@ -11511,28 +11795,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Näytä &loki" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Näytä kaikki" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Näytä Australia" @@ -11540,41 +11824,41 @@ msgstr "Näytä Australia" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Näytä Ranska" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Näytä GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Näytä Saksa" @@ -11586,51 +11870,51 @@ msgstr "Näytä golf-tilan kerros" msgid "Show Infinity Base" msgstr "Näytä Infinity-alusta" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Näytä syötteet" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Näytä Italia" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Näytä Japani" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Näytä Korea" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Näytä PAL" @@ -11639,27 +11923,27 @@ msgstr "Näytä PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Näytä alueet" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Näytä uudelleennauhoituslasksuri" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Näytä Venäjä" @@ -11667,76 +11951,76 @@ msgstr "Näytä Venäjä" msgid "Show Skylanders Portal" msgstr "Näytä Skylanders-portaali" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Näytä järjestelmän kellonaika" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Näytä Taiwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" -msgstr "" +msgstr "Näytä kohde muistiss&a" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Näytä USA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Näytä WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Näytä Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Näytä maailma" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" -msgstr "" +msgstr "Näytä &muistissa" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:531 msgid "Show in Code" msgstr "Näytä koodissa" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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" @@ -11744,15 +12028,19 @@ msgstr "Näytä muistissa" msgid "Show in server browser" msgstr "Näytä palvelinselaimessa" -#: 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 " "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." @@ -11761,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." @@ -11788,13 +12079,16 @@ msgstr "" "

Ellet ole varma, jätä tämä valitsematta." -#: 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 " @@ -11804,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." @@ -11814,19 +12108,24 @@ msgstr "" "ja keskihajonnan.

Ellet ole varma, jätä tämä " "valitsematta." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11836,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." @@ -11855,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." @@ -11863,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." @@ -11878,6 +12177,10 @@ msgid "" "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" @@ -11895,7 +12198,7 @@ msgstr "Vaakasuuntaisuus päälle/pois" msgid "Sideways Wii Remote" msgstr "Vaakasuuntainen Wii Remote" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Allekirjoitustietokanta" @@ -11919,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" @@ -11936,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." @@ -11948,7 +12251,7 @@ msgstr "" 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" @@ -11964,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%. " @@ -12004,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 (*)" @@ -12055,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." @@ -12075,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:" @@ -12094,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" @@ -12102,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)" @@ -12114,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, " @@ -12135,7 +12438,7 @@ 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" @@ -12143,7 +12446,7 @@ msgstr "Nopeus" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 msgid "Speed Limit" -msgstr "" +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 スカイランダーズ スパイロの大冒険. @@ -12168,20 +12471,24 @@ msgstr "Vakio-ohjain" 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:778 +#: 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" @@ -12189,7 +12496,7 @@ msgstr "Aloita syötteen nauhoitus" 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" @@ -12201,7 +12508,7 @@ msgstr "Aloita Riivolution-muutoksin" msgid "Start with Riivolution Patches..." msgstr "Aloita Riivolution-muutoksin..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Peli alkoi" @@ -12240,19 +12547,19 @@ msgstr "Jatka loppuun" msgid "Step Over" msgstr "Jätä väliin" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Loppuun jatkaminen onnistui!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Loppuun jatkaminen aikakatkaistiin!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: 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:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Suoritus onnistui!" @@ -12261,7 +12568,7 @@ msgstr "Suoritus onnistui!" msgid "Stepping" msgstr "Askellus" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stereo" @@ -12290,15 +12597,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Lopeta syötteen toisto/nauhoitus" +#: 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" @@ -12341,7 +12652,7 @@ 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" @@ -12359,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 "Tyyli" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Tyyli:" @@ -12376,12 +12687,12 @@ msgstr "Osoitinkynä" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Onnistui" @@ -12395,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." @@ -12408,7 +12719,7 @@ msgstr "Tallennustiedostoista %n:n %1:stä vienti onnistui." msgid "Successfully exported save files" msgstr "Tallennustiedostojen vienti onnistui" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Varmenteiden vienti NAND-muistista onnistui" @@ -12420,12 +12731,12 @@ msgstr "Tiedoston purku onnistui." msgid "Successfully extracted system data." msgstr "Järjestelmädatan vienti onnistui." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: 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:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Julkaisun asentaminen NAND-muistiin onnistui." @@ -12448,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" @@ -12499,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" +msgstr "Symbolin loppuosoite (%1):" + +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 msgid "Symbol Name:" -msgstr "" +msgstr "Symbolin nimi:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 msgid "Symbol Size (%1):" -msgstr "" +msgstr "Symbolin koko (%1):" #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:163 #: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:137 -#: Source/Core/DolphinQt/MenuBar.cpp:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symbolit" @@ -12547,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." @@ -12568,24 +12884,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Tunnisteet" @@ -12603,15 +12919,15 @@ msgstr "Häntä" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12629,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 (*)" @@ -12640,11 +12956,11 @@ 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" @@ -12656,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" @@ -12682,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})" @@ -12696,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:1239 +#: 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." @@ -12708,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:1234 +#: 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 " @@ -12722,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 " @@ -12746,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 " @@ -12756,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." @@ -12858,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?" @@ -12902,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}." @@ -12937,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:718 +#: 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 " @@ -12951,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" @@ -12979,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" @@ -13004,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ä" @@ -13014,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" @@ -13023,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 " @@ -13077,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:1197 +#: 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)." @@ -13098,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 "" @@ -13136,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." @@ -13144,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:1189 +#: 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)." @@ -13156,23 +13472,23 @@ 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 "Teema" @@ -13190,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!" @@ -13229,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." @@ -13238,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!" @@ -13262,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." @@ -13270,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/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 " @@ -13293,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 " @@ -13305,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." @@ -13313,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." @@ -13321,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 " @@ -13332,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." @@ -13353,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. " @@ -13364,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 " @@ -13374,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." @@ -13392,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." @@ -13404,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" @@ -13426,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." @@ -13470,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" @@ -13512,7 +13828,7 @@ msgstr "Säikeet" msgid "Threshold" msgstr "Raja-arvo" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13522,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)" @@ -13535,7 +13876,7 @@ msgstr "Aikakatkaisu" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Julkaisu" @@ -13543,17 +13884,17 @@ msgstr "Julkaisu" msgid "To" msgstr "Minne" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Koko ruudun tila päälle/pois" @@ -13578,7 +13919,7 @@ msgid "Toggle Aspect Ratio" msgstr "Kuvasuhteen vaihto" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Keskeytyskohta päälle/pois" @@ -13630,11 +13971,15 @@ msgstr "XFB-kopiot päälle/pois" msgid "Toggle XFB Immediate Mode" msgstr "Välitön XFB päälle/pois" +#: 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" @@ -13642,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" @@ -13650,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ä" @@ -13688,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" @@ -13713,8 +14058,8 @@ msgstr "Ansamestari" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Läpikulkuvirhe" @@ -13753,7 +14098,7 @@ msgid "Trophy" msgstr "Palkinto" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13779,7 +14124,7 @@ 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" @@ -13797,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. " @@ -13809,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." @@ -13822,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." @@ -13836,7 +14181,7 @@ 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:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "RSO-moduulin tunnistus epäonnistui" @@ -13848,11 +14193,11 @@ msgstr "Yhteys päivityspalvelimeen epäonnistui." 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." @@ -13881,7 +14226,7 @@ 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." @@ -13908,11 +14253,11 @@ msgstr "Pakkaamattomat GC-/Wii-levykuvat (*.iso *.gcm)" msgid "Undead" msgstr "Epäkuolema" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Kumoa tilan tallentaminen" @@ -13933,13 +14278,13 @@ msgstr "" "version NAND-muistista poistamatta kuitenkaan sen tallennustiedostoa. " "Jatketaanko?" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -13949,7 +14294,7 @@ 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)" @@ -13982,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!" @@ -14002,7 +14347,7 @@ 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." @@ -14049,12 +14394,12 @@ msgstr "Poista hiiren osoittimen lukitus" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 msgid "Unlocked" -msgstr "" +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" @@ -14084,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 @@ -14095,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ä" @@ -14166,15 +14511,15 @@ msgstr "" 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/EnhancementsWidget.cpp:220 msgid "Use Full Resolution Per Eye" -msgstr "" +msgstr "Käytä kummallekin silmälle täyttä tarkkuutta" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Käytä häviötöntä koodekkia (FFV1)" @@ -14182,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 " @@ -14205,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." @@ -14262,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'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 " @@ -14286,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 " @@ -14296,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 " @@ -14593,7 +14936,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Varoitus" @@ -14721,8 +15064,12 @@ msgid "" "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:327 +#: 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 " @@ -14735,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 " @@ -14748,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" @@ -14780,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" @@ -14798,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" @@ -14818,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" @@ -14826,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:1126 +#: 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" @@ -14843,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" @@ -14861,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Kirjoitus" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Kirjoita JIT-lohkojen lokivedos" @@ -14914,11 +15269,11 @@ msgstr "Väärä alue" 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}\"." @@ -14969,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 " @@ -14978,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 " @@ -15089,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." @@ -15117,7 +15472,7 @@ msgstr "" "Haluatko lopettaa nyt korjataksesi ongelman?\n" "Jos valitset \"Ei\", ääni voi olla pätkivää." -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -15137,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ä." @@ -15186,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ä" @@ -15202,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" @@ -15269,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" @@ -15289,15 +15646,15 @@ 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." diff --git a/Languages/po/fr.po b/Languages/po/fr.po index 600c335180..3f9a80c814 100644 --- a/Languages/po/fr.po +++ b/Languages/po/fr.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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)" @@ -188,7 +194,7 @@ msgstr "%1 ne prend pas en charge cette fonctionnalité sur votre système." 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,11 +204,11 @@ msgstr "" "%2 objet(s)\n" "Image actuelle : %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 s'est connecté" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 s'est déconnecté" @@ -210,11 +216,11 @@ msgstr "%1 s'est déconnecté" 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:1118 +#: 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:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 est en mode golf" @@ -226,8 +232,8 @@ 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" @@ -244,11 +250,11 @@ 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)" @@ -257,17 +263,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "La valeur de %1 est utilisée" @@ -283,7 +289,7 @@ msgstr "%1/%2" 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" @@ -317,20 +323,20 @@ msgstr "%1x Natif (%2x%3) pour %4" 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." @@ -356,20 +362,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&À propos" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "&Ajouter une Fonction" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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..." @@ -377,11 +383,11 @@ msgstr "&Ajouter un nouveau code..." msgid "&Add..." msgstr "&Ajouter..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Assembleur" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Paramètres &audio" @@ -393,15 +399,19 @@ msgstr "Mise à jour &automatique :" msgid "&Borderless Window" msgstr "Fenêtre sans &bordures" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "Type de &branche" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "Arrêt &si atteint" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Points d'arrêt" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "Suivi des &bugs" @@ -409,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "Rechercher des &mises à jour..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Effacer les symboles" @@ -425,20 +435,24 @@ msgstr "&Effacer les symboles" msgid "&Clone..." msgstr "&Cloner..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: 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/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Copier l'adresse" @@ -446,26 +460,26 @@ msgstr "&Copier l'adresse" 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" @@ -473,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:343 +#: 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" @@ -497,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Police..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Avancement d'image" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "Réglages de la &Vue libre" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Générer les symboles depuis" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Dépôt &GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: 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:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Aide" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Paramètres des &Raccouris clavier" @@ -551,11 +569,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "&Insérer BLR" @@ -563,7 +581,7 @@ msgstr "&Insérer BLR" msgid "&Interframe Blending" msgstr "Fusion &inter-images" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -571,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Charger l'état" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Charger une Carte de Symboles" @@ -589,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "Verrouiller l'emplacement des &Widgets" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "&Journaliser si atteint" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Mémoire" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: 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" @@ -613,7 +635,7 @@ msgstr "Fil&m" msgid "&Mute" msgstr "&Couper le son" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Réseau" @@ -622,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Options" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pause" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Démarrer" @@ -646,7 +672,7 @@ msgstr "&Démarrer" msgid "&Properties" msgstr "&Propriétés" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "Mode &Lecture seule" @@ -654,7 +680,7 @@ msgstr "Mode &Lecture seule" msgid "&Refresh List" msgstr "&Actualiser la liste" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registres" @@ -662,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:593 +#: 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:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Sauvegarder la carte des symboles" @@ -692,7 +718,7 @@ 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" @@ -700,23 +726,27 @@ msgstr "&Portail Skylanders" msgid "&Speed Limit:" msgstr "&Limite de vitesse :" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -726,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Regarder" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "Site &web" @@ -752,38 +782,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Oui" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: 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:1564 +#: 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: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" @@ -800,7 +822,7 @@ msgstr ", Virgule" msgid "- Subtract" msgstr "- Soustraire" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -870,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" @@ -928,7 +950,7 @@ msgstr "Entier 32 bits non signé" #. i18n: Stereoscopic 3D #: 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" @@ -954,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" @@ -1051,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1099,8 +1121,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Supérieur à" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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 !" @@ -1140,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:967 +#: 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?" @@ -1163,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" @@ -1202,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" @@ -1244,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:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Succès" @@ -1339,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Actif" @@ -1355,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" @@ -1363,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 :" @@ -1413,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adresse" @@ -1460,17 +1481,9 @@ msgid "" "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 @@ -1492,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" @@ -1504,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" @@ -1645,8 +1658,8 @@ msgstr "Tous les fichiers GC/Wii" msgid "All Hexadecimal" msgstr "Tout Hexadécimal" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1658,7 +1671,7 @@ 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 (*)" @@ -1678,7 +1691,7 @@ msgstr "Autoriser des réglages pour région différente" 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" @@ -1698,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" @@ -1720,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" @@ -1746,15 +1759,15 @@ msgstr "Anti-Aliasing :" msgid "Any Region" msgstr "Toutes régions" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "Ajouter une signature à" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Ajouter à un fichier de signature &existant..." -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "A&ppliquer un fichier de signature" @@ -1767,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 :" @@ -1775,7 +1788,7 @@ msgstr "Date de l'Apploader :" msgid "Apply" msgstr "Appliquer" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "Appliquer un fichier de signature" @@ -1783,7 +1796,7 @@ msgstr "Appliquer un fichier de signature" 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\" ?" @@ -1795,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/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 ?" @@ -1807,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 :" @@ -1824,7 +1845,7 @@ msgstr "Format d'écran :" msgid "Assemble" msgstr "Assembler" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "Instruction d'assemblage" @@ -1859,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" @@ -1879,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" @@ -1908,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" @@ -1916,15 +1937,15 @@ msgstr "Ajuster auto. la taille de la fenêtre" msgid "Auto-Hide" msgstr "Cacher automatiquement" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1963,7 +1984,7 @@ msgid "Auxiliary" msgstr "Auxiliaire" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "o" @@ -1997,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 :" @@ -2018,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." @@ -2039,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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 :" @@ -2076,7 +2097,7 @@ 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" @@ -2128,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) :" @@ -2146,11 +2167,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 :" @@ -2184,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:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Démarrer sur Pause" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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" @@ -2257,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 " @@ -2306,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 " @@ -2323,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é)" @@ -2350,11 +2371,11 @@ 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Arrêt" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "Arrêter &et Journaliser si atteint" @@ -2363,11 +2384,11 @@ msgstr "Arrêter &et Journaliser si atteint" msgid "Breakpoint" msgstr "Point d'arrêt" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: 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:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Points d'arrêt" @@ -2401,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:930 +#: 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:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer :" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2466,7 +2487,7 @@ msgstr "Par : %1" msgid "C Stick" msgstr "Stick C" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "&Créer un Fichier Signature..." @@ -2474,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" @@ -2486,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." @@ -2518,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" @@ -2558,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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 " @@ -2585,28 +2606,28 @@ msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: 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" @@ -2621,21 +2642,21 @@ 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." @@ -2647,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é :" @@ -2671,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" @@ -2679,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..." @@ -2695,7 +2716,7 @@ 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." @@ -2704,7 +2725,7 @@ msgstr "" "

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." @@ -2735,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." @@ -2756,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" @@ -2764,7 +2785,7 @@ msgstr "Rechercher un cheat" msgid "Cheats Manager" msgstr "Gestionnaire de Cheats" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Vérifier la NAND..." @@ -2804,11 +2825,11 @@ msgstr "Choisir le dossier de destination de l'extraction" msgid "Choose GCI Base Folder" msgstr "Choisissez le dossier racine du GCI" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "Choisir le fichier d'entrée prioritaire." -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "Choisir le fichier d'entrée secondaire." @@ -2837,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Effacer le cache" @@ -2855,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..." @@ -2868,7 +2890,7 @@ msgstr "&Cloner et modifier le Code..." msgid "Close" msgstr "Fermer" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Co&nfiguration" @@ -2876,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\"" @@ -2908,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Combiner &deux fichiers de signature..." @@ -2925,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 " @@ -2935,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 " @@ -2945,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" @@ -2955,7 +2986,7 @@ msgstr "Compilation des Shaders" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Compression" @@ -2963,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 :" @@ -2976,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Condition" @@ -3125,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" @@ -3138,26 +3169,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -3168,15 +3207,15 @@ msgstr "Confirmation" msgid "Connect" msgstr "Connecter" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Connecter la Wiimote %1" @@ -3196,7 +3235,7 @@ msgstr "Connecter la Wiimote 3" msgid "Connect Wii Remote 4" msgstr "Connecter la Wiimote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Connecter les Wiimotes" @@ -3220,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." @@ -3237,7 +3276,7 @@ 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" @@ -3366,8 +3405,8 @@ msgstr "Convergence" 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." @@ -3375,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" @@ -3385,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" @@ -3410,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..." @@ -3463,19 +3502,19 @@ msgstr "" msgid "Copy" msgstr "Copier" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "Copier la &fonction" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "Copier la &ligne de code" @@ -3483,15 +3522,15 @@ msgstr "Copier la &ligne de code" 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/CodeViewWidget.cpp:589 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 msgid "Copy Tar&get Address" msgstr "Copier l'adresse &cible" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Copier la valeur" @@ -3509,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" @@ -3522,11 +3556,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3556,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" @@ -3566,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" @@ -3613,11 +3642,11 @@ 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 !" @@ -3646,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:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Impossible de trouver le serveur central" @@ -3658,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 :" @@ -3691,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 :" @@ -3699,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)." @@ -3719,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, " @@ -3734,11 +3763,11 @@ msgstr "" "

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/MenuBar.cpp:304 +#: 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" @@ -3754,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)" @@ -3766,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" @@ -3790,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 @@ -3819,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)" @@ -3827,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)" @@ -3911,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" @@ -3921,11 +3976,11 @@ 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" @@ -3950,11 +4005,11 @@ msgstr "Baisser" 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" @@ -3968,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" @@ -3984,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" @@ -3992,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 " @@ -4009,7 +4064,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Supprimer" @@ -4039,18 +4094,18 @@ msgstr "Pourcentage de la profondeur :" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 :" @@ -4058,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" @@ -4071,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" @@ -4093,7 +4148,7 @@ msgstr "Détaché" msgid "Detect" msgstr "Détecter" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Détection des modules RSO" @@ -4123,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" @@ -4131,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é." @@ -4155,7 +4210,7 @@ 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" @@ -4163,11 +4218,11 @@ msgstr "Désactiver les copies EFB dans la VRAM" msgid "Disable Emulation Speed Limit" msgstr "Désactiver la limite de vitesse" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Désactiver Fastmem" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Désactiver Fastmem Arena" @@ -4175,11 +4230,11 @@ msgstr "Désactiver Fastmem Arena" msgid "Disable Fog" msgstr "Désactiver le brouillard" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Désactiver le cache JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Désactiver la carte des grands points d'entrée" @@ -4187,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 " @@ -4198,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, 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." @@ -4241,7 +4296,7 @@ msgid "Discard" msgstr "Fermer" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Réglages de l'affichage" @@ -4281,11 +4336,11 @@ msgstr "Distance parcourue depuis la position neutre." 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:1762 +#: 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:1293 +#: 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 ?" @@ -4295,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:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Voulez-vous arrêter l'émulation en cours ?" @@ -4303,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)" @@ -4316,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:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Films TAS Dolphin (*.dtm)" @@ -4374,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:1001 +#: 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." @@ -4386,11 +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/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é." @@ -4424,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 @@ -4434,29 +4489,29 @@ 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 " @@ -4512,19 +4567,19 @@ msgstr "Dumper &FakeVMEM" msgid "Dump &MRAM" msgstr "Dumper la &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Enregistrer les images" @@ -4532,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" @@ -4540,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" @@ -4565,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." @@ -4584,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." @@ -4603,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" @@ -4639,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" @@ -4658,16 +4713,16 @@ msgstr "Asie de l'Est" msgid "Edit Breakpoint" msgstr "Modifier le point d'arrêt" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "Modifier Conditionnel" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "Modifier l'expression conditionnelle" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Modifier..." @@ -4676,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" @@ -4687,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "Eio" @@ -4713,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" @@ -4741,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" @@ -4766,16 +4835,16 @@ 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" @@ -4787,15 +4856,15 @@ 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 "Activer la Présence sur Discord" @@ -4807,15 +4876,15 @@ msgstr "Activer le double cœur" 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" @@ -4823,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 " @@ -4865,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:916 +#: 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" @@ -4899,11 +4968,11 @@ 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 "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" @@ -4911,15 +4980,15 @@ msgstr "Activer les succès non officiels" 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)" @@ -4932,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 " @@ -4945,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 " @@ -4955,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 " @@ -4969,7 +5038,7 @@ msgstr "" "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 " @@ -4985,7 +5054,7 @@ msgstr "" "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 " @@ -4998,7 +5067,7 @@ msgstr "" "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." @@ -5020,21 +5089,12 @@ msgid "" "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 " @@ -5047,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 " @@ -5061,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 " @@ -5090,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." @@ -5099,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 "" @@ -5117,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 " @@ -5154,7 +5209,7 @@ msgstr "" "être changé lorsque l'émulation est en cours.

Dans " "le doute, décochez cette case." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -5167,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." @@ -5194,7 +5249,7 @@ msgstr "" "\n" "Abandon de l'importation." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "Addr Fin" @@ -5204,7 +5259,7 @@ 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" @@ -5221,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 :" @@ -5247,7 +5302,7 @@ msgstr "" "Entrez l'adresse IP et le port de l'instance tapserver à laquelle vous " "voulez vous connecter." -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Entrer l'adresse du module RSO :" @@ -5256,69 +5311,68 @@ msgstr "Entrer l'adresse du module RSO :" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -5332,7 +5386,7 @@ msgstr "Entrer l'adresse du module RSO :" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Erreur" @@ -5354,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 " @@ -5364,7 +5418,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Erreur lors de l'obtention de la liste des sessions : %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: 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" @@ -5429,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" @@ -5451,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}." @@ -5465,12 +5519,12 @@ msgstr "" msgid "Euphoria" msgstr "Euphorie" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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" @@ -5514,11 +5568,11 @@ msgstr "Début d'expression attendu" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exporter toutes les sauvegardes Wii" @@ -5533,7 +5587,7 @@ msgstr "L'exportation a échoué" msgid "Export Recording" msgstr "Exporter l'enregistrement..." -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exporter l'enregistrement..." @@ -5561,14 +5615,14 @@ msgstr "Exporter comme .&gcs..." msgid "Export as .&sav..." msgstr "Exporter comme .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5589,7 +5643,7 @@ msgstr "Externe" msgid "External Frame Buffer (XFB)" msgstr "Buffer externe d'image (External Frame Buffer - XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Extraire les certificats de la NAND" @@ -5627,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" @@ -5647,11 +5701,11 @@ msgstr "" 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:1723 +#: 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}" @@ -5667,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:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Impossible de se connecter au serveur : %1" @@ -5725,19 +5779,19 @@ msgstr "" 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" @@ -5750,7 +5804,7 @@ 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:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Impossible d'extraire les certificats depuis la NAND" @@ -5780,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:1153 +#: 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:1147 +#: 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." @@ -5795,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:1160 +#: 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 -> " @@ -5806,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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Impossible d'initialiser la base" @@ -5820,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" @@ -5829,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:1118 +#: 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:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5841,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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: 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" @@ -5854,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:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Impossible d'ouvrir le fichier de carte '%1'" @@ -5870,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." @@ -5886,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:1740 +#: 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\"" @@ -5937,7 +5991,7 @@ msgstr "" msgid "Failed to open file." msgstr "Impossible d'ouvrir le fichier." -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Impossible d'accéder au serveur" @@ -5993,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." @@ -6097,33 +6151,33 @@ 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:1651 +#: 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:1696 +#: 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:1675 +#: 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:1775 +#: 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 > " @@ -6180,7 +6234,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Échec" @@ -6214,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" @@ -6227,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nom du fichier" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Chemin du fichier" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -6278,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}" @@ -6313,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" @@ -6348,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 @@ -6363,11 +6411,11 @@ msgstr "Drapeaux" msgid "Float" msgstr "Flottant" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 " @@ -6389,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è" @@ -6397,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" @@ -6429,11 +6477,11 @@ 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." @@ -6466,7 +6514,7 @@ 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." @@ -6478,7 +6526,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 @@ -6493,13 +6541,13 @@ 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" @@ -6520,11 +6568,11 @@ msgstr "Accélérer la vitesse d'avancement de l'image" 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 :" @@ -6532,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 :" @@ -6552,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" @@ -6572,7 +6620,11 @@ 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" @@ -6587,7 +6639,7 @@ 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" @@ -6606,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 :" @@ -6615,12 +6667,12 @@ msgstr "De :" msgid "FullScr" msgstr "Plein écran" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Fonction" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Réglages de fonctionnalité" @@ -6664,11 +6716,11 @@ msgstr "Volume GBA" msgid "GBA Window Size" msgstr "Taille de la fenêtre GBA" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: 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:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1 ROM désactivée" @@ -6694,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" @@ -6718,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:235 +#: 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?" @@ -6733,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:253 +#: 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?" @@ -6741,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:278 +#: 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?" @@ -6749,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:262 +#: 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?" @@ -6757,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:244 +#: 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?" @@ -6773,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:470 +#: 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" @@ -6796,8 +6848,8 @@ 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" @@ -6813,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" @@ -6825,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" @@ -6842,11 +6894,11 @@ msgid "Game Gamma:" msgstr "Gamma du jeu :" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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 :" @@ -6855,7 +6907,7 @@ msgstr "Identifiant du jeu :" msgid "Game Status" msgstr "Etat du jeu" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Jeu changé en \"%1\"" @@ -6907,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" @@ -6919,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" @@ -6940,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" @@ -6968,7 +7020,7 @@ 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" @@ -6979,17 +7031,17 @@ msgstr "Codes Gecko" #: 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" @@ -7007,17 +7059,17 @@ msgstr "" "utilisation. Cela aura pour effet dissocier vos futures statistiques des " "anciennes." -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "Code(s) AR généré(s)." -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -7025,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "Gio" @@ -7053,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" @@ -7098,7 +7150,7 @@ msgstr "Vert Gauche" msgid "Green Right" msgstr "Vert Droite" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Grille" @@ -7143,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 :" @@ -7176,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Tout masquer" @@ -7196,7 +7248,7 @@ msgstr "Masquer les sessions incompatibles" 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 " "render window is focused.

If unsure, select "" @@ -7207,11 +7259,11 @@ msgstr "" ""Si mouvement"." #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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" @@ -7234,13 +7286,37 @@ msgstr "Hôte" msgid "Host Code:" msgstr "Code de l'hôte :" +#. 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/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 "" @@ -7255,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:939 +#: 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:939 +#: 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" @@ -7271,7 +7355,7 @@ 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" @@ -7281,11 +7365,11 @@ msgstr "Paramètres des Raccouris clavier" 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" @@ -7312,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 :" @@ -7349,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 :" @@ -7451,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." @@ -7480,7 +7564,7 @@ msgstr "" "configurations rares qui provoquent des bugs, problèmes de performances ou " "de stabilité." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -7496,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" @@ -7526,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 " @@ -7553,7 +7632,7 @@ msgstr "" "abaissant légèrement les performances.

Dans le " "doute, décochez cette case." -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Importer une sauvegarde BootMii de la NAND..." @@ -7568,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:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importer une sauvegarde Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importation de la sauvegarde de la NAND..." -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7585,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 " @@ -7604,7 +7683,7 @@ msgstr "" 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 " @@ -7618,31 +7697,31 @@ 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" @@ -7667,15 +7746,15 @@ msgstr "Augmenter" 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" @@ -7715,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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" @@ -7729,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -7747,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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" @@ -7773,7 +7852,7 @@ msgstr "Partition d'installation (%1)" msgid "Install Update" msgstr "Installer la mise à jour" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Installer un WAD..." @@ -7788,7 +7867,7 @@ 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" @@ -7797,7 +7876,7 @@ msgstr "Instruction" msgid "Instruction Breakpoint" msgstr "Point d'arrêt instruction" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instruction :" @@ -7806,7 +7885,7 @@ msgstr "Instruction :" msgid "Instruction: %1" msgstr "Instruction : %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7886,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreter Core" @@ -7910,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:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Pack %1 non valide indiqué : %2" @@ -7919,11 +7998,11 @@ msgstr "Pack %1 non valide indiqué : %2" msgid "Invalid Player ID" msgstr "ID joueur non valide" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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" @@ -7944,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" @@ -7952,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." @@ -7982,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" @@ -8001,81 +8088,81 @@ msgstr "Italie" msgid "Item" msgstr "Objet" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branch Off" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FloatingPoint Off" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Integer Off" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LoadStore Floating Off" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LoadStore Off" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LoadStore Paired Off" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LoadStore lXz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LoadStore lbzx Off" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LoadStore lwz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Off (JIT Core)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "Cache de registre JIT désactivé" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT SystemRegisters Off" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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." @@ -8084,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:424 +#: 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:308 +#: 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" @@ -8104,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!" @@ -8112,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:683 +#: 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" @@ -8147,7 +8235,7 @@ msgstr "Clavier" msgid "Keys" msgstr "Touches" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "Kio" @@ -8155,12 +8243,12 @@ msgstr "Kio" msgid "Kick Player" msgstr "Sortir le joueur" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -8189,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 "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" @@ -8231,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 @@ -8340,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:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Colonnes de la liste" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Liste" @@ -8354,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:174 +#: 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:1036 +#: 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:1035 +#: 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 +#: 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" @@ -8384,7 +8472,7 @@ msgstr "Charger textures personnalisées" msgid "Load File" msgstr "Charger le fichier" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Charger le Menu Principal de la GameCube" @@ -8397,8 +8485,8 @@ msgstr "Charger uniquement les données de sauvegarde de l'hôte." msgid "Load Last State" msgstr "Charger le dernier état" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "Charger un fichier de carte" @@ -8499,19 +8587,19 @@ msgstr "Charger l'état du Slot 8" msgid "Load State Slot 9" msgstr "Charger l'état du Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Charger un état depuis un fichier" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: 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:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Charger un état depuis un slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Charger le Menu Système Wii %1" @@ -8523,23 +8611,23 @@ msgstr "Charger et enregistrer les données de sauvegarde chez l'hôte." msgid "Load from Selected Slot" msgstr "Charger depuis l'emplacement sélectionné" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Chargement depuis le Slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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, " @@ -8550,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." @@ -8563,7 +8651,7 @@ msgstr "" 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" @@ -8572,7 +8660,7 @@ msgstr "Verrouiller le curseur de la souris" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -8584,7 +8672,7 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Journal" @@ -8593,20 +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:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Connexion" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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" @@ -8618,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 " @@ -8633,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:979 +#: 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:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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" @@ -8676,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 !" @@ -8708,12 +8812,12 @@ msgstr "Vérifiez qu'il y a un Skylander dans le slot %1 !" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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 :" @@ -8730,12 +8834,12 @@ msgstr "" "

\n" "Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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" @@ -8747,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Tampon maxi :" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -8764,7 +8872,7 @@ 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." @@ -8785,7 +8893,7 @@ msgstr "Point d'arrêt mémoire" msgid "Memory Card" msgstr "Carte mémoire" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Gestionnaire de cartes mémoires" @@ -8793,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" @@ -8817,7 +8925,7 @@ msgstr "" "MemoryCard : l'écriture a été appelée avec une mauvaise adresse de " "destination ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -8829,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:528 +#: 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 "" @@ -8866,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:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8893,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 " @@ -8909,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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" @@ -8934,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" @@ -8947,11 +9063,11 @@ 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" @@ -8969,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." @@ -8978,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -8994,7 +9120,7 @@ msgstr "Vérification de la NAND" msgid "NKit Warning" msgstr "Avertissement pour NKit" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -9027,7 +9153,7 @@ msgstr "" "

Dans le doute, laissez la valeur à 2.35." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -9054,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 :" @@ -9123,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" @@ -9132,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:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Nouveau" @@ -9175,7 +9301,7 @@ msgstr "Nouveau tag" 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" @@ -9190,7 +9316,7 @@ 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 :" @@ -9212,13 +9338,13 @@ 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" @@ -9226,7 +9352,7 @@ msgstr "Aucune correspondance trouvée" 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 !" @@ -9247,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." @@ -9268,7 +9394,7 @@ msgstr "Aucun mod de graphique sélectionné" msgid "No input" msgstr "Aucune entrée" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Aucun souci n'a été détecté" @@ -9276,15 +9402,15 @@ msgstr "Aucun souci n'a été détecté" 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 " @@ -9299,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é." @@ -9387,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." @@ -9423,7 +9544,7 @@ msgstr "Stick du Nunchuk" msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Objet %1" @@ -9475,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 :" @@ -9496,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 " @@ -9510,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 " @@ -9537,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:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Documentation en ligne" @@ -9545,7 +9666,7 @@ msgstr "&Documentation en ligne" msgid "Only Show Collection" msgstr "Afficher uniquement la Collection" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9553,7 +9674,7 @@ msgstr "" "Uniquement ajouter les symboles avec le préfixe :\n" "(Vide pour tous les symboles) " -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9572,7 +9693,7 @@ 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" @@ -9585,7 +9706,7 @@ msgstr "Ouvrir les succès" msgid "Open Directory..." msgstr "Ouvrir le dossier..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "Charger le journal FIFO" @@ -9651,31 +9772,31 @@ 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:231 @@ -9693,7 +9814,7 @@ msgstr "Autre partition (%1)" 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" @@ -9713,15 +9834,15 @@ msgstr "Rééchantillonnage de la sortie" msgid "Output Resampling:" msgstr "Rééchantillonnage de la sortie :" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Écrasé" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9735,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:603 +#: 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" @@ -9785,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" @@ -9810,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 :" @@ -9823,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:801 +#: 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 " @@ -9851,7 +9981,7 @@ 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." @@ -9879,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:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Effectuer une mise à jour en ligne" @@ -9887,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" @@ -9909,11 +10039,11 @@ msgstr "Physique" msgid "Physical address space" msgstr "Espace d'adresse physique" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "Pio" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Choisissez une police pour le débogage" @@ -9930,7 +10060,7 @@ msgid "Pitch Up" msgstr "Monter" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plateforme" @@ -9938,7 +10068,7 @@ 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" @@ -9950,7 +10080,7 @@ 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" @@ -9987,14 +10117,19 @@ msgstr "Joueur Deux Capacité Deux" 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." @@ -10002,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 "" @@ -10037,7 +10172,7 @@ msgstr "Port :" msgid "Portal Slots" msgstr "Slots de portail" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: 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 " @@ -10064,11 +10199,11 @@ msgid "Power Disc Two" 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" @@ -10105,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 " @@ -10125,7 +10260,7 @@ msgstr "" 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" @@ -10153,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." @@ -10161,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." @@ -10169,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." @@ -10186,15 +10321,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "Program Counter" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -10207,7 +10342,7 @@ msgstr "" msgid "Public" msgstr "Publique" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Purger le cache de la liste de jeu" @@ -10231,7 +10366,7 @@ msgstr "La Qualité de Service (QoS) n'a pas pu être activée." 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 " @@ -10240,7 +10375,7 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Question" @@ -10265,11 +10400,11 @@ msgstr "R Analog." msgid "READY" msgstr "PRÊT" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "Modules RSO" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "Détection automatique du RSO" @@ -10302,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Lire" @@ -10351,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" @@ -10361,7 +10500,11 @@ 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" @@ -10369,15 +10512,15 @@ msgstr "Enregistrer" 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..." @@ -10419,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 @@ -10434,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." @@ -10450,7 +10592,7 @@ msgid "Refreshing..." msgstr "Actualisation..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Région" @@ -10484,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" @@ -10515,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:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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." @@ -10536,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}" @@ -10544,7 +10696,7 @@ 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." @@ -10553,9 +10705,9 @@ msgstr "" "raccourci fonctionnent.

Dans le doute, cochez cette " "case." -#: Source/Core/Core/FreeLookManager.cpp:99 +#: 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:930 +#: 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 @@ -10566,7 +10718,7 @@ msgstr "Reset" msgid "Reset All" msgstr "Tout réinitialiser" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Réinitialiser Ignorer le gestionnaire de panique" @@ -10590,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" @@ -10598,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 :" @@ -10610,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" @@ -10618,7 +10770,7 @@ msgstr "Redémarrage requis" msgid "Restore Defaults" msgstr "Restaurer les valeurs par défaut" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "Restaurer l'instruction" @@ -10639,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 @@ -10694,7 +10846,7 @@ msgstr "Enrouler vers la droite" 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" @@ -10703,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 " @@ -10717,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 " @@ -10729,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" @@ -10746,36 +10907,6 @@ msgid "" "All context menus have the action to delete the selected row(s) from the " "candidates." msgstr "" -"Vous pouvez faire un clic gauche sur les lignes du tableau sur les colonnes " -"d'origine, de destination et de symbole pour afficher l'adresse associée " -"dans la vue Code. Un clic droit sur la ou les lignes sélectionnées fera " -"apparaître un menu contextuel.\n" -"\n" -"Si vous cliquez avec le bouton droit sur les colonnes d'origine, de " -"destination ou de symbole, une action de copie de l'adresse associée vers le " -"presse-papiers sera disponible, et une action pour définir le point d'arrêt " -"aux adresses associées sera disponible. Notez que, pour les colonnes de " -"symbole d'origine / destination, ces actions ne seront activées que si " -"chaque ligne dans la sélection contient un symbole.\n" -"\n" -"Si la colonne d'origine d'une sélection de ligne est cliquée avec le bouton " -"droit, une action pour remplacer l'instruction de la Branche à/aux " -"origine(s) avec une instruction NOP (No Operation - Aucune Opération) sera " -"disponible.\n" -"\n" -"Si la colonne de destination d'une sélection de ligne est cliquée avec le " -"bouton droit, une action pour remplacer l'instruction à/aux destination(s) " -"avec une instruction BLR (Branch to Link Register - Branche vers Registre de " -"Liens) sera disponible, mais uniquement si l'instruction de la branche à " -"chaque origine met à jour le registre de lien.\n" -"\n" -"Si la colonne de symbole d'origine ou de destination d'une sélection de " -"ligne est cliquée avec le bouton droit, une action pour remplacer le(s) " -"instruction(s) au début du symbole avec une instruction BLR sera disponible, " -"mais seulement si chaque symbole d'origine ou de destination est trouvé.\n" -"\n" -"Tous les menus contextuels ont l'action de supprimer le(s) lignes " -"sélectionnée(s) depuis les candidates." #: Source/Core/Core/HW/GCPadEmu.h:61 #: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:287 @@ -10784,19 +10915,24 @@ msgstr "" msgid "Rumble" msgstr "Vibreur" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "Exécuter jusqu'à" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "Exécuter jusqu'à (ignorer les points d'arrêts)" @@ -10812,19 +10948,19 @@ msgstr "Russie" 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" @@ -10832,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 :" @@ -10867,11 +11003,11 @@ msgstr "Contexte SSL" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Sau&vegarder le code" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Sau&vegarder l'état" @@ -10883,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10893,15 +11029,15 @@ 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 +#: 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:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "Sauvegarder le fichier de sortie combinée sous" @@ -10915,11 +11051,11 @@ msgstr "Sauvegarder les images converties" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Exportation de la sauvegarde" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "Enregistrer le journal FIFO" @@ -10937,15 +11073,15 @@ 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:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "Sauvegarder le fichier de carte" @@ -10957,11 +11093,11 @@ msgstr "Sauvegarder l'ancien état" msgid "Save Preset" msgstr "Enregistrer le préréglage" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Sauvegarder le fichier d'enregistrement sous" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "Sauvegarder le fichier de signature" @@ -11011,23 +11147,23 @@ msgstr "Sauvegarder l'état vers le Slot 8" msgid "Save State Slot 9" msgstr "Sauvegarder l'état vers le Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Sauvegarder l'état dans un fichier" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: 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:384 +#: 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:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Sauvegarder l'état dans le slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Sauvegarder la carte des symboles &sous..." @@ -11035,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" @@ -11043,11 +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:1135 +#: 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" @@ -11065,11 +11201,11 @@ msgstr "Placer la sauvegarde dans le même dossier que la ROM" msgid "Save to Selected Slot" msgstr "Sauvegarder vers l'emplacement sélectionné" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -11093,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." @@ -11102,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Rechercher" @@ -11112,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" @@ -11124,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." @@ -11132,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Rechercher une instruction" @@ -11140,7 +11276,7 @@ msgstr "Rechercher une instruction" msgid "Search games..." msgstr "Rechercher des jeux..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Rechercher une instruction" @@ -11175,7 +11311,7 @@ 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, " "cancel)" @@ -11188,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:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Sélectionner le dossier d'exportation" @@ -11208,7 +11344,7 @@ msgstr "Sélectionner la ROM GBA" msgid "Select GBA Saves Path" msgstr "Sélectionner le dossier des sauvegardes GBA" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "Sélectionner le fichier des clés (dump OTP/SEEPROM)" @@ -11220,7 +11356,7 @@ msgstr "Sélectionner le dernier état" msgid "Select Load Path" msgstr "Sélectionner le dossier à charger" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "Sélectionner une sauvegarde de NAND" @@ -11232,11 +11368,11 @@ 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:506 +#: 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:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "Sélectionner un fichier de sauvegarde" @@ -11248,7 +11384,7 @@ msgstr "Sélectionner la collection Skylander" msgid "Select Skylander File" msgstr "Sélectionnez un fichier Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Sélectionner le slot %1 - %2" @@ -11256,7 +11392,7 @@ msgstr "Sélectionner le slot %1 - %2" msgid "Select State" msgstr "Sélectionner l'état" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Sélectionner l'emplacement de l'état" @@ -11300,7 +11436,7 @@ msgstr "Emplacement 8" msgid "Select State Slot 9" msgstr "Emplacement 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "Sélectionner un titre à installer dans la NAND" @@ -11317,17 +11453,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: 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" @@ -11335,7 +11471,7 @@ msgstr "Sélectionnez un dossier à synchroniser avec l'image de la carte SD" msgid "Select a Game" msgstr "Sélectionner un Jeu" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Sélectionner un fichier" @@ -11347,11 +11483,11 @@ msgstr "Sélectionner un jeu" msgid "Select e-Reader Cards" msgstr "Sélectionner les cartes e-Reader" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: 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:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Sélectionnez le fichier d'enregistrement à lire" @@ -11363,7 +11499,7 @@ msgstr "Sélectionner le dossier racine de la carte SD virtuelle" 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" @@ -11371,7 +11507,7 @@ msgstr "Le profil de contrôleur sélectionné n'existe pas" #: 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:893 +#: 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 !" @@ -11383,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." @@ -11391,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." @@ -11399,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 " @@ -11456,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 " @@ -11496,22 +11632,15 @@ 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/Settings/GeneralPane.cpp:410 msgid "" @@ -11557,7 +11686,7 @@ msgstr "" 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 :" @@ -11604,7 +11733,7 @@ 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 "Définir un &point d'arrêt" @@ -11621,15 +11750,15 @@ msgstr "Sélectionner un fichier de carte mémoire pour le Slot B" msgid "Set PC" msgstr "Définir PC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: 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:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "Définir la taille du &symbole" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "Définir l'adresse de &fin du symbole" @@ -11637,7 +11766,7 @@ msgstr "Définir l'adresse de &fin du symbole" msgid "Set as &Default ISO" msgstr "Définir comme l'ISO par &défaut" -#: 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" @@ -11647,11 +11776,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -11663,7 +11792,7 @@ msgstr "" "

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." @@ -11681,7 +11810,7 @@ msgstr "" "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:378 +#: 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." @@ -11701,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" @@ -11715,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" @@ -11737,28 +11866,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Afficher le &journal" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Tout afficher" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Afficher Australie" @@ -11766,41 +11895,41 @@ msgstr "Afficher Australie" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Afficher France" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Afficher GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Afficher Allemagne" @@ -11812,51 +11941,51 @@ msgstr "Afficher le Mode golf en surimpression" msgid "Show Infinity Base" msgstr "Afficher la Base Infinity" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Afficher les entrées du contrôleur" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Afficher Italie" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Afficher JPN" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Afficher Corée" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Afficher PAL" @@ -11865,27 +11994,27 @@ msgstr "Afficher PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Afficher les régions" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Afficher le compteur de réenregistrements" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Afficher Russie" @@ -11893,59 +12022,59 @@ msgstr "Afficher Russie" msgid "Show Skylanders Portal" msgstr "Afficher le Portail Skylanders" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Afficher l'heure du système" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Afficher Taïwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: 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:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Afficher USA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Afficher les WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Afficher Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Afficher Monde" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "Afficher dans la mémoire" @@ -11953,16 +12082,16 @@ msgstr "Afficher dans la mémoire" msgid "Show in Code" msgstr "Afficher dans le code" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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" @@ -11970,7 +12099,7 @@ msgstr "Afficher dans la mémoire" msgid "Show in server browser" msgstr "Afficher dans le navigateur de serveurs" -#: 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -11983,7 +12112,7 @@ msgstr "" "

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." @@ -11993,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 " @@ -12014,7 +12143,7 @@ msgstr "" "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." @@ -12024,7 +12153,7 @@ msgstr "" "

Dans le doute, décochez cette case." -#: 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." @@ -12033,7 +12162,7 @@ msgstr "" "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 " @@ -12043,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." @@ -12053,7 +12182,7 @@ msgstr "" "standard.

Dans le doute, décochez cette case." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 msgid "" "Shows the mouse cursor at all times.

If unsure, " "select "On Movement"." @@ -12061,7 +12190,7 @@ msgstr "" "Affiche le curseur de la souris en permanence.

Dans " "le doute, sélectionnez "Si mouvement"." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 +#: 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." @@ -12070,7 +12199,7 @@ msgstr "" "masque.

Dans le doute, sélectionnez ce mode." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: 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." @@ -12080,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." @@ -12099,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." @@ -12107,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." @@ -12143,7 +12272,7 @@ msgstr "Utiliser à l'horizontale" msgid "Sideways Wii Remote" msgstr "Wiimote à l'horizontale" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Base de données de Signatures" @@ -12167,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é" @@ -12184,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." @@ -12196,7 +12325,7 @@ msgstr "" 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" @@ -12212,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%. " @@ -12309,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." @@ -12329,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 :" @@ -12348,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" @@ -12356,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)" @@ -12368,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, " @@ -12392,7 +12521,7 @@ 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" @@ -12425,20 +12554,24 @@ msgstr "Contrôleur standard" 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:778 +#: 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" @@ -12446,7 +12579,7 @@ msgstr "&Démarrer l'enregistrement de l'entrée" 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" @@ -12458,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:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Jeu démarré" @@ -12497,19 +12630,19 @@ msgstr "Step Out" msgid "Step Over" msgstr "Step Over" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Sortie avec succès !" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Temps écoulé pour la sortie !" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Saut en cours..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Pas à pas réussi !" @@ -12518,7 +12651,7 @@ msgstr "Pas à pas réussi !" 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" @@ -12547,15 +12680,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Arrêter de jouer/enregistrer l'entrée" +#: 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é" @@ -12598,7 +12735,7 @@ 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" @@ -12616,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 "Style" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Style :" @@ -12633,12 +12770,12 @@ msgstr "Style" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Succès !" @@ -12652,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\"." @@ -12665,7 +12802,7 @@ 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:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Certificats extraits avec succès depuis la NAND" @@ -12677,12 +12814,12 @@ msgstr "Fichier extrait avec succès." msgid "Successfully extracted system data." msgstr "Extraction avec succès des données du système." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: 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:1114 +#: 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." @@ -12705,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" @@ -12757,26 +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 +#: 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:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symboles" @@ -12804,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." @@ -12825,24 +12967,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Tags" @@ -12860,15 +13002,15 @@ msgstr "Tail" msgid "Taiwan" msgstr "Taïwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12886,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 (*)" @@ -12897,11 +13039,11 @@ 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" @@ -12913,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" @@ -12941,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})" @@ -12955,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:1239 +#: 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." @@ -12967,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:1234 +#: 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 " @@ -12981,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 " @@ -13006,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 " @@ -13016,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." @@ -13123,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?" @@ -13167,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}" @@ -13204,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:718 +#: 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 " @@ -13218,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" @@ -13246,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" @@ -13270,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." @@ -13280,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." @@ -13290,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 " @@ -13345,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:1197 +#: 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)." @@ -13366,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é !" @@ -13406,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." @@ -13415,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:1189 +#: 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)." @@ -13427,23 +13569,23 @@ 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 "Thème" @@ -13461,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 !" @@ -13500,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." @@ -13509,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é !" @@ -13533,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." @@ -13541,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/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 " @@ -13565,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 " @@ -13577,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." @@ -13586,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." @@ -13595,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 " @@ -13606,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." @@ -13627,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. " @@ -13638,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 " @@ -13649,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." @@ -13661,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." @@ -13669,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é." @@ -13681,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" @@ -13703,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." @@ -13751,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" @@ -13794,7 +13936,7 @@ msgstr "Flux" msgid "Threshold" msgstr "Seuil" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "Tio" @@ -13804,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)" @@ -13818,7 +13985,7 @@ msgstr "Délai dépassé" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titre" @@ -13826,17 +13993,17 @@ msgstr "Titre" msgid "To" msgstr "À" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Activer le &plein écran" @@ -13861,7 +14028,7 @@ msgid "Toggle Aspect Ratio" msgstr "Activer le ratio hauteur/largeur" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Activer Point d'arrêt" @@ -13913,11 +14080,15 @@ msgstr "Activer les copies XFB" msgid "Toggle XFB Immediate Mode" msgstr "Activer le mode XFB immédiat" +#: 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" @@ -13925,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" @@ -13933,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" @@ -13971,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" @@ -13996,8 +14167,8 @@ msgstr "Trap Master" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Erreur de Traversal" @@ -14036,7 +14207,7 @@ msgid "Trophy" msgstr "Trophée" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -14062,7 +14233,7 @@ 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" @@ -14080,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. " @@ -14092,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." @@ -14105,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." @@ -14120,7 +14291,7 @@ msgstr "" "impact minimal sur les performances, mais cela dépend du comportement du " "driver de la carte graphique." -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Impossible de détecter automatiquement le module RSO" @@ -14132,11 +14303,11 @@ msgstr "Impossible de contacter le serveur de mises à jour." 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." @@ -14164,7 +14335,7 @@ 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." @@ -14191,11 +14362,11 @@ msgstr "Images GC/Wii non compressées (*.iso *.gcm)" msgid "Undead" msgstr "Mort-vivant" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Annuler la sauvegarde de l'état" @@ -14215,13 +14386,13 @@ 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:312 +#: 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 @@ -14231,7 +14402,7 @@ 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)" @@ -14264,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 !" @@ -14284,7 +14455,7 @@ 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." @@ -14365,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 @@ -14376,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" @@ -14446,7 +14617,7 @@ msgstr "" 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" @@ -14454,7 +14625,7 @@ msgstr "Utiliser la base de données interne des noms de jeux" msgid "Use Full Resolution Per Eye" msgstr "Utiliser la pleine résolution pour chaque œil." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Utiliser un codec sans perte (FFV1)" @@ -14462,15 +14633,15 @@ 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." @@ -14478,7 +14649,7 @@ 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 " @@ -14487,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." @@ -14545,11 +14705,11 @@ 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's Title " "column.

If unsure, leave this checked.
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 " @@ -14573,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 " @@ -14584,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 " @@ -14888,7 +15052,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Avertissement" @@ -15022,7 +15186,7 @@ msgstr "" "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:327 +#: 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 " @@ -15035,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 " @@ -15048,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" @@ -15080,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" @@ -15098,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" @@ -15118,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" @@ -15126,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:1126 +#: 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" @@ -15143,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" @@ -15161,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Écrire" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Écrire le vidage du journal du bloc JIT" @@ -15214,11 +15386,11 @@ msgstr "Mauvaise région" 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}\"." @@ -15269,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 " @@ -15278,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 " @@ -15396,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." @@ -15424,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:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -15444,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." @@ -15493,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é" @@ -15509,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" @@ -15576,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" @@ -15596,15 +15770,15 @@ 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" diff --git a/Languages/po/hr.po b/Languages/po/hr.po index 46e08bf8f0..24ffe4cd6a 100644 --- a/Languages/po/hr.po +++ b/Languages/po/hr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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 "" @@ -165,18 +171,18 @@ msgstr "" 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" @@ -184,11 +190,11 @@ msgstr "" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" @@ -200,8 +206,8 @@ 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 "" @@ -218,11 +224,11 @@ 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 "" @@ -231,17 +237,17 @@ msgid "%1% (Normal Speed)" msgstr "" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -257,7 +263,7 @@ msgstr "" msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -291,20 +297,20 @@ msgstr "" 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." @@ -330,20 +336,20 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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 "" @@ -351,11 +357,11 @@ msgstr "" msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" @@ -367,15 +373,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Pauze" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -383,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -399,20 +409,24 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -420,26 +434,26 @@ msgstr "" 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 +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:343 +#: 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 "" @@ -471,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Upravljač sličica po sekundi" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Postavke Grafike" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Pomoć" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Postavke prečica na tipkovnici" @@ -525,11 +543,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -537,7 +555,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -545,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Učitaj stanje igre" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -563,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memorija" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -587,7 +609,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -596,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opcije" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pauza" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Pokreni igru" @@ -620,7 +646,7 @@ msgstr "&Pokreni igru" msgid "&Properties" msgstr "&Svojstva" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -628,7 +654,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registri" @@ -636,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -666,7 +692,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -674,23 +700,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -700,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -726,38 +756,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "" @@ -774,7 +796,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -844,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 "" @@ -902,7 +924,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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 "" @@ -928,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 "" @@ -1025,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1063,8 +1085,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1092,7 +1114,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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 +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 "" @@ -1133,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 "" @@ -1175,8 +1197,8 @@ msgstr "Kvaliteta:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1252,7 +1274,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1268,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 "" @@ -1276,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:" @@ -1326,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1373,7 +1394,7 @@ msgid "" "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 +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" @@ -1399,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" @@ -1508,8 +1529,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1521,7 +1542,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1541,7 +1562,7 @@ msgstr "" 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 +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 "" @@ -1581,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" @@ -1607,15 +1628,15 @@ msgstr "Anti-Aliasing:" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1625,7 +1646,7 @@ msgid "" ">If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1633,7 +1654,7 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1641,7 +1662,7 @@ msgstr "" 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 "" @@ -1653,10 +1674,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" +#: 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 +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:" @@ -1682,7 +1711,7 @@ msgstr "Omjer Slike:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1715,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 "" @@ -1735,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" @@ -1760,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 "" @@ -1768,15 +1797,15 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1804,7 +1833,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1835,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č:" @@ -1856,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 "" @@ -1877,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -1914,7 +1943,7 @@ 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" @@ -1966,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 "" @@ -1980,11 +2009,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "" @@ -2016,67 +2045,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2088,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 " @@ -2121,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 " @@ -2131,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 "" @@ -2158,11 +2187,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2171,11 +2200,11 @@ msgstr "" msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2209,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Međuspremnik:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2271,7 +2300,7 @@ msgstr "" msgid "C Stick" msgstr "C Gljiva" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2279,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 "" @@ -2291,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." @@ -2314,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 "" @@ -2352,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2408,19 +2437,19 @@ 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 "" @@ -2432,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 "" @@ -2456,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 "" @@ -2464,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..." @@ -2480,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." @@ -2504,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 "" @@ -2524,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" @@ -2532,7 +2561,7 @@ msgstr "Tražilica" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2570,11 +2599,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2603,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2621,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 "" @@ -2634,7 +2664,7 @@ msgstr "" msgid "Close" msgstr "Zatvori" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2642,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 "" @@ -2674,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2691,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 "" @@ -2715,7 +2754,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2723,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 "" @@ -2736,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2830,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 "" @@ -2843,26 +2882,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2873,15 +2920,15 @@ msgstr "" msgid "Connect" msgstr "Spoji" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" @@ -2901,7 +2948,7 @@ msgstr "" msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2925,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 "" @@ -2942,7 +2989,7 @@ 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 "" @@ -3039,8 +3086,8 @@ msgstr "" 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 "" @@ -3048,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 "" @@ -3058,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 "" @@ -3080,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 "" @@ -3117,19 +3164,19 @@ msgstr "" msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3137,15 +3184,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3163,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 "" @@ -3176,11 +3218,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3206,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" @@ -3246,11 +3283,11 @@ 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 "" @@ -3271,7 +3308,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3283,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:" @@ -3316,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 "" @@ -3324,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)." @@ -3340,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:304 +#: 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 "" @@ -3371,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 "" @@ -3383,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 "" @@ -3407,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 @@ -3434,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 "" @@ -3442,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 "" @@ -3521,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" @@ -3531,11 +3594,11 @@ 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 "" @@ -3560,11 +3623,11 @@ msgstr "" 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 +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 "" @@ -3594,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 "" @@ -3602,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 " @@ -3613,7 +3676,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Obriši" @@ -3643,18 +3706,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "" @@ -3662,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 "" @@ -3675,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 "" @@ -3697,7 +3760,7 @@ msgstr "" msgid "Detect" msgstr "Otkrij" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3727,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 "" @@ -3735,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 "" @@ -3759,7 +3822,7 @@ 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 "" @@ -3767,11 +3830,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3779,11 +3842,11 @@ msgstr "" msgid "Disable Fog" msgstr "Onemogući maglu" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3791,14 +3854,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3829,7 +3892,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3863,11 +3926,11 @@ msgstr "" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3877,7 +3940,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Želite li zaustaviti emulaciju?" @@ -3885,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 "" @@ -3898,22 +3961,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS Filmovi (*.dtm)" @@ -3946,21 +4009,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3994,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 @@ -4004,27 +4067,27 @@ 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 " @@ -4073,19 +4136,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dumpiraj Slike" @@ -4093,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 "" @@ -4101,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 "" @@ -4126,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." @@ -4155,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 "" @@ -4183,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" @@ -4202,16 +4265,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4220,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" @@ -4231,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4257,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" @@ -4283,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 "" @@ -4305,16 +4382,16 @@ 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 "" @@ -4326,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 "" @@ -4346,15 +4423,15 @@ msgstr "Omogućite korištenje dvije jezgre" 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 "" @@ -4362,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 " @@ -4388,33 +4465,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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" @@ -4422,11 +4499,11 @@ 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 "" @@ -4434,15 +4511,15 @@ msgstr "" 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 "" @@ -4452,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 " @@ -4460,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 " @@ -4476,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 " @@ -4486,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 " @@ -4494,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." @@ -4512,12 +4589,12 @@ msgid "" "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 +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 " @@ -4533,7 +4610,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 " @@ -4550,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 "" @@ -4558,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 @@ -4571,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 " @@ -4595,7 +4672,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4603,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." @@ -4622,7 +4699,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4632,7 +4709,7 @@ 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" @@ -4649,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 "" @@ -4673,7 +4750,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4682,69 +4759,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4758,7 +4834,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Pogreška" @@ -4780,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." @@ -4789,7 +4865,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4851,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 "" @@ -4867,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 "" @@ -4880,12 +4956,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforija" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4929,11 +5005,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "" @@ -4948,7 +5024,7 @@ msgstr "" msgid "Export Recording" msgstr "Izvedi Snimku Videa" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Izvedi Snimku Videa..." @@ -4976,14 +5052,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5004,7 +5080,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5042,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" @@ -5060,11 +5136,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5080,7 +5156,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5130,19 +5206,19 @@ msgstr "" 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 "" @@ -5155,7 +5231,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5182,25 +5258,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5211,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 "" @@ -5220,18 +5296,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5243,7 +5319,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5257,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 "" @@ -5271,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:1740 +#: 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 "" @@ -5319,7 +5395,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5364,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 "" @@ -5447,31 +5523,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5522,7 +5598,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5554,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 "" @@ -5567,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -5618,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}" @@ -5648,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 "" @@ -5681,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 @@ -5696,11 +5766,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5716,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" @@ -5724,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" @@ -5756,11 +5826,11 @@ 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 "" @@ -5782,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." @@ -5792,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 @@ -5807,13 +5877,13 @@ 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 "" @@ -5834,11 +5904,11 @@ msgstr "" 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" @@ -5846,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 "" @@ -5866,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 "" @@ -5882,7 +5952,11 @@ 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 "" @@ -5897,7 +5971,7 @@ 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" @@ -5916,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 "" @@ -5925,12 +5999,12 @@ msgstr "" msgid "FullScr" msgstr "CijeliZaslon" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5974,11 +6048,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6002,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" @@ -6020,7 +6094,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6030,25 +6104,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6060,7 +6134,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6078,8 +6152,8 @@ 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 "" @@ -6093,7 +6167,7 @@ msgid "" "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 "" @@ -6105,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 "" @@ -6122,11 +6196,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6135,7 +6209,7 @@ msgstr "Identifikacija Igre:" msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6182,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 "" @@ -6194,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 "" @@ -6215,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 "" @@ -6243,7 +6317,7 @@ 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" @@ -6254,17 +6328,17 @@ msgstr "Gecko Kodovi" #: 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 "" @@ -6279,17 +6353,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6297,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6325,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" @@ -6365,7 +6439,7 @@ msgstr "Zelena Lijevo" msgid "Green Right" msgstr "Zelena Desno" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6410,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 "" @@ -6443,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6463,7 +6537,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6471,11 +6545,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6498,12 +6572,36 @@ msgstr "Domaćin" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6514,14 +6612,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6530,7 +6636,7 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" @@ -6540,11 +6646,11 @@ msgstr "" 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 "" @@ -6571,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 "" @@ -6602,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:" @@ -6666,7 +6772,7 @@ 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." @@ -6683,7 +6789,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6695,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 "" @@ -6720,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 " @@ -6736,7 +6842,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6751,22 +6857,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6779,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 " @@ -6787,31 +6893,31 @@ 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 "" @@ -6836,15 +6942,15 @@ msgstr "" 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 "" @@ -6881,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6895,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -6913,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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" @@ -6939,7 +7045,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6954,7 +7060,7 @@ 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 "" @@ -6963,7 +7069,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6972,7 +7078,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7041,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7065,7 +7171,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7074,11 +7180,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7099,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 "" @@ -7107,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 "" @@ -7135,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" @@ -7154,96 +7268,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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" @@ -7254,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:683 +#: 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 "" @@ -7295,7 +7410,7 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7303,12 +7418,12 @@ msgstr "" msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7337,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 "" @@ -7379,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 @@ -7477,11 +7592,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7491,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -7521,7 +7636,7 @@ msgstr "Učitaj Posebne Teksture" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" @@ -7534,8 +7649,8 @@ msgstr "" msgid "Load Last State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7636,19 +7751,19 @@ msgstr "Učitaj Stanje Igre 8" msgid "Load State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7660,30 +7775,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7693,7 +7808,7 @@ msgstr "" msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7702,7 +7817,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7710,7 +7825,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Zapis" @@ -7719,20 +7834,20 @@ msgstr "Zapis" msgid "Log Configuration" msgstr "Konfiguracija Zapisa" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "" @@ -7744,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 +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 "" @@ -7828,12 +7959,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -7845,12 +7976,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7862,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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,7 +8014,7 @@ 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 "" @@ -7900,7 +8035,7 @@ msgstr "" msgid "Memory Card" msgstr "Memorijska Kartica" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7908,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 "" @@ -7928,7 +8063,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -7936,33 +8071,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -7971,7 +8114,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7991,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 " @@ -8003,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8028,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 "" @@ -8041,11 +8184,11 @@ 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 "" @@ -8061,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 "" @@ -8070,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 "" @@ -8086,7 +8239,7 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8113,7 +8266,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8140,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:" @@ -8201,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 "" @@ -8210,7 +8363,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8253,7 +8406,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8268,7 +8421,7 @@ 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 "" @@ -8290,13 +8443,13 @@ 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 "" @@ -8304,7 +8457,7 @@ msgstr "" 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 "" @@ -8325,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 "" @@ -8346,7 +8499,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" @@ -8354,15 +8507,15 @@ msgstr "" 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 " @@ -8373,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 "" @@ -8452,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." @@ -8488,7 +8636,7 @@ msgstr "" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8540,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" @@ -8561,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 " @@ -8587,7 +8735,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "" @@ -8595,13 +8743,13 @@ msgstr "" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8618,7 +8766,7 @@ msgstr "Otvori" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" @@ -8631,7 +8779,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8697,31 +8845,31 @@ 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:231 @@ -8739,7 +8887,7 @@ msgstr "" 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 "" @@ -8759,15 +8907,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8781,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:603 +#: 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 "" @@ -8831,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 "" @@ -8856,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 "" @@ -8869,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:801 +#: 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 " @@ -8893,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." @@ -8918,7 +9075,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Osvjetljenje po pikselu" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8926,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 "" @@ -8948,11 +9105,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -8969,7 +9126,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8977,7 +9134,7 @@ msgstr "" msgid "Play" msgstr "Pokreni" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -8989,7 +9146,7 @@ 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" @@ -9026,20 +9183,25 @@ msgstr "" 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 "" @@ -9072,7 +9234,7 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9097,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 "" @@ -9136,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 " @@ -9151,7 +9313,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9179,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." @@ -9206,15 +9368,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9224,7 +9386,7 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9248,14 +9410,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Pitanje" @@ -9280,11 +9442,11 @@ msgstr "R-Analogan" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9317,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9366,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 "" @@ -9376,7 +9542,11 @@ 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" @@ -9384,15 +9554,15 @@ msgstr "Snimi Video" 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 "" @@ -9427,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 @@ -9442,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 "" @@ -9456,7 +9625,7 @@ msgid "Refreshing..." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9490,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" @@ -9518,25 +9687,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9545,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9564,7 +9743,7 @@ msgstr "Resetiraj" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9588,7 +9767,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9596,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 "" @@ -9608,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 "" @@ -9616,7 +9795,7 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9637,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 @@ -9692,7 +9871,7 @@ msgstr "" msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9701,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 " @@ -9710,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 " @@ -9722,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" @@ -9747,19 +9935,24 @@ msgstr "" msgid "Rumble" msgstr "Rumble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9775,19 +9968,19 @@ msgstr "" 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 "" @@ -9795,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 "" @@ -9830,11 +10023,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Sn&imi stanje igre" @@ -9846,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9856,15 +10049,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9878,11 +10071,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9900,15 +10093,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9920,11 +10113,11 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -9974,23 +10167,23 @@ msgstr "Snimi Stanje Igre 8" msgid "Save State Slot 9" msgstr "Mjesto za Stanje Snimanja 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9998,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 "" @@ -10006,11 +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:1135 +#: 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" @@ -10025,11 +10218,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "" @@ -10049,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 "" @@ -10058,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Traži" @@ -10068,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 "" @@ -10080,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10094,7 +10287,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10128,7 +10321,7 @@ 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, " "cancel)" @@ -10139,7 +10332,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10159,7 +10352,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10171,7 +10364,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10183,11 +10376,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10199,7 +10392,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" @@ -10207,7 +10400,7 @@ msgstr "" msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" @@ -10251,7 +10444,7 @@ msgstr "" msgid "Select State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10268,17 +10461,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10286,7 +10479,7 @@ msgstr "" msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10298,11 +10491,11 @@ msgstr "" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10314,7 +10507,7 @@ msgstr "" 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." @@ -10322,7 +10515,7 @@ msgstr "Odabrani profil kontrolera ne postoji." #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10334,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 " @@ -10376,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 " @@ -10398,14 +10591,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10433,7 +10626,7 @@ msgstr "" 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:" @@ -10470,7 +10663,7 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" @@ -10487,15 +10680,15 @@ msgstr "" msgid "Set PC" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10503,18 +10696,18 @@ msgstr "" msgid "Set as &Default ISO" 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 " "this setting only take effect once Dolphin is restarted." @@ -10522,7 +10715,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10535,7 +10728,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10548,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 "" @@ -10562,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 "" @@ -10584,28 +10777,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Pokaži &Zapis" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" @@ -10613,41 +10806,41 @@ msgstr "" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Pokaži Francusku" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Pokaži GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" @@ -10659,51 +10852,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Pokaži Unos Tipki" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Pokaži Italiju" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Pokaži Koreju" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Pokaži PAL" @@ -10712,27 +10905,27 @@ msgstr "Pokaži PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Pokaži Regije" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" @@ -10740,59 +10933,59 @@ msgstr "" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Pokaži Taivan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Pokaži SAD" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Pokaži Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10800,16 +10993,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10817,7 +11010,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10825,92 +11018,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -10940,7 +11133,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10964,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" @@ -10981,7 +11174,7 @@ 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." @@ -10991,7 +11184,7 @@ msgstr "" msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11007,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%. " @@ -11087,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." @@ -11103,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 "" @@ -11122,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" @@ -11130,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 "" @@ -11142,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, " @@ -11155,7 +11348,7 @@ 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" @@ -11188,20 +11381,24 @@ msgstr "Standardni Kontroler" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" @@ -11209,7 +11406,7 @@ msgstr "" 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 "" @@ -11221,7 +11418,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11260,19 +11457,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11281,7 +11478,7 @@ msgstr "" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11310,15 +11507,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11351,7 +11552,7 @@ 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" @@ -11369,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 "" @@ -11386,12 +11587,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" @@ -11405,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 "" @@ -11418,7 +11619,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11430,12 +11631,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11458,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 "" @@ -11506,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11551,7 +11757,7 @@ 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." @@ -11570,24 +11776,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11605,15 +11811,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11629,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 "" @@ -11640,11 +11846,11 @@ 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 "" @@ -11656,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" @@ -11675,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 "" @@ -11689,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:1239 +#: 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:1234 +#: 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 " @@ -11730,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." @@ -11823,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?" @@ -11857,21 +12063,21 @@ msgid "" "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 "" @@ -11890,7 +12096,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11899,15 +12105,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 "" -#: 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" @@ -11923,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" @@ -11941,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 "" @@ -11949,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 "" @@ -11958,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 " @@ -12000,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:1197 +#: 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)." @@ -12019,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 "" @@ -12054,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 "" @@ -12062,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:1189 +#: 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 "" @@ -12103,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 "" @@ -12136,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 "" @@ -12164,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/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 " @@ -12198,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." @@ -12235,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 "" @@ -12277,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" @@ -12293,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 "" @@ -12329,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" @@ -12362,7 +12568,7 @@ msgstr "" msgid "Threshold" msgstr "Prag" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12372,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)" @@ -12384,7 +12615,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Naslov" @@ -12392,17 +12623,17 @@ msgstr "Naslov" msgid "To" msgstr "Do" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" @@ -12427,7 +12658,7 @@ msgid "Toggle Aspect Ratio" msgstr "" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" @@ -12479,11 +12710,15 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12491,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" @@ -12499,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 "" @@ -12537,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" @@ -12562,8 +12797,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12600,7 +12835,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12626,7 +12861,7 @@ 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 "" @@ -12644,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." @@ -12659,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." @@ -12668,7 +12903,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12680,11 +12915,11 @@ msgstr "" 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 "" @@ -12704,7 +12939,7 @@ 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 "" @@ -12731,11 +12966,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "" @@ -12753,13 +12988,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12769,7 +13004,7 @@ 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 "" @@ -12798,7 +13033,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12818,7 +13053,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12898,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 @@ -12909,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" @@ -12976,7 +13211,7 @@ msgstr "" 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 "" @@ -12984,7 +13219,7 @@ msgstr "" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12992,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 " @@ -13015,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 "" @@ -13055,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'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 " @@ -13074,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 " @@ -13344,7 +13583,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Upozorenje" @@ -13440,7 +13679,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13448,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 " @@ -13456,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 "" @@ -13488,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" @@ -13506,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 "" @@ -13526,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 "" @@ -13534,15 +13773,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13551,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 "" @@ -13569,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13622,11 +13869,11 @@ msgstr "" 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 "" @@ -13677,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 " @@ -13761,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." @@ -13781,7 +14028,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13799,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 "" @@ -13848,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 "" @@ -13864,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 "" @@ -13929,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 "" @@ -13949,15 +14198,15 @@ 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 "" diff --git a/Languages/po/hu.po b/Languages/po/hu.po index 1473c0ffd7..5c6d553a4b 100644 --- a/Languages/po/hu.po +++ b/Languages/po/hu.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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)" @@ -176,18 +182,18 @@ msgstr "%1 nem támogatja ezt a funkciót a rendszereden." 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 csatlakozott" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 kilépett" @@ -195,11 +201,11 @@ msgstr "%1 kilépett" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 feloldott %4/%5 pontot érő %2/%3 teljesítményt" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 éppen golfozik" @@ -211,8 +217,8 @@ 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" @@ -229,11 +235,11 @@ 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)" @@ -242,17 +248,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -268,7 +274,7 @@ msgstr "%1/%2" 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" @@ -302,20 +308,20 @@ msgstr "%1x Natív (%2x%3) %4-hez/hoz" 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." @@ -341,20 +347,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Névjegy" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "&Funkció hozzáadása" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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..." @@ -362,11 +368,11 @@ msgstr "&Új kód hozzáadása..." msgid "&Add..." msgstr "&Hozzáadás..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Audió beállítások" @@ -378,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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Töréspontok" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -394,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Frissítések keresése..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -410,20 +420,24 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: 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/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Cím másolása" @@ -431,26 +445,26 @@ msgstr "&Cím másolása" 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..." @@ -458,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:343 +#: 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" @@ -482,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "Képkocka léptetése" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Szabad nézet beállítások" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub tárház" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: 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:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Súgó" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Gyorsbillentyű beállítások" @@ -536,11 +554,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -548,7 +566,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -556,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Állapot betöltése" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: 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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memória" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: 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" @@ -598,7 +620,7 @@ msgstr "&Film" msgid "&Mute" msgstr "&Némítás" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Hálózat" @@ -607,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Beállítások" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Szünet" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Indítás" @@ -631,7 +657,7 @@ msgstr "&Indítás" msgid "&Properties" msgstr "&Tulajdonságok" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Írásvédett mód" @@ -639,7 +665,7 @@ msgstr "&Írásvédett mód" msgid "&Refresh List" msgstr "&Lista frissítése" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Regiszterek" @@ -647,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:593 +#: 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:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -677,7 +703,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -685,23 +711,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "&Sebességkorlát:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -711,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Figyelés" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Weboldal" @@ -737,38 +767,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Igen" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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" @@ -785,7 +807,7 @@ msgstr ", vessző" msgid "- Subtract" msgstr "- Kivonás" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -855,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" @@ -913,7 +935,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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" @@ -939,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" @@ -1036,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1077,8 +1099,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Egy NetPlay játékmenet már folyamatban van!" @@ -1106,7 +1128,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1124,7 +1146,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 "A&uto mentés" @@ -1149,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" @@ -1191,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:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Teljesítmények" @@ -1268,7 +1290,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "NetPlay Chat aktiválása" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktív" @@ -1284,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" @@ -1292,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:" @@ -1342,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Cím" @@ -1389,7 +1410,7 @@ msgid "" "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 "" @@ -1407,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" @@ -1415,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" @@ -1524,8 +1545,8 @@ msgstr "Minden GC/Wii fájl" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1537,7 +1558,7 @@ 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 (*)" @@ -1557,7 +1578,7 @@ msgstr "Eltérő régióbeállítások engedélyezése" msgid "Allow Usage Statistics Reporting" 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" @@ -1575,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" @@ -1597,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" @@ -1623,15 +1644,15 @@ msgstr "Élsimítás:" msgid "Any Region" msgstr "Bármilyen régió" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "Aláírás csatolása ide" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "&Aláírásfájl alkalmazása..." @@ -1641,7 +1662,7 @@ msgid "" ">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:" @@ -1649,7 +1670,7 @@ msgstr "Betöltőprogram dátuma:" msgid "Apply" msgstr "Alkalmaz" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "Aláírásfájl alkalmazása" @@ -1657,7 +1678,7 @@ msgstr "Aláírásfájl alkalmazása" 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'?" @@ -1669,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/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:" @@ -1698,7 +1727,7 @@ msgstr "Képarány:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "Összeállítási utasítás" @@ -1731,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" @@ -1751,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" @@ -1776,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" @@ -1784,15 +1813,15 @@ msgstr "Ablak automatikus méretezése" msgid "Auto-Hide" msgstr "Automatikus elrejtés" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1820,7 +1849,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1837,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:" @@ -1851,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:" @@ -1872,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." @@ -1893,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -1930,7 +1959,7 @@ 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" @@ -1956,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" @@ -1982,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):" @@ -1996,11 +2025,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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:" @@ -2032,67 +2061,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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 "" @@ -2104,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 " @@ -2137,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 " @@ -2147,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 "" @@ -2174,11 +2203,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2187,11 +2216,11 @@ msgstr "" msgid "Breakpoint" msgstr "Töréspont" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Töréspontok" @@ -2225,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:930 +#: 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:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Puffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2287,7 +2316,7 @@ msgstr "" msgid "C Stick" msgstr "C kar" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "&Aláírás fájl létrehozása..." @@ -2295,11 +2324,11 @@ msgstr "&Aláírás fájl létrehozása..." 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" @@ -2307,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." @@ -2330,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ó" @@ -2368,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2425,19 +2454,19 @@ 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." @@ -2449,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 "" @@ -2473,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 "" @@ -2481,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..." @@ -2497,7 +2526,7 @@ 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." @@ -2506,7 +2535,7 @@ msgstr "" "

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." @@ -2527,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 "" @@ -2547,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" @@ -2555,7 +2584,7 @@ msgstr "Csalás keresése" msgid "Cheats Manager" msgstr "Csalás kezelő" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "NAND ellenőrzése..." @@ -2591,13 +2620,13 @@ msgstr "Válassz mappát a kitömörítéshez" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:541 msgid "Choose GCI Base Folder" -msgstr "" +msgstr "GCI Base mappa kiválasztása" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "Válassz elsődleges bemeneti fájlt" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "Válassz másodlagos bemeneti fájlt" @@ -2626,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Gyorsítótár törlése" @@ -2644,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 "" @@ -2657,7 +2687,7 @@ msgstr "" msgid "Close" msgstr "Bezárás" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ko&nfiguráció" @@ -2665,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 "" @@ -2697,11 +2736,11 @@ 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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "&Két aláírás fájl egyesítése..." @@ -2714,21 +2753,21 @@ 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 "Árnyékolók kiszámítása indítás előtt" @@ -2738,7 +2777,7 @@ msgstr "Árnyékolók összeállítása" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Tömörítés" @@ -2746,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:" @@ -2759,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2853,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" @@ -2866,26 +2905,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2896,15 +2943,15 @@ msgstr "Megerősítés" msgid "Connect" msgstr "Csatlakozás" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Wii Remote %1 csatlakoztatása" @@ -2924,7 +2971,7 @@ msgstr "Wii Remote 3 csatlakoztatása" msgid "Connect Wii Remote 4" msgstr "Wii Remote 4 csatlakoztatása" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Wii Remote-ok csatlakoztatása" @@ -2948,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." @@ -2965,7 +3012,7 @@ 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" @@ -3062,8 +3109,8 @@ msgstr "Konvergencia" 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." @@ -3071,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" @@ -3081,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 " @@ -3103,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..." @@ -3142,19 +3189,19 @@ msgstr "" msgid "Copy" msgstr "Másolás" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "&Funkció másolása" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "&Kódsor másolása" @@ -3162,15 +3209,15 @@ msgstr "&Kódsor másolása" 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:589 +#: 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" @@ -3188,11 +3235,6 @@ msgstr "B-be másolás" 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ó" @@ -3201,11 +3243,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3235,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" @@ -3275,11 +3312,11 @@ 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!" @@ -3300,7 +3337,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "A központi szerver nem található" @@ -3312,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:" @@ -3345,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ő:" @@ -3353,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)." @@ -3369,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:304 +#: 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" @@ -3400,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)" @@ -3412,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" @@ -3436,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 @@ -3463,7 +3526,7 @@ 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 "DSP emulációs motor" @@ -3471,15 +3534,15 @@ msgstr "DSP emulációs motor" 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ú)" @@ -3550,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" @@ -3560,11 +3623,11 @@ 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" @@ -3589,11 +3652,11 @@ msgstr "IR csökkentése" 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" @@ -3607,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" @@ -3623,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 "" @@ -3631,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 " @@ -3642,7 +3705,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Törlés" @@ -3672,18 +3735,18 @@ msgstr "Mélység százalékos értéke:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -3691,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 "" @@ -3704,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 "" @@ -3726,7 +3789,7 @@ msgstr "Leválasztva" msgid "Detect" msgstr "Észlelés" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "RSO modulok észlelése" @@ -3756,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:" @@ -3764,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." @@ -3788,7 +3851,7 @@ 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 "" @@ -3796,11 +3859,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "Emulációs sebességkorlát kikapcsolása" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Fastmem kikapcsolása" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Fastmem Arena kikapcsolása" @@ -3808,11 +3871,11 @@ msgstr "Fastmem Arena kikapcsolása" msgid "Disable Fog" msgstr "Köd kikapcsolása" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "JIT gyorsítótár kikapcsolása" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3820,14 +3883,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3860,7 +3923,7 @@ msgid "Discard" msgstr "Elvetés" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Megjelenési beállítások" @@ -3894,11 +3957,11 @@ msgstr "" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3908,7 +3971,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: 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?" @@ -3916,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 "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)" @@ -3929,22 +3992,22 @@ msgstr "Dolphin FIFO napló (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS videók (*.dtm)" @@ -3977,21 +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:1001 +#: 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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -4025,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 @@ -4035,27 +4098,27 @@ 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 " @@ -4104,19 +4167,19 @@ msgstr "&FakeVMEM kimentése" msgid "Dump &MRAM" msgstr "&MRAM kimentése" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Képkockák kimentése" @@ -4124,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 "" @@ -4132,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" @@ -4157,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." @@ -4186,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 "" @@ -4214,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" @@ -4233,16 +4296,16 @@ msgstr "Kelet-Ázsia" msgid "Edit Breakpoint" msgstr "Töréspont módosítása" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Szerkesztés..." @@ -4251,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" @@ -4262,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4288,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" @@ -4314,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" @@ -4336,16 +4413,16 @@ 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" @@ -4357,15 +4434,15 @@ 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 "Discord jelenlét engedélyezése" @@ -4377,31 +4454,31 @@ msgstr "Kétmagos mód használata" 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 " @@ -4419,33 +4496,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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 "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" @@ -4453,11 +4530,11 @@ 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 "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" @@ -4465,15 +4542,15 @@ msgstr "Nem hivatalos teljesítmények engedélyezése" 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 "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 "" @@ -4483,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 " @@ -4491,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 " @@ -4507,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 " @@ -4517,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 " @@ -4525,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." @@ -4545,12 +4622,12 @@ msgid "" "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 " @@ -4558,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 " @@ -4566,7 +4643,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 " @@ -4583,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." @@ -4591,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 @@ -4604,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 " @@ -4628,7 +4705,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4636,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." @@ -4655,7 +4732,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4665,7 +4742,7 @@ 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" @@ -4682,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:" @@ -4706,7 +4783,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "RSO modul címének megadása:" @@ -4715,69 +4792,68 @@ msgstr "RSO modul címének megadása:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4791,7 +4867,7 @@ msgstr "RSO modul címének megadása:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Hiba" @@ -4813,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 " @@ -4823,7 +4899,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4885,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 "" @@ -4901,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 "" @@ -4914,12 +4990,12 @@ msgstr "" msgid "Euphoria" msgstr "Eufória" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4963,11 +5039,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Minden Wii mentés exportálása" @@ -4982,7 +5058,7 @@ msgstr "Sikertelen exportálás" msgid "Export Recording" msgstr "Felvétel exportálása" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Felvétel exportálása..." @@ -5010,14 +5086,14 @@ msgstr "Exportálás, mint .&gcs..." msgid "Export as .&sav..." msgstr "Exportálás, mint .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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ő" @@ -5038,7 +5114,7 @@ msgstr "Külső" msgid "External Frame Buffer (XFB)" msgstr "Küldő képkockapuffer (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5076,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ó" @@ -5096,11 +5172,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 +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:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Nem sikerült kapcsolódni a szerverhez: %1" @@ -5166,19 +5242,19 @@ msgstr "" 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 "" @@ -5191,7 +5267,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5218,12 +5294,12 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "\"%1\" importálása sikertelen." -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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." @@ -5231,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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5249,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 "" @@ -5258,18 +5334,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "Nem sikerült betölteni az RSO modult: %1" @@ -5281,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:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5295,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 "" @@ -5309,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:1740 +#: 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 "" @@ -5357,7 +5433,7 @@ msgstr "" msgid "Failed to open file." msgstr "Nem sikerült megnyitni a fájlt." -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Nem sikerült megnyitni a szervert" @@ -5402,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 "" @@ -5489,31 +5565,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5564,7 +5640,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Hiba" @@ -5596,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ő" @@ -5609,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Fájlnév" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Fájl útvonala:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -5660,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}" @@ -5690,7 +5766,7 @@ msgstr "&Következő keresése" msgid "Find &Previous" 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" @@ -5725,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 @@ -5740,11 +5810,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5760,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" @@ -5768,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" @@ -5800,11 +5870,11 @@ 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 "" @@ -5826,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." @@ -5836,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 @@ -5851,13 +5921,13 @@ 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 "Képkocka %1" @@ -5878,11 +5948,11 @@ msgstr "Képkocka léptetés gyorsítás" 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" @@ -5890,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:" @@ -5910,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" @@ -5930,7 +6000,11 @@ 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" @@ -5945,7 +6019,7 @@ 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" @@ -5964,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:" @@ -5973,12 +6047,12 @@ msgstr "Ettől:" msgid "FullScr" msgstr "Teljes képernyő" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funkció" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Funkció beállítások" @@ -6022,11 +6096,11 @@ msgstr "GBA hangerő" msgid "GBA Window Size" msgstr "GBA ablakméret" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: 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:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1 ROM letiltva" @@ -6050,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" @@ -6068,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:235 +#: 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?" @@ -6078,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:253 +#: 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?" @@ -6086,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:278 +#: 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?" @@ -6094,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:262 +#: 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?" @@ -6102,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:244 +#: 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?" @@ -6118,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:470 +#: 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" @@ -6136,8 +6210,8 @@ 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" @@ -6153,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 "" @@ -6165,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" @@ -6182,11 +6256,11 @@ msgid "Game Gamma:" msgstr "Játék gamma:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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ó:" @@ -6195,7 +6269,7 @@ msgstr "Játék azonosító:" msgid "Game Status" msgstr "Játék állapot" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6242,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 "" @@ -6254,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 "" @@ -6275,7 +6349,7 @@ 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 "GameCube mikrofon foglalat %1" @@ -6303,7 +6377,7 @@ 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" @@ -6314,19 +6388,19 @@ msgstr "Gecko kódok" #: 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 @@ -6339,17 +6413,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "AR-kód(ok) generálva." -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6357,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6385,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" @@ -6425,7 +6499,7 @@ msgstr "Zöld balra" msgid "Green Right" msgstr "Zöld jobbra" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Rács nézet" @@ -6470,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:" @@ -6503,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Összes elrejtése" @@ -6523,7 +6597,7 @@ msgstr "Nem kompatibilisek elrejtése" 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 " "render window is focused.

If unsure, select "" @@ -6531,11 +6605,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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" @@ -6558,12 +6632,36 @@ msgstr "Gazda" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6574,14 +6672,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6590,7 +6696,7 @@ 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" @@ -6600,11 +6706,11 @@ msgstr "Gyorsbillentyű beállítások" 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 "" @@ -6631,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ó:" @@ -6662,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:" @@ -6726,7 +6832,7 @@ 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." @@ -6743,7 +6849,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6755,7 +6861,7 @@ msgstr "" msgid "Ignore" msgstr "Mellőzés" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -6780,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 "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 " @@ -6796,7 +6902,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6811,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:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Wii mentés importálása..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6839,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 " @@ -6847,31 +6953,31 @@ 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" @@ -6896,15 +7002,15 @@ msgstr "IR növelése" 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 "" @@ -6941,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -6973,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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" @@ -6999,7 +7105,7 @@ msgstr "" msgid "Install Update" msgstr "Frissítés telepítése" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WAD telepítése..." @@ -7014,7 +7120,7 @@ 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" @@ -7023,7 +7129,7 @@ msgstr "Utasítás" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Utasítás:" @@ -7032,7 +7138,7 @@ msgstr "Utasítás:" msgid "Instruction: %1" msgstr "Utasítás: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7101,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7125,7 +7231,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7134,11 +7240,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "Érvénytelen játékos ID" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7159,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" @@ -7167,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." @@ -7196,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" @@ -7215,96 +7329,97 @@ msgstr "Olaszország" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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" @@ -7315,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:683 +#: 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" @@ -7356,7 +7471,7 @@ msgstr "Billentyűzet vezérlő" msgid "Keys" msgstr "Gombok" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7364,12 +7479,12 @@ msgstr "" msgid "Kick Player" msgstr "Játékos kirúgása" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7398,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 "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" @@ -7440,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 @@ -7538,11 +7653,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Oszlopok megjelenítése a listában" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Lista nézet" @@ -7552,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -7582,7 +7697,7 @@ msgstr "Egyedi textúrák betöltése" msgid "Load File" msgstr "Fájl betöltése" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "GameCube főmenü betöltése" @@ -7595,8 +7710,8 @@ msgstr "" msgid "Load Last State" msgstr "Legutóbbi állapot betöltése" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7697,19 +7812,19 @@ msgstr "Állapot betöltése, foglalat 8" msgid "Load State Slot 9" msgstr "Állapot betöltése, foglalat 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Állapot betöltése fájlból" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: 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:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Állapot betöltése foglalatból" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Wii rendszermenü betöltése %1" @@ -7721,30 +7836,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "Betöltés a kiválasztott foglalatból" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: 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:1077 +#: 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:1575 +#: 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." @@ -7757,7 +7872,7 @@ msgstr "" msgid "Local" msgstr "Helyi" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7766,7 +7881,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7774,7 +7889,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Napló" @@ -7783,20 +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:187 +#: 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:910 +#: 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" @@ -7808,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Elveszett a kapcsolat a NetPlay szerverrel..." #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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" @@ -7862,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 "" @@ -7892,12 +8023,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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ő:" @@ -7909,12 +8040,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7926,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Max puffer:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -7943,7 +8078,7 @@ 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." @@ -7964,7 +8099,7 @@ msgstr "Memória töréspont" msgid "Memory Card" msgstr "Memóriakártya" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Memóriakártya kezelő" @@ -7972,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 "" @@ -7992,7 +8127,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -8000,33 +8135,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -8035,7 +8178,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8055,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 " @@ -8067,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8092,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 "" @@ -8105,11 +8248,11 @@ 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" @@ -8125,7 +8268,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 "Több hiba történt az AR-kódok generálásakor." @@ -8134,14 +8277,26 @@ msgstr "Több hiba történt az AR-kódok generálásakor." 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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -8150,7 +8305,7 @@ msgstr "NAND ellenőrzés" msgid "NKit Warning" msgstr "NKit figyelmeztetés" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8177,7 +8332,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8204,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:" @@ -8265,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" @@ -8274,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:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Új" @@ -8317,7 +8472,7 @@ msgstr "Új címke" 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" @@ -8332,7 +8487,7 @@ 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:" @@ -8354,13 +8509,13 @@ 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" @@ -8368,7 +8523,7 @@ msgstr "Nincs egyezés" 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!" @@ -8389,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." @@ -8410,7 +8565,7 @@ msgstr "Nincs kiválasztva grafikai mod" msgid "No input" msgstr "Nincs bemenet" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Nem található probléma." @@ -8418,15 +8573,15 @@ msgstr "Nem található probléma." 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 " @@ -8437,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." @@ -8518,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." @@ -8554,7 +8704,7 @@ msgstr "" msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8606,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" @@ -8627,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 " @@ -8653,7 +8803,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online &dokumentáció" @@ -8661,13 +8811,13 @@ msgstr "Online &dokumentáció" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8684,7 +8834,7 @@ 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" @@ -8697,7 +8847,7 @@ msgstr "Teljesítmények megnyitása" msgid "Open Directory..." msgstr "Könyvtár megnyitása..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "FIFO napló megnyitása" @@ -8763,31 +8913,31 @@ 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:231 @@ -8805,7 +8955,7 @@ msgstr "Egyéb partíció (%1)" 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" @@ -8825,15 +8975,15 @@ msgstr "Kimeneti mintavételezés" msgid "Output Resampling:" msgstr "Kimeneti mintavételezés:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Felülírva" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8847,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:603 +#: 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 "" @@ -8897,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ó" @@ -8922,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:" @@ -8935,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:801 +#: 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 " @@ -8959,7 +9118,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." @@ -8987,7 +9146,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Képpont alapú megvilágítás" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Online rendszerfrissítés végrehajtása" @@ -8995,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" @@ -9017,11 +9176,11 @@ msgstr "Fizikai" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -9038,7 +9197,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platform" @@ -9046,7 +9205,7 @@ 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" @@ -9058,7 +9217,7 @@ 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" @@ -9095,14 +9254,19 @@ msgstr "" 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." @@ -9110,7 +9274,7 @@ 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 "" @@ -9143,7 +9307,7 @@ msgstr "Port:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9168,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" @@ -9209,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 " @@ -9224,7 +9388,7 @@ msgstr "" 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" @@ -9252,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." @@ -9279,15 +9443,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9300,7 +9464,7 @@ msgstr "" msgid "Public" msgstr "Nyilvános" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Játéklista gyorsítótár ürítése" @@ -9324,14 +9488,14 @@ msgstr "" msgid "Quality of Service (QoS) was successfully enabled." 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Kérdés" @@ -9356,11 +9520,11 @@ msgstr "Jobb analóg" msgid "READY" msgstr "KÉSZ" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO modulok" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO auto-felismerés" @@ -9393,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9442,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 "" @@ -9452,7 +9620,11 @@ 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" @@ -9460,15 +9632,15 @@ msgstr "Rögzítés" 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..." @@ -9503,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 @@ -9518,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." @@ -9533,7 +9704,7 @@ msgid "Refreshing..." msgstr "Frissítés..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Régió" @@ -9557,7 +9728,7 @@ msgstr "" #. i18n: Releases is a noun. #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:202 msgid "Releases (every few months)" -msgstr "Főbb frissítések (néhány havonta)" +msgstr "Releasek (néhány havonta)" #: Source/Core/DolphinQt/Updater.cpp:86 msgid "Remind Me Later" @@ -9567,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" @@ -9595,25 +9766,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9622,7 +9803,7 @@ 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." @@ -9631,9 +9812,9 @@ msgstr "" "

Ha bizonytalan vagy, hagyd kipipálva." -#: Source/Core/Core/FreeLookManager.cpp:99 +#: 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:930 +#: 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 @@ -9644,7 +9825,7 @@ msgstr "Alapbeállítások" msgid "Reset All" msgstr "Összes visszaállítása" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9668,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" @@ -9676,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:" @@ -9688,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" @@ -9696,7 +9877,7 @@ msgstr "Újraindítás szükséges" msgid "Restore Defaults" msgstr "Alapértelmezettek visszaállítása" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "Utasítás visszaállítása" @@ -9717,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 @@ -9772,7 +9953,7 @@ msgstr "Jobbra gurulás" 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 "" @@ -9781,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 " @@ -9790,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 " @@ -9802,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" @@ -9827,19 +10017,24 @@ msgstr "" msgid "Rumble" msgstr "Rumble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9855,19 +10050,19 @@ msgstr "Oroszország" 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" @@ -9875,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 "" @@ -9910,11 +10105,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "K&ód mentése" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Á&llapot mentése" @@ -9926,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9936,15 +10131,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9958,11 +10153,11 @@ 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:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "FIFO napló mentése" @@ -9980,15 +10175,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Mentési fájlok (*.sav);;Minden fájl (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -10000,13 +10195,13 @@ msgstr "Legrégebbi állapot mentése" msgid "Save Preset" msgstr "Előbeállítás mentése" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Rögzített fájl mentése, mint" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" -msgstr "" +msgstr "Aláírásfájl mentése" #: Source/Core/Core/HotkeyManager.cpp:183 #: Source/Core/Core/HotkeyManager.cpp:361 @@ -10054,23 +10249,23 @@ msgstr "Állapot mentése, foglalat 8" msgid "Save State Slot 9" msgstr "Állapot mentése, foglalat 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Állapot mentése fájlba" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: 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:384 +#: 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:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Állapot mentése a foglalatba" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -10078,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" @@ -10086,11 +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:1135 +#: 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" @@ -10105,11 +10300,11 @@ msgstr "Mentés a ROM-mal azonos könyvtárba" msgid "Save to Selected Slot" msgstr "Mentés a kiválasztott foglalatba" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -10129,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." @@ -10138,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Keresés" @@ -10148,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" @@ -10160,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Utasítás keresése" @@ -10174,7 +10369,7 @@ msgstr "Utasítás keresése" msgid "Search games..." msgstr "Játékok keresése..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Keresési utasítás" @@ -10208,7 +10403,7 @@ 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, " "cancel)" @@ -10219,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:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Exportálási könyvtár kiválasztása" @@ -10239,7 +10434,7 @@ msgstr "GBA ROM kiválasztása" msgid "Select GBA Saves Path" msgstr "GBA mentési útvonal kiválasztása" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10251,7 +10446,7 @@ msgstr "Legutóbbi állapot kiválasztása" msgid "Select Load Path" msgstr "Betöltési útvonal kiválasztása" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "NAND Backup kiválasztása" @@ -10263,11 +10458,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "Riivolution XML fájl kiválasztása" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: 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:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "Mentési fájl kiválasztása" @@ -10279,7 +10474,7 @@ msgstr "Skylander Collection kiválasztása" msgid "Select Skylander File" msgstr "Skylander fájl kiválasztása" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Foglalat kiválasztása %1 - %2" @@ -10287,7 +10482,7 @@ msgstr "Foglalat kiválasztása %1 - %2" msgid "Select State" msgstr "Állapot kiválasztása" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Állapot kiválasztása, foglalat" @@ -10331,7 +10526,7 @@ msgstr "Állapot kiválasztása, foglalat 8" msgid "Select State Slot 9" msgstr "Állapot kiválasztása, foglalat 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10348,17 +10543,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: 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" @@ -10366,7 +10561,7 @@ msgstr "Az SD kártya képfájllal szinkronizálandó mappa kiválasztása" msgid "Select a Game" msgstr "Válassz egy játékot" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Válassz egy fájlt" @@ -10378,11 +10573,11 @@ msgstr "Válassz egy játékot" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: 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:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Válaszd ki a lejátszandó felvételt" @@ -10394,7 +10589,7 @@ msgstr "Virtuális SD kártya gyökér kiválasztása" 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" @@ -10402,7 +10597,7 @@ msgstr "A megadott vezérlő profil nem létezik" #: 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:893 +#: 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!" @@ -10414,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 " @@ -10456,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 " @@ -10478,14 +10673,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10513,7 +10708,7 @@ msgstr "" 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:" @@ -10550,7 +10745,7 @@ 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" @@ -10567,15 +10762,15 @@ msgstr "" msgid "Set PC" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "&Szimbólumméret megadása" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10583,7 +10778,7 @@ msgstr "" msgid "Set as &Default ISO" msgstr "&Beállítás alapértelmezett ISO-ként" -#: 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" @@ -10593,11 +10788,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -10605,7 +10800,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10618,7 +10813,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10631,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" @@ -10645,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" @@ -10667,28 +10862,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Nap&ló megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Összes megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Ausztrália megjelenítése" @@ -10696,41 +10891,41 @@ msgstr "Ausztrália megjelenítése" 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 "Kikapcsolt kódok megjelenítése először" -#: Source/Core/DolphinQt/MenuBar.cpp:711 +#: 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 "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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Franciaország megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "GameCube megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Németország megjelenítése" @@ -10742,51 +10937,51 @@ msgstr "Golf mód átfedés megjelenítése" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Bemeneti kijelző megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Olaszország megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "JPN megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Korea megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL megjelenítése" @@ -10795,27 +10990,27 @@ msgstr "PAL megjelenítése" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Régiók megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Oroszország megjelenítése" @@ -10823,59 +11018,59 @@ msgstr "Oroszország megjelenítése" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Rendszeróra megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Tajvan megjelenítése" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: 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:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "USA megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii megjelenítése" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Világ megjelenítése" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "Megjelenítés a &Memóriában" @@ -10883,16 +11078,16 @@ msgstr "Megjelenítés a &Memóriában" msgid "Show in Code" msgstr "Megjelenítés a Kódban" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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" @@ -10900,7 +11095,7 @@ 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/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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10908,34 +11103,34 @@ msgid "" "
" 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: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." @@ -10944,21 +11139,21 @@ msgstr "" "

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/Settings/InterfacePane.cpp:375 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 msgid "" "Shows the mouse cursor at all times.

If unsure, " "select "On Movement"." @@ -10966,39 +11161,39 @@ msgstr "" "Mindig mutatja az egérkurzort.

Ha bizonytalan vagy, " "válaszd a "Mozgatáskor" lehetőséget. " -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 +#: 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:262 +#: 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." @@ -11032,7 +11227,7 @@ msgstr "Oldalra tartás kapcsoló" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Aláírás adatbázis" @@ -11056,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" @@ -11073,7 +11268,7 @@ 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." @@ -11083,7 +11278,7 @@ msgstr "" 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 "" @@ -11099,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%. " @@ -11179,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." @@ -11195,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:" @@ -11214,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" @@ -11222,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 "" @@ -11234,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, " @@ -11247,7 +11442,7 @@ 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" @@ -11280,20 +11475,24 @@ msgstr "Szabványos vezérlő" 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:778 +#: 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" @@ -11301,7 +11500,7 @@ msgstr "&Bemenet rögzítésének indítása" 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" @@ -11313,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:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Elindított játék" @@ -11352,19 +11551,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11373,7 +11572,7 @@ msgstr "" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Sztereó" @@ -11402,15 +11601,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Játék/felvétel leállítása" +#: 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" @@ -11443,7 +11646,7 @@ 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" @@ -11461,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 "Stílus" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:142 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:141 msgid "Style:" msgstr "Stílus:" @@ -11478,12 +11681,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Siker" @@ -11497,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'." @@ -11510,7 +11713,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "Sikeresen exportált mentési fájlok" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Tanúsítványok sikeresen kivonva a NAND-ból" @@ -11522,12 +11725,12 @@ msgstr "Fájl sikeresen kibontva." msgid "Successfully extracted system data." msgstr "Rendszeradatok sikeresen kibontva." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: 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:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11550,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" @@ -11601,26 +11804,31 @@ msgstr "A-ra váltás" msgid "Switch to B" 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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11646,7 +11854,7 @@ 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." @@ -11665,24 +11873,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Címkék" @@ -11700,15 +11908,15 @@ msgstr "" msgid "Taiwan" msgstr "Tajvan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11724,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 (*)" @@ -11735,11 +11943,11 @@ 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" @@ -11751,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" @@ -11770,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 "" @@ -11784,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:1239 +#: 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:1234 +#: 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 " @@ -11825,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." @@ -11924,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?" @@ -11958,21 +12166,21 @@ msgid "" "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}." @@ -11991,7 +12199,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -12000,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" @@ -12026,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" @@ -12044,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" @@ -12052,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" @@ -12061,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 " @@ -12105,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:1197 +#: 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)." @@ -12124,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 "" @@ -12159,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 "" @@ -12167,33 +12375,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:1189 +#: 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 "Téma" @@ -12207,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!" @@ -12243,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ó!" @@ -12273,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/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 " @@ -12307,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." @@ -12334,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." @@ -12344,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." @@ -12386,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" @@ -12403,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 "" @@ -12443,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" @@ -12476,7 +12687,7 @@ msgstr "Szálak" msgid "Threshold" msgstr "Küszöbérték" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12486,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)" @@ -12498,7 +12734,7 @@ msgstr "Lejárt az idő" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Cím" @@ -12506,17 +12742,17 @@ msgstr "Cím" msgid "To" msgstr "Eddig:" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Teljes képernyő kapcsoló" @@ -12541,7 +12777,7 @@ msgid "Toggle Aspect Ratio" msgstr "Képarány kapcsoló" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Töréspont kapcsoló" @@ -12593,11 +12829,15 @@ msgstr "XFB másolatok kapcsoló" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12605,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" @@ -12613,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 "" @@ -12651,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" @@ -12676,8 +12916,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12714,7 +12954,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12740,7 +12980,7 @@ 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ó" @@ -12758,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." @@ -12773,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." @@ -12782,7 +13022,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12794,11 +13034,11 @@ msgstr "" 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." @@ -12818,7 +13058,7 @@ 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." @@ -12845,11 +13085,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Állapot mentésének visszavonása" @@ -12867,13 +13107,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12883,7 +13123,7 @@ 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)" @@ -12912,7 +13152,7 @@ msgid "" "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!" @@ -12932,7 +13172,7 @@ 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." @@ -12977,7 +13217,7 @@ msgstr "Kurzor feloldása" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 msgid "Unlocked" -msgstr "" +msgstr "Feloldva" #. i18n: %1 is a date/time. #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:101 @@ -13012,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 @@ -13023,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" @@ -13092,15 +13332,15 @@ msgstr "Használd a 8.8.8.8-at a normál DNS-hez, vagy adj meg egy sajátot." 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/EnhancementsWidget.cpp:220 msgid "Use Full Resolution Per Eye" -msgstr "" +msgstr "Teljes felbontás szemenként" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Veszteségmentes kodek használata (FFV1)" @@ -13108,15 +13348,15 @@ 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." @@ -13125,7 +13365,7 @@ msgstr "" "

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 " @@ -13134,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 "" @@ -13175,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'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 " @@ -13194,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 " @@ -13464,7 +13708,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Figyelem" @@ -13560,7 +13804,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13568,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 " @@ -13576,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" @@ -13608,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" @@ -13616,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" @@ -13626,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" @@ -13646,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" @@ -13654,15 +13898,15 @@ msgstr "Wii és Wii Remote" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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" @@ -13671,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 "" @@ -13689,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13742,11 +13994,11 @@ msgstr "Helytelen régió" 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 "" @@ -13797,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 " @@ -13881,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." @@ -13902,7 +14154,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13920,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 "" @@ -13969,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 "" @@ -13985,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" @@ -14052,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" @@ -14072,15 +14326,15 @@ 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 "" diff --git a/Languages/po/it.po b/Languages/po/it.po index 9996d72505..3fa881332b 100644 --- a/Languages/po/it.po +++ b/Languages/po/it.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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)" @@ -181,7 +187,7 @@ msgstr "%1 non supporta questa funzionalità sul tuo sistema." 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,11 +197,11 @@ msgstr "" "%2 oggetto/i\n" "Frame corrente: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 è entrato" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 è uscito" @@ -203,11 +209,11 @@ msgstr "%1 è uscito" 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:1118 +#: 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:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 è in modalità golf" @@ -219,8 +225,8 @@ 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" @@ -237,11 +243,11 @@ 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)" @@ -250,17 +256,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "Il valore di %1 è stato usato" @@ -276,7 +282,7 @@ msgstr "%1/%2" 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,20 +316,20 @@ msgstr "%1x Nativo (%2x%3) per %4" 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." @@ -349,20 +355,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&A proposito di..." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "&Aggiungi funzione" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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..." @@ -370,11 +376,11 @@ msgstr "&Aggiungi nuovo codice..." msgid "&Add..." msgstr "&Aggiungi..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Assembler" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Impostazioni &audio" @@ -386,15 +392,19 @@ msgstr "&Aggiornamento automatico:" msgid "&Borderless Window" msgstr "&Finestra senza bordi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: 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:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Punti di interruzione" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Bug Tracker" @@ -402,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Controlla la presenza di aggiornamenti..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Pulisci simboli" @@ -418,20 +428,24 @@ msgstr "&Pulisci simboli" msgid "&Clone..." msgstr "&Clona..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "Impostazioni &Controller" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Copia indirizzo" @@ -439,26 +453,26 @@ msgstr "&Copia indirizzo" 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..." @@ -466,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:343 +#: 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" @@ -490,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Font..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Avanza per fotogramma" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Impostazioni camera libera" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Genera simboli da" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Repository &GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Impostazioni video" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Aiuto" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Impostazioni tasti di scelta rapida" @@ -544,11 +562,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "&Inserisci BLR" @@ -556,7 +574,7 @@ msgstr "&Inserisci BLR" msgid "&Interframe Blending" msgstr "&Blending Interframe" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -564,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Carica stato di gioco" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Carica mappa dei simboli" @@ -582,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Blocca widget" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "&Logga al raggiungimento" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memoria" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "&Controlli vari" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Filmato" @@ -606,7 +628,7 @@ msgstr "&Filmato" msgid "&Mute" msgstr "&Muto" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Network" @@ -615,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opzioni" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pausa" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Gioca" @@ -639,7 +665,7 @@ msgstr "&Gioca" msgid "&Properties" msgstr "&Proprietà" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Modalità sola-lettura" @@ -647,7 +673,7 @@ msgstr "&Modalità sola-lettura" msgid "&Refresh List" msgstr "&Aggiorna elenco" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registri" @@ -655,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "&Rinomina simbolo" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Salva mappa dei simboli" @@ -685,7 +711,7 @@ 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" @@ -693,23 +719,27 @@ msgstr "&Skylanders Portal" msgid "&Speed Limit:" msgstr "&Limite velocità" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -719,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Espressione di controllo" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Sito Web" @@ -745,38 +775,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Sì" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: 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:1564 +#: 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: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" @@ -793,7 +815,7 @@ msgstr ", Virgola" msgid "- Subtract" msgstr "- Sottrai" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -863,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" @@ -921,7 +943,7 @@ msgstr "Unsigned Integer 32-bit" #. i18n: Stereoscopic 3D #: 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" @@ -947,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" @@ -1044,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1092,8 +1114,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Maggiore-di" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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!" @@ -1131,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:967 +#: 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?" @@ -1153,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" @@ -1192,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" @@ -1234,8 +1256,8 @@ msgstr "Precisione:" msgid "Achievement Settings" msgstr "Impostazioni achievement" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Achievement" @@ -1329,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Attivo" @@ -1345,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" @@ -1353,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:" @@ -1403,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Indirizzo" @@ -1450,7 +1471,7 @@ msgid "" "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 " @@ -1458,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. @@ -1482,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" @@ -1494,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" @@ -1635,8 +1656,8 @@ msgstr "Tutti i file GC/Wii" msgid "All Hexadecimal" msgstr "Tutto Esadecimale" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1648,7 +1669,7 @@ 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 (*)" @@ -1668,7 +1689,7 @@ msgstr "Permetti diverse impostazioni regione" 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" @@ -1688,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" @@ -1710,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" @@ -1736,15 +1757,15 @@ msgstr "Anti-Aliasing:" msgid "Any Region" msgstr "Qualunque regione" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "Accoda signature a" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: 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:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "A&pplica file signature..." @@ -1756,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" @@ -1764,7 +1785,7 @@ msgstr "Data Apploader" msgid "Apply" msgstr "Applica" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "Applica file di signature" @@ -1772,7 +1793,7 @@ msgstr "Applica file di signature" 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'?" @@ -1784,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/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?" @@ -1796,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:" @@ -1813,7 +1842,7 @@ msgstr "Rapporto d'aspetto:" msgid "Assemble" msgstr "Converti" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "Istruzione assembly" @@ -1847,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" @@ -1867,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" @@ -1896,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" @@ -1904,15 +1933,15 @@ msgstr "Ridimensiona automaticamente la finestra" msgid "Auto-Hide" msgstr "Nascondi automaticamente" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1951,7 +1980,7 @@ msgid "Auxiliary" msgstr "Ausiliario" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1985,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:" @@ -2006,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." @@ -2027,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -2064,7 +2093,7 @@ 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" @@ -2117,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):" @@ -2135,11 +2164,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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:" @@ -2173,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:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Avvia in pausa" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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" @@ -2245,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 " @@ -2292,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 " @@ -2308,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)" @@ -2335,11 +2364,11 @@ 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Interrompi" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "Interrompi &e logga al raggiungimento" @@ -2348,12 +2377,12 @@ msgstr "Interrompi &e logga al raggiungimento" msgid "Breakpoint" msgstr "Punto di interruzione" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: 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:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Punti di interruzione" @@ -2387,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:930 +#: 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:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2452,7 +2481,7 @@ msgstr "Da: %1" msgid "C Stick" msgstr "C Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "C&rea file di signature..." @@ -2460,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" @@ -2472,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." @@ -2504,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" @@ -2544,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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" @@ -2603,19 +2632,19 @@ 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." @@ -2627,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:" @@ -2651,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" @@ -2659,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..." @@ -2675,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." @@ -2683,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." @@ -2712,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." @@ -2732,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" @@ -2740,7 +2769,7 @@ msgstr "Cerca codice" msgid "Cheats Manager" msgstr "Gestione codici" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Controlla NAND..." @@ -2780,11 +2809,11 @@ msgstr "Scegli la cartella in cui estrarre" msgid "Choose GCI Base Folder" msgstr "Scegli la cartella base GCI" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "Scegli file di input prioritario" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "Scegli file di input secondario" @@ -2813,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Pulisci cache" @@ -2831,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" @@ -2844,7 +2874,7 @@ msgstr "&Clona e modifica codice" msgid "Close" msgstr "Chiudi" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Co&nfigurazione" @@ -2852,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" @@ -2884,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Combina &due file signature..." @@ -2901,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 " @@ -2912,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 " @@ -2922,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" @@ -2932,7 +2971,7 @@ msgstr "Compilazione degli shader" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Compressione" @@ -2940,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:" @@ -2953,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Condizione" @@ -3100,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" @@ -3113,26 +3152,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -3143,15 +3190,15 @@ msgstr "Conferma" msgid "Connect" msgstr "Collega" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Collega Wii Remote %1" @@ -3171,7 +3218,7 @@ msgstr "Collega Wii Remote 3" msgid "Connect Wii Remote 4" msgstr "Collega Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Connetti Wii Remote" @@ -3195,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." @@ -3212,7 +3259,7 @@ 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" @@ -3337,8 +3384,8 @@ msgstr "Convergenza" 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." @@ -3346,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" @@ -3356,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" @@ -3381,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..." @@ -3433,19 +3480,19 @@ msgstr "" msgid "Copy" msgstr "Copia" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "Copia &funzione" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "Copia &riga di codice" @@ -3453,15 +3500,15 @@ msgstr "Copia &riga di codice" 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/CodeViewWidget.cpp:589 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 msgid "Copy Tar&get Address" msgstr "Copia indirizzo tar&get" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Copia valore" @@ -3479,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" @@ -3492,11 +3534,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3526,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" @@ -3537,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" @@ -3584,11 +3621,11 @@ 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!" @@ -3617,7 +3654,7 @@ msgstr "" "Se è così, allora potresti dover reimpostare la posizione della memory card " "nelle opzioni." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Impossibile raggiungere il server centrale" @@ -3629,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:" @@ -3662,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: " @@ -3670,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)." @@ -3690,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, " @@ -3705,11 +3742,11 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/MenuBar.cpp:304 +#: 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" @@ -3725,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)" @@ -3737,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" @@ -3761,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 @@ -3791,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" @@ -3799,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)" @@ -3882,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" @@ -3892,11 +3955,11 @@ 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" @@ -3921,11 +3984,11 @@ msgstr "Riduci IR" 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" @@ -3939,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" @@ -3955,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" @@ -3963,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 " @@ -3980,7 +4043,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Elimina" @@ -4010,18 +4073,18 @@ msgstr "Percentuale profondità:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -4029,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" @@ -4042,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" @@ -4064,7 +4127,7 @@ msgstr "Scollegato" msgid "Detect" msgstr "Rileva" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Individuazione moduli RSO" @@ -4094,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:" @@ -4103,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à." @@ -4127,7 +4190,7 @@ 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" @@ -4135,11 +4198,11 @@ msgstr "Disattiva copie EFB VRAM" msgid "Disable Emulation Speed Limit" msgstr "Disabilita limite velocità di emulazione" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Disabilita Fastmem" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Disabilita Fastmem Arena" @@ -4147,11 +4210,11 @@ msgstr "Disabilita Fastmem Arena" msgid "Disable Fog" msgstr "Disabilita nebbia" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Disabilita cache JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Disabilita grandi mappe degli entry point" @@ -4159,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 " @@ -4170,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 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." @@ -4211,7 +4274,7 @@ msgid "Discard" msgstr "Annulla" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Impostazioni di visualizzazione" @@ -4250,11 +4313,11 @@ msgstr "Distanza di movimento dalla posizione neutrale." 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:1762 +#: 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:1293 +#: 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?" @@ -4264,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:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Vuoi interrompere l'emulazione in corso?" @@ -4272,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)" @@ -4285,22 +4348,22 @@ msgstr "Log FIFO Dolphin (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Preset Dolphin Game Mod" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Filmati TAS Dolphin (*.dtm)" @@ -4343,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:1001 +#: 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." @@ -4355,11 +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/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." @@ -4393,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 @@ -4403,27 +4466,27 @@ 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 " @@ -4478,19 +4541,19 @@ msgstr "Dump &FakeVMEM" msgid "Dump &MRAM" msgstr "Dump &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dump dei frame" @@ -4498,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" @@ -4506,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" @@ -4531,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." @@ -4550,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." @@ -4569,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" @@ -4605,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" @@ -4624,16 +4687,16 @@ msgstr "Est Asia" msgid "Edit Breakpoint" msgstr "Modifica punto di interruzione" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "Modifica condizionale" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "Modifica espressione condizionale" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Modifica..." @@ -4642,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" @@ -4653,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4679,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" @@ -4707,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" @@ -4732,16 +4809,16 @@ 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" @@ -4753,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" @@ -4773,15 +4850,15 @@ msgstr "Abilita Dual Core" 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" @@ -4789,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 " @@ -4831,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:916 +#: 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" @@ -4865,11 +4942,11 @@ 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" @@ -4877,15 +4954,15 @@ msgstr "Abilita achievement non ufficiali" 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)" @@ -4898,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 " @@ -4910,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 " @@ -4920,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 " @@ -4934,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 " @@ -4951,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 " @@ -4964,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." @@ -4986,20 +5063,20 @@ msgid "" "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 " @@ -5011,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 " @@ -5023,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 " @@ -5050,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à " @@ -5060,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 @@ -5078,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 " @@ -5114,7 +5191,7 @@ msgstr "" "modificata a emulazione avviata.

Nel dubbio, lascia " "deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -5126,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." @@ -5152,7 +5229,7 @@ msgstr "" "\n" "Importazione annullata." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "Fine Ind" @@ -5162,7 +5239,7 @@ 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" @@ -5181,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:" @@ -5207,7 +5284,7 @@ msgstr "" "Inserisci l'indirizzo IP e la porta dell'istanza tapserver a cui vuoi " "connetterti." -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Inserisci l'indirizzo del modulo RSO:" @@ -5216,69 +5293,68 @@ msgstr "Inserisci l'indirizzo del modulo RSO:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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,7 +5368,7 @@ msgstr "Inserisci l'indirizzo del modulo RSO:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Errore" @@ -5314,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 " @@ -5324,7 +5400,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Errore durante l'ottenimento della lista delle sessioni: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: 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" @@ -5388,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" @@ -5409,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}." @@ -5423,12 +5499,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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" @@ -5472,11 +5548,11 @@ msgstr "Inizio di espressione prevista." 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Esporta tutti i salvataggi Wii" @@ -5491,7 +5567,7 @@ msgstr "Esportazione non riuscita" msgid "Export Recording" msgstr "Esporta registrazione" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Esporta registrazione..." @@ -5519,14 +5595,14 @@ msgstr "Esporta come .&gcs..." msgid "Export as .&sav..." msgstr "Esporta come .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5547,7 +5623,7 @@ msgstr "Esterno" msgid "External Frame Buffer (XFB)" msgstr "External Frame Buffer (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Estrai certificati da NAND" @@ -5585,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" @@ -5605,11 +5681,11 @@ msgstr "" 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:1723 +#: 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}" @@ -5625,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:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Impossibile connettersi al server: %1" @@ -5683,19 +5759,19 @@ msgstr "" 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" @@ -5708,7 +5784,7 @@ 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:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Fallita estrazione dei certificati dalla NAND" @@ -5738,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:1153 +#: 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:1147 +#: 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." @@ -5753,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:1160 +#: 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 -> " @@ -5764,7 +5840,7 @@ msgstr "" "ripararla (Strumenti -> Gestisci NAND -> Controlla NAND...), quindi importa " "di nuovo il salvataggio." -#: Source/Core/DolphinQt/MainWindow.cpp:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Inizializzazione fallita" @@ -5778,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" @@ -5787,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:1118 +#: 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:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5799,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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: 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" @@ -5812,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:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Fallita l'apertura del file mappa '%1'" @@ -5828,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." @@ -5844,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:1740 +#: 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\"" @@ -5896,7 +5972,7 @@ msgstr "" msgid "Failed to open file." msgstr "Impossibile aprire il file." -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Impossibile avviare il server" @@ -5952,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." @@ -6055,31 +6131,31 @@ 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:1651 +#: 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:1696 +#: 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:1675 +#: 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:1775 +#: 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 > " @@ -6136,7 +6212,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Errore" @@ -6170,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" @@ -6183,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nome file" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Percorso:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -6234,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}" @@ -6269,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" @@ -6304,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 @@ -6319,11 +6389,11 @@ msgstr "Flag" msgid "Float" msgstr "Float" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 " @@ -6345,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" @@ -6353,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" @@ -6385,11 +6455,11 @@ 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." @@ -6421,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." @@ -6434,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 @@ -6449,13 +6519,13 @@ 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" @@ -6476,11 +6546,11 @@ msgstr "Aumenta velocità avanzamento frame" 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" @@ -6488,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:" @@ -6508,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" @@ -6528,7 +6598,11 @@ 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" @@ -6543,7 +6617,7 @@ 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" @@ -6562,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:" @@ -6571,12 +6645,12 @@ msgstr "Da:" msgid "FullScr" msgstr "Schermo intero" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funzione" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Impostazioni funzionalità" @@ -6620,11 +6694,11 @@ msgstr "Volume GBA" msgid "GBA Window Size" msgstr "Dimensioni finestra GBA" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: 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:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "ROM GBA%1 disabilitata" @@ -6648,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" @@ -6672,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:235 +#: 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?" @@ -6684,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:253 +#: 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?" @@ -6692,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:278 +#: 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?" @@ -6700,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:262 +#: 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?" @@ -6708,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:244 +#: 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?" @@ -6724,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:470 +#: 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" @@ -6747,8 +6821,8 @@ 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" @@ -6764,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" @@ -6776,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" @@ -6793,11 +6867,11 @@ msgid "Game Gamma:" msgstr "Gamma di gioco:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6806,7 +6880,7 @@ msgstr "ID gioco:" msgid "Game Status" msgstr "Stato del gioco" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Cambiato gioco in \"%1\"" @@ -6858,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" @@ -6870,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" @@ -6891,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" @@ -6919,7 +6993,7 @@ 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" @@ -6930,17 +7004,17 @@ msgstr "Codici Gecko" #: 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" @@ -6957,17 +7031,17 @@ 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:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "Codici AR generati." -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6975,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -7003,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" @@ -7048,7 +7122,7 @@ msgstr "Verde sinistro" msgid "Green Right" msgstr "Verde destro" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Vista a griglia" @@ -7093,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:" @@ -7126,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Nascondi tutto" @@ -7146,7 +7220,7 @@ msgstr "Nascondi sessioni incompatibili" 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 " "render window is focused.

If unsure, select "" @@ -7157,11 +7231,11 @@ msgstr "" "Al movimento"." #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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" @@ -7184,13 +7258,37 @@ msgstr "Host" msgid "Host Code:" msgstr "Codice host:" +#. 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/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 "" @@ -7204,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:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Autorità input host disattivata" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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" @@ -7220,7 +7326,7 @@ 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" @@ -7230,11 +7336,11 @@ msgstr "Impostazioni Tasti di Scelta Rapida" 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" @@ -7261,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:" @@ -7298,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:" @@ -7397,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." @@ -7425,7 +7531,7 @@ msgstr "" "maggiormente. Ci permettono anche di scovare configurazioni particolari che " "causano bug o problemi di performance e stabilità." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -7441,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" @@ -7470,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 " @@ -7497,7 +7602,7 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Importa backup NAND BootMII..." @@ -7512,15 +7617,15 @@ msgstr "Importazione non riuscita" msgid "Import Save File(s)" msgstr "Importa file di salvataggio" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importa salvataggio Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importazione di backup NAND in corso" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7529,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 " @@ -7547,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 " @@ -7560,31 +7665,31 @@ 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" @@ -7609,15 +7714,15 @@ msgstr "Aumenta IR" 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" @@ -7657,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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" @@ -7671,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -7689,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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" @@ -7715,7 +7820,7 @@ msgstr "Partizione di installazione (%1)" msgid "Install Update" msgstr "Installa aggiornamento" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Installa WAD..." @@ -7730,7 +7835,7 @@ 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" @@ -7739,7 +7844,7 @@ msgstr "Istruzione" msgid "Instruction Breakpoint" msgstr "Punto di interruzione" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Istruzione:" @@ -7748,7 +7853,7 @@ msgstr "Istruzione:" msgid "Instruction: %1" msgstr "Istruzione: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7827,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreter Core" @@ -7851,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:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Pack non valido %1 fornito: %2" @@ -7860,11 +7965,11 @@ msgstr "Pack non valido %1 fornito: %2" msgid "Invalid Player ID" msgstr "ID giocatore non valido" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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" @@ -7885,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" @@ -7893,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." @@ -7923,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" @@ -7942,81 +8055,81 @@ msgstr "Italia" msgid "Item" msgstr "Oggetto" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branch Off" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FloatingPoint Off" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Integer Off" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LoadStore Floating Off" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LoadStore Off" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LoadStore Paired Off" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LoadStore lXz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LoadStore lbzx Off" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LoadStore lwz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Off (JIT Core)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "Registro cache JIT Off" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT SystemRegisters Off" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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." @@ -8025,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:424 +#: 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:308 +#: 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" @@ -8045,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!" @@ -8053,12 +8167,12 @@ msgstr "" "Kaos è l'unico cattivo per questo trofeo ed è sempre sbloccato. Non serve " "modificare nulla!" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:683 +#: 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" @@ -8088,7 +8202,7 @@ msgstr "Controller tastiera" msgid "Keys" msgstr "Tasti" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -8096,12 +8210,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "Kicka giocatore" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -8130,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" @@ -8172,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 @@ -8281,11 +8395,11 @@ msgstr "Luce" msgid "Limit Chunked Upload Speed:" msgstr "Limite velocità upload a blocchi:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Lista colonne" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Vista a lista" @@ -8295,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Carica file mappa &invalida..." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -8325,7 +8439,7 @@ msgstr "Carica texture personalizzate" msgid "Load File" msgstr "Carica file" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Carica menu principale GameCube" @@ -8338,8 +8452,8 @@ msgstr "Carica solo salvataggio dell'host" msgid "Load Last State" msgstr "Carica ultimo stato di gioco" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "Carica file mappa" @@ -8440,19 +8554,19 @@ msgstr "Carica stato di gioco da slot 8" msgid "Load State Slot 9" msgstr "Carica stato di gioco da slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Carica stato da file" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Carica stato dallo slot selezionato" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Carica stato da slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Carica menu di sistema Wii %1" @@ -8464,23 +8578,23 @@ msgstr "Carica e scrivi salvataggio dell'host" msgid "Load from Selected Slot" msgstr "Carica dallo slot selezionato" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Carica da slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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, " @@ -8490,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." @@ -8502,7 +8616,7 @@ msgstr "" 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" @@ -8511,7 +8625,7 @@ msgstr "Blocca il cursore del mouse" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -8522,7 +8636,7 @@ msgstr "" "dubbio, lascia deselezionato." #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -8531,20 +8645,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Configurazione log" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Login" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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" @@ -8556,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 " @@ -8571,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:979 +#: 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:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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" @@ -8614,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!" @@ -8644,12 +8774,12 @@ msgstr "Assicurati che ci sia uno Skylander nello slot %1!" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -8666,12 +8796,12 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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" @@ -8683,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Buffer massimo:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -8700,7 +8834,7 @@ 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." @@ -8722,7 +8856,7 @@ msgstr "Punto di interruzione dei dati" msgid "Memory Card" msgstr "Memory Card" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Gestione Memory Card" @@ -8730,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" @@ -8751,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:1815 +#: 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, " @@ -8763,33 +8897,41 @@ msgstr "" "consiglia di mantenere un backup di entrambe le NAND. Sei sicuro di voler " "continuare?" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -8800,7 +8942,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Discordanza tra le strutture dati interne." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8827,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 " @@ -8843,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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" @@ -8868,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" @@ -8881,11 +9023,11 @@ 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" @@ -8903,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." @@ -8912,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -8928,7 +9082,7 @@ msgstr "Controllo NAND" msgid "NKit Warning" msgstr "Attenzione NKit" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8960,7 +9114,7 @@ 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:279 +#: 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" @@ -8987,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:" @@ -9056,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" @@ -9065,7 +9219,7 @@ msgid "Never Auto-Update" msgstr "Disabilita aggiornamento automatico" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Nuovo" @@ -9108,7 +9262,7 @@ msgstr "Nuovo tag" 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" @@ -9123,7 +9277,7 @@ 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:" @@ -9145,13 +9299,13 @@ 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" @@ -9159,7 +9313,7 @@ msgstr "Nessuna corrispondenza" 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!" @@ -9180,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." @@ -9201,7 +9355,7 @@ msgstr "Non sono state selezionate mod grafiche" msgid "No input" msgstr "Nessun input" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Non sono stati rilevati problemi." @@ -9209,15 +9363,15 @@ msgstr "Non sono stati rilevati problemi." 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 " @@ -9232,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." @@ -9320,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." @@ -9356,7 +9505,7 @@ msgstr "Levetta Nunchuk" msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Oggetto %1" @@ -9408,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" @@ -9429,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 " @@ -9443,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 " @@ -9469,7 +9618,7 @@ msgstr "" "funzione e code path condizionali percorsi solo quando un'azione viene " "eseguita nel software emulato." -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Documentazione online" @@ -9477,7 +9626,7 @@ msgstr "&Documentazione online" msgid "Only Show Collection" msgstr "Mostra solo collezione" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9485,7 +9634,7 @@ msgstr "" "Inserisci solo simboli con prefisso:\n" "(Vuoto per tutti i simboli)" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9504,7 +9653,7 @@ 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" @@ -9517,7 +9666,7 @@ msgstr "Apri achievement" msgid "Open Directory..." msgstr "Apri cartella..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "Apri log FIFO" @@ -9583,31 +9732,31 @@ 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:231 @@ -9625,7 +9774,7 @@ msgstr "Altra partizione (%1)" 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" @@ -9645,15 +9794,15 @@ msgstr "Ricampionamento Output" msgid "Output Resampling:" msgstr "Ricampionamento Output:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Sovrascritto" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9667,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:603 +#: 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" @@ -9717,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" @@ -9742,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:" @@ -9755,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:801 +#: 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 " @@ -9783,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." @@ -9811,7 +9969,7 @@ msgstr "Velocità massima per oscillare verso l'esterno" msgid "Per-Pixel Lighting" msgstr "Illuminazione per-pixel" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Avviare aggiornamento di sistema online" @@ -9819,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" @@ -9841,11 +9999,11 @@ msgstr "Fisico" msgid "Physical address space" msgstr "Spazio dell'indirizzo fisico" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Scegli un font di debug" @@ -9862,7 +10020,7 @@ msgid "Pitch Up" msgstr "Inclinazione in alto" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Piattaforma" @@ -9870,7 +10028,7 @@ 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" @@ -9882,7 +10040,7 @@ 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" @@ -9919,14 +10077,19 @@ msgstr "Secondo giocatore seconda abilità" 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." @@ -9935,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 "" @@ -9969,7 +10132,7 @@ msgstr "Porta:" msgid "Portal Slots" msgstr "Slot portale" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: 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" @@ -9994,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" @@ -10035,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 " @@ -10055,7 +10218,7 @@ msgstr "" 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" @@ -10083,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." @@ -10091,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." @@ -10099,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." @@ -10116,15 +10279,15 @@ msgstr "Profilo" msgid "Program Counter" msgstr "Program Counter" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -10136,7 +10299,7 @@ msgstr "" msgid "Public" msgstr "Pubblica" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Pulisci cache lista giochi" @@ -10160,14 +10323,14 @@ msgstr "Impossibile abilitare Quality of Service (QoS)." 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Conferma" @@ -10192,11 +10355,11 @@ msgstr "R-Analogico" msgid "READY" msgstr "PRONTO" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "Moduli RSO" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "Auto-rilevamento RSO" @@ -10229,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Lettura" @@ -10278,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" @@ -10288,7 +10455,11 @@ 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" @@ -10296,15 +10467,15 @@ msgstr "Registra" 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..." @@ -10345,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 @@ -10360,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." @@ -10374,7 +10544,7 @@ msgid "Refreshing..." msgstr "Aggiornamento..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Regione" @@ -10408,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" @@ -10439,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:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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." @@ -10460,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}" @@ -10468,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." @@ -10477,9 +10657,9 @@ msgstr "" "abbiano effetto.

Nel dubbio, lascia selezionato." -#: Source/Core/Core/FreeLookManager.cpp:99 +#: 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:930 +#: 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 @@ -10490,7 +10670,7 @@ msgstr "Reimposta" msgid "Reset All" msgstr "Reimposta tutto" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Reimposta ignora avvisi di errore" @@ -10514,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" @@ -10522,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:" @@ -10534,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" @@ -10542,7 +10722,7 @@ msgstr "Riavvio necessario" msgid "Restore Defaults" msgstr "Ripristina predefiniti" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "Ripristina istruzione" @@ -10563,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 @@ -10618,7 +10798,7 @@ msgstr "Rotazione a destra" 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" @@ -10627,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 " @@ -10641,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 " @@ -10653,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" @@ -10681,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 " @@ -10710,19 +10908,24 @@ msgstr "" msgid "Rumble" msgstr "Vibrazione" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "Esegui fino a" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "Esegui fino a (ignorando i punti di interruzione)" @@ -10738,19 +10941,19 @@ msgstr "Russia" 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" @@ -10758,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:" @@ -10793,11 +10996,11 @@ msgstr "Contesto SSL" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Sal&va codice" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Sal&va stato di gioco" @@ -10809,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10819,15 +11022,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "Salva snapshot Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "Salva file combinato in output come" @@ -10841,11 +11044,11 @@ msgstr "Salva immagini convertite" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Esporta salvataggio" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "Salva log FIFO" @@ -10863,15 +11066,15 @@ 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:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "Salva file mappa" @@ -10883,11 +11086,11 @@ msgstr "Salva sul più vecchio stato di gioco" msgid "Save Preset" msgstr "Salva preset" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Salva file registrazione come" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "Salva file di signature" @@ -10937,23 +11140,23 @@ msgstr "Salva stato di gioco nello slot 8" msgid "Save State Slot 9" msgstr "Salva stato di gioco nello slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Salva stato su file" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Salva stato su slot più vecchio" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Salva stato nello slot selezionato" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Salva stato su slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Salva mappa dei simboli &come..." @@ -10961,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" @@ -10969,11 +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:1135 +#: 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" @@ -10991,11 +11194,11 @@ msgstr "Salva nella stessa cartella della ROM" msgid "Save to Selected Slot" msgstr "Salva nello slot selezionato" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -11017,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." @@ -11026,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Cerca" @@ -11036,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" @@ -11048,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." @@ -11056,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Cerca un'istruzione" @@ -11064,7 +11267,7 @@ msgstr "Cerca un'istruzione" msgid "Search games..." msgstr "Cerca giochi..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Ricerca istruzione" @@ -11099,7 +11302,7 @@ 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, " "cancel)" @@ -11112,7 +11315,7 @@ msgid "Select Dump Path" msgstr "Seleziona percorso dump" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Seleziona cartella di estrazione" @@ -11132,7 +11335,7 @@ msgstr "Seleziona ROM GBA" msgid "Select GBA Saves Path" msgstr "Seleziona percorso dei salvataggi GBA" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "Seleziona il file contenente le chiavi (dump OTP/SEEPROM)" @@ -11144,7 +11347,7 @@ msgstr "Seleziona ultimo stato" msgid "Select Load Path" msgstr "Seleziona percorso da caricare" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "Seleziona backup NAND" @@ -11156,11 +11359,11 @@ msgstr "Seleziona percorso Resource Pack" msgid "Select Riivolution XML file" msgstr "Seleziona file Riivolution XML" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "Seleziona immagine scheda SD" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "Seleziona file di salvataggio" @@ -11172,7 +11375,7 @@ msgstr "Seleziona collezione Skylander" msgid "Select Skylander File" msgstr "Seleziona file Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Seleziona slot %1 - %2" @@ -11180,7 +11383,7 @@ msgstr "Seleziona slot %1 - %2" msgid "Select State" msgstr "Seleziona stato di gioco" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Seleziona slot di stato" @@ -11224,7 +11427,7 @@ msgstr "Seleziona slot di stato 8" msgid "Select State Slot 9" msgstr "Seleziona slot di stato 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "Seleziona un titolo da installare su NAND" @@ -11241,17 +11444,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: 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" @@ -11259,7 +11462,7 @@ msgstr "Scegli la cartella da sincronizzare con l'immagine scheda SD" msgid "Select a Game" msgstr "Seleziona un gioco" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Seleziona un file" @@ -11271,11 +11474,11 @@ msgstr "Seleziona un gioco" msgid "Select e-Reader Cards" msgstr "Seleziona carte e-Reader" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Scegli l'indirizzo del modulo RSO:" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Seleziona la registrazione da eseguire" @@ -11287,7 +11490,7 @@ msgstr "Seleziona la cartella principale per la scheda SD virtuale" 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" @@ -11295,7 +11498,7 @@ msgstr "Il profilo controller selezionato non esiste" #: 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:893 +#: 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!" @@ -11307,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." @@ -11315,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." @@ -11323,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 " @@ -11379,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 " @@ -11419,22 +11622,15 @@ 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/Settings/GeneralPane.cpp:410 msgid "" @@ -11479,7 +11675,7 @@ msgstr "" 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: " @@ -11526,7 +11722,7 @@ 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" @@ -11543,15 +11739,15 @@ msgstr "Seleziona file per la memory card dello slot B" msgid "Set PC" msgstr "Imposta PC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: 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:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "Imposta dimensione del &simbolo" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "Imposta indirizzo di termine del simbolo" @@ -11559,7 +11755,7 @@ msgstr "Imposta indirizzo di termine del simbolo" msgid "Set as &Default ISO" msgstr "Imposta come ISO &predefinita" -#: 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" @@ -11569,11 +11765,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -11585,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." @@ -11602,7 +11798,7 @@ 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:378 +#: 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." @@ -11620,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" @@ -11634,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" @@ -11656,28 +11852,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Mostra finestra di &log" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Mostra tutto" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Mostra Australia" @@ -11685,41 +11881,41 @@ msgstr "Mostra Australia" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Mostra Francia" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Mostra GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Mostra Germania" @@ -11731,51 +11927,51 @@ msgstr "Mostra overlay modalità golf" msgid "Show Infinity Base" msgstr "Mostra base Infinity" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Mostra tasti di input" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Mostra Italia" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Mostra JPN" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Mostra Corea" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Mostra PAL" @@ -11784,27 +11980,27 @@ msgstr "Mostra PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Mostra regioni" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Mostra contatore re-registrazioni" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Mostra Russia" @@ -11812,59 +12008,59 @@ msgstr "Mostra Russia" msgid "Show Skylanders Portal" msgstr "Mostra portale Skylanders" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Mostra orologio di sistema" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Mostra Taiwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "&Mostra target in memoria" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Mostra USA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Mostra WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Mostra Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Mostra mondo" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "Mostra in &memoria" @@ -11872,16 +12068,16 @@ msgstr "Mostra in &memoria" msgid "Show in Code" msgstr "Mostra nel codice" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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" @@ -11889,7 +12085,7 @@ msgstr "Mostra in memoria" msgid "Show in server browser" msgstr "Mostra nel server browser" -#: 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -11902,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." @@ -11911,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 " @@ -11931,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." @@ -11941,7 +12137,7 @@ msgstr "" "

Nel dubbio, lascia deselezionato." -#: 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." @@ -11949,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 " @@ -11959,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." @@ -11969,7 +12165,7 @@ msgstr "" "standard.

Nel dubbio, lascia deselezionato." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 msgid "" "Shows the mouse cursor at all times.

If unsure, " "select "On Movement"." @@ -11977,7 +12173,7 @@ msgstr "" "Mostra sempre il cursore del mouse.

Nel dubbio, " "seleziona "Al movimento"." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 +#: 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." @@ -11986,7 +12182,7 @@ msgstr "" "poco dopo.

Nel dubbio, seleziona questa modalità." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: 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." @@ -11996,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." @@ -12015,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." @@ -12023,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." @@ -12058,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:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Database signature" @@ -12082,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" @@ -12099,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." @@ -12111,7 +12307,7 @@ msgstr "" 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" @@ -12127,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%. " @@ -12219,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." @@ -12239,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:" @@ -12258,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" @@ -12266,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)" @@ -12278,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, " @@ -12300,7 +12496,7 @@ 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" @@ -12333,20 +12529,24 @@ msgstr "Controller standard" 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:778 +#: 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" @@ -12354,7 +12554,7 @@ msgstr "Avvia re&gistrazione input" 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." @@ -12366,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:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Gioco avviato" @@ -12405,19 +12605,19 @@ msgstr "Esci dall'istruzione" msgid "Step Over" msgstr "Esegui istruzione" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Uscito con successo dall'istruzione!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: 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:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Esecuzione dell'istruzione in corso..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Istruzione eseguita con successo!" @@ -12426,7 +12626,7 @@ msgstr "Istruzione eseguita con successo!" msgid "Stepping" msgstr "Entrando" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stereo" @@ -12455,15 +12655,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Interrompi riproduzione/registrazione input" +#: 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" @@ -12506,7 +12710,7 @@ 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" @@ -12524,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:" @@ -12541,12 +12745,12 @@ msgstr "Stilo" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Completato" @@ -12560,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." @@ -12573,7 +12777,7 @@ 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:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "I certificati sono stati estratti con successo dalla NAND" @@ -12585,12 +12789,12 @@ msgstr "File estratto con successo." msgid "Successfully extracted system data." msgstr "Dati di sistema estratti con successo." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: 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:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Il titolo è stato installato con successo su NAND." @@ -12613,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" @@ -12664,26 +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 +#: 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:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Simboli" @@ -12711,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." @@ -12732,24 +12941,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Tag" @@ -12767,15 +12976,15 @@ msgstr "Coda" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12793,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 (*)" @@ -12804,11 +13013,11 @@ 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" @@ -12820,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" @@ -12846,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})" @@ -12860,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:1239 +#: 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." @@ -12872,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:1234 +#: 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 " @@ -12886,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 " @@ -12910,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 " @@ -12921,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." @@ -13026,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?" @@ -13069,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." @@ -13077,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}." @@ -13107,7 +13316,7 @@ msgstr "" "problemi col menu di sistema, non è possibile aggiornare la console emulata " "con questo disco." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -13121,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" @@ -13149,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" @@ -13173,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" @@ -13182,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" @@ -13191,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 " @@ -13242,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:1197 +#: 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)." @@ -13264,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 "" @@ -13305,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." @@ -13314,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:1189 +#: 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)." @@ -13327,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" @@ -13361,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!" @@ -13400,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." @@ -13409,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!" @@ -13432,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." @@ -13440,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/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 " @@ -13466,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 " @@ -13477,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." @@ -13486,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." @@ -13494,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 " @@ -13505,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." @@ -13525,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. " @@ -13536,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 " @@ -13546,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." @@ -13558,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." @@ -13566,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" @@ -13578,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" @@ -13600,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." @@ -13648,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" @@ -13690,7 +13899,7 @@ msgstr "Thread" msgid "Threshold" msgstr "Sensibilità" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13700,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)" @@ -13714,7 +13948,7 @@ msgstr "Tempo scaduto" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titolo" @@ -13722,17 +13956,17 @@ msgstr "Titolo" msgid "To" msgstr "A" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Attiva/disattiva &schermo intero" @@ -13757,7 +13991,7 @@ msgid "Toggle Aspect Ratio" msgstr "Attiva/disattiva rapporto di aspetto" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Attiva/disattiva punto di interruzione" @@ -13809,11 +14043,15 @@ msgstr "Attiva/disattiva copie XFB" msgid "Toggle XFB Immediate Mode" msgstr "Attiva/disattiva modalità XFB immediata" +#: 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" @@ -13821,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" @@ -13829,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" @@ -13867,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" @@ -13892,8 +14130,8 @@ msgstr "Trap Master" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Errore traversal" @@ -13933,7 +14171,7 @@ msgid "Trophy" msgstr "Trofeo" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13959,7 +14197,7 @@ 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" @@ -13977,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. " @@ -13989,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." @@ -14001,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." @@ -14015,7 +14253,7 @@ 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:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Impossibile individuare automaticamente il modulo RSO" @@ -14027,11 +14265,11 @@ msgstr "Impossibile contattare server di aggiornamento." 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." @@ -14059,7 +14297,7 @@ 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." @@ -14086,11 +14324,11 @@ msgstr "Immagini GC/Wii non compresse (*.iso *.gcm)" msgid "Undead" msgstr "Non-morti" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Annulla salvataggio dello stato di gioco" @@ -14111,13 +14349,13 @@ msgstr "" "attualmente installata su NAND senza cancellarne i file di salvataggio. " "Continuare?" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -14127,7 +14365,7 @@ 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)" @@ -14160,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!" @@ -14180,7 +14418,7 @@ 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." @@ -14262,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 @@ -14273,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" @@ -14343,7 +14581,7 @@ msgstr "" 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" @@ -14351,7 +14589,7 @@ msgstr "Usa database interno per i nomi dei giochi" msgid "Use Full Resolution Per Eye" msgstr "Usa risoluzione intera per occhio" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Usa codec lossless (FFV1)" @@ -14359,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." @@ -14375,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 " @@ -14384,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 " @@ -14396,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." @@ -14440,11 +14678,11 @@ 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's Title " "column.

If unsure, leave this checked.
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 " @@ -14466,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 " @@ -14477,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 " @@ -14777,7 +15019,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Attenzione" @@ -14910,7 +15152,7 @@ msgstr "" "il 3D Fianco-a-fianco o Sopra-e-sotto

Nel dubbio, " "lascia deselezionato." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -14922,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 " @@ -14934,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" @@ -14966,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" @@ -14984,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" @@ -15004,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" @@ -15012,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:1126 +#: 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" @@ -15029,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" @@ -15047,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Scrittura" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Scrivi JIT Block Log Dump" @@ -15100,11 +15350,11 @@ msgstr "Regione errata" 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}\"." @@ -15155,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 " @@ -15164,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 " @@ -15280,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." @@ -15308,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:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -15328,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." @@ -15377,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" @@ -15393,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" @@ -15460,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" @@ -15480,15 +15732,15 @@ 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" diff --git a/Languages/po/ja.po b/Languages/po/ja.po index 0525f07766..2d7df7b32d 100644 --- a/Languages/po/ja.po +++ b/Languages/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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)" @@ -190,7 +196,7 @@ msgstr "%1 はあなたのシステム上でこの機能をサポートしてい 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,11 +206,11 @@ msgstr "" "%2 オブジェクト\n" "現在のフレーム: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 が入室しました" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 が退室しました" @@ -213,11 +219,11 @@ msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" "%1 は %2%3 の実績をロック解除しました。これは %4%5 ポイントに相当します。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 は有効な ROM ではありません" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 がゴルフ中" @@ -229,8 +235,8 @@ 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" @@ -247,11 +253,11 @@ 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)" @@ -260,17 +266,17 @@ msgid "%1% (Normal Speed)" msgstr "%1% (標準)" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1's value is used" @@ -286,7 +292,7 @@ msgstr "" msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -320,20 +326,20 @@ msgstr "%1x Native (%2x%3) for %4" 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." @@ -359,20 +365,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "Dolphinについて(&A)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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)" @@ -380,11 +386,11 @@ msgstr "コードを追加...(&A)" msgid "&Add..." msgstr "追加...(&A)" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "アセンブラ(&A)" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "サウンド設定(&A)" @@ -396,15 +402,19 @@ msgstr "自動更新(&A):" msgid "&Borderless Window" msgstr "ボーダーレス ウィンドウ(&B)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "ブレークポイント(&B)" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "バグトラッカー(&B)" @@ -412,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "更新を確認...(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "クリアシンボル(&C)" @@ -428,20 +438,24 @@ msgstr "クリアシンボル(&C)" msgid "&Clone..." msgstr "クローン...(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "コントローラー設定(&C)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -449,26 +463,26 @@ msgstr "" 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)" @@ -476,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:343 +#: 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)" @@ -500,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "フォント...(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "フレームアドバンス(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "フリールックの設定(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Generate Symbols From" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "GitHub リポジトリ(&G)" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "グラフィック設定(&G)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "ヘルプ(&H)" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "ホットキーのカスタマイズ(&H)" @@ -554,11 +572,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -566,7 +584,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "&Interframe Blending" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -574,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "ステートロード(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "ロードシンボルマップ(&L)" @@ -592,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "ツールバーの位置を固定(&L)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memory" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "記録(&M)" @@ -616,7 +638,7 @@ msgstr "記録(&M)" msgid "&Mute" msgstr "ミュート(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Network" @@ -625,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "設定(&O)" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "一時停止(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "開始(&P)" @@ -649,7 +675,7 @@ msgstr "開始(&P)" msgid "&Properties" msgstr "プロパティ(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "読み込み専用(&R)" @@ -657,7 +683,7 @@ msgstr "読み込み専用(&R)" msgid "&Refresh List" msgstr "ゲームリストを再更新(&R)" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registers" @@ -665,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Save Symbol Map" @@ -695,7 +721,7 @@ 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)" @@ -703,23 +729,27 @@ msgstr "スカイランダーズポータル(&S)" msgid "&Speed Limit:" msgstr "速度制限(&S):" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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)" @@ -729,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "公式Webサイト(&W)" @@ -755,38 +785,30 @@ msgstr "公式Wiki(英語)で動作状況を確認(&W)" msgid "&Yes" msgstr "はい(&Y)" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: 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:1564 +#: 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: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(乗算)" @@ -803,7 +825,7 @@ msgstr ", コンマ" msgid "- Subtract" msgstr "- Subtract(減算)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -873,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" @@ -931,7 +953,7 @@ msgstr "32-bit Unsigned Integer" #. i18n: Stereoscopic 3D #: 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" @@ -957,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" @@ -1054,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1103,8 +1125,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Greater-than(より大きい)" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "ネットプレイのセッションは既に進行中です!" @@ -1139,7 +1161,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "起動するタイトルを指定せずにステートセーブをロードすることはできません" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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 +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 "" @@ -1194,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 "アクションリプレイコード" @@ -1236,8 +1258,8 @@ msgstr "精度:" msgid "Achievement Settings" msgstr "実績の設定" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "実績" @@ -1329,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Active" @@ -1345,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 "ビデオカード" @@ -1353,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 "アダプター:" @@ -1403,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Address" @@ -1450,16 +1471,9 @@ msgid "" "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 @@ -1480,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" @@ -1493,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" @@ -1612,8 +1626,8 @@ msgstr "すべての GC/Wii ファイル" msgid "All Hexadecimal" msgstr "All Hexadecimal" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "全てのステートセーブファイル (*.sav *.s##);; 全てのファイル (*)" @@ -1625,7 +1639,7 @@ msgstr "すべての符号付き整数" msgid "All Unsigned Integer" msgstr "すべての符号なし整数" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "すべてのファイル (*)" @@ -1645,7 +1659,7 @@ msgstr "コンソール上の言語設定の不一致を許可する" 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カードへの書き込みを許可する" @@ -1665,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 "常に表示" @@ -1687,7 +1701,7 @@ msgstr "ディスクの挿入を検出しましたが、見つかりませんで msgid "Anaglyph" msgstr "アナグリフ" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "分析" @@ -1713,15 +1727,15 @@ msgstr "アンチエイリアス:" msgid "Any Region" msgstr "すべて" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "既存の署名ファイルに追加...(&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Appl&y Signature File..." @@ -1734,7 +1748,7 @@ msgstr "" ">よく分からなければ、「オフ」を選択してください。" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Apploaderの日付" @@ -1742,7 +1756,7 @@ msgstr "Apploaderの日付" msgid "Apply" msgstr "適用" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1750,7 +1764,7 @@ msgstr "" 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'" @@ -1762,10 +1776,18 @@ msgstr "このタイトルの実体ファイルを削除しますか?" msgid "Are you sure you want to delete this pack?" msgstr "このリソースパックを削除しますか?" +#: 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 "本当によろしいですか?" @@ -1774,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 "アスペクト比:" @@ -1791,7 +1813,7 @@ msgstr "アスペクト比:" msgid "Assemble" msgstr "アセンブル" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1826,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 "タイムストレッチの設定" @@ -1846,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 "自動" @@ -1875,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 "ウィンドウサイズを自動調整する" @@ -1883,15 +1905,15 @@ msgstr "ウィンドウサイズを自動調整する" msgid "Auto-Hide" msgstr "未操作時に隠す" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1922,7 +1944,7 @@ msgid "Auxiliary" msgstr "補助" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1956,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 "出力バックエンド:" @@ -1977,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 "不正なアドレスが指定されました。" @@ -1998,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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 "バナー表示" @@ -2035,7 +2057,7 @@ msgstr "ベースアドレス" msgid "Base priority" msgstr "ベースの優先度" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "基本設定" @@ -2087,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):" @@ -2101,11 +2123,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "ブロックサイズ:" @@ -2140,67 +2162,67 @@ msgstr "" "ドされました。\n" "パススルーの機能は使えません。" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "ブートから一時停止" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii NAND バックアップファイル (*.bin);;すべてのファイル (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2212,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 " @@ -2245,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 " @@ -2255,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 "" @@ -2282,11 +2304,11 @@ 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "ブレーク" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2295,11 +2317,11 @@ msgstr "" msgid "Breakpoint" msgstr "ブレークポイント" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "ブレークポイントが発生しました! ステップアウトが中止されました。" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "ブレークポイント" @@ -2333,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "バッファサイズが変更されました: %1" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "バッファ:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2398,7 +2420,7 @@ msgstr "By: %1" msgid "C Stick" msgstr "Cスティック" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "署名ファイルの作成(&R)..." @@ -2406,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設定" @@ -2418,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." @@ -2449,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 "キャリブレーション" @@ -2487,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2544,19 +2566,19 @@ 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." @@ -2568,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 を捕獲しました。" @@ -2592,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 "センタリングとキャリブレーション" @@ -2600,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)" @@ -2616,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." @@ -2648,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 "変更されたチート内容は次回のゲーム開始時に反映されます" @@ -2668,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 "コードサーチ" @@ -2676,7 +2698,7 @@ msgstr "コードサーチ" msgid "Cheats Manager" msgstr "チートマネージャ" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "NANDの整合性チェックを実行..." @@ -2715,11 +2737,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2748,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "キャッシュの消去" @@ -2766,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 "コードをコピーして編集..." @@ -2779,7 +2802,7 @@ msgstr "コードをコピーして編集..." msgid "Close" msgstr "閉じる" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Dolphinの設定(&N)" @@ -2787,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 "" @@ -2819,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Combine &Two Signature Files..." @@ -2836,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 " @@ -2846,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 " @@ -2856,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 "ゲーム開始前にシェーダをコンパイルする" @@ -2866,7 +2898,7 @@ msgstr "シェーダをコンパイル中..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "圧縮形式" @@ -2874,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 "圧縮形式:" @@ -2887,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Condition" @@ -2981,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の設定" @@ -2994,26 +3026,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -3024,15 +3064,15 @@ msgstr "確認" msgid "Connect" msgstr "ホストに接続" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "%1PのWiiリモコンを接続" @@ -3052,7 +3092,7 @@ msgstr "3PのWiiリモコンを接続" msgid "Connect Wii Remote 4" msgstr "4PのWiiリモコンを接続" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Wiiリモコンの接続" @@ -3076,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." @@ -3093,7 +3133,7 @@ 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 "入力設定" @@ -3210,8 +3250,8 @@ msgstr "収束点" 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 "変換に失敗しました。" @@ -3219,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 "ファイルをフォルダーに変換する" @@ -3229,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 "フォルダーをファイルに変換する" @@ -3255,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 "変換中..." @@ -3305,19 +3345,19 @@ msgstr "" msgid "Copy" msgstr "コピー" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3325,15 +3365,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "Copy Value" @@ -3351,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 "適切な色空間" @@ -3364,11 +3399,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3398,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" @@ -3408,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" @@ -3454,11 +3484,11 @@ 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 "変更内容を保存できませんでした!" @@ -3488,7 +3518,7 @@ msgstr "" "もしそうなら、オプションでメモリーカードの場所を指定し直す必要があるかもしれ" "ません。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Couldn't look up central server" @@ -3500,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 "発売国" @@ -3533,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 "制作者:" @@ -3541,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)." @@ -3561,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, " @@ -3575,11 +3605,11 @@ msgstr "" "マンスと描画統計に影響するおそれがあります。

分から" "ない場合はチェックを外してください。" -#: Source/Core/DolphinQt/MenuBar.cpp:304 +#: 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" @@ -3595,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 "" @@ -3607,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 "リアルタイムクロック設定" @@ -3631,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 @@ -3661,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のエミュレーション方式:" @@ -3669,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 (低速)" @@ -3752,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 "デバッグ用" @@ -3762,11 +3818,11 @@ 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 "移動速度 減少" @@ -3791,11 +3847,11 @@ msgstr "レンダリング解像度 縮小" 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方向 減少" @@ -3809,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 "既定のデバイス" @@ -3825,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" @@ -3833,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 " @@ -3849,7 +3905,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "削除" @@ -3879,18 +3935,18 @@ msgstr "深度 比率変更:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "説明" @@ -3898,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 "" @@ -3911,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 "" @@ -3933,7 +3989,7 @@ msgstr "Detached" msgid "Detect" msgstr "検出" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Detecting RSO Modules" @@ -3963,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 "デバイス:" @@ -3971,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分間操作がない状態が続くと、画面を暗くするようにします" @@ -3995,7 +4051,7 @@ 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" @@ -4003,11 +4059,11 @@ msgstr "Disable EFB VRAM Copies" msgid "Disable Emulation Speed Limit" msgstr "エミュレーション速度 無効化" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Disable Fastmem" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "ファストメム・アリーナを無効にします" @@ -4015,11 +4071,11 @@ msgstr "ファストメム・アリーナを無効にします" msgid "Disable Fog" msgstr "フォグを無効にする" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Disable JIT Cache" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "大規模なエントリ ポイント マップを無効にします" @@ -4027,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 " @@ -4037,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.
よく" "分からなければ、チェックを外さないでください。" -#: 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." @@ -4075,7 +4131,7 @@ msgid "Discard" msgstr "廃棄" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -4114,11 +4170,11 @@ msgstr "振りの強さをニュートラルポジションからの距離で指 msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "Dolphinの開発者への情報提供にご協力いただけますか?" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: 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?" @@ -4128,7 +4184,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "選択中の %n 個のセーブファイルを削除しますか?" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "動作中のゲームを停止しますか?" @@ -4136,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)" @@ -4149,22 +4205,22 @@ msgstr "Dolphin FIFO ログファイル (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Dolphin ゲームMod プリセット" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS ムービー (*.dtm)" @@ -4206,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:1001 +#: 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." @@ -4218,11 +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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "チートは現在、無効化されています" @@ -4256,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 @@ -4266,27 +4322,27 @@ 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 " @@ -4335,19 +4391,19 @@ msgstr "Dump &FakeVMEM" msgid "Dump &MRAM" msgstr "Dump &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "フレームのダンプを行う(AVI形式)" @@ -4355,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" @@ -4363,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ターゲットをダンプする" @@ -4388,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." @@ -4407,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." @@ -4426,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" @@ -4459,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" @@ -4478,16 +4534,16 @@ msgstr "東アジア" msgid "Edit Breakpoint" msgstr "Edit Breakpoint" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Edit..." @@ -4496,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" @@ -4507,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4533,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 "エミュレーションスレッドはすでに稼働中です" @@ -4561,7 +4631,7 @@ msgstr "" "実際のハードウェアのディスク速度をエミュレートします。無効にすると不安定にな" "ることがあります。デフォルトはTrueです" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "USBデバイスをエミュレート" @@ -4586,16 +4656,16 @@ 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)" @@ -4607,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 "" @@ -4627,15 +4697,15 @@ msgstr "デュアルコア動作を行う" 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 "アンコール実績を有効にする" @@ -4643,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 " @@ -4683,33 +4753,33 @@ msgstr "" "ム実行中にハードコアモードをオフにするには、再度有効にする前にゲームを終了す" "る必要があることに注意してください。" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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 "スクリーンセーバーを有効にする" @@ -4717,11 +4787,11 @@ 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 "非公式アチーブメントを有効にする" @@ -4729,15 +4799,15 @@ msgstr "非公式アチーブメントを有効にする" 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 "ライトバックキャッシュを有効にする (低速)" @@ -4750,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 " @@ -4762,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 " @@ -4772,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 " @@ -4781,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 " @@ -4791,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 " @@ -4799,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." @@ -4821,19 +4891,12 @@ msgid "" "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 " @@ -4845,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 " @@ -4858,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 " @@ -4885,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 "有効にすると音声をエミュレーション速度に合わせて伸長させます" @@ -4893,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 "" @@ -4911,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 " @@ -4943,7 +5001,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 +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." @@ -4980,7 +5038,7 @@ msgstr "" "\n" "インポートを中止します" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4990,7 +5048,7 @@ 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 "英語" @@ -5009,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:" @@ -5033,7 +5091,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Enter the RSO module address:" @@ -5042,69 +5100,68 @@ msgstr "Enter the RSO module address:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -5118,7 +5175,7 @@ msgstr "Enter the RSO module address:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "エラー" @@ -5140,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 "" "選択した言語の読み込みに失敗しました。<システムの言語>に設定を戻します" @@ -5149,7 +5206,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "セッションリストの取得エラー: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "テクスチャパックの読み込み中にエラーが発生しました" @@ -5213,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コントローラをサポートしていません。" @@ -5234,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." @@ -5247,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:306 +#: 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 (統合) シェーダーだけを使用する" @@ -5296,11 +5353,11 @@ msgstr "入力値の検証:入力待ち" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "全てのWiiセーブデータをエクスポート" @@ -5315,7 +5372,7 @@ msgstr "エクスポート失敗" msgid "Export Recording" msgstr "録画ファイルのエクスポート" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "録画ファイルのエクスポート..." @@ -5343,14 +5400,14 @@ msgstr "GCS形式でエクスポート..." msgid "Export as .&sav..." msgstr "SAV形式でエクスポート..." -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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 "拡張コントローラ" @@ -5371,7 +5428,7 @@ msgstr "External" msgid "External Frame Buffer (XFB)" msgstr "External Frame Buffer (外部フレームバッファ)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "証明書ファイルをNANDから取り出す" @@ -5409,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 プレーヤー" @@ -5429,11 +5486,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "このセッションを NetPlay インデックスに追加できませんでした: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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}" @@ -5449,7 +5506,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Redump.org に接続できませんでした" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "サーバー %1 に接続できませんでした" @@ -5502,19 +5559,19 @@ msgstr "" 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" @@ -5527,7 +5584,7 @@ msgstr "%nから%1 セーブファイルのエクスポートに失敗しまし msgid "Failed to export the following save files:" msgstr "次のセーブファイルをエクスポートできませんでした:" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "証明書ファイルの取り出しに失敗" @@ -5557,14 +5614,14 @@ msgstr "Failed to find one or more D3D symbols" msgid "Failed to import \"%1\"." msgstr "\"%1\" をインポートできませんでした" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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." @@ -5572,7 +5629,7 @@ msgstr "" "セーブファイルのインポートに失敗しました。指定されたファイルは破損している" "か、有効な Wiiセーブファイルではありません。" -#: Source/Core/DolphinQt/MenuBar.cpp:1160 +#: 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 +5639,7 @@ msgstr "" "ルへのアクセスを妨げている可能性があります。NANDを修復し(ツール -> NANDの管" "理 -> NANDのチェック...)、セーブファイルを再度インポートしてみてください。" -#: Source/Core/DolphinQt/MainWindow.cpp:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "コアの初期化に失敗しました" @@ -5596,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 "レンダラー・クラスの初期化に失敗しました。" @@ -5605,11 +5662,11 @@ msgid "Failed to install pack: %1" msgstr "リソースパック %1 をインストールできませんでした" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "タイトルのインストールに失敗" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5617,8 +5674,8 @@ msgstr "" "ポート番号 %1 で待ち受けできませんでした。別のネットプレイサーバーが実行中に" "なっていませんか?" -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "%1 にて RSO モジュールをロードできませんでした" @@ -5630,7 +5687,7 @@ msgstr "d3d11.dllのロードに失敗しました" msgid "Failed to load dxgi.dll" msgstr "dxgi.dllのロードに失敗しました" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "マップ ファイル '%1' のロードに失敗しました" @@ -5644,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 "実行ファイルをメモリに読み込めませんでした。" @@ -5660,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:1740 +#: 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 "" @@ -5711,7 +5768,7 @@ msgstr "" msgid "Failed to open file." msgstr "ファイルのオープンに失敗しました。" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "サーバーを開けませんでした" @@ -5759,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 "指定された値を目的のデータ型に解析変換できませんでした。" @@ -5851,31 +5908,31 @@ 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:1651 +#: 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:1696 +#: 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:1675 +#: 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:1775 +#: 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 > " @@ -5931,7 +5988,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "失敗" @@ -5965,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)" @@ -5978,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "ファイル名" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "ファイルパス" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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 "コードを含まないファイルです" @@ -6029,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}" @@ -6062,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 "キャリブレーション終了" @@ -6097,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 @@ -6112,11 +6163,11 @@ msgstr "Flags" msgid "Float" msgstr "Float" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "最良の結果を得るには、全ての方向に対しゆっくりと入力を行ってください" @@ -6136,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 にする" @@ -6144,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 にする" @@ -6176,12 +6227,12 @@ 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 はジオメトリシェーダーをサポートしていないため、強制的にオンになりました。" @@ -6214,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." @@ -6224,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 @@ -6239,13 +6290,13 @@ 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" @@ -6266,11 +6317,11 @@ msgstr "Frame Advance速度 増加" 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 "フレームの範囲" @@ -6278,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 "記録するフレーム数" @@ -6298,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" @@ -6318,7 +6369,11 @@ 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 "フリールック" @@ -6333,7 +6388,7 @@ 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 "フランス語" @@ -6352,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 "開始" @@ -6361,12 +6416,12 @@ msgstr "開始" msgid "FullScr" msgstr "全画面" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Function" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6410,11 +6465,11 @@ msgstr "GBA 音量" msgid "GBA Window Size" msgstr "GBA 画面サイズ" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: 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:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBAのROM %1 を無効化" @@ -6438,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" @@ -6462,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:235 +#: 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?" @@ -6474,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:253 +#: 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?" @@ -6482,7 +6537,7 @@ msgstr "" "GPU: OGL ERROR: Need GL_ARB_map_buffer_range.\n" "OpenGL 3.0に対応したビデオカードを使っていますか?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:278 +#: 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?" @@ -6490,7 +6545,7 @@ msgstr "" "GPU: OGL ERROR: Need GL_ARB_sampler_objects.\n" "OpenGL 3.3に対応したビデオカードを使っていますか?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:262 +#: 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?" @@ -6498,7 +6553,7 @@ msgstr "" "GPU: OGL ERROR: Need GL_ARB_uniform_buffer_object.\n" "OpenGL 3.1に対応したビデオカードを使っていますか?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:244 +#: 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?" @@ -6514,7 +6569,7 @@ msgstr "" "GPU: OGL ERROR: Need OpenGL version 3.\n" "OpenGL 3.0に対応したビデオカードを使っていますか?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6537,8 +6592,8 @@ 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 "ゲームボーイアドバンス" @@ -6554,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 のゲームボーイアドバンス" @@ -6566,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 "ゲーム情報" @@ -6583,11 +6638,11 @@ msgid "Game Gamma:" msgstr "ゲームガンマ:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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" @@ -6596,7 +6651,7 @@ msgstr "ゲームID" msgid "Game Status" msgstr "状態" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "次のゲームに変更 \"%1\"" @@ -6648,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のゲームキューブ コントローラ" @@ -6660,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のゲームキューブ キーボード" @@ -6681,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のゲームキューブ マイク" @@ -6709,7 +6764,7 @@ 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コード" @@ -6720,17 +6775,17 @@ msgstr "Geckoコード" #: 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 "" @@ -6745,17 +6800,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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 "ドイツ語" @@ -6763,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6791,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 "グラフィック" @@ -6835,7 +6890,7 @@ msgstr "緑 - 左" msgid "Green Right" msgstr "緑 - 右" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "グリッド表示" @@ -6880,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 "ヒーローレベル:" @@ -6913,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "すべて非表示" @@ -6933,7 +6988,7 @@ msgstr "互換性のないセッションを隠す" 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 " "render window is focused.

If unsure, select "" @@ -6941,11 +6996,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "高" @@ -6968,13 +7023,37 @@ msgstr "ホストになる" msgid "Host Code:" msgstr "ホストコード:" +#. 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/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 "" @@ -6988,14 +7067,22 @@ msgstr "" "す\n" "3人以上の環境で、通信が不安定な場合やレイテンシが大きい場合に効果的です" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Host Input Authority が無効になりました" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "ネットプレイを開始(ホスト)" @@ -7004,7 +7091,7 @@ 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 "ホットキーのカスタマイズ" @@ -7014,11 +7101,11 @@ msgstr "ホットキーのカスタマイズ" 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 (統合) シェーダーを一部使用する" @@ -7045,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バージョン:" @@ -7082,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リモコンの感度" @@ -7179,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." @@ -7200,7 +7287,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -7216,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 "" @@ -7245,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 " @@ -7270,7 +7353,7 @@ msgstr "" "

よく分からなければ、チェックを入れないでください。" "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "BootMii NAND バックアップをインポート..." @@ -7285,15 +7368,15 @@ msgstr "インポートに失敗" msgid "Import Save File(s)" msgstr "セーブファイルのインポート" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Wii セーブデータのインポート..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "NAND バックアップをインポート" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7302,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 " @@ -7315,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 " @@ -7327,31 +7410,31 @@ 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 "移動速度 増加" @@ -7376,15 +7459,15 @@ msgstr "レンダリング解像度 拡大" 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 "インクリメンタルローテション" @@ -7423,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "エミュレーション中はスクリーンセーバーを起動させない" @@ -7437,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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 "入力" @@ -7455,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SDカードの挿入をエミュレートする" @@ -7481,7 +7564,7 @@ msgstr "インストールパーティション (%1)" msgid "Install Update" msgstr "自動更新" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WiiメニューにWADファイルを追加..." @@ -7496,7 +7579,7 @@ 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" @@ -7505,7 +7588,7 @@ msgstr "Instruction" msgid "Instruction Breakpoint" msgstr "Instruction Breakpoint" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instruction:" @@ -7514,7 +7597,7 @@ msgstr "Instruction:" msgid "Instruction: %1" msgstr "Instruction: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7593,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreter Core" @@ -7617,7 +7700,7 @@ msgstr "自動更新サービスから無効な JSON を受信しました: {0}" msgid "Invalid Mixed Code" msgstr "Invalid Mixed Code" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "無効なリソースパック %1 が与えられました:%2" @@ -7626,11 +7709,11 @@ msgstr "無効なリソースパック %1 が与えられました:%2" msgid "Invalid Player ID" msgstr "無効なプレイヤーID" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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" @@ -7651,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" @@ -7659,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." @@ -7687,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 "イタリア語" @@ -7706,81 +7797,81 @@ msgstr "イタリア" msgid "Item" msgstr "アイテム" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branch Off" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FloatingPoint Off" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Integer Off" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LoadStore Floating Off" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LoadStore Off" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LoadStore Paired Off" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LoadStore lXz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LoadStore lbzx Off" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LoadStore lwz Off" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Off (JIT Core)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT Register Cache Off" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT SystemRegisters Off" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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." @@ -7789,16 +7880,17 @@ msgstr "" "このエラーは起こらないはずです。この状況をバグトラッカーへ報告してください。" "Dolphinを終了します。" -#: Source/Android/jni/MainAndroid.cpp:424 +#: 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:308 +#: 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 "日本語" @@ -7809,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!" @@ -7817,12 +7909,12 @@ msgstr "" "カオスはこのトロフィーの唯一の悪役であり、常にロック解除されています。何も編" "集する必要はありません!" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:683 +#: 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 "最前面に表示する" @@ -7852,7 +7944,7 @@ msgstr "キーボードコントローラ" msgid "Keys" msgstr "キー" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -7860,12 +7952,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "選択したプレイヤーをキック" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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 "韓国語" @@ -7894,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" @@ -7936,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 @@ -8040,11 +8132,11 @@ msgstr "ライト" msgid "Limit Chunked Upload Speed:" msgstr "Limit Chunked Upload Speed:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "ゲームリストカラムの表示" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "リスト表示" @@ -8054,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Load &Bad Map File..." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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 "カスタムテクスチャを読み込む" @@ -8084,7 +8176,7 @@ msgstr "カスタムテクスチャを読み込む" msgid "Load File" msgstr "ファイルの読み込み" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "ゲームキューブ メインメニューを起動" @@ -8097,8 +8189,8 @@ msgstr "ホストのセーブデータのみ読み込み" msgid "Load Last State" msgstr "以前のステートをロード" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -8199,19 +8291,19 @@ msgstr "ステートロード - スロット 8" msgid "Load State Slot 9" msgstr "ステートロード - スロット 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "ファイルからロード" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "選択したスロットから読込" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "次のスロットからロード" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Wiiメニュー %1 を起動" @@ -8223,23 +8315,23 @@ msgstr "ホストのセーブデータの読み込みと書き込み" msgid "Load from Selected Slot" msgstr "選択したスロットから読込" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "スロット %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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, " @@ -8250,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." @@ -8263,7 +8355,7 @@ msgstr "" msgid "Local" msgstr "IPアドレスと使用ポート番号" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "マウスカーソルをロック" @@ -8272,7 +8364,7 @@ msgstr "マウスカーソルをロック" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -8280,7 +8372,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "ログ" @@ -8289,20 +8381,20 @@ msgstr "ログ" msgid "Log Configuration" msgstr "ログの設定" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "ログイン" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "レンダリング時間を記録" @@ -8314,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 " @@ -8329,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "ネットプレイサーバーへの接続が失われました..." #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "低" @@ -8372,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 "プレイタイムの値が有効であることを確認してください!" @@ -8402,12 +8510,12 @@ msgstr "スロット %1 に Skylander があることを確認してください #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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 "メーカー" @@ -8423,12 +8531,12 @@ msgstr "" "ません。

よく分からなければ、チェックを入れないでく" "ださい。" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "手動テクスチャサンプリングを有効にする" @@ -8440,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "最大バッファサイズ:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -8457,7 +8569,7 @@ 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メニューやいくつかのタイトルで動作速度が低下する場合があり" @@ -8480,7 +8592,7 @@ msgstr "Memory Breakpoint" msgid "Memory Card" msgstr "メモリーカード" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "GCメモリーカードマネージャ" @@ -8488,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 "メモリ容量の変更" @@ -8511,7 +8623,7 @@ msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" "メモリーカード: 無効な宛先アドレス ({0:#x}) で Write が呼び出されました。" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -8525,33 +8637,41 @@ msgstr "" "\n" "続行しますか?" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -8561,7 +8681,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Mismatch between internal data structures." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8588,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 " @@ -8603,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "モノラル" @@ -8628,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 "モーション" @@ -8641,11 +8761,11 @@ 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 "移動" @@ -8663,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 "" @@ -8672,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 整合性チェック" @@ -8688,7 +8818,7 @@ msgstr "NAND 整合性チェック" msgid "NKit Warning" msgstr "NKit Warning" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8720,7 +8850,7 @@ msgstr "" "に合わせてください。

分からない場合は2.35のままにし" "ておいてください。" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8747,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 "名前" @@ -8815,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 "常に非表示" @@ -8824,7 +8954,7 @@ msgid "Never Auto-Update" msgstr "自動更新を止める" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "New" @@ -8867,7 +8997,7 @@ msgstr "新しいタグ" 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" @@ -8882,7 +9012,7 @@ 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 "ニックネーム:" @@ -8904,13 +9034,13 @@ 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" @@ -8918,7 +9048,7 @@ msgstr "No Match" 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 "変更するデータはありません!" @@ -8939,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." @@ -8960,7 +9090,7 @@ msgstr "グラフィック MOD が選択されていません" msgid "No input" msgstr "入力なし" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "問題は見つかりませんでした" @@ -8968,15 +9098,15 @@ msgstr "問題は見つかりませんでした" 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 " @@ -8990,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." @@ -9077,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." @@ -9113,7 +9238,7 @@ msgstr "ヌンチャクスティック" msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Object %1" @@ -9165,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 "オブジェクトの範囲" @@ -9186,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 " @@ -9200,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 " @@ -9215,7 +9340,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "オンラインガイドを表示(&D)" @@ -9223,7 +9348,7 @@ msgstr "オンラインガイドを表示(&D)" msgid "Only Show Collection" msgstr "コレクションのみを表示" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9231,7 +9356,7 @@ msgstr "" "Only append symbols with prefix:\n" "(Blank for all symbols)" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9250,7 +9375,7 @@ 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)" @@ -9263,7 +9388,7 @@ msgstr "" msgid "Open Directory..." msgstr " フォルダーを開く..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -9329,31 +9454,31 @@ 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:231 @@ -9371,7 +9496,7 @@ msgstr "その他のパーティション (%1)" 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 "その他ステート関係" @@ -9391,15 +9516,15 @@ msgstr "出力 リサンプリング" msgid "Output Resampling:" msgstr "出力 リサンプリング:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Overwritten" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "録画ファイルを再生...(&L)" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9413,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:603 +#: 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" @@ -9463,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 "パスワード" @@ -9488,7 +9622,7 @@ msgstr "パッチ名を入力..." msgid "Patches" msgstr "パッチ" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "ファイルの場所:" @@ -9501,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:801 +#: 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 " @@ -9529,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." @@ -9554,7 +9688,7 @@ msgstr "外向きのスイング動作のピーク速度。" msgid "Per-Pixel Lighting" msgstr "ピクセル単位のライティングを有効にする" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Wii システムアップデート" @@ -9562,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 "パフォーマンスステータス" @@ -9584,11 +9718,11 @@ msgstr "Physical" msgid "Physical address space" msgstr "Physical address space" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Pick a debug font" @@ -9605,7 +9739,7 @@ msgid "Pitch Up" msgstr "ピッチアップ" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "機種" @@ -9613,7 +9747,7 @@ msgstr "機種" msgid "Play" msgstr "開始" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "再生/記録" @@ -9625,7 +9759,7 @@ 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 "再生に関する設定" @@ -9662,14 +9796,19 @@ msgstr "プレイヤー 2 アビリティ 2" 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." @@ -9677,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 "" @@ -9711,7 +9850,7 @@ msgstr "ポート:" msgid "Portal Slots" msgstr "ポータルスロット" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "非同期が起きたことが検出されました。 %1 は、フレーム %2 で非同期になった可能" @@ -9738,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 "カスタムテクスチャの事前読込" @@ -9779,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 " @@ -9798,7 +9937,7 @@ msgstr "" 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" @@ -9826,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." @@ -9857,15 +9996,15 @@ msgstr "プロファイル" msgid "Program Counter" msgstr "Program Counter" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9875,7 +10014,7 @@ msgstr "" msgid "Public" msgstr "誰でも" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "ゲームリストのキャッシュを消去" @@ -9899,7 +10038,7 @@ msgstr "Quality of Service (QoS) は有効になりませんでした" 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 デコーダの精度を調整します。精度を高めると遅延も大きくなり" @@ -9908,7 +10047,7 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "確認" @@ -9933,11 +10072,11 @@ msgstr "R (アナログ)" msgid "READY" msgstr "READY" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO Modules" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO auto-detection" @@ -9970,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Read" @@ -10019,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 "" @@ -10029,7 +10172,11 @@ 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 "録画" @@ -10037,15 +10184,15 @@ msgstr "録画" 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 "レコーディング..." @@ -10086,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 @@ -10101,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." @@ -10115,7 +10261,7 @@ msgid "Refreshing..." msgstr "セッションリストを更新中..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "地域" @@ -10149,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 "削除" @@ -10181,20 +10327,20 @@ msgstr "" "\n" "変換処理を続行しますか?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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." @@ -10202,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}" @@ -10210,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -10229,7 +10385,7 @@ msgstr "リセット" msgid "Reset All" msgstr "すべてをリセット" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Reset Ignore Panic Handler" @@ -10253,7 +10409,7 @@ msgstr "中継サーバーをリセット" msgid "Reset Values" msgstr "値のリセット" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "位置をリセット" @@ -10261,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 "" @@ -10273,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 "再起動が必要" @@ -10281,7 +10437,7 @@ msgstr "再起動が必要" msgid "Restore Defaults" msgstr "デフォルトの復元" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -10302,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 @@ -10357,7 +10513,7 @@ msgstr "右にロール" msgid "Room ID" msgstr "ルームID" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "回転操作" @@ -10366,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 " @@ -10380,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 " @@ -10392,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" @@ -10417,19 +10582,24 @@ msgstr "" msgid "Rumble" msgstr "振動" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -10445,19 +10615,19 @@ msgstr "ロシア" 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カードの設定" @@ -10465,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 "同期させるフォルダ" @@ -10500,11 +10670,11 @@ msgstr "SSL context" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Sa&ve Code" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "ステートセーブ(&V)" @@ -10516,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10526,15 +10696,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -10548,11 +10718,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "エクスポートの保存" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -10570,15 +10740,15 @@ msgstr "セーブデータ" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "ゲームボーイアドバンス セーブファイル (*.sav);;すべてのファイル (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -10590,11 +10760,11 @@ msgstr "最古のステートに上書き保存" msgid "Save Preset" msgstr "プリセットの保存" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "レコーディングファイルに名前を付けて保存" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10644,23 +10814,23 @@ msgstr "ステートセーブ - スロット 8" msgid "Save State Slot 9" msgstr "ステートセーブ - スロット 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "ファイルとして保存" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "最古のステートに上書き保存" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "選択したスロットに保存" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "次のスロットに保存" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Save Symbol Map &As..." @@ -10668,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 "ステートセーブ/ロード" @@ -10676,11 +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:1135 +#: 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" @@ -10698,11 +10868,11 @@ msgstr "ROMと同じフォルダにセーブファイルを保存する" msgid "Save to Selected Slot" msgstr "選択したスロットに保存" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "保存..." @@ -10724,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." @@ -10733,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Search" @@ -10743,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" @@ -10755,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." @@ -10763,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Search for an Instruction" @@ -10771,7 +10941,7 @@ msgstr "Search for an Instruction" msgid "Search games..." msgstr "ゲームタイトルを検索..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Search instruction" @@ -10805,7 +10975,7 @@ 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, " "cancel)" @@ -10816,7 +10986,7 @@ msgid "Select Dump Path" msgstr "ダンプ先を選択" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "エクスポート先フォルダを選択" @@ -10836,7 +11006,7 @@ msgstr "GBAのROMファイルを選択" msgid "Select GBA Saves Path" msgstr "GBAセーブファイルの保存先を選択" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10848,7 +11018,7 @@ msgstr "ステートスロットの選択" msgid "Select Load Path" msgstr "ロードパスの選択" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10860,11 +11030,11 @@ msgstr "リソースパックの読込元フォルダを選択" msgid "Select Riivolution XML file" msgstr "Riivolution XMLファイルの選択" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10876,7 +11046,7 @@ msgstr "Skylanderコレクションの選択" msgid "Select Skylander File" msgstr "Skylanderファイルの選択" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "スロット %1 - %2" @@ -10884,7 +11054,7 @@ msgstr "スロット %1 - %2" msgid "Select State" msgstr "スロットの選択" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "スロットの選択" @@ -10928,7 +11098,7 @@ msgstr "ステートスロット 8" msgid "Select State Slot 9" msgstr "ステートスロット 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10945,17 +11115,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "ファイルを選択" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10963,7 +11133,7 @@ msgstr "" msgid "Select a Game" msgstr "ディスクドライブチャンネルに表示するゲームを選択" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "ファイルの選択" @@ -10975,11 +11145,11 @@ msgstr "タイトルを選択" msgid "Select e-Reader Cards" msgstr "カードeファイルの選択" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Select the RSO module address:" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "再生するレコーディングファイルを選択する" @@ -10991,7 +11161,7 @@ msgstr "仮想SDカードのルートを選択します" 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 "選択されたプロファイルは存在しません" @@ -10999,7 +11169,7 @@ msgstr "選択されたプロファイルは存在しません" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "選択されたゲームがゲームリストに存在しません!" @@ -11011,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." @@ -11019,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." @@ -11027,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 " @@ -11065,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 " @@ -11087,21 +11257,15 @@ 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/Settings/GeneralPane.cpp:410 msgid "" @@ -11128,7 +11292,7 @@ msgstr "" msgid "Send" msgstr "送信" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "センサーバーの位置" @@ -11169,7 +11333,7 @@ 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 "" @@ -11186,15 +11350,15 @@ msgstr "" msgid "Set PC" msgstr "Set PC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -11202,7 +11366,7 @@ msgstr "" msgid "Set as &Default ISO" msgstr "Wiiメニュー (ディスクドライブチャンネル) に表示(&D)" -#: 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" @@ -11212,11 +11376,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -11224,7 +11388,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -11239,7 +11403,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -11254,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" @@ -11268,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 "シェーダコンパイルの設定" @@ -11290,28 +11454,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "ログを表示(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "すべて表示" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "オーストラリア" @@ -11319,41 +11483,41 @@ msgstr "オーストラリア" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "フランス" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "ゲームキューブ" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "ドイツ" @@ -11365,51 +11529,51 @@ msgstr "Show Golf Mode Overlay" msgid "Show Infinity Base" msgstr "インフィニティベースを表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "入力された操作を表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "イタリア" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "日本" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "韓国" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL規格の地域" @@ -11418,27 +11582,27 @@ msgstr "PAL規格の地域" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "次の地域のソフトだけを表示" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "再記録カウンターを表示" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "ロシア" @@ -11446,59 +11610,59 @@ msgstr "ロシア" msgid "Show Skylanders Portal" msgstr " Skylandersポータルを表示する" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "システム時間を表示" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "台湾" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "アメリカ合衆国" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD(Wiiウェア/VC/Wiiチャンネル)" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "地域なし" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -11506,16 +11670,16 @@ msgstr "" msgid "Show in Code" msgstr "Show in Code" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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" @@ -11523,7 +11687,7 @@ msgstr "Show in memory" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -11531,7 +11695,7 @@ msgid "" "
" 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." @@ -11540,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." @@ -11567,13 +11731,13 @@ 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 " @@ -11583,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." @@ -11593,19 +11757,19 @@ msgstr "" "

分からない場合はチェックを外してください。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11615,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." @@ -11634,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." @@ -11672,7 +11836,7 @@ msgstr "横持ちの切替" msgid "Sideways Wii Remote" msgstr "横持ちで使用する" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Signature Database" @@ -11696,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 "簡体字中国語" @@ -11713,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." @@ -11725,7 +11889,7 @@ msgstr "" 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" @@ -11741,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%. " @@ -11833,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." @@ -11853,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 "サウンドの設定:" @@ -11872,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 "スペイン語" @@ -11880,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 (既定)" @@ -11892,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, " @@ -11913,7 +12077,7 @@ 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" @@ -11946,20 +12110,24 @@ msgstr "標準コントローラ" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "操作の記録を開始(&C)" @@ -11967,7 +12135,7 @@ msgstr "操作の記録を開始(&C)" 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 "フルスクリーンで開始する" @@ -11979,7 +12147,7 @@ msgstr "Riivolution パッチから始めます" msgid "Start with Riivolution Patches..." msgstr "Riivolution パッチから始めます..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "ゲームを開始" @@ -12018,19 +12186,19 @@ msgstr "Step Out" msgid "Step Over" msgstr "Step Over" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Step out successful!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Step out timed out!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Step over in progress..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Step successful!" @@ -12039,7 +12207,7 @@ msgstr "Step successful!" msgid "Stepping" msgstr "Stepping" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "ステレオ" @@ -12068,15 +12236,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "操作の再生/記録を停止" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "ゲームを終了" @@ -12119,7 +12291,7 @@ msgstr "" "Texture)

よく分からなければ、チェックを外さないでく" "ださい。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "ウィンドウに合わせる" @@ -12137,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 "スタイル:" @@ -12154,12 +12326,12 @@ msgstr "スタイラス" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "完了" @@ -12173,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' の削除に成功しました" @@ -12186,7 +12358,7 @@ msgstr "保存ファイル %1 から正常に %n エクスポートされまし msgid "Successfully exported save files" msgstr "セーブファイルのエクスポートに成功しました" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "証明書ファイルの取り出しに成功しました" @@ -12198,12 +12370,12 @@ msgstr "ファイルの取り出しに成功しました" msgid "Successfully extracted system data." msgstr "システムデータの取り出しに成功しました" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "セーブファイルのインポートに成功しました。" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "タイトルのインストールに成功しました" @@ -12226,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 "サラウンド" @@ -12277,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symbols" @@ -12324,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." @@ -12345,24 +12522,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "タグを表示" @@ -12380,15 +12557,15 @@ msgstr "Tail" msgid "Taiwan" msgstr "台湾" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12406,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 "" @@ -12417,11 +12594,11 @@ 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" @@ -12433,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 "テクスチャフォーマット情報表示" @@ -12459,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})" @@ -12473,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:1239 +#: 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." @@ -12485,11 +12662,11 @@ msgstr "" "NANDを修復できませんでした。現在のデータをバックアップして、NANDのダンプから" "やり直すことをオススメします" -#: Source/Core/DolphinQt/MenuBar.cpp:1234 +#: 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 " @@ -12499,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 " @@ -12523,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 " @@ -12533,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." @@ -12634,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?" @@ -12677,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." @@ -12685,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}." @@ -12715,7 +12892,7 @@ msgstr "" "ため、このディスクを使用してエミュレートされたコンソールをアップデートするこ" "とはできません。" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -12729,15 +12906,15 @@ 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" @@ -12755,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" @@ -12778,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 "" @@ -12786,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' は存在しません" @@ -12795,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 " @@ -12847,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:1197 +#: 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)." @@ -12869,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 の種類が不明で、現時点では変更できません!" @@ -12906,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." @@ -12914,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:1189 +#: 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)." @@ -12926,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 "" @@ -12960,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 "" @@ -13000,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." @@ -13008,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 の種類はまだ改造できません!" @@ -13032,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." @@ -13042,20 +13219,20 @@ msgstr "" "\n" "すばらしい体験をのために、ぜひ Dolphin の ARM64 ビルドを実行してください。" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 +#: 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 " @@ -13065,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 " @@ -13077,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." @@ -13086,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." @@ -13094,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 " @@ -13105,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." @@ -13125,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. " @@ -13135,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 " @@ -13145,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." @@ -13157,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." @@ -13165,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 "" @@ -13177,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" @@ -13199,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." @@ -13243,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" @@ -13283,7 +13460,7 @@ msgstr "Threads" msgid "Threshold" msgstr "しきい値" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13293,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)" @@ -13306,7 +13508,7 @@ msgstr "Timed Out" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "タイトル" @@ -13314,17 +13516,17 @@ msgstr "タイトル" msgid "To" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "全画面表示 切り替え(&F)" @@ -13349,7 +13551,7 @@ msgid "Toggle Aspect Ratio" msgstr "アスペクト比 設定切替" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Toggle Breakpoint" @@ -13401,11 +13603,15 @@ msgstr "EFB Copies 設定切替" msgid "Toggle XFB Immediate Mode" msgstr "XFB Immediate Mode 設定切替" +#: 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 "" @@ -13413,7 +13619,7 @@ msgstr "" msgid "Toolbar" msgstr "ツールバー" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "上" @@ -13421,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" @@ -13459,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 "繁体字中国語" @@ -13484,8 +13690,8 @@ msgstr "トラップマスター" msgid "Trap Team" msgstr "トラップチーム" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "トラバーサルエラー" @@ -13524,7 +13730,7 @@ msgid "Trophy" msgstr "トロフィー" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13550,7 +13756,7 @@ 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 エミュレーション" @@ -13568,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. " @@ -13579,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." @@ -13591,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." @@ -13604,7 +13810,7 @@ msgstr "" "ケースではパフォーマンスへの影響を最小限に抑えつつカクつきが解消されるはずで" "すが、実際どのような結果になるかは使用中のビデオドライバに依存します。" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Unable to auto-detect RSO module" @@ -13616,11 +13822,11 @@ msgstr "アップデートサーバーに接続できません。" 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 "ファイルを開くことができません。" @@ -13648,7 +13854,7 @@ msgstr "" "\n" "この行を無視して解析を続けますか?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "ファイルを読み込むことができません。" @@ -13675,11 +13881,11 @@ msgstr "未圧縮のGC/Wii ISOファイル (*.iso *.gcm)" msgid "Undead" msgstr "アンデット" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "直前のステートロードを取消" -#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "直前のステートセーブの取消" @@ -13698,13 +13904,13 @@ msgid "" msgstr "" "セーブデータを残してNAND内からこのタイトルを削除します。よろしいですか?" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -13714,7 +13920,7 @@ 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)" @@ -13747,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 "スカイランダーの種類が不明です!" @@ -13767,7 +13973,7 @@ 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." @@ -13849,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 @@ -13860,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 "再取得" @@ -13930,7 +14136,7 @@ msgstr "" 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 "ゲーム名の表記に内蔵リストを使用する" @@ -13938,7 +14144,7 @@ msgstr "ゲーム名の表記に内蔵リストを使用する" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "ロスレス映像コーデック (FFV1) を使用する" @@ -13946,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 " @@ -13969,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." @@ -14024,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'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 " @@ -14047,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 " @@ -14057,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 " @@ -14350,7 +14549,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "警告" @@ -14479,7 +14678,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -14491,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 " @@ -14504,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デバイスリスト" @@ -14536,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" @@ -14554,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リモコンの設定" @@ -14574,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リモコン" @@ -14582,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:1126 +#: 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 "" @@ -14599,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 "" @@ -14617,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Write" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -14670,11 +14877,11 @@ msgstr "間違った地域です" 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 "" @@ -14725,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 " @@ -14734,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 " @@ -14848,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を再起動してください" @@ -14876,7 +15083,7 @@ msgstr "" "問題を解決するために今すぐ停止しますか?\n" "「No」を選択した場合、音声が乱れることがあります。" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14896,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 "" @@ -14945,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 "切断されました" @@ -14961,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 "" @@ -15028,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 "" @@ -15048,15 +15257,15 @@ 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 が見つかりました。ディスクが認識されていない可能性" diff --git a/Languages/po/ko.po b/Languages/po/ko.po index a7f84c53e1..0f67032916 100644 --- a/Languages/po/ko.po +++ b/Languages/po/ko.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -22,7 +22,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" @@ -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)" @@ -180,7 +186,7 @@ msgstr "%1 는 당신의 시스템에서 이 특성을 지원하지 않습니다 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,11 +196,11 @@ msgstr "" "%2 오브젝트(들)\n" "현재 프레임: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 가 참가했습니다" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 가 떠났습니다" @@ -202,11 +208,11 @@ msgstr "%1 가 떠났습니다" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 가 %2/%3 달성을 해제했습니다 %4/%5 점의 가치" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 는 적합한 롬이 아닙니다" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 은 지금 골프중입니다" @@ -218,8 +224,8 @@ 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" @@ -236,11 +242,11 @@ 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)" @@ -249,17 +255,17 @@ msgid "%1% (Normal Speed)" msgstr "%1% (보통 속도)" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1 의 값이 사용됩니다" @@ -275,7 +281,7 @@ msgstr "" msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -309,20 +315,20 @@ msgstr "%1x 원본 (%2x%3) %4 용" 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." @@ -348,20 +354,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "돌핀 정보(&A)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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)" @@ -369,11 +375,11 @@ msgstr "새로운 코드 추가... (&A)" msgid "&Add..." msgstr "추가... (&A)" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "오디오 설정(&A)" @@ -385,15 +391,19 @@ msgstr "자동 업데이트(&A):" msgid "&Borderless Window" msgstr "틀 없는 창(&B)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "중단점 (&B)" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "버그 추적자(&B)" @@ -401,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "업데이트 확인(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "부호 지우기 (& C)" @@ -417,20 +427,24 @@ msgstr "부호 지우기 (& C)" msgid "&Clone..." msgstr "복제... (&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "컨트롤러 설정(&C)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -438,26 +452,26 @@ msgstr "" 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)" @@ -465,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:343 +#: 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)" @@ -489,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "폰트 (&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "프레임 진행(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "자유 보기 설정(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "부호 생성 (&G)" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "GitHub 저장소(&G)" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "그래픽 설정(&G)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "도움말(&H)" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "단축키 설정(&H)" @@ -543,11 +561,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -555,7 +573,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "프레임간 혼합(&I)" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "JIT(&J)" @@ -563,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "상태 로드(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "로드 부호 맵 (&L)" @@ -581,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "위젯 고정(&L)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "메모리(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "무비(&M)" @@ -605,7 +627,7 @@ msgstr "무비(&M)" msgid "&Mute" msgstr "음소거(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "네트워크(&N)" @@ -614,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "옵션(&O)" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "일시정지(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "실행(&P)" @@ -638,7 +664,7 @@ msgstr "실행(&P)" msgid "&Properties" msgstr "속성(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "읽기 전용 모드(&R)" @@ -646,7 +672,7 @@ msgstr "읽기 전용 모드(&R)" msgid "&Refresh List" msgstr "목록 새로고침(&R)" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "레지스터 (&R)" @@ -654,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "부호 맵 저장 (&S)" @@ -684,7 +710,7 @@ 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)" @@ -692,23 +718,27 @@ msgstr "스카이랜더스 포탈 (&S)" msgid "&Speed Limit:" msgstr "속도 제한(&S):" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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)" @@ -718,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "관찰(&W)" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "웹사이트(&W)" @@ -744,38 +774,30 @@ msgstr "위키(&W)" msgid "&Yes" msgstr "예(&Y)" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' 이 발견되지 않았습니다, 생성된 부호 이름이 없습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "* 곱하기" @@ -792,7 +814,7 @@ msgstr ", 쉼표" msgid "- Subtract" msgstr "- 빼기" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -862,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" @@ -920,7 +942,7 @@ msgstr "32-비트 비부호화 정수" #. i18n: Stereoscopic 3D #: 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" @@ -946,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" @@ -1043,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1087,8 +1109,8 @@ msgstr "" msgid "> Greater-than" msgstr "> 보다-큰" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "넷플레이 세션이 이미 진행 중입니다!" @@ -1124,7 +1146,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "저장 상태는 시작할 게임 명시 없이는 로드될 수 없습니다." -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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 +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 "" @@ -1181,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 코드" @@ -1223,8 +1245,8 @@ msgstr "정확성:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "달성" @@ -1316,7 +1338,7 @@ msgstr "액션 리플레이: 일반 코드 0: 올바르지 않은 하위 분류 msgid "Activate NetPlay Chat" msgstr "넷플레이 채팅 활성" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "액티브" @@ -1332,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 "어댑터" @@ -1340,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 "어댑터:" @@ -1390,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "주소" @@ -1437,7 +1458,7 @@ msgid "" "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 "" @@ -1460,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" @@ -1472,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" @@ -1590,8 +1611,8 @@ msgstr "모든 GC/Wii 파일들" msgid "All Hexadecimal" msgstr "모든 16진수" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "모든 저장 상태 (*.sav *.s##);; 모든 파일 (*)" @@ -1603,7 +1624,7 @@ msgstr "모든 부호화 정수" msgid "All Unsigned Integer" msgstr "모든 비부호화 정수" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "모든 파일 (*)" @@ -1623,7 +1644,7 @@ msgstr "맞지 않는 지역 설정 허락" 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 카드에 쓰기 허용" @@ -1643,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 "항상" @@ -1665,7 +1686,7 @@ msgstr "삽입된 디스크가 예상되었지만 찾지 못했습니다." msgid "Anaglyph" msgstr "입체" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "분석" @@ -1691,15 +1712,15 @@ msgstr "안티-앨리어싱:" msgid "Any Region" msgstr "아무 지역" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "존재하는 서명 파일에 덧붙이기... (&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "서명 파일 적용... (&y)" @@ -1711,7 +1732,7 @@ msgstr "" "프레임을 렌더링한 후 후-처리 효과를 적용합니다.

" "잘 모르겠으면, (끄기)를 선택하세요." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "앱로더 날짜:" @@ -1719,7 +1740,7 @@ msgstr "앱로더 날짜:" msgid "Apply" msgstr "적용" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1727,7 +1748,7 @@ msgstr "" 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' 를 정말로 지우고 싶습니까?" @@ -1739,10 +1760,18 @@ msgstr "이 파일을 정말로 삭제하시겠습니까?" msgid "Are you sure you want to delete this pack?" msgstr "이 팩을 정말로 삭제하시겠습니까?" +#: 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 "확신합니까?" @@ -1751,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 "종횡비:" @@ -1768,7 +1797,7 @@ msgstr "종횡비:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1801,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 "오디오 늘림 설정" @@ -1821,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 "자동" @@ -1850,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 "창 크기 자동 조정" @@ -1858,15 +1887,15 @@ msgstr "창 크기 자동 조정" msgid "Auto-Hide" msgstr "자동-숨기기" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1896,7 +1925,7 @@ msgid "Auxiliary" msgstr "보조" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1930,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 "백엔드:" @@ -1951,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 "안 좋은 주소가 제공되었습니다." @@ -1972,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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 "배너:" @@ -2009,7 +2038,7 @@ msgstr "" msgid "Base priority" msgstr "기본 우선순위" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "기본" @@ -2061,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):" @@ -2075,11 +2104,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "블락 크기:" @@ -2113,67 +2142,67 @@ msgstr "" "블루투스 패스쓰루 모드가 켜졌습니다, 하지만 돌핀이 libusb 없이 빌드되었습니" "다. 패스쓰루 모드를 사용할 수 없습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "부팅하고 멈추기" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii NAND 백업 파일 (*.bin);;모든 파일 (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2185,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 " @@ -2218,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 " @@ -2228,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 "" @@ -2255,11 +2284,11 @@ msgstr "분기들" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "중단" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2268,11 +2297,11 @@ msgstr "" msgid "Breakpoint" msgstr "중단점" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "중단점을 만났습니다! 스텝 나가기가 중단되었습니다." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "중단점" @@ -2306,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "버퍼 크기가 %1 로 변경되었습니다" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "버퍼:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2370,7 +2399,7 @@ msgstr "" msgid "C Stick" msgstr "C 스틱" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "서명 파일 생성... (&C)" @@ -2378,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 옵션" @@ -2390,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." @@ -2421,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 "측정" @@ -2459,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2515,19 +2544,19 @@ 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 "결과 없이 새로할 수 없습니다." @@ -2539,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:" @@ -2563,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 "중앙과 측정" @@ -2571,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)" @@ -2587,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." @@ -2621,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 "치트 변경은 게임을 재시작해야만 효과가 반영될 것입니다." @@ -2641,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 "치트 찾기" @@ -2649,7 +2678,7 @@ msgstr "치트 찾기" msgid "Cheats Manager" msgstr "치트 관리자" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "NAND 체크..." @@ -2689,11 +2718,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2722,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "캐시 청소" @@ -2740,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)" @@ -2753,7 +2783,7 @@ msgstr "복제하고 코드 수정... (&E)" msgid "Close" msgstr "닫기" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "환경설정(&n)" @@ -2761,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 "" @@ -2793,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "두 서명 파일을 합치기... (&T)" @@ -2810,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 " @@ -2820,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 " @@ -2830,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 "시작하기 전에 쉐이더들 컴파일" @@ -2840,7 +2879,7 @@ msgstr "쉐이더들 컴파일하기" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "압축" @@ -2848,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 "압축:" @@ -2861,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "상태" @@ -2955,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 "돌핀 환경설정" @@ -2968,26 +3007,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2998,15 +3045,15 @@ msgstr "확정" msgid "Connect" msgstr "연결" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Wii 리모트 %1 연결" @@ -3026,7 +3073,7 @@ msgstr "Wii 리모트 3 연결" msgid "Connect Wii Remote 4" msgstr "Wii 리모트 4 연결" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Wii 리모트 연결" @@ -3050,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} 은 오류입니다." @@ -3067,7 +3114,7 @@ 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 "컨트롤러 프로파일" @@ -3179,8 +3226,8 @@ msgstr "수렴" 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 "변환을 실패하였습니다." @@ -3188,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 "파일을 폴더로 지금 변환" @@ -3198,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 "폴더를 파일로 지금 변환" @@ -3222,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 "변환중..." @@ -3273,19 +3320,19 @@ msgstr "" msgid "Copy" msgstr "복사" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3293,15 +3340,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "값 복사" @@ -3319,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 "색 공간 보정" @@ -3332,11 +3374,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3366,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" @@ -3376,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" @@ -3422,11 +3459,11 @@ 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 "변경을 저장할 수 없었습니다!" @@ -3453,7 +3490,7 @@ msgstr "" "에뮬레이터 디렉토리를 이동한 후에 이 메시지를 받고 있나요?\n" "그렇다면, 옵션에서 메모리카드 위치를 재지정해야 합니다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "중앙 서버를 찾을 수 없습니다" @@ -3465,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 "국가:" @@ -3498,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 "만든이:" @@ -3506,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)." @@ -3522,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, " @@ -3536,11 +3573,11 @@ msgstr "" "로우 통계에 효과가 있을지 모릅니다.

잘 모르겠으면, " "체크 해제해 두세요." -#: Source/Core/DolphinQt/MenuBar.cpp:304 +#: 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 "현재 값" @@ -3556,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 "" @@ -3568,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 옵션" @@ -3592,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 @@ -3619,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 에뮬레이션 엔진" @@ -3627,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 리컴파일러 (느림)" @@ -3710,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 "디버깅" @@ -3720,11 +3783,11 @@ 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 "감소" @@ -3749,11 +3812,11 @@ msgstr "IR 감소" 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 감소" @@ -3767,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 "기본 장치" @@ -3783,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 캐시 무효화를 연기" @@ -3791,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 " @@ -3807,7 +3870,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "삭제" @@ -3837,18 +3900,18 @@ msgstr "깊이 퍼센트:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "설명:" @@ -3856,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 "" @@ -3869,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 "" @@ -3891,7 +3954,7 @@ msgstr "떨어진" msgid "Detect" msgstr "감지" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "RSO 모듈 감지하기" @@ -3921,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 "장치:" @@ -3929,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분후에 화면을 어둡게 합니다." @@ -3953,7 +4016,7 @@ 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 비디오램 복사 비활성" @@ -3961,11 +4024,11 @@ msgstr "EFB 비디오램 복사 비활성" msgid "Disable Emulation Speed Limit" msgstr "에뮬레이션 속도 제한 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "패스트멤 비활성" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "패스트멤 투기장 비활성" @@ -3973,11 +4036,11 @@ msgstr "패스트멤 투기장 비활성" msgid "Disable Fog" msgstr "안개 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "JIT 캐시 비활성" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3985,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 " @@ -3995,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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -4034,7 +4097,7 @@ msgid "Discard" msgstr "폐기" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -4073,11 +4136,11 @@ msgstr "중립 위치에서 이동 거리" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "돌핀이 정보를 돌핀 개발자들에게 보고하도록 허가하시겠습니까?" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "부호 이름 목록을 청소할까요?" @@ -4087,7 +4150,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "선택된 저장 파일 %n 을 삭제하고 싶습니까?" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "에뮬레이션을 중단하고 싶습니까?" @@ -4095,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)" @@ -4108,22 +4171,22 @@ msgstr "돌핀 FIFO 로그 (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "돌핀 게임 모드 프리셋" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "돌핀 TAS 무비 (*.dtm)" @@ -4165,11 +4228,11 @@ msgstr "돌핀이 요청된 액션 완수에 실패했습니다." msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "돌핀은 무료이고 오픈-소스 게임큐브 및 Wii 에뮬레이터입니다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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." @@ -4177,11 +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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "돌핀의 치트 시스템이 현재 꺼졌습니다." @@ -4215,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 @@ -4225,27 +4288,27 @@ 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 " @@ -4294,19 +4357,19 @@ msgstr "가짜가상메모리 덤프(&F)" msgid "Dump &MRAM" msgstr "MRAM 덤프(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "프레임들 덤프" @@ -4314,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 "밉맵 덤프" @@ -4322,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 타겟 덤프" @@ -4347,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." @@ -4365,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." @@ -4383,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" @@ -4417,7 +4480,7 @@ msgstr "" "자신의 입력을 게임에 보냅니다.\n" "공정함과 최소의 지연이 가장 중요한 경쟁 게임들에 알맞음." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "빠른 메모리 업데이트" @@ -4436,16 +4499,16 @@ msgstr "동 아시아" msgid "Edit Breakpoint" msgstr "중단점 수정" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "편집..." @@ -4454,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" @@ -4465,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4491,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 "에뮬 쓰레드가 이미 구동중임" @@ -4519,7 +4596,7 @@ msgstr "" "실제 하드웨어의 디스크 속도를 에뮬합니다. 비활성화는 불안정을 유발할 수 있습" "니다. 기본 값은 True" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "에뮬된 USB 장치들" @@ -4544,16 +4621,16 @@ 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 "오디오 늘림 활성" @@ -4565,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 "" @@ -4585,15 +4662,15 @@ msgstr "듀얼 코어 활성화" 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 "재 달성 활성화" @@ -4601,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 " @@ -4627,33 +4704,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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 "화면 보호기 활성화" @@ -4661,11 +4738,11 @@ 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 "비공식 달성 활성화" @@ -4673,15 +4750,15 @@ msgstr "비공식 달성 활성화" 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 "롸이트-백 캐시 활성화 (느림)" @@ -4693,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 " @@ -4704,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 " @@ -4713,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 " @@ -4722,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 " @@ -4732,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 " @@ -4740,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." @@ -4762,12 +4839,12 @@ msgid "" "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 " @@ -4779,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 " @@ -4791,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 " @@ -4817,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 "에뮬레이션 스피드와 맞도록 오디오 늘리기를 활성화합니다." @@ -4825,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 @@ -4838,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 " @@ -4869,7 +4946,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4881,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." @@ -4906,7 +4983,7 @@ msgstr "" "\n" "가져오기를 중단합니다." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4916,7 +4993,7 @@ 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 "영어" @@ -4933,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 "관찰할 주소 입력:" @@ -4957,7 +5034,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "RSO 모듈 주소를 입력:" @@ -4966,69 +5043,68 @@ msgstr "RSO 모듈 주소를 입력:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -5042,7 +5118,7 @@ msgstr "RSO 모듈 주소를 입력:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "오류" @@ -5064,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 "" "선택된 언어 가져오는 데 오류가 발생했습니다. 기본 시스템 언어로 돌아갑니다." @@ -5073,7 +5149,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "에러가 있는 세션 목록: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "일부 텍스처 팩을 로딩하는 중에 에러가 발생했습니다" @@ -5137,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 컨트롤러를 지원하지 않습니다" @@ -5157,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} 사용되지 않은 블락들에서 에러들이 발견되었습니다." @@ -5170,12 +5246,12 @@ msgstr "{1} 파티션에 {0} 사용되지 않은 블락들에서 에러들이 msgid "Euphoria" msgstr "유포리아" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "전용 우버쉐이더" @@ -5219,11 +5295,11 @@ msgstr "표현식의 시작을 예상했습니다." 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "모든 Wii 저장을 내보내기" @@ -5238,7 +5314,7 @@ msgstr "내보내기를 실패했습니다" msgid "Export Recording" msgstr "입력 기록 내보내기" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "입력 기록 내보내기..." @@ -5266,14 +5342,14 @@ msgstr ".gcs 로 내보내기... (&g)" msgid "Export as .&sav..." msgstr ".sav 로 내보내기... (&s)" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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 "확장" @@ -5294,7 +5370,7 @@ msgstr "외부의" msgid "External Frame Buffer (XFB)" msgstr "외부 프레임 버퍼 (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "NAND 에서 증명서 추출" @@ -5332,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 플레이어" @@ -5352,11 +5428,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "넷플레이 목록 : %1 에 이 세션을 추가하는데에 실패했습니다" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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}" @@ -5372,7 +5448,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Redump.org 연결에 실패했습니다" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "서버 연결에 실패했습니다: %1" @@ -5422,19 +5498,19 @@ msgstr "넷플레이 메모리 카드를 삭제에 실패했습니다. 쓰기 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: 파일에 쓰기를 실패했습니다" @@ -5447,7 +5523,7 @@ msgstr "%1 저장 파일(들)로부터 %n 를 내보내기에 실패했습니다 msgid "Failed to export the following save files:" msgstr "다음 저장 파일들을 내보내기에 실패했습니다:" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "NAND 에서 증명서 추출에 실패했습니다" @@ -5477,14 +5553,14 @@ msgstr "하나 이상의 D3D 부호 찾기에 실패했습니다" msgid "Failed to import \"%1\"." msgstr "\"%1\" 가져오기에 실패했습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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." @@ -5492,7 +5568,7 @@ msgstr "" "저장 파일 가져오기에 실패했습니다. 주어진 파일은 오염되었거나 적합한 Wii 저장" "이 아닙니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1160 +#: 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 -> " @@ -5502,7 +5578,7 @@ msgstr "" "것이 그 안에 파일들에 액세스를 막고 있습니다. NAND (도구 -> NAND 관리 -> " "NAND 체크...) 를 고쳐 보세요, 그런 후 저장을 다시 가져오세요." -#: Source/Core/DolphinQt/MainWindow.cpp:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "코어 인식에 실패했습니다" @@ -5516,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 "렌더러 클래스 초기화에 실패했습니다" @@ -5525,11 +5601,11 @@ msgid "Failed to install pack: %1" msgstr "팩 설치에 실패했습니다: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "NAND 에 이 타이틀 설치에 실패했습니다." -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5537,8 +5613,8 @@ msgstr "" "포트 %1 듣기에 실패했습니다. 구동 중인 다른 넷플레이 서버 인스턴스가 있습니" "까?" -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "%1 에서 RSO 모듈 로드에 실패했습니다" @@ -5550,7 +5626,7 @@ msgstr "d3d11.dll 로드에 실패했습니다" msgid "Failed to load dxgi.dll" msgstr "dxgi.dll 로드에 실패했습니다" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "맵 파일 '%1' 을 로드에 실패했습니다." @@ -5564,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 "실행 가능한 것을 메모리에 로드하는데 실패했습니다." @@ -5580,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:1740 +#: 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 "" @@ -5630,7 +5706,7 @@ msgstr "" msgid "Failed to open file." msgstr "파일 열기에 실패했습니다." -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "서버 열기에 실패했습니다" @@ -5678,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 "주어진 값을 대상 데어터 타입으로 파싱하는데에 실패했습니다." @@ -5765,31 +5841,31 @@ 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "경로 '%1' 에 코드 맵 저장을 실패했습니다" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "서명 파일 '%1' 을 저장에 실패했습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "경로 '%1' 에 심볼 맵 저장을 실패했습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5845,7 +5921,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "실패" @@ -5879,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 "시야" @@ -5892,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "파일 이름" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "파일 경로" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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 "파일에 코드가 없습니다." @@ -5943,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}" @@ -5975,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 "측정 완료" @@ -6010,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 @@ -6025,11 +6095,11 @@ msgstr "플래그" msgid "Float" msgstr "플로우트" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" "최고의 결과를 얻으려면 당신의 입력을 모든 가능한 곳으로 천천히 움직이세요." @@ -6050,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" @@ -6058,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" @@ -6090,11 +6160,11 @@ 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 가 기하학 쉐이더를 지원하지 않기 때문에 강제로 켜졌습니다." @@ -6119,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." @@ -6129,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 @@ -6144,13 +6214,13 @@ 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" @@ -6171,11 +6241,11 @@ msgstr "프레임 진행 속도 증가" 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 "프레임 범위" @@ -6183,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 "녹화할 프레임:" @@ -6203,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" @@ -6222,7 +6292,11 @@ 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 "자유보기" @@ -6237,7 +6311,7 @@ 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 "프랑스어" @@ -6256,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 "에서:" @@ -6265,12 +6339,12 @@ msgstr "에서:" msgid "FullScr" msgstr "전체화면" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "함수" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6314,11 +6388,11 @@ msgstr "GBA 볼륨" msgid "GBA Window Size" msgstr "GBA 창 크기" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "GBA%1 롬이 \"%2\" 로 변경되었습니다" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1 롬이 비활성화되었습니다" @@ -6342,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" @@ -6366,7 +6440,7 @@ msgstr "GL_MAX_TEXTURE_SIZE 가 {0} 입니다 - 적어도 1024 이어야만 합 msgid "GPU Texture Decoding" msgstr "GPU 텍스처 디코딩" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6378,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:253 +#: 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?" @@ -6386,7 +6460,7 @@ msgstr "" "GPU: OGL 에러: GL_ARB_map_buffer_range 가 필요합니다.\n" "GPU: 당신의 비디오 카드가 OpenGL 3.0 을 지원합니까?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:278 +#: 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?" @@ -6394,7 +6468,7 @@ msgstr "" "GPU: OGL 에러: GL_ARB_sampler_objects 가 필요합니다.\n" "GPU: 당신의 비디오 카드가 OpenGL 3.3 을 지원합니까?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:262 +#: 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?" @@ -6402,7 +6476,7 @@ msgstr "" "GPU: OGL 에러: GL_ARB_uniform_buffer_object 가 필요합니다.\n" "GPU: 당신의 비디오 카드가 OpenGL 3.1 을 지원합니까?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:244 +#: 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?" @@ -6418,7 +6492,7 @@ msgstr "" "GPU: OGL 에러: OpenGL 3 가 필요합니다.\n" "GPU: 당신의 비디오 카드가 OpenGL 3 을 지원합니까?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6441,8 +6515,8 @@ 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 "게임 보이 어드밴스" @@ -6458,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 에 게임 보이 어드밴스" @@ -6470,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 "게임 세부사항" @@ -6487,11 +6561,11 @@ msgid "Game Gamma:" msgstr "게임 감마:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6500,7 +6574,7 @@ msgstr "게임 ID:" msgid "Game Status" msgstr "게임 상태" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "게임이 \"%1\" 로 변경되었습니다" @@ -6550,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 에 게임큐브 컨트롤러" @@ -6562,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 에 겜임큐브 키보드" @@ -6583,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" @@ -6611,7 +6685,7 @@ 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 코드" @@ -6622,17 +6696,17 @@ msgstr "Gecko 코드" #: 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 "" @@ -6647,17 +6721,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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 "독일어" @@ -6665,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6693,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 "그래픽" @@ -6737,7 +6811,7 @@ msgstr "초록 왼쪽" msgid "Green Right" msgstr "초록 오른쪽" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "격자 보기" @@ -6782,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 "영웅 레벨:" @@ -6815,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "모두 숨기기" @@ -6835,7 +6909,7 @@ msgstr "비호환 세션들 숨기기" 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 " "render window is focused.

If unsure, select "" @@ -6843,11 +6917,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "최고" @@ -6870,13 +6944,37 @@ msgstr "호스트" msgid "Host Code:" msgstr "호스트 코드:" +#. 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/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 "" @@ -6890,14 +6988,22 @@ msgstr "" "3+ 플레이어들과 함께하는 캐주얼 게임에 알맞음, 아마도 불안정하거나 높은 지연 " "연결상에서." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "호스트 입력 권한 꺼짐" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "넷플레이로 호스트" @@ -6906,7 +7012,7 @@ msgstr "넷플레이로 호스트" msgid "Hostname" msgstr "호스트명" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "단축키 설정" @@ -6916,11 +7022,11 @@ msgstr "단축키 설정" 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 "하이브리드 우버쉐이더" @@ -6947,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 버전:" @@ -6984,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 감도:" @@ -7079,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." @@ -7100,7 +7206,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -7115,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 "" @@ -7143,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 " @@ -7168,7 +7270,7 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "BootMii NAND 백업 가져오기..." @@ -7183,15 +7285,15 @@ msgstr "가져오기를 실패했습니다" msgid "Import Save File(s)" msgstr "저장 파일(들)을 가져오기" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Wii 저장 가져오기" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "NAND 백업 가져오기" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7200,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 " @@ -7213,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 " @@ -7225,31 +7327,31 @@ 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 "증가" @@ -7274,15 +7376,15 @@ msgstr "IR 증가" 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 "증분 회전" @@ -7321,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "에뮬하는 동안 화면보호기를 감춥니다" @@ -7335,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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 "입력" @@ -7353,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SD 카드 삽입" @@ -7379,7 +7481,7 @@ msgstr "파티션 (%1) 설치" msgid "Install Update" msgstr "업데이트 설치" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WAD 설치..." @@ -7394,7 +7496,7 @@ 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 "명령" @@ -7403,7 +7505,7 @@ msgstr "명령" msgid "Instruction Breakpoint" msgstr "명령 중단점" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "명령:" @@ -7412,7 +7514,7 @@ msgstr "명령:" msgid "Instruction: %1" msgstr "명령: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7489,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "인터프리터 코어" @@ -7513,7 +7615,7 @@ msgstr "자동-업데이트 서비스에서 부적합한 JSON 을 받았습니 msgid "Invalid Mixed Code" msgstr "부적합 복합 코드" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "부적합한 %1 이 제공됨: %2" @@ -7522,11 +7624,11 @@ msgstr "부적합한 %1 이 제공됨: %2" msgid "Invalid Player ID" msgstr "부적합한 플레이어 아이디" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "부적합한 스텍호출" @@ -7547,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 "부적합한 입력이 제공됨" @@ -7555,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 "검색에 부적합 인자들." @@ -7583,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 "이탈리아어" @@ -7602,81 +7712,81 @@ msgstr "이탈리아" msgid "Item" msgstr "아이템" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT 분기 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT 소수점 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT 정수 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT 로드스토어 부동 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT 로드스토어 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT 로드스토어 짝짓기 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT 로드스토어 lXz 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT 로드스토어 lbzx 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT 로드스토어 lwz 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT 끄기 (JIT 코어)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT 레지스터 캐시 끄기" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT 시스템레지스터 끄기" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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." @@ -7684,16 +7794,17 @@ msgstr "" "JIT 이 캐시 청소후에 코드 공간 찾기에 실패했습니다. 이것은 절대 일어나서는 안" "됩니다. 버그 트랙커에 이 사고를 보고해주세요. 돌핀은 지금 나갈 것입니다." -#: Source/Android/jni/MainAndroid.cpp:424 +#: 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:308 +#: 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 "일본어" @@ -7704,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:683 +#: 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 "창을 맨위로 유지" @@ -7746,7 +7857,7 @@ msgstr "키보드 컨트롤러" msgid "Keys" msgstr "키" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -7754,12 +7865,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "플레이어 차기" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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 "한국어" @@ -7788,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" @@ -7830,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 @@ -7934,11 +8045,11 @@ msgstr "왼쪽" msgid "Limit Chunked Upload Speed:" msgstr "덩어리된 업로드 스피드 제한:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "목록 세로줄" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "목록 보기" @@ -7948,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "배드 맵 파일 로드... (&B)" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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 "커스텀 텍스처 로드" @@ -7978,7 +8089,7 @@ msgstr "커스텀 텍스처 로드" msgid "Load File" msgstr "파일 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "게임큐브 메인 메뉴 로드" @@ -7991,8 +8102,8 @@ msgstr "호스트의 저장 데이터만 로드" msgid "Load Last State" msgstr "마지막 상태 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -8093,19 +8204,19 @@ msgstr "슬롯 8 상태 로드" msgid "Load State Slot 9" msgstr "슬롯 9 상태 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "파일에서 상태 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "선택된 슬롯에서 상태를 로드합니다" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "슬롯에서 상태 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Wii 시스템 메뉴 %1 로드" @@ -8117,23 +8228,23 @@ msgstr "호스트의 저장 데이터 로드하고 쓰기" msgid "Load from Selected Slot" msgstr "선택된 슬롯에서 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "슬롯 %1 - %2 로부터 로드" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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, " @@ -8143,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." @@ -8156,7 +8267,7 @@ msgstr "" msgid "Local" msgstr "지역" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "마우스 커서 가두기" @@ -8165,7 +8276,7 @@ msgstr "마우스 커서 가두기" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -8173,7 +8284,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "로그" @@ -8182,20 +8293,20 @@ msgstr "로그" msgid "Log Configuration" msgstr "로그 환경설정" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "로그인" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "렌더 타임을 파일에 로그" @@ -8207,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 " @@ -8221,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "넷플레이 서버 연결을 잃었습니다..." #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "최하" @@ -8264,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 "플레이시간 값이 유효한지 확인하세요!" @@ -8294,12 +8421,12 @@ msgstr "슬롯 %1 에 스카이랜더가 있는지 확인하세요!" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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 "제작사:" @@ -8315,12 +8442,12 @@ msgstr "" "게임들을 망가뜨릴 것입니다.

잘 모르겠으면, 이것을 체" "크 해제해 두세요." -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "수동 텍스처 샘플링" @@ -8332,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "최대 버퍼:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 로 변경되었습니다" @@ -8349,7 +8480,7 @@ 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 메뉴와 일부 게임에서 느려짐을 유발할지도 모릅니다." @@ -8370,7 +8501,7 @@ msgstr "메모리 중단점" msgid "Memory Card" msgstr "메모리 카드" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "메모리 카드 관리자" @@ -8378,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 "메모리 오버라이드" @@ -8398,7 +8529,7 @@ msgstr "메모리카드: 부적합 소스 주소로 호출된 읽기 ({0:#x})" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "메모리카드: 부적합 목적지 주소로 호출된 쓰기 ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -8409,33 +8540,41 @@ msgstr "" "장들을 덮어쓰게 됩니다. 이 처리는 되돌릴 수 없습니다, 따라서 두 NAND 를 계속 " "백업할 것을 권장합니다. 정말 계속합니까?" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "헤더안 빈 블락 숫자와 실제 사용되지 않은 블락수가 맞지 않습니다." @@ -8444,7 +8583,7 @@ msgstr "헤더안 빈 블락 숫자와 실제 사용되지 않은 블락수가 msgid "Mismatch between internal data structures." msgstr "내부 데이터 구조들끼리 맞지 않습니다." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8471,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 " @@ -8486,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "단일" @@ -8511,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 "모션 시뮬레이션" @@ -8524,11 +8663,11 @@ 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 "이동" @@ -8546,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 "" @@ -8555,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 체크" @@ -8571,7 +8720,7 @@ msgstr "NAND 체크" msgid "NKit Warning" msgstr "NKit 경고" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8602,7 +8751,7 @@ msgstr "" "니다.

만일 게임이 감마 값을 고를 수 있도록 허용한다면, 여기서 맞추세" "요.

모르겠으면, 2.35 로 두세요." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8629,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 "이름:" @@ -8698,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 "절대 아니" @@ -8707,7 +8856,7 @@ msgid "Never Auto-Update" msgstr "자동-업데이트 절대 안함" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "새로운" @@ -8750,7 +8899,7 @@ msgstr "새로운 태그" msgid "Next Game Profile" msgstr "다음 게임 프로파일" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "다음 일치" @@ -8765,7 +8914,7 @@ 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 "별명:" @@ -8787,13 +8936,13 @@ 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 "일치 없음" @@ -8801,7 +8950,7 @@ msgstr "일치 없음" 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 "수정할 데이터가 없음!" @@ -8822,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 "구동중인 게임이 없습니다." @@ -8843,7 +8992,7 @@ msgstr "선택된 그래픽 모드가 없음" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "이슈가 감지되지 않았습니다." @@ -8851,15 +9000,15 @@ msgstr "이슈가 감지되지 않았습니다." 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 " @@ -8873,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 "로드된 녹화가 없습니다." @@ -8958,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." @@ -8994,7 +9138,7 @@ msgstr "눈챠쿠 스틱" msgid "OK" msgstr "확인" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "오브젝트 %1" @@ -9046,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 "오브젝트 범위" @@ -9067,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 " @@ -9081,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 " @@ -9096,7 +9240,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "온라인 문서(&D)" @@ -9104,7 +9248,7 @@ msgstr "온라인 문서(&D)" msgid "Only Show Collection" msgstr "컬렉션만 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9112,7 +9256,7 @@ msgstr "" "접두사를 가진 부호들만 덧붙입니다:\n" "(모든 부호들은 빈칸)" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9131,7 +9275,7 @@ 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)" @@ -9144,7 +9288,7 @@ msgstr "" msgid "Open Directory..." msgstr "디렉토리 열기..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -9210,31 +9354,31 @@ 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:231 @@ -9252,7 +9396,7 @@ msgstr "다른 파티션 (%1)" 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 "다른 상태 관리" @@ -9272,15 +9416,15 @@ msgstr "출력 리샘플링" msgid "Output Resampling:" msgstr "출력 리샘플링:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "덮어 쓰여진" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "입력 기록 플레이...(&l)" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9294,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:603 +#: 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 대 호스트" @@ -9344,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 "패스워드" @@ -9369,7 +9522,7 @@ msgstr "패치 이름" msgid "Patches" msgstr "패치" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "경로:" @@ -9382,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:801 +#: 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 " @@ -9410,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." @@ -9435,7 +9588,7 @@ msgstr "바깥쪽 스윙 이동의 피크 가속도" msgid "Per-Pixel Lighting" msgstr "픽셀단위 광원" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "온라인 시스템 업데이트 하기" @@ -9443,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 "성능 통계" @@ -9465,11 +9618,11 @@ msgstr "피지컬" msgid "Physical address space" msgstr "물리적 주소 공간" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "디버그 폰트 고르기" @@ -9486,7 +9639,7 @@ msgid "Pitch Up" msgstr "피치 올리기" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "플랫폼" @@ -9494,7 +9647,7 @@ msgstr "플랫폼" msgid "Play" msgstr " 실행 " -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "재생 / 녹화" @@ -9506,7 +9659,7 @@ 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 "재생 옵션" @@ -9543,14 +9696,19 @@ msgstr "플레이어 투 능력 둘" 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." @@ -9558,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 "표준 메모리 영역으로 찾기 시작하기 전에 게임을 시작하세요." @@ -9591,7 +9749,7 @@ msgstr "포트:" msgid "Portal Slots" msgstr "포탈 슬롯들" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "가능한 비동기 감지됨: %1 가 프레임 %2 에서 비동기화된 듯 합니다" @@ -9616,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 "커스텀 텍스처 프리패치" @@ -9657,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 " @@ -9676,7 +9834,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "이전 게임 프로파일" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "이전 일치" @@ -9704,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." @@ -9712,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." @@ -9720,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." @@ -9737,15 +9895,15 @@ msgstr "프로파일" msgid "Program Counter" msgstr "프로그램 카운터" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9755,7 +9913,7 @@ msgstr "" msgid "Public" msgstr "공공" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "게임 목록 캐시 제거" @@ -9779,14 +9937,14 @@ msgstr "서비스의 품질 (QoS) 이 활성화될 수 없었습니다." 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "질문" @@ -9811,11 +9969,11 @@ msgstr "R-아날로그" msgid "READY" msgstr "준비" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO 모듈" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO 자동-감지" @@ -9848,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "읽기" @@ -9897,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 "" @@ -9907,7 +10069,11 @@ 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 "녹화" @@ -9915,15 +10081,15 @@ msgstr "녹화" 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 "녹화..." @@ -9964,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 @@ -9979,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 "현재 값들을 새로했습니다." @@ -9993,7 +10158,7 @@ msgid "Refreshing..." msgstr "새로고침..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "지역" @@ -10027,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 "제거" @@ -10058,20 +10223,20 @@ msgstr "" "으로 담지 않는다면) 압축공간을 조금도 절약하지 않습니다. 아무튼 계속 하시겠습" "니까?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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." @@ -10079,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} 에 씀" @@ -10087,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -10106,7 +10281,7 @@ msgstr "리셋" msgid "Reset All" msgstr "모두 리셋" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "패닉 핸들러 무시를 리셋" @@ -10130,7 +10305,7 @@ msgstr "횡단 설정 리셋" msgid "Reset Values" msgstr "값 리셋" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "보기 리셋" @@ -10138,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 "" @@ -10150,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 "재시작이 요구됩니다" @@ -10158,7 +10333,7 @@ msgstr "재시작이 요구됩니다" msgid "Restore Defaults" msgstr "기본값 복원" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -10179,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 @@ -10234,7 +10409,7 @@ msgstr "오른쪽 구르기" msgid "Room ID" msgstr "룸 ID" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "회전" @@ -10243,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 " @@ -10256,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 " @@ -10268,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" @@ -10293,19 +10477,24 @@ msgstr "" msgid "Rumble" msgstr "진동" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -10321,19 +10510,19 @@ msgstr "러시아" 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 카드 설정" @@ -10341,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 동기화 폴더:" @@ -10376,11 +10565,11 @@ msgstr "SSL 맥락" msgid "START" msgstr "시작" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "코드 저장 (&v)" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "상태 저장(&v) " @@ -10392,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10402,15 +10591,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -10424,11 +10613,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "저장 내보내기" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -10446,15 +10635,15 @@ msgstr "게임 저장" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "게임 저장 파일들 (*.sav);;모든 파일들 (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -10466,11 +10655,11 @@ msgstr "가장 오래된 상태 저장" msgid "Save Preset" msgstr "프리셋 저장" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "녹화 파일을 다른 이름으로 저장" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10520,23 +10709,23 @@ msgstr "슬롯 8 상태 저장" msgid "Save State Slot 9" msgstr "슬롯 9 상태 저장" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "파일에 상태 저장" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "가장 오래된 슬롯에 상태 저장" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "선택된 슬롯에 상태를 저장합니다" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "슬롯에 상태 저장" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "심볼 맵 다른 이름으로 저장... (&A)" @@ -10544,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 "상태 저장과 로드" @@ -10552,11 +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:1135 +#: 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" @@ -10574,11 +10763,11 @@ msgstr "롬과 같은 디렉토리에 저장" msgid "Save to Selected Slot" msgstr "선택된 슬롯에 저장" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "저장..." @@ -10598,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 "스캔을 성공했습니다." @@ -10607,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "찾기" @@ -10617,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 "최근 오브젝트 찾기" @@ -10629,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." @@ -10637,7 +10826,7 @@ msgstr "" "가상 주소 공간에서는 현재 검색할 수 없습니다. 게임을 잠시 구동하신 후에 다시 " "시도하세요." -#: Source/Core/DolphinQt/MenuBar.cpp:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "명령에 대한 찾기" @@ -10645,7 +10834,7 @@ msgstr "명령에 대한 찾기" msgid "Search games..." msgstr "게임들 검색..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "명령 찾기" @@ -10679,7 +10868,7 @@ 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, " "cancel)" @@ -10690,7 +10879,7 @@ msgid "Select Dump Path" msgstr "덤프 경로 선택" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "내보내기 디렉토리 선택" @@ -10710,7 +10899,7 @@ msgstr "GBA 롬 선택" msgid "Select GBA Saves Path" msgstr "GBA 저장 경로 선택" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10722,7 +10911,7 @@ msgstr "마지막 상태 선택" msgid "Select Load Path" msgstr "로드 경로 선택" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10734,11 +10923,11 @@ msgstr "리소스 팩 경로 선택" msgid "Select Riivolution XML file" msgstr "Riivolution XML 파일 선택" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10750,7 +10939,7 @@ msgstr "스카이랜더 컬렉션 선택" msgid "Select Skylander File" msgstr "스카이랜더 파일 선택" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "슬롯 %1 - %2 선택" @@ -10758,7 +10947,7 @@ msgstr "슬롯 %1 - %2 선택" msgid "Select State" msgstr "상태 선택" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "상태 슬롯 선택" @@ -10802,7 +10991,7 @@ msgstr "상태 슬롯 8 선택" msgid "Select State Slot 9" msgstr "상태 슬롯 9 선택" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10819,17 +11008,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "파일 선택" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10837,7 +11026,7 @@ msgstr "" msgid "Select a Game" msgstr "게임 선택" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "파일 선택" @@ -10849,11 +11038,11 @@ msgstr "게임 선택" msgid "Select e-Reader Cards" msgstr "e-Reader 카드 선택" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "RSO 모듈 주소 선택:" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "플레이할 녹화 파일 선택" @@ -10865,7 +11054,7 @@ msgstr "가상 SD 카드 루트 선택" 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 "선택된 컨트롤러 프로파일이 존재하지 않습니다" @@ -10873,7 +11062,7 @@ msgstr "선택된 컨트롤러 프로파일이 존재하지 않습니다" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "선택된 게임은 게임 목록에 존재하지 않습니다!" @@ -10885,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." @@ -10893,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." @@ -10901,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 " @@ -10938,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 " @@ -10960,21 +11149,15 @@ 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/Settings/GeneralPane.cpp:410 msgid "" @@ -11001,7 +11184,7 @@ msgstr "" msgid "Send" msgstr "보내기" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "센서 바 위치:" @@ -11041,7 +11224,7 @@ 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 "" @@ -11058,15 +11241,15 @@ msgstr "" msgid "Set PC" msgstr "PC 설정" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -11074,7 +11257,7 @@ msgstr "" msgid "Set as &Default ISO" msgstr "기본 ISO로 설정(&D)" -#: 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" @@ -11084,11 +11267,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -11096,7 +11279,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -11111,7 +11294,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -11126,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 파일을 생성할 수 없음" @@ -11140,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 "쉐이더 컴파일" @@ -11162,28 +11345,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "로그 보기(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "모두 보여주기" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "오스트레일리아" @@ -11191,41 +11374,41 @@ msgstr "오스트레일리아" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "프랑스" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "게임큐브" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "독일" @@ -11237,51 +11420,51 @@ msgstr "골프 모드 오버레이 보기" msgid "Show Infinity Base" msgstr "무한대 베이스 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "입력 표시 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "이탈리아" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "일본 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "한국" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL (유럽 방식)" @@ -11290,27 +11473,27 @@ msgstr "PAL (유럽 방식)" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "지역 표시" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "재녹화 횟수 보이기" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "러시아" @@ -11318,59 +11501,59 @@ msgstr "러시아" msgid "Show Skylanders Portal" msgstr "스카이랜더스 포탈 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "시스템 클럭 보기" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "타이완" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "USA (미국 방식)" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "세계" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -11378,16 +11561,16 @@ msgstr "" msgid "Show in Code" msgstr "코드로 보기" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "메모리로 보기" @@ -11395,7 +11578,7 @@ msgstr "메모리로 보기" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -11403,7 +11586,7 @@ msgid "" "
" 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." @@ -11412,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." @@ -11438,13 +11621,13 @@ 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 " @@ -11454,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." @@ -11464,19 +11647,19 @@ msgstr "" "

잘 모르겠으면, 체크 해제해 두세요." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11486,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." @@ -11505,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." @@ -11543,7 +11726,7 @@ msgstr "옆방향 토글" msgid "Sideways Wii Remote" msgstr "Wii 리모트 옆으로" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "서명 데이터베이스" @@ -11567,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 "간소화 중국어" @@ -11584,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." @@ -11596,7 +11779,7 @@ msgstr "" msgid "Skip" msgstr "스킵" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "그리기 스킵" @@ -11612,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%. " @@ -11702,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." @@ -11722,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 "사운드:" @@ -11741,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 "스페인어" @@ -11749,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 "전문화된 (기본값)" @@ -11761,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, " @@ -11781,7 +11964,7 @@ 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" @@ -11814,20 +11997,24 @@ msgstr "표준 컨트롤러" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "입력 기록 시작(&c)" @@ -11835,7 +12022,7 @@ msgstr "입력 기록 시작(&c)" 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 "전체화면으로 시작" @@ -11847,7 +12034,7 @@ msgstr "Riivolution 패치들로 시작" msgid "Start with Riivolution Patches..." msgstr "Riivolution 패치들로 시작..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "시작된 게임" @@ -11886,19 +12073,19 @@ msgstr "스텝 나가기" msgid "Step Over" msgstr "스텝 넘어가기" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "스텝 나가기 성공!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "스텝 나가기 시간 초과!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "스텝 넘어가기 진행 중..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "스텝 성공!" @@ -11907,7 +12094,7 @@ msgstr "스텝 성공!" msgid "Stepping" msgstr "스텝핑" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "스테레오" @@ -11936,15 +12123,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "입력 재생/기록 중지" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "멈춰진 게임" @@ -11985,7 +12176,7 @@ msgstr "" "XFB 복사를 램(과 텍스처)에

잘 모르겠으면, 체크해 두" "세요." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "창으로 늘림" @@ -12003,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 "스타일:" @@ -12020,12 +12211,12 @@ msgstr "스타일러스" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "성공" @@ -12039,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' 를 성공적으로 삭제했습니다." @@ -12052,7 +12243,7 @@ msgstr "%1 저장 파일(들)로부터 %n 를 성공적으로 내보냈습니다 msgid "Successfully exported save files" msgstr "저장 파일들을 성공적으로 내보냈습니다" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "NAND 에서 증명서를 성공적으로 추출했습니다" @@ -12064,12 +12255,12 @@ msgstr "성공적으로 파일 압축을 풀었습니다." msgid "Successfully extracted system data." msgstr "성공적으로 시스템 데이터 압축을 풀었습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "저장 파일을 성공적으로 내보냈습니다." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "NAND 에 이 타이틀을 성공적으로 설치했습니다." @@ -12092,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 "서라운드" @@ -12143,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "부호들" @@ -12190,7 +12386,7 @@ 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." @@ -12209,24 +12405,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "태그" @@ -12244,15 +12440,15 @@ msgstr "꼬리" msgid "Taiwan" msgstr "타이완" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12270,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 "" @@ -12281,11 +12477,11 @@ 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 "텍스처 덤핑" @@ -12297,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 "텍스처 포맷 오버레이" @@ -12322,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})" @@ -12336,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:1239 +#: 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." @@ -12348,11 +12544,11 @@ msgstr "" "NAND 는 고쳐질 수 없었습니다. 현재 데이터 백업이 권장됩니다 그리고 생생한 " "NAND 로 다시 시작하세요." -#: Source/Core/DolphinQt/MenuBar.cpp:1234 +#: 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 " @@ -12362,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 " @@ -12386,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 " @@ -12396,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." @@ -12497,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?" @@ -12539,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} 이어야 합니다." @@ -12575,7 +12771,7 @@ msgstr "" "게임의 지역이 당신의 콘솔 지역과 맞지 않습니다. 시스템 메뉴로 이슈들을 피하려" "고, 이 디스크를 사용한 에뮬된 콘솔을 업데이트하는 것은 불가능합니다." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -12589,15 +12785,15 @@ 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" @@ -12615,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" @@ -12637,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 "" @@ -12645,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' 이 존재하지 않습니다" @@ -12654,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 " @@ -12707,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:1197 +#: 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)." @@ -12728,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 "" @@ -12767,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 를 담고 있지 않습니다." @@ -12775,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:1189 +#: 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)." @@ -12787,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 "" @@ -12818,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 "" @@ -12857,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." @@ -12865,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 "이 스카이랜더 타입은 아직 수정될 수 없습니다!" @@ -12889,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." @@ -12897,20 +13093,20 @@ msgstr "" "이 돌핀 빌드는 본래 당신의 CPU 용으로 컴파일되어 있지 않습니다.\n" "더 나은 경험을 위해 돌핀의 ARM64 빌드를 구동하세요." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 +#: 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 " @@ -12920,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 " @@ -12932,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." @@ -12940,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." @@ -12948,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 " @@ -12958,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." @@ -12978,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. " @@ -12988,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 " @@ -12998,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." @@ -13010,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." @@ -13018,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 "" @@ -13030,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" @@ -13051,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 "이 타이틀은 부적합 공유 키를 사용하도록 설정되어 있습니다." @@ -13095,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" @@ -13134,7 +13330,7 @@ msgstr "쓰레드" msgid "Threshold" msgstr "한계점" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13144,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)" @@ -13156,7 +13377,7 @@ msgstr "시간 초과" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "타이틀" @@ -13164,17 +13385,17 @@ msgstr "타이틀" msgid "To" msgstr "To" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "전체화면 토글(&F)" @@ -13199,7 +13420,7 @@ msgid "Toggle Aspect Ratio" msgstr "종횡비 토글" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "중단점 토글" @@ -13251,11 +13472,15 @@ msgstr "XFB 복사 토글" msgid "Toggle XFB Immediate Mode" msgstr "XFB 즉시 모드 토글" +#: 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 "" @@ -13263,7 +13488,7 @@ msgstr "" msgid "Toolbar" msgstr "툴바" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "위" @@ -13271,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 "총 히트" @@ -13309,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 "전통 중국어" @@ -13334,8 +13559,8 @@ msgstr "함정 마스터" msgid "Trap Team" msgstr "트랩 팀" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "횡단 에러" @@ -13374,7 +13599,7 @@ msgid "Trophy" msgstr "트로피" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13400,7 +13625,7 @@ 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 에뮬레이션" @@ -13418,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. " @@ -13429,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." @@ -13441,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." @@ -13454,7 +13679,7 @@ msgstr "" "의 경우 미약한 성능 타격을 얻는 반면 쉐이더 컴파일 버벅임을 완전제거합니다, " "하지만 결과는 비디오 드라이버 행동에 달려있습니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "RSO 모듈을 자동-감지할 수 없습니다" @@ -13466,11 +13691,11 @@ msgstr "업데이트 서버에 접촉할 수 없습니다." 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 "파일 열기가 불가능합니다." @@ -13498,7 +13723,7 @@ msgstr "" "\n" "이 라인을 무시하고 분석을 계속합니까?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "파일 읽기가 불가능합니다." @@ -13525,11 +13750,11 @@ msgstr "압축풀린 GC/Wii 이미지들 (*.iso *.gcm)" msgid "Undead" msgstr "언데드" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "상태 로드 되돌리기" -#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "상태 저장 되돌리기" @@ -13549,13 +13774,13 @@ msgstr "" "WAD 를 언인스톨하면 NAND 에서 현재 설치된 이 타이틀 버전을 저장 데이터를 지우" "지 않고 제거하게 됩니다." -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -13565,7 +13790,7 @@ 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)" @@ -13598,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 "" @@ -13618,7 +13843,7 @@ msgstr "알려지지 않은 데이터 타입" msgid "Unknown disc" msgstr "알려지지 않은 디스크" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "알려지지 않은 에러가 발생했습니다." @@ -13699,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 @@ -13710,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 "업데이트" @@ -13779,7 +14004,7 @@ msgstr "일반 DNS 용 8.8.8.8 을 사용합니다, 아니면 원하는 서버 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 "내장된 데이터 베이스의 게임 이름 사용" @@ -13787,7 +14012,7 @@ msgstr "내장된 데이터 베이스의 게임 이름 사용" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "비손실 코덱 (FFV1) 사용" @@ -13795,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 " @@ -13818,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." @@ -13871,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'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 " @@ -13894,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 " @@ -13904,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 " @@ -14195,7 +14415,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "경고" @@ -14321,7 +14541,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -14333,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 " @@ -14345,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 패스쓰루 장치들" @@ -14377,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" @@ -14395,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 리모트 설정" @@ -14415,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 리모트" @@ -14423,15 +14643,15 @@ msgstr "Wii 와 Wii 리모트" msgid "Wii data is not public yet" msgstr "Wii 데이터는 아직 공개가 아닙니다" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -14440,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 "" @@ -14458,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "쓰기" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -14511,11 +14739,11 @@ msgstr "잘못된 지역" 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 "" @@ -14566,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 " @@ -14575,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 " @@ -14684,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 "변경이 적용되려면 돌핀을 재시작 해야 합니다." @@ -14712,7 +14940,7 @@ msgstr "" "문제를 고치기 위해 지금 멈추시겠습니까?\n" "\"아니오\" 를 선택하면, 오디오가 혼란스러울지도 모릅니다." -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14732,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 "" @@ -14781,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 "연결이 끊겼습니다" @@ -14797,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 "" @@ -14864,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 "" @@ -14884,15 +15114,15 @@ 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이 발견되었습니다. 디스크가 인식되지 않은 것 같습니다" diff --git a/Languages/po/ms.po b/Languages/po/ms.po index 738d902445..212115993d 100644 --- a/Languages/po/ms.po +++ b/Languages/po/ms.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -19,7 +19,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" @@ -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 "" @@ -169,7 +175,7 @@ msgstr "" 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,11 +185,11 @@ msgstr "" "%2 objek(s)\n" "Bingkai Semasa: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" @@ -191,11 +197,11 @@ msgstr "" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" @@ -207,8 +213,8 @@ 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" @@ -225,11 +231,11 @@ 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 "" @@ -238,17 +244,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -264,7 +270,7 @@ msgstr "" msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -298,20 +304,20 @@ msgstr "" 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." @@ -337,20 +343,20 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "Perih&al" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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..." @@ -358,11 +364,11 @@ msgstr "T&ambah Kod Baharu..." msgid "&Add..." msgstr "T&ambah" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Tetapan &Audio" @@ -374,15 +380,19 @@ msgstr "&Auto Kemaskini:" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Titik Henti" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -390,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Kosongkan Simbol" @@ -406,20 +416,24 @@ msgstr "&Kosongkan Simbol" msgid "&Clone..." msgstr "&Klon..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "Tetapan Ka&walan" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -427,26 +441,26 @@ msgstr "" 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..." @@ -454,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:343 +#: 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 "" @@ -478,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Fon..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "B&ingkai Lanjutan" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Jana Simbol Dari" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Repositori &GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "Tetapan &Grafik" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Bantuan" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Tetapan Kekunci Pa&nas" @@ -532,11 +550,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -544,7 +562,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -552,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Muat Keadaan" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Muat Peta Simbol" @@ -570,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Ingatan" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "Ce&reka" @@ -594,7 +616,7 @@ msgstr "Ce&reka" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -603,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "Pi&lihan" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Jeda" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Main" @@ -627,7 +653,7 @@ msgstr "&Main" msgid "&Properties" msgstr "Si&fat" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "Mod Ba&ca-Sahaja" @@ -635,7 +661,7 @@ msgstr "Mod Ba&ca-Sahaja" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Daftar" @@ -643,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Simpan Peta Simbol" @@ -673,7 +699,7 @@ 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 "" @@ -681,23 +707,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "&Had Kelajuan:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -707,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Tonton" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Laman Sesawang" @@ -733,38 +763,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: 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:1564 +#: 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: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 "" @@ -781,7 +803,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -851,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" @@ -909,7 +931,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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" @@ -935,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" @@ -1032,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1070,8 +1092,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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!" @@ -1099,7 +1121,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1117,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 "" @@ -1142,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 "" @@ -1184,8 +1206,8 @@ msgstr "Ketepatan:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1261,7 +1283,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktif" @@ -1277,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 "" @@ -1285,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" @@ -1335,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Alamat" @@ -1382,7 +1403,7 @@ msgid "" "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 "" @@ -1400,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" @@ -1408,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" @@ -1527,8 +1548,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1540,7 +1561,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1560,7 +1581,7 @@ msgstr "" 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 "" @@ -1578,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 "" @@ -1600,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" @@ -1626,15 +1647,15 @@ msgstr "Anti-Alias:" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1644,7 +1665,7 @@ msgid "" ">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:" @@ -1652,7 +1673,7 @@ msgstr "Tarikh Pemuatapl:" msgid "Apply" msgstr "Laksana" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1660,7 +1681,7 @@ msgstr "" 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'?" @@ -1672,10 +1693,18 @@ msgstr "Anda pasti ingin memadam fail ini?" msgid "Are you sure you want to delete this pack?" msgstr "" +#: 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?" @@ -1684,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:" @@ -1701,7 +1730,7 @@ msgstr "Nisbah Bidang:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1734,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" @@ -1754,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" @@ -1779,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" @@ -1787,15 +1816,15 @@ msgstr "Auto-Laras Saiz Tetingkap" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1823,7 +1852,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1854,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:" @@ -1875,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 "" @@ -1896,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -1933,7 +1962,7 @@ 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" @@ -1985,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 "" @@ -1999,11 +2028,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "" @@ -2037,67 +2066,67 @@ msgstr "" "Mod passthrough Bluetooth dibenarkan, tetapi Dolphin dibina tanpa libusb. " "Mod passthrough tidak dapat digunakan." -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "But untuk Dijeda" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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 "" @@ -2109,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 " @@ -2142,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 " @@ -2152,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 "" @@ -2179,11 +2208,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Henti" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2192,11 +2221,11 @@ msgstr "" msgid "Breakpoint" msgstr "Titik Henti" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: 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:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Titik Henti" @@ -2230,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:930 +#: 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:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Penimbal:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2292,7 +2321,7 @@ msgstr "" msgid "C Stick" msgstr "Batang C" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2300,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" @@ -2312,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." @@ -2335,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 "" @@ -2373,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2430,19 +2459,19 @@ 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 "" @@ -2454,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 "" @@ -2478,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 "" @@ -2486,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..." @@ -2502,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." @@ -2526,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." @@ -2546,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" @@ -2554,7 +2583,7 @@ msgstr "Gelitar Menipu" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Periksa NAND..." @@ -2594,11 +2623,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2627,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2645,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..." @@ -2658,7 +2688,7 @@ msgstr "Klon dan &Sunting Kod..." msgid "Close" msgstr "Tutup" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ko&nfigurasi" @@ -2666,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 "" @@ -2698,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2715,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 "" @@ -2739,7 +2778,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2747,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 "" @@ -2760,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Keadaan:" @@ -2854,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" @@ -2867,26 +2906,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2897,15 +2944,15 @@ msgstr "Pengesahan" msgid "Connect" msgstr "Sambung" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Sambung Wii Remote %1" @@ -2925,7 +2972,7 @@ msgstr "Sambung Wii Remote 3" msgid "Connect Wii Remote 4" msgstr "Sambung Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Sambung Wii Remote" @@ -2949,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 "" @@ -2966,7 +3013,7 @@ 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 "" @@ -3063,8 +3110,8 @@ msgstr "" 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 "" @@ -3072,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 "" @@ -3082,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 "" @@ -3104,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 "" @@ -3141,19 +3188,19 @@ msgstr "" msgid "Copy" msgstr "Salin" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3161,15 +3208,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3187,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 "" @@ -3200,11 +3242,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3234,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" @@ -3278,11 +3315,11 @@ 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 "" @@ -3303,7 +3340,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Tidak dapat cari pelayan pusat" @@ -3315,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:" @@ -3348,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:" @@ -3356,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)." @@ -3372,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:304 +#: 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 "" @@ -3403,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 "" @@ -3415,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" @@ -3439,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 @@ -3466,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" @@ -3474,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 "" @@ -3553,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" @@ -3563,11 +3626,11 @@ 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 "" @@ -3592,11 +3655,11 @@ msgstr "Kurangkan IR" 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 "" @@ -3610,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 "" @@ -3626,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 "" @@ -3634,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 " @@ -3645,7 +3708,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Padam" @@ -3675,18 +3738,18 @@ msgstr "Peratus Kedalaman:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -3694,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 "" @@ -3707,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 "" @@ -3729,7 +3792,7 @@ msgstr "" msgid "Detect" msgstr "Kesan" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3759,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 "" @@ -3767,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." @@ -3791,7 +3854,7 @@ 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 "" @@ -3799,11 +3862,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "Lumpuhkan Had Kelajuan Emulasi" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3811,11 +3874,11 @@ msgstr "" msgid "Disable Fog" msgstr "Lumpuhkan Kabus" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3823,14 +3886,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3861,7 +3924,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3896,11 +3959,11 @@ 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:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Anda mahu kosongkan senarai nama simbol?" @@ -3910,7 +3973,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Anda hendak hentikan emulasi semasa?" @@ -3918,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)" @@ -3931,22 +3994,22 @@ msgstr "Log FIFO Dolphin (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Cereka TAS Dolphin (*.dtm)" @@ -3981,21 +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:1001 +#: 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/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." @@ -4029,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 @@ -4039,27 +4102,27 @@ 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 " @@ -4108,19 +4171,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Longgok Bingkai" @@ -4128,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 "" @@ -4136,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 "" @@ -4161,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." @@ -4190,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 "" @@ -4218,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" @@ -4237,16 +4300,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4255,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" @@ -4266,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4292,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" @@ -4318,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 "" @@ -4340,16 +4417,16 @@ 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" @@ -4361,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 "" @@ -4381,15 +4458,15 @@ msgstr "Benarkan Dwi-Teras" 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 "" @@ -4397,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 " @@ -4423,33 +4500,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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" @@ -4457,11 +4534,11 @@ 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 "" @@ -4469,15 +4546,15 @@ msgstr "" 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 "" @@ -4487,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 " @@ -4495,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 " @@ -4511,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 " @@ -4521,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 " @@ -4529,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." @@ -4551,12 +4628,12 @@ msgid "" "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 " @@ -4564,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 " @@ -4572,7 +4649,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 " @@ -4589,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." @@ -4597,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 @@ -4610,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 " @@ -4634,7 +4711,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4642,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." @@ -4661,7 +4738,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4671,7 +4748,7 @@ 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" @@ -4688,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 "" @@ -4712,7 +4789,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Masukkan alamat modul RSO:" @@ -4721,69 +4798,68 @@ msgstr "Masukkan alamat modul RSO:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4797,7 +4873,7 @@ msgstr "Masukkan alamat modul RSO:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Ralat" @@ -4819,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." @@ -4827,7 +4903,7 @@ msgstr "Ralat memuatkan bahasa pilihan. Jatuh balik ke lalai sistem." msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4889,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 "" @@ -4909,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 "" @@ -4922,12 +4998,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4971,11 +5047,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Eskport Semua Simpan Wii" @@ -4990,7 +5066,7 @@ msgstr "" msgid "Export Recording" msgstr "Eksport Rakaman" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Eksport Rakaman..." @@ -5018,14 +5094,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5046,7 +5122,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "Penimbal Bingkai Luaran (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Ekstrak Sijil dari NAND" @@ -5084,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" @@ -5102,11 +5178,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5122,7 +5198,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5172,19 +5248,19 @@ msgstr "" 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 "" @@ -5197,7 +5273,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Gagal mengekstrak sijil dari NAND" @@ -5224,25 +5300,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Gagal ke teras init" @@ -5253,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 "" @@ -5262,11 +5338,11 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: 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:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5274,8 +5350,8 @@ msgstr "" "Gagal mendengar pada port %1. Adakah kejadian lain pelayan NetPlay masih " "berjalan?" -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: 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" @@ -5287,7 +5363,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5301,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." @@ -5315,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:1740 +#: 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 "" @@ -5363,7 +5439,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Gagal membuka pelayan" @@ -5408,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 "" @@ -5491,31 +5567,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5566,7 +5642,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5598,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 "" @@ -5611,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nama Fail" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -5662,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}" @@ -5692,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 "" @@ -5727,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 @@ -5742,11 +5812,11 @@ msgstr "Bendera" msgid "Float" msgstr "Apung" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5762,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" @@ -5770,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" @@ -5802,11 +5872,11 @@ 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 "" @@ -5828,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." @@ -5838,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 @@ -5853,13 +5923,13 @@ 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 "" @@ -5880,11 +5950,11 @@ msgstr "Bingkai Lanjutan Tingkatkan Kelajuan" 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" @@ -5892,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:" @@ -5912,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 "" @@ -5928,7 +5998,11 @@ 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 "" @@ -5943,7 +6017,7 @@ 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" @@ -5962,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:" @@ -5971,12 +6045,12 @@ msgstr "Dari:" msgid "FullScr" msgstr "SkrPenuh" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Fungsi" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6020,11 +6094,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6048,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" @@ -6066,7 +6140,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "Penyahkodan Tesktur GPU" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6076,25 +6150,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6106,7 +6180,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6124,8 +6198,8 @@ 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 "" @@ -6139,7 +6213,7 @@ msgid "" "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 "" @@ -6151,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 "" @@ -6168,11 +6242,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6181,7 +6255,7 @@ msgstr "ID Permainan:" msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Permainan bertukar ke \"%1\"" @@ -6228,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" @@ -6240,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" @@ -6261,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" @@ -6289,7 +6363,7 @@ 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" @@ -6300,17 +6374,17 @@ msgstr "Kod Gecko" #: 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 "" @@ -6325,17 +6399,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6343,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6371,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" @@ -6411,7 +6485,7 @@ msgstr "Hijau Kiri" msgid "Green Right" msgstr "Hijau Kanan" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Paparan Grid" @@ -6456,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 "" @@ -6489,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6509,7 +6583,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6517,11 +6591,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6544,12 +6618,36 @@ msgstr "Hos" msgid "Host Code:" msgstr "Kod Hos:" +#. 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" +#. 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 @@ -6560,14 +6658,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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" @@ -6576,7 +6682,7 @@ 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" @@ -6586,11 +6692,11 @@ msgstr "Tetapan Kekunci Panas" 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 "" @@ -6617,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 "" @@ -6648,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:" @@ -6722,7 +6828,7 @@ 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." @@ -6739,7 +6845,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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 +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 "" @@ -6776,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 " @@ -6792,7 +6898,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Import Sandar NAND BootMii..." @@ -6807,15 +6913,15 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Import Simpan Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Mengimport sandar NAND" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -6824,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 " @@ -6837,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 " @@ -6845,31 +6951,31 @@ 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 "" @@ -6894,15 +7000,15 @@ msgstr "Tingkatkan IR" 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 +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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6953,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -6971,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Sisip Kad SD" @@ -6997,7 +7103,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Pasang WAD..." @@ -7012,7 +7118,7 @@ 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 "" @@ -7021,7 +7127,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "Titik Henti Arahan" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -7030,7 +7136,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7099,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7123,7 +7229,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "Kod Bercampur Tidak Sah" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7132,11 +7238,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "ID Pemain Tidak Sah" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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" @@ -7157,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" @@ -7165,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 "" @@ -7193,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" @@ -7212,96 +7326,97 @@ msgstr "Itali" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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" @@ -7312,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:683 +#: 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" @@ -7353,7 +7468,7 @@ msgstr "" msgid "Keys" msgstr "Kekunci" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -7361,12 +7476,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "Tendang Pemain" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7395,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 "" @@ -7437,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 @@ -7535,11 +7650,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Lajur Senarai" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Paparan Senarai" @@ -7549,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -7579,7 +7694,7 @@ msgstr "Muat Tekstur Suai" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Muat Menu Utama GameCube" @@ -7592,8 +7707,8 @@ msgstr "" msgid "Load Last State" msgstr "Muat Keadaan Terakhir" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7694,19 +7809,19 @@ msgstr "Muat Slot Keadaan 8" msgid "Load State Slot 9" msgstr "Muat Slot Keadaan 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Muat Keadaan dari Fail" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Muat Keadaan dari Slot Terpilih" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Muat Keadaan dari Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Muat Menu Sistem Wii %1" @@ -7718,30 +7833,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "Muat dari Slot Terpilih" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Muat dari Slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7751,7 +7866,7 @@ msgstr "" msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7760,7 +7875,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7768,7 +7883,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -7777,20 +7892,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Log Konfigurasi" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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" @@ -7802,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:979 +#: 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:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "" @@ -7856,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 "" @@ -7886,12 +8017,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -7903,12 +8034,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7920,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -7937,7 +8072,7 @@ 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." @@ -7958,7 +8093,7 @@ msgstr "Titik Henti Ingatan" msgid "Memory Card" msgstr "Kad Ingatan" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7966,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 "" @@ -7986,7 +8121,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -7998,33 +8133,41 @@ msgstr "" "tidak boleh dikembalikan, oleh itu disarankan anda sandar kedua-dua NAND. " "Anda pasti mahu teruskan?" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -8033,7 +8176,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8053,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 " @@ -8065,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8090,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 "" @@ -8103,11 +8246,11 @@ 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 "" @@ -8123,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 "" @@ -8132,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -8148,7 +8301,7 @@ msgstr "Semak NAND" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8175,7 +8328,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8202,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:" @@ -8263,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 "" @@ -8272,7 +8425,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Baharu" @@ -8315,7 +8468,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8330,7 +8483,7 @@ 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:" @@ -8352,13 +8505,13 @@ 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" @@ -8366,7 +8519,7 @@ msgstr "Tiada Padanan" 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 "" @@ -8387,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 "" @@ -8408,7 +8561,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Tiada isu dikesan." @@ -8416,15 +8569,15 @@ msgstr "Tiada isu dikesan." 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 " @@ -8435,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 "" @@ -8516,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." @@ -8552,7 +8700,7 @@ msgstr "Bidak Nunchuk" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8604,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" @@ -8625,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 " @@ -8651,7 +8799,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Dokumentasi Atas Talian" @@ -8659,13 +8807,13 @@ msgstr "&Dokumentasi Atas Talian" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8684,7 +8832,7 @@ msgstr "Buka" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" @@ -8697,7 +8845,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8763,31 +8911,31 @@ 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:231 @@ -8805,7 +8953,7 @@ msgstr "" 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" @@ -8825,15 +8973,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8847,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:603 +#: 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 "" @@ -8897,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 "" @@ -8922,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 "" @@ -8935,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:801 +#: 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 " @@ -8959,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." @@ -8984,7 +9141,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Pencahayaan Per-Piksel" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Lakukan Kemaskini Sistem Atas-Talian" @@ -8992,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 "" @@ -9014,11 +9171,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Ambil satu fon nyahpepijat" @@ -9035,7 +9192,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platform" @@ -9043,7 +9200,7 @@ msgstr "Platform" msgid "Play" msgstr "Main" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -9055,7 +9212,7 @@ 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" @@ -9092,20 +9249,25 @@ msgstr "" 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 "" @@ -9138,7 +9300,7 @@ msgstr "Port:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: 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 " @@ -9165,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" @@ -9206,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 " @@ -9221,7 +9383,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9249,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." @@ -9276,15 +9438,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "Kiraan Program" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9294,7 +9456,7 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9318,14 +9480,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Soalan" @@ -9350,11 +9512,11 @@ msgstr "Analog-R" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "Modul RSO" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9387,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Baca" @@ -9436,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 "" @@ -9446,7 +9612,11 @@ 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" @@ -9454,15 +9624,15 @@ msgstr "Rakam" 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..." @@ -9497,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 @@ -9512,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 "" @@ -9526,7 +9695,7 @@ msgid "Refreshing..." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Wilayah" @@ -9560,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" @@ -9588,25 +9757,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9615,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9634,7 +9813,7 @@ msgstr "Tetap Semula" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9658,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 "" @@ -9666,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 "" @@ -9678,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" @@ -9686,7 +9865,7 @@ msgstr "Mula Semula Diperlukan" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9707,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 @@ -9762,7 +9941,7 @@ msgstr "" 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 "" @@ -9771,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 " @@ -9780,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 " @@ -9792,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" @@ -9817,19 +10005,24 @@ msgstr "" msgid "Rumble" msgstr "Rumble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9845,19 +10038,19 @@ msgstr "Rusia" 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 "" @@ -9865,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 "" @@ -9900,11 +10093,11 @@ msgstr "" msgid "START" msgstr "MULA" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Keadaan S&impan" @@ -9916,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9926,15 +10119,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9948,11 +10141,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9970,15 +10163,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9990,11 +10183,11 @@ msgstr "Simpan Keadaan Terlama" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10044,23 +10237,23 @@ msgstr "Simpan Slot Keadaan 8" msgid "Save State Slot 9" msgstr "Simpan Slot Keadaan 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Simpan Keadaan ke Fail" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Simpan Keadaan ke Slot Terlama" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Simpan Keadaan ke Slot Terpilih" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Simpan Keadaan ke Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Simpan Peta Simbol Sebag&ai..." @@ -10068,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" @@ -10076,11 +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:1135 +#: 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" @@ -10095,11 +10288,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "Simpan ke Slot Terpilih" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -10121,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 "" @@ -10130,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Gelintar" @@ -10140,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" @@ -10152,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10166,7 +10359,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10200,7 +10393,7 @@ 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, " "cancel)" @@ -10211,7 +10404,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10231,7 +10424,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10243,7 +10436,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10255,11 +10448,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10271,7 +10464,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Pilih Slot %1 - %2" @@ -10279,7 +10472,7 @@ msgstr "Pilih Slot %1 - %2" msgid "Select State" msgstr "Pilih Keadaan" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Pilih Slot Keadaan" @@ -10323,7 +10516,7 @@ msgstr "Pilih Slot Keadaan 8" msgid "Select State Slot 9" msgstr "Pilih Slot Keadaan 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10340,17 +10533,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10358,7 +10551,7 @@ msgstr "" msgid "Select a Game" msgstr "Pilih satu Permainan" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10370,11 +10563,11 @@ msgstr "" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10386,7 +10579,7 @@ msgstr "" 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" @@ -10394,7 +10587,7 @@ msgstr "Profil pengawal terpilih tidak wujud" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10406,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 " @@ -10448,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 " @@ -10470,14 +10663,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10505,7 +10698,7 @@ msgstr "" 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:" @@ -10542,7 +10735,7 @@ 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 "" @@ -10559,15 +10752,15 @@ msgstr "" msgid "Set PC" msgstr "Tetapkan PC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10575,7 +10768,7 @@ msgstr "" msgid "Set as &Default ISO" 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" @@ -10585,11 +10778,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -10597,7 +10790,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10610,7 +10803,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10623,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" @@ -10637,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 "" @@ -10659,28 +10852,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Tunjuk &Log" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Tunjuk Australia" @@ -10688,41 +10881,41 @@ msgstr "Tunjuk Australia" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Tunjuk Perancis" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Tunjuk GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Tunjuk Jerman" @@ -10734,51 +10927,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Tunjuk Paparan Input" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Tunjuk Itali" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Tunjuk Korea" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Tunjuk PAL" @@ -10787,27 +10980,27 @@ msgstr "Tunjuk PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Tunjuk Wilayah" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Tunjuk Rusia" @@ -10815,59 +11008,59 @@ msgstr "Tunjuk Rusia" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Tunjuk Jam Sistem" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Tunjuk Taiwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Tunjuk USA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Tunjuk WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Tunjuk Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Tunjuk Dunia" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10875,16 +11068,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10892,7 +11085,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10900,92 +11093,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11015,7 +11208,7 @@ msgstr "Togol Sisi" msgid "Sideways Wii Remote" msgstr "Wii Remote Sisi" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Pangkalan Data Tandatangan" @@ -11039,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" @@ -11056,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." @@ -11068,7 +11261,7 @@ msgstr "" msgid "Skip" msgstr "Langkau" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11084,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%. " @@ -11164,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." @@ -11180,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 "" @@ -11199,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" @@ -11207,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 "" @@ -11219,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, " @@ -11232,7 +11425,7 @@ 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" @@ -11265,20 +11458,24 @@ msgstr "Pengawal Piawai" 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:778 +#: 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" @@ -11286,7 +11483,7 @@ msgstr "Mula Me&rakam Input" 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 "" @@ -11298,7 +11495,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Permainan bermula" @@ -11337,19 +11534,19 @@ msgstr "Langkah Keluar" msgid "Step Over" msgstr "Langkah Melalui" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Langkah keluar berjaya!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Langkah keluar tamat masa!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Langkah atas masih berjalan..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Langkah berjaya!" @@ -11358,7 +11555,7 @@ msgstr "Langkah berjaya!" msgid "Stepping" msgstr "Melangkah" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11387,15 +11584,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Henti Memainkan/Merakam Input" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Permainan berhenti" @@ -11428,7 +11629,7 @@ 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" @@ -11446,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 "" @@ -11463,12 +11664,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Berjaya" @@ -11482,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'." @@ -11495,7 +11696,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "Berjaya mengimport fail simpan" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Berjaya mengekstrak sijil dari NAND" @@ -11507,12 +11708,12 @@ msgstr "Berjaya mengekstrak fail." msgid "Successfully extracted system data." msgstr "Berjaya mengekstrak data sistem." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Berjaya memasang tajuk ini ke NAND." @@ -11535,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 "" @@ -11583,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Simbol" @@ -11628,7 +11834,7 @@ 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." @@ -11647,24 +11853,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11682,15 +11888,15 @@ msgstr "" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11706,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 "" @@ -11717,11 +11923,11 @@ 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 "" @@ -11733,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" @@ -11752,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 "" @@ -11766,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:1239 +#: 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." @@ -11778,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:1234 +#: 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 " @@ -11809,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." @@ -11902,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?" @@ -11936,21 +12142,21 @@ msgid "" "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 "" @@ -11973,7 +12179,7 @@ msgstr "" "masalah dengan menu sistem. Adalah mustahil mengemaskini konsol teremulasi " "dengan cakera ini." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11982,15 +12188,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 "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" @@ -12006,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" @@ -12024,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 "" @@ -12032,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" @@ -12041,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 " @@ -12083,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:1197 +#: 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)." @@ -12102,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 "" @@ -12139,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 "" @@ -12147,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:1189 +#: 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 "" @@ -12188,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 "" @@ -12227,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 "" @@ -12257,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/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 " @@ -12291,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." @@ -12328,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 " @@ -12345,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 "" @@ -12373,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" @@ -12391,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 "" @@ -12430,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" @@ -12463,7 +12669,7 @@ msgstr "" msgid "Threshold" msgstr "Ambang" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -12473,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)" @@ -12485,7 +12716,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Tajuk" @@ -12493,17 +12724,17 @@ msgstr "Tajuk" msgid "To" msgstr "Ke" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Togol &Skrin Penuh" @@ -12528,7 +12759,7 @@ msgid "Toggle Aspect Ratio" msgstr "Togol Nisbah Bidang" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Togol Titik Henti" @@ -12580,11 +12811,15 @@ msgstr "Togol Salinan XFB" msgid "Toggle XFB Immediate Mode" msgstr "Togol Mod Serta-Merta XFB" +#: 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 "" @@ -12592,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" @@ -12600,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 "" @@ -12638,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" @@ -12663,8 +12898,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Ralat Traversal" @@ -12701,7 +12936,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12727,7 +12962,7 @@ 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 "" @@ -12745,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." @@ -12760,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." @@ -12769,7 +13004,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12781,11 +13016,11 @@ msgstr "" 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 "" @@ -12809,7 +13044,7 @@ 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 "" @@ -12836,11 +13071,11 @@ msgstr "Imej GC/Wii Tak Mampat (*.iso *.gcm)" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Buat Asal Keadaan Simpan" @@ -12860,13 +13095,13 @@ msgstr "" "Menyahpasang WAD akan membuang versi terpasang semasa bagi tajuk ini dari " "NAND tanpa memadam data simpannya. Mahu teruskan?" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12876,7 +13111,7 @@ 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 "" @@ -12905,7 +13140,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12925,7 +13160,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -13005,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 @@ -13016,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" @@ -13085,7 +13320,7 @@ msgstr "" 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" @@ -13093,7 +13328,7 @@ msgstr "Guna Pangkalan Data Terbina-Dalam Nama Permainan" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -13101,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 " @@ -13124,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 "" @@ -13166,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'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 " @@ -13185,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 " @@ -13455,7 +13694,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Amaran" @@ -13551,7 +13790,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13559,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 " @@ -13567,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" @@ -13599,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" @@ -13617,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" @@ -13637,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" @@ -13645,15 +13884,15 @@ msgstr "Wii dan Wii Remote" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13662,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 "" @@ -13680,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Tulis" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13733,11 +13980,11 @@ msgstr "" 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 "" @@ -13788,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 " @@ -13876,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." @@ -13896,7 +14143,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13914,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 "" @@ -13963,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 "" @@ -13979,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 "" @@ -14044,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 "" @@ -14064,15 +14313,15 @@ 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 "" diff --git a/Languages/po/nb.po b/Languages/po/nb.po index 0fb6eae456..61d2188a1c 100644 --- a/Languages/po/nb.po +++ b/Languages/po/nb.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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" @@ -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 "" @@ -184,7 +190,7 @@ msgstr "%1 støtter ikke denne funksjonen på ditt system." 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,11 +200,11 @@ msgstr "" "%2 objekt(er)\n" "Nåværende bilderute: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 ble med" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 har forlatt" @@ -206,11 +212,11 @@ msgstr "%1 har forlatt" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 golfer nå" @@ -222,8 +228,8 @@ 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" @@ -240,11 +246,11 @@ 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 "" @@ -253,17 +259,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -279,7 +285,7 @@ msgstr "" msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -313,20 +319,20 @@ msgstr "" 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." @@ -352,20 +358,20 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Om" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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…" @@ -373,11 +379,11 @@ msgstr "&Legg til ny kode…" msgid "&Add..." msgstr "&Legg til..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Lyd-innstillinger" @@ -389,15 +395,19 @@ msgstr "&Autooppdater:" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Brytepunkter" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Feilsporer" @@ -405,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Se etter oppdateringer..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Tøm symboler" @@ -421,20 +431,24 @@ msgstr "&Tøm symboler" msgid "&Clone..." msgstr "&Dupliser..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Kontroller-innstillinger" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -442,26 +456,26 @@ msgstr "" 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…" @@ -469,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:343 +#: 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 "" @@ -493,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Skrift…" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Bilde for bilde" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "%Generer symboler fra" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub-pakkebrønn" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafikkinnstillinger" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Hjelp" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Innstillinger for &hurtigtaster" @@ -547,11 +565,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -559,7 +577,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -567,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "Åpne hurtiglagring" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Last symbolkart" @@ -585,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Lås fast moduler" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Minne" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Film" @@ -609,7 +631,7 @@ msgstr "&Film" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Nettverk" @@ -618,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Innstillinger" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pause" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Spill" @@ -642,7 +668,7 @@ msgstr "&Spill" msgid "&Properties" msgstr "&Egenskaper" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Skrivebeskyttet modus" @@ -650,7 +676,7 @@ msgstr "&Skrivebeskyttet modus" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registere" @@ -658,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Lagre symbolkart" @@ -688,7 +714,7 @@ 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 "" @@ -696,23 +722,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "&Fartsgrense:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -722,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Se" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Nettside" @@ -748,38 +778,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: 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:1564 +#: 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: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" @@ -796,7 +818,7 @@ msgstr ", Komma" msgid "- Subtract" msgstr "- Trekk fra" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "→ %1" @@ -866,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" @@ -924,7 +946,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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" @@ -950,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" @@ -1047,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1088,8 +1110,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Større enn" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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!" @@ -1117,7 +1139,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1135,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 "" @@ -1171,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" @@ -1213,8 +1235,8 @@ msgstr "Nøyaktighet:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1290,7 +1312,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "Aktiver NetPlay-chat" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktiv" @@ -1306,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 "" @@ -1314,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:" @@ -1364,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adresse" @@ -1411,7 +1432,7 @@ msgid "" "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 "" @@ -1429,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" @@ -1437,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" @@ -1555,8 +1576,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1568,7 +1589,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1588,7 +1609,7 @@ msgstr "" 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" @@ -1606,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 "" @@ -1628,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" @@ -1654,15 +1675,15 @@ msgstr "Kantutjevning:" msgid "Any Region" msgstr "Alle regioner" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Føy på til &eksisterende signaturfil..." -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Legg p&å Singaturfil..." @@ -1672,7 +1693,7 @@ msgid "" ">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:" @@ -1680,7 +1701,7 @@ msgstr "Programinnlaster-dato:" msgid "Apply" msgstr "Bruk" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1688,7 +1709,7 @@ msgstr "" 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\"?" @@ -1700,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/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?" @@ -1712,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:" @@ -1729,7 +1758,7 @@ msgstr "Billedforhold:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1762,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" @@ -1782,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" @@ -1811,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" @@ -1819,15 +1848,15 @@ msgstr "Automatisk justering av vindusstørrelse" msgid "Auto-Hide" msgstr "Gjem automatisk" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1855,7 +1884,7 @@ msgid "Auxiliary" msgstr "Støtte" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1886,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:" @@ -1907,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." @@ -1928,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -1965,7 +1994,7 @@ 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" @@ -2017,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):" @@ -2031,11 +2060,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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:" @@ -2069,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:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Start opp i pausemodus" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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 "" @@ -2141,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 " @@ -2174,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 " @@ -2184,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 "" @@ -2211,11 +2240,11 @@ 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Stopp" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2224,11 +2253,11 @@ msgstr "" msgid "Breakpoint" msgstr "Stoppunkt" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: 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:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Stoppunkter" @@ -2262,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:930 +#: 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:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Mellomlager:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2324,7 +2353,7 @@ msgstr "" msgid "C Stick" msgstr "C-joystick" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "Lag Signatu&rfil..." @@ -2332,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" @@ -2344,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." @@ -2367,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" @@ -2405,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2462,19 +2491,19 @@ 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 "" @@ -2486,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 "" @@ -2510,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" @@ -2518,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…" @@ -2534,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." @@ -2558,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." @@ -2579,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" @@ -2587,7 +2616,7 @@ msgstr "Juksekodesøk" msgid "Cheats Manager" msgstr "Juksekodebehandler" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Sjekk NAND..." @@ -2627,11 +2656,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2660,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Tøm mellomlager" @@ -2678,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..." @@ -2691,7 +2721,7 @@ msgstr "Klon og &rediger kode..." msgid "Close" msgstr "Lukk" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "&Oppsett" @@ -2699,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 "" @@ -2731,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Kombiner &to signaturfiler..." @@ -2748,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" @@ -2772,7 +2811,7 @@ msgstr "Komplierer skygger" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Kompresjon" @@ -2780,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:" @@ -2793,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Betingelse" @@ -2887,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" @@ -2900,26 +2939,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2930,15 +2977,15 @@ msgstr "Bekreftelse" msgid "Connect" msgstr "Koble til" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Koble til Wii Remote %1" @@ -2958,7 +3005,7 @@ msgstr "Koble til Wii Remote 3" msgid "Connect Wii Remote 4" msgstr "Koble til Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Koble til Wii Remote-er" @@ -2982,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 "" @@ -2999,7 +3046,7 @@ 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" @@ -3102,8 +3149,8 @@ msgstr "" 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 "" @@ -3111,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 "" @@ -3121,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 "" @@ -3143,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…" @@ -3180,19 +3227,19 @@ msgstr "" msgid "Copy" msgstr "Kopier" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3200,15 +3247,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3226,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 "" @@ -3239,11 +3281,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3273,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" @@ -3317,11 +3354,11 @@ 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 "" @@ -3342,7 +3379,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Kunne ikke finne sentral tjener" @@ -3354,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:" @@ -3387,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:" @@ -3395,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)." @@ -3411,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:304 +#: 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 "" @@ -3442,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 "" @@ -3454,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" @@ -3478,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 @@ -3505,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" @@ -3513,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 "" @@ -3592,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" @@ -3602,11 +3665,11 @@ 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 "" @@ -3631,11 +3694,11 @@ msgstr "Reduser IR" 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 "" @@ -3649,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" @@ -3665,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" @@ -3673,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 " @@ -3684,7 +3747,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Slett" @@ -3714,18 +3777,18 @@ msgstr "Dybdeprosent:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -3733,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 "" @@ -3746,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 "" @@ -3768,7 +3831,7 @@ msgstr "Frakoblet" msgid "Detect" msgstr "Finn automatisk" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3798,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:" @@ -3806,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." @@ -3830,7 +3893,7 @@ 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" @@ -3838,11 +3901,11 @@ msgstr "Slå av EFB VRAM Kopier" msgid "Disable Emulation Speed Limit" msgstr "Skru av hastighetsbegrensning av emulering" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3850,11 +3913,11 @@ msgstr "" msgid "Disable Fog" msgstr "Skru av tåke" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Deaktiver JIT-lager" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3862,14 +3925,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3900,7 +3963,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3934,11 +3997,11 @@ msgstr "Reiseavstand fra nøytral posisjon." 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:1762 +#: 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:1293 +#: 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?" @@ -3948,7 +4011,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Vil du stoppe pågående emulering?" @@ -3956,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)" @@ -3969,22 +4032,22 @@ msgstr "Dolphin FIFO-Logg (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS-Filmer (*.dtm)" @@ -4019,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:1001 +#: 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." @@ -4031,11 +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/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." @@ -4069,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 @@ -4079,27 +4142,27 @@ 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 " @@ -4148,19 +4211,19 @@ msgstr "Dump &FakeVMEM" msgid "Dump &MRAM" msgstr "Dump &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dumping av bilder" @@ -4168,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 "" @@ -4176,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 "" @@ -4201,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." @@ -4230,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 "" @@ -4258,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" @@ -4277,16 +4340,16 @@ msgstr "Øst-Asia" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4295,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" @@ -4306,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4332,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" @@ -4358,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 "" @@ -4380,16 +4457,16 @@ 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" @@ -4401,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 "" @@ -4421,15 +4498,15 @@ msgstr "Aktiver bruk av dobbelkjerne" 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 "" @@ -4437,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 " @@ -4463,33 +4540,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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" @@ -4497,11 +4574,11 @@ 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 "" @@ -4509,15 +4586,15 @@ msgstr "" 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 "" @@ -4527,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 " @@ -4535,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 " @@ -4551,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 " @@ -4561,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 " @@ -4569,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." @@ -4591,12 +4668,12 @@ msgid "" "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 " @@ -4604,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 " @@ -4612,7 +4689,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 " @@ -4629,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." @@ -4637,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 @@ -4650,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 " @@ -4674,7 +4751,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4682,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." @@ -4701,7 +4778,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4711,7 +4788,7 @@ 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" @@ -4728,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 "" @@ -4752,7 +4829,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Skriv inn RSO-moduladresse:" @@ -4761,69 +4838,68 @@ msgstr "Skriv inn RSO-moduladresse:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4837,7 +4913,7 @@ msgstr "Skriv inn RSO-moduladresse:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Feil" @@ -4859,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." @@ -4868,7 +4944,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Feil ved henting av sesjonsliste: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4930,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 "" @@ -4950,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 "" @@ -4963,12 +5039,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -5012,11 +5088,11 @@ msgstr "Forventet starten på RegEx-innkapsling." 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Eksporter alle Wii-lagringsfiler" @@ -5031,7 +5107,7 @@ msgstr "" msgid "Export Recording" msgstr "Eksporter opptak" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Eksporter opptak…" @@ -5059,14 +5135,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5087,7 +5163,7 @@ msgstr "Ekstern" msgid "External Frame Buffer (XFB)" msgstr "Eksternt bildebuffer (EFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Pakk ut sertifikater fra NAND" @@ -5125,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" @@ -5145,11 +5221,11 @@ msgstr "" 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:1723 +#: 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 "" @@ -5165,7 +5241,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Kunne ikke koble til server: %1" @@ -5215,19 +5291,19 @@ msgstr "Kunne ikke slette NetPlay-minnekort. Verifiser dine skrivetillatelser." 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" @@ -5240,7 +5316,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "Kunne ikke eksportere følgende lagringsfiler:" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Klarte ikke å pakke ut sertifikater fra NAND" @@ -5267,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:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Klarte ikke å igangsette kjerne" @@ -5296,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 "" @@ -5305,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:1118 +#: 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:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5317,8 +5393,8 @@ msgstr "" "Klarte ikke å lytte til port %1. Kjøres det en annen instans av NetPlay-" "tjeneren?" -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: 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" @@ -5330,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:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Kunne ikke laste map-fil '%1'" @@ -5344,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." @@ -5358,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:1740 +#: 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 "" @@ -5408,7 +5484,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Klarte ikke å åpne tjener" @@ -5453,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 "" @@ -5539,31 +5615,31 @@ msgstr "" 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:1651 +#: 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:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Kunne ikke lagre signaturfil '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: 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:1775 +#: 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 > " @@ -5614,7 +5690,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Feil" @@ -5646,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 "" @@ -5659,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Filnavn" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Filbane" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -5710,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}" @@ -5741,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" @@ -5776,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 @@ -5791,11 +5861,11 @@ msgstr "Flagg" msgid "Float" msgstr "Flyttall" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 " @@ -5813,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" @@ -5821,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" @@ -5853,11 +5923,11 @@ 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 "" @@ -5879,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." @@ -5889,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 @@ -5904,13 +5974,13 @@ 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" @@ -5931,11 +6001,11 @@ msgstr "Øk hastighet for bildeforskuddsvisning" 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" @@ -5943,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:" @@ -5963,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 "" @@ -5979,7 +6049,11 @@ 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 "" @@ -5994,7 +6068,7 @@ 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" @@ -6013,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:" @@ -6022,12 +6096,12 @@ msgstr "Fra:" msgid "FullScr" msgstr "Fullskjerm" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funksjon" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6071,11 +6145,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6099,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" @@ -6117,7 +6191,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "GPU-teksturdekoding" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6127,25 +6201,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6157,7 +6231,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6175,8 +6249,8 @@ 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 "" @@ -6190,7 +6264,7 @@ msgid "" "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 "" @@ -6202,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" @@ -6219,11 +6293,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6232,7 +6306,7 @@ msgstr "Spill-ID:" msgid "Game Status" msgstr "Spillstatus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Spill endret til \"%1\"" @@ -6279,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" @@ -6291,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" @@ -6312,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" @@ -6340,7 +6414,7 @@ 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" @@ -6351,17 +6425,17 @@ msgstr "Gecko-juksekoder" #: 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 "" @@ -6376,17 +6450,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6394,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6422,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" @@ -6462,7 +6536,7 @@ msgstr "Grønn venstre" msgid "Green Right" msgstr "Grønn høyre" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Rutenettvisning" @@ -6507,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 "" @@ -6540,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6560,7 +6634,7 @@ msgstr "Gjem ikke-kompatible sesjoner" 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 " "render window is focused.

If unsure, select "" @@ -6568,11 +6642,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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" @@ -6595,13 +6669,37 @@ msgstr "Vert" msgid "Host Code:" msgstr "Vertskode:" +#. 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/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 "" @@ -6611,14 +6709,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Vertsinndataautoritet deaktivert" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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" @@ -6627,7 +6733,7 @@ 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" @@ -6637,11 +6743,11 @@ msgstr "Tastesnarveis-innstillinger" 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 "" @@ -6668,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 "" @@ -6699,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:" @@ -6772,7 +6878,7 @@ 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." @@ -6789,7 +6895,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6801,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 "" @@ -6826,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 " @@ -6842,7 +6948,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Importer BootMii NAND sikkerhetskopi..." @@ -6857,15 +6963,15 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importer Wii-lagringsfil …" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importing NAND sikkerhetskopi" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -6874,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 " @@ -6887,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 " @@ -6895,31 +7001,31 @@ 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 "" @@ -6944,15 +7050,15 @@ msgstr "Øk IR" 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 "" @@ -6989,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -7003,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -7021,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "Sett inn SD-kort" @@ -7047,7 +7153,7 @@ msgstr "" msgid "Install Update" msgstr "Installer oppdatering" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Installer WAD…" @@ -7062,7 +7168,7 @@ 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" @@ -7071,7 +7177,7 @@ msgstr "Instruksjon" msgid "Instruction Breakpoint" msgstr "Instruksjonsstoppunkt" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instruksjon:" @@ -7080,7 +7186,7 @@ msgstr "Instruksjon:" msgid "Instruction: %1" msgstr "Instruksjon: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7149,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Fortolkerkjerne" @@ -7173,7 +7279,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "Ugyldig mikset kode" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Ugyldig Pakke %1 oppgitt: %2" @@ -7182,11 +7288,11 @@ msgstr "Ugyldig Pakke %1 oppgitt: %2" msgid "Invalid Player ID" msgstr "Ugyldig spiller-ID" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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" @@ -7207,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" @@ -7215,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 "" @@ -7243,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" @@ -7262,96 +7376,97 @@ msgstr "Italia" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branching Av" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FlytTall Av" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Heltall Av" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LastLagre Flyt Av" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LastLagre Av" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LastLagre Parret Av" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LastLagre lXz Av" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT Ibzx Av" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LastLagre Iwz Av" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Av (JIT Kjerne)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT Systemregistre Av" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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" @@ -7362,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:683 +#: 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" @@ -7403,7 +7518,7 @@ msgstr "" msgid "Keys" msgstr "Nøkler" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -7411,12 +7526,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "Spark spiller" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7445,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 "" @@ -7487,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 @@ -7589,11 +7704,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "Begrens Klump-opplastningshastighet:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Listekolonner" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Listevisning" @@ -7603,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Last &Dårlig kartfil..." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -7633,7 +7748,7 @@ msgstr "Last inn brukerlagde teksturer" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Last inn GameCube-hovedmeny" @@ -7646,8 +7761,8 @@ msgstr "" msgid "Load Last State" msgstr "Last inn nyeste hurtiglagring" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7748,19 +7863,19 @@ msgstr "Åpne hurtiglagringsplass nr. 8" msgid "Load State Slot 9" msgstr "Åpne hurtiglagringsplass nr. 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Last inn tilstand fra fil" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Last inn tilstand fra valgt kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Last inn tilstand fra kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Last inn Wii-systemmeny %1" @@ -7772,30 +7887,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "Last fra valgt kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Last inn fra kortplass %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7805,7 +7920,7 @@ msgstr "" msgid "Local" msgstr "Lokal" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7814,7 +7929,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7822,7 +7937,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Logg" @@ -7831,20 +7946,20 @@ msgstr "Logg" msgid "Log Configuration" msgstr "Logg-innstillinger" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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" @@ -7856,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:979 +#: 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:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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" @@ -7910,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 "" @@ -7940,12 +8071,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -7957,12 +8088,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7974,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Maksimal Buffer:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -7991,7 +8126,7 @@ 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." @@ -8012,7 +8147,7 @@ msgstr "Minne Stoppunkt" msgid "Memory Card" msgstr "Minnekort" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Minnekortbehandler" @@ -8020,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" @@ -8040,7 +8175,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -8052,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:528 +#: 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 "" @@ -8087,7 +8230,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8107,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 " @@ -8119,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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" @@ -8144,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" @@ -8157,11 +8300,11 @@ 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 "" @@ -8177,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 "" @@ -8186,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -8202,7 +8355,7 @@ msgstr "NAND-sjekk" msgid "NKit Warning" msgstr "NKit-advarsel" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8229,7 +8382,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8256,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:" @@ -8317,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 "" @@ -8326,7 +8479,7 @@ msgid "Never Auto-Update" msgstr "Aldri autooppdater" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Nye" @@ -8369,7 +8522,7 @@ msgstr "Ny etikett" 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" @@ -8384,7 +8537,7 @@ 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:" @@ -8406,13 +8559,13 @@ 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" @@ -8420,7 +8573,7 @@ msgstr "Ingen treff" 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 "" @@ -8441,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 "" @@ -8462,7 +8615,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Ingen feil har blitt oppdaget." @@ -8470,15 +8623,15 @@ msgstr "Ingen feil har blitt oppdaget." 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 " @@ -8492,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." @@ -8573,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." @@ -8609,7 +8757,7 @@ msgstr "Nunchuck-Joystick" msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Objekt %1" @@ -8661,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" @@ -8682,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 " @@ -8708,7 +8856,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Nettbasert &dokumentasjon" @@ -8716,7 +8864,7 @@ msgstr "Nettbasert &dokumentasjon" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -8724,7 +8872,7 @@ msgstr "" "Legg til kun symboler med prefiks:\n" "(Blank for alle symboler)" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8743,7 +8891,7 @@ 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 "" @@ -8756,7 +8904,7 @@ msgstr "" msgid "Open Directory..." msgstr "Åpne mappe..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8822,31 +8970,31 @@ 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:231 @@ -8864,7 +9012,7 @@ msgstr "" 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" @@ -8884,15 +9032,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8906,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:603 +#: 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" @@ -8956,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" @@ -8982,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:" @@ -8995,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:801 +#: 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 " @@ -9019,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." @@ -9044,7 +9201,7 @@ msgstr "Høyeste fart for utgående svingbevegelser." msgid "Per-Pixel Lighting" msgstr "Belysning per piksel" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Utfør pålogget systemoppdatering" @@ -9052,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 "" @@ -9074,11 +9231,11 @@ msgstr "Fysisk" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Velg en debug-font" @@ -9095,7 +9252,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plattform" @@ -9103,7 +9260,7 @@ 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" @@ -9115,7 +9272,7 @@ 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" @@ -9152,20 +9309,25 @@ msgstr "" 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 "" @@ -9198,7 +9360,7 @@ msgstr "Port:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: 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" @@ -9224,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" @@ -9265,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 " @@ -9280,7 +9442,7 @@ msgstr "" 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" @@ -9308,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." @@ -9316,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." @@ -9324,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." @@ -9341,15 +9503,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "Programteller" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9359,7 +9521,7 @@ msgstr "" msgid "Public" msgstr "Offentlig" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Tøm spillistehurtiglager" @@ -9383,14 +9545,14 @@ msgstr "Quality of Service (QoS) kunne ikke aktiveres." 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Spørsmål" @@ -9415,11 +9577,11 @@ msgstr "Høyre-analog" msgid "READY" msgstr "KLAR" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO-moduler" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO-autooppdaging" @@ -9452,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Les" @@ -9501,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 "" @@ -9511,7 +9677,11 @@ 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" @@ -9519,15 +9689,15 @@ msgstr "Opptak" 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..." @@ -9562,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 @@ -9577,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 "" @@ -9591,7 +9760,7 @@ msgid "Refreshing..." msgstr "Gjennoppfrisker..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Region" @@ -9625,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" @@ -9653,25 +9822,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9680,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9699,7 +9878,7 @@ msgstr "Nullstill" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9723,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 "" @@ -9731,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 "" @@ -9743,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" @@ -9751,7 +9930,7 @@ msgstr "Omstart påkrevd" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9772,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 @@ -9827,7 +10006,7 @@ msgstr "Rull mot høyre" 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 "" @@ -9836,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 " @@ -9845,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 " @@ -9857,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" @@ -9882,19 +10070,24 @@ msgstr "" msgid "Rumble" msgstr "Rumble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9910,19 +10103,19 @@ msgstr "Russland" 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 "" @@ -9930,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 "" @@ -9965,11 +10158,11 @@ msgstr "SSL-sammenheng" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Lag&ringskode" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Lagre &stadie" @@ -9981,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9991,15 +10184,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -10013,11 +10206,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Lagringsfil Eksport" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -10035,15 +10228,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -10055,11 +10248,11 @@ msgstr "Lagre eldste hurtiglagring" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10109,23 +10302,23 @@ msgstr "Hurtiglagringsplass nr. 8" msgid "Save State Slot 9" msgstr "Hurtiglagringsplass nr. 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Lagre tilstand til fil" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Lagre tilstand til eldste kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Lagre tilstand til valgt kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Lagre tilstand til kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "&Lagre symbolkart som..." @@ -10133,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" @@ -10141,11 +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:1135 +#: 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" @@ -10163,11 +10356,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "Lagre til valgt kortplass" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 …" @@ -10188,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 "" @@ -10197,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Søk" @@ -10207,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" @@ -10219,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Søk etter en instruks" @@ -10233,7 +10426,7 @@ msgstr "Søk etter en instruks" msgid "Search games..." msgstr "Søk spill..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Søk instruksjon" @@ -10268,7 +10461,7 @@ 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, " "cancel)" @@ -10279,7 +10472,7 @@ msgid "Select Dump Path" msgstr "Velg dumpens filbane" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Velg eksportmappe" @@ -10299,7 +10492,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10311,7 +10504,7 @@ msgstr "Velg nyeste hurtiglagring" msgid "Select Load Path" msgstr "Velg innlastingsfilbane" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10323,11 +10516,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10339,7 +10532,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Velg inngang %1 - %2" @@ -10347,7 +10540,7 @@ msgstr "Velg inngang %1 - %2" msgid "Select State" msgstr "Velg tilstand" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Velg kortplass for lagringsstadie" @@ -10391,7 +10584,7 @@ msgstr "Velg lagringsstadieplass 8" msgid "Select State Slot 9" msgstr "Velg lagringsstadieplass 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10408,17 +10601,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10426,7 +10619,7 @@ msgstr "" msgid "Select a Game" msgstr "Velg et spill" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10438,11 +10631,11 @@ msgstr "Velg et spill" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Velg RSO-moduladressen:" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10454,7 +10647,7 @@ msgstr "" 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" @@ -10462,7 +10655,7 @@ msgstr "Valgt kontrolprofil finnes ikke" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "Valgt spill eksisterer ikke i spillisten!" @@ -10474,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 " @@ -10516,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 " @@ -10538,14 +10731,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10573,7 +10766,7 @@ msgstr "" msgid "Send" msgstr "Send" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Sensorbjelkeposisjon:" @@ -10610,7 +10803,7 @@ 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 "" @@ -10627,15 +10820,15 @@ msgstr "" msgid "Set PC" msgstr "Sett programteller" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10643,7 +10836,7 @@ msgstr "" msgid "Set as &Default ISO" msgstr "Sett som &forvalgt ISO" -#: 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,11 +10846,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -10665,7 +10858,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10678,7 +10871,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10691,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" @@ -10705,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" @@ -10727,28 +10920,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Vis &logg" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Vis Australia" @@ -10756,41 +10949,41 @@ msgstr "Vis Australia" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Vis Frankrike" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Vis GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Vis Tyskland" @@ -10802,51 +10995,51 @@ msgstr "Vis golfmodusoverlegg" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Vis inndataskjerm" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Vis Italia" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Vis Korea" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Vis PAL" @@ -10855,27 +11048,27 @@ msgstr "Vis PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Vis regioner" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Vis Russland" @@ -10883,59 +11076,59 @@ msgstr "Vis Russland" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Vis systemklokke" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Vis Taiwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Vis USA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Vis WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Vis Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Vis verden" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10943,16 +11136,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10960,7 +11153,7 @@ msgstr "" msgid "Show in server browser" msgstr "Vis i vertsliste" -#: 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10968,92 +11161,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11083,7 +11276,7 @@ msgstr "Sideveisveksling" msgid "Sideways Wii Remote" msgstr "Sideveis Wii Remote" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Signaturdatabase" @@ -11107,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" @@ -11124,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." @@ -11136,7 +11329,7 @@ msgstr "" 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 "" @@ -11152,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%. " @@ -11232,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." @@ -11250,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:" @@ -11269,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" @@ -11277,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 "" @@ -11289,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, " @@ -11302,7 +11495,7 @@ 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" @@ -11335,20 +11528,24 @@ msgstr "Forvalgt kontroller" 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:778 +#: 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" @@ -11356,7 +11553,7 @@ msgstr "Start inn&dataopptak" 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 "" @@ -11368,7 +11565,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Startet spill" @@ -11407,19 +11604,19 @@ msgstr "Stepp ut" msgid "Step Over" msgstr "Stepp over" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Utstepping vellykket!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Utstepping tidsutløp!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Stepper over..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Stepp vellykket!" @@ -11428,7 +11625,7 @@ msgstr "Stepp vellykket!" msgid "Stepping" msgstr "Stepper" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stereo" @@ -11457,15 +11654,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Stopp avspilling/opptak av inndata" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Stoppet spill" @@ -11498,7 +11699,7 @@ 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" @@ -11516,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 "" @@ -11533,12 +11734,12 @@ msgstr "Penn" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Vellykket" @@ -11552,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'." @@ -11565,7 +11766,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "Eksportering av lagringsfiler var vellykket" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Ekstrahering av sertifikat fra NAND vellykket" @@ -11577,12 +11778,12 @@ msgstr "Ekstrahering av fil vellykket." msgid "Successfully extracted system data." msgstr "Ekstrahering av systemdata vellykket." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Installering av tittelen til NAND var vellykket." @@ -11605,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" @@ -11653,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symboler" @@ -11700,7 +11906,7 @@ 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." @@ -11719,24 +11925,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Etiketter" @@ -11754,15 +11960,15 @@ msgstr "Hale" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11778,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 "" @@ -11789,11 +11995,11 @@ 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 "" @@ -11805,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" @@ -11824,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 "" @@ -11838,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:1239 +#: 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." @@ -11850,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:1234 +#: 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 " @@ -11881,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." @@ -11976,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?" @@ -12010,22 +12216,22 @@ msgid "" "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 "" @@ -12047,7 +12253,7 @@ msgstr "" "systemmenyen er det ikke mulig å oppdatere den emulerte konsollen ved bruk " "av denne platen." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -12056,15 +12262,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 "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" @@ -12082,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" @@ -12100,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 "" @@ -12108,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" @@ -12117,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 " @@ -12166,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:1197 +#: 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)." @@ -12185,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 "" @@ -12222,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 " @@ -12232,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:1189 +#: 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 "" @@ -12273,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 "" @@ -12312,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." @@ -12320,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 "" @@ -12344,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/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 " @@ -12383,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." @@ -12392,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." @@ -12401,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." @@ -12426,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. " @@ -12437,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 " @@ -12447,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 "" @@ -12475,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" @@ -12497,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." @@ -12535,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" @@ -12570,7 +12776,7 @@ msgstr "Tråder" msgid "Threshold" msgstr "Terskel" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -12580,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)" @@ -12592,7 +12823,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Tittel" @@ -12600,17 +12831,17 @@ msgstr "Tittel" msgid "To" msgstr "Til" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Bruk &fullskjerm" @@ -12635,7 +12866,7 @@ msgid "Toggle Aspect Ratio" msgstr "Skift bildestørrelse" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Slå av/på stoppunkt" @@ -12687,11 +12918,15 @@ msgstr "Veksle XFB-Kopier" msgid "Toggle XFB Immediate Mode" msgstr "Veksle XFB Øyeblikkelig Modus" +#: 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 "" @@ -12699,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" @@ -12707,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 "" @@ -12745,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" @@ -12770,8 +13005,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Traverseringsfeil" @@ -12810,7 +13045,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12836,7 +13071,7 @@ 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 "" @@ -12854,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." @@ -12869,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." @@ -12878,7 +13113,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12890,11 +13125,11 @@ msgstr "" 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 "" @@ -12922,7 +13157,7 @@ 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 "" @@ -12949,11 +13184,11 @@ msgstr "Ukomprimerte GC/Wii bildefiler (*.iso *.gcm)" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Angre hurtiglagring" @@ -12973,13 +13208,13 @@ 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:312 +#: 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 @@ -12989,7 +13224,7 @@ 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 "" @@ -13018,7 +13253,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -13038,7 +13273,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -13118,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 @@ -13129,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" @@ -13198,7 +13433,7 @@ msgstr "" 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" @@ -13206,7 +13441,7 @@ msgstr "Bruk den innebygde databasen over spillnavn" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Bruk tapsfri kodek (FFV1)" @@ -13214,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 " @@ -13237,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 "" @@ -13277,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'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 " @@ -13296,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 " @@ -13566,7 +13805,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Advarsel" @@ -13664,7 +13903,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13672,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 " @@ -13680,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" @@ -13712,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" @@ -13730,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" @@ -13750,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" @@ -13758,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:1126 +#: 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 "" @@ -13775,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 "" @@ -13793,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Skriv" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13846,11 +14093,11 @@ msgstr "" 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 "" @@ -13901,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 " @@ -13991,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." @@ -14011,7 +14258,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14029,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 "" @@ -14078,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" @@ -14094,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 "" @@ -14159,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 "" @@ -14179,15 +14428,15 @@ 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 "" diff --git a/Languages/po/nl.po b/Languages/po/nl.po index 41942426cd..7163e57d2f 100644 --- a/Languages/po/nl.po +++ b/Languages/po/nl.po @@ -29,7 +29,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -40,7 +40,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" @@ -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,11 +184,11 @@ 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)" @@ -199,7 +205,7 @@ msgstr "%1 ondersteunt deze functie niet op uw systeem." 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,11 +215,11 @@ msgstr "" "%2 object(en)\n" "Huidige Frame: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 doet nu mee" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 is vertrokken" @@ -221,11 +227,11 @@ msgstr "%1 is vertrokken" 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:1118 +#: 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:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 is nu aan het golfen" @@ -237,8 +243,8 @@ 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" @@ -255,11 +261,11 @@ 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)" @@ -268,17 +274,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1's waarde is gebruikt" @@ -294,7 +300,7 @@ msgstr "%1/%2" 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" @@ -328,21 +334,21 @@ msgstr "%1x Native (%2x%3) voor %4" 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." @@ -368,20 +374,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Over" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "&Voeg Functie toe" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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..." @@ -389,11 +395,11 @@ msgstr "&Nieuwe Code Toevoegen..." msgid "&Add..." msgstr "&Toevoegen..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Assembler" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Geluidsinstellingen" @@ -405,15 +411,19 @@ msgstr "&Automatisch Bijwerken:" msgid "&Borderless Window" msgstr "&Randloos venster" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "&Breek bij Hit." -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Breekpunten" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Bug-tracker" @@ -421,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Controleer op updates..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "Symbolen &wissen" @@ -437,20 +447,24 @@ msgstr "Symbolen &wissen" msgid "&Clone..." msgstr "&Klonen…" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Controllerinstellingen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Kopieer Adres" @@ -458,26 +472,26 @@ msgstr "&Kopieer Adres" 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…" @@ -485,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:343 +#: 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" @@ -509,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Lettertype..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Frame Voorwaarts" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Vrije-kijkinstellingen" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "Symbolen &genereren van" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub-repository" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafische instellingen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Hulp" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Sneltoetsinstellingen" @@ -563,11 +581,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "&Voeg BLR in" @@ -575,7 +593,7 @@ msgstr "&Voeg BLR in" msgid "&Interframe Blending" msgstr "&Interframe Menging" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -583,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 "&Laad Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "State &laden" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "Symbol-map &laden" @@ -601,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Vergrendel Widgets op hun Plaats" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "&Log bij Hit." -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Geheugen" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Opname" @@ -625,7 +647,7 @@ msgstr "&Opname" msgid "&Mute" msgstr "&Dempen" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Netwerk" @@ -634,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opties" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pauze" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Spelen" @@ -658,7 +684,7 @@ msgstr "&Spelen" msgid "&Properties" msgstr "&Eigenschappen" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Alleen-lezen-modus" @@ -666,7 +692,7 @@ msgstr "&Alleen-lezen-modus" msgid "&Refresh List" msgstr "Lijst &verversen" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registers" @@ -674,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "&Hernoem Symbool" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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 "&Sla Branch Watch op" -#: Source/Core/DolphinQt/MenuBar.cpp:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Symbol-map opslaan" @@ -704,7 +730,7 @@ 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" @@ -712,23 +738,27 @@ msgstr "&Skylanders Portal" msgid "&Speed Limit:" msgstr "&Snelheidslimiet:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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/MenuBar.cpp:248 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:530 +msgid "&Toolbar Visibility" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:265 msgid "&Tools" msgstr "&Gereedschap" @@ -738,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Website" @@ -764,38 +794,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Ja" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: 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:1564 +#: 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: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" @@ -812,7 +834,7 @@ msgstr ", Komma" msgid "- Subtract" msgstr "- Aftrekken" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -882,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" @@ -940,7 +962,7 @@ msgstr "32-bit Unsigned Integer" #. i18n: Stereoscopic 3D #: 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" @@ -966,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" @@ -1063,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1110,8 +1132,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Meer dan" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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!" @@ -1148,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:967 +#: 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?" @@ -1170,7 +1192,7 @@ 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 "A&utomatisch Opslaan" @@ -1208,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" @@ -1250,8 +1272,8 @@ msgstr "Nauwkeurigheid:" msgid "Achievement Settings" msgstr "Prestatie-instellingen" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Prestaties" @@ -1344,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Actief" @@ -1360,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" @@ -1368,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:" @@ -1418,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adres" @@ -1465,7 +1486,7 @@ msgid "" "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 "" @@ -1488,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" @@ -1500,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" @@ -1619,8 +1640,8 @@ msgstr "Alle GC/Wii bestanden" msgid "All Hexadecimal" msgstr "Alle Hexadecimaal" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1632,7 +1653,7 @@ 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 (*)" @@ -1652,7 +1673,7 @@ msgstr "Niet-overeenkomende regio-instellingen toestaan" 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" @@ -1672,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" @@ -1694,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" @@ -1720,15 +1741,15 @@ msgstr "Anti-Aliasing:" msgid "Any Region" msgstr "Elke Regio" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "Voeg Signatuur toe aan" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Toevoegen aan &Bestaand Signatuurbestand..." -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "P&as Signatuur Toe..." @@ -1740,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:" @@ -1748,7 +1769,7 @@ msgstr "Apploader Datum:" msgid "Apply" msgstr "Toepassen" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "Pas Signatuurbestand toe" @@ -1756,7 +1777,7 @@ msgstr "Pas Signatuurbestand toe" 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?" @@ -1768,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/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?" @@ -1780,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 "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:" @@ -1797,7 +1826,7 @@ msgstr "Beeldverhouding:" msgid "Assemble" msgstr "Assemble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "Assemble Instructie" @@ -1832,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" @@ -1852,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" @@ -1881,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" @@ -1889,15 +1918,15 @@ msgstr "Venstergrootte automatisch aanpassen" msgid "Auto-Hide" msgstr "Automatisch Verbergen" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1927,7 +1956,7 @@ msgid "Auxiliary" msgstr "Auxiliary" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1961,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:" @@ -1982,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." @@ -2003,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -2040,7 +2069,7 @@ 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" @@ -2092,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):" @@ -2106,11 +2135,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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:" @@ -2144,67 +2173,67 @@ msgstr "" "Bluetooth passthrough modus staat aan, maar Dolphin is gecompileerd zonder " "libusb. Passthrough mode kan niet gebruikt worden." -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Opstarten naar Pauze" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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 "Branch" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:382 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:307 msgid "Branch (LR saved)" msgstr "Branch (LR opgeslagen)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:383 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:308 msgid "Branch Conditional" msgstr "Voorwaardelijke Branch" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:384 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:309 msgid "Branch Conditional (LR saved)" 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 "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 "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 "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 "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 "Branch Niet Overschreven" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:395 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:320 msgid "Branch Type" msgstr "Branch Type" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:471 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:389 msgid "Branch Was Overwritten" msgstr "Branch Was Overschreven" @@ -2216,23 +2245,23 @@ msgstr "Branch Watch" 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 "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 "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 "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 "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 " @@ -2249,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 " @@ -2259,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 "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 "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 "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 "Branch naar Link Register (LR opgeslagen)" @@ -2286,11 +2315,11 @@ 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Afbreken" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "Breek &en Log bij Hit." @@ -2299,11 +2328,11 @@ msgstr "Breek &en Log bij Hit." msgid "Breakpoint" msgstr "Breekpunt" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Breekpunt tegengekomen! Uitstappen afgebroken." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Breekpunten" @@ -2337,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Buffergrootte gewijzigd naar %1" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2402,7 +2431,7 @@ msgstr "Door: %1" msgid "C Stick" msgstr "C Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "M&aak Signatuurbestand aan..." @@ -2410,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" @@ -2422,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." @@ -2454,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" @@ -2492,51 +2521,51 @@ 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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "Kandidaten: %1" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:932 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1050 msgid "Candidates: %1 | Excluded: %2 | Remaining: %3" 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 "Kandidaten: %1 | Gefilterd: %2 | Overgebleven %3" @@ -2550,19 +2579,19 @@ 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." @@ -2574,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:" @@ -2598,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" @@ -2606,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…" @@ -2622,7 +2651,7 @@ 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." @@ -2631,7 +2660,7 @@ msgstr "" "

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." @@ -2661,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 " @@ -2683,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" @@ -2691,7 +2720,7 @@ msgstr "Cheat Zoeken" msgid "Cheats Manager" msgstr "Cheats Beheer" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Controleer NAND..." @@ -2731,11 +2760,11 @@ msgstr "Kies een Map om naar Uit te Pakken" msgid "Choose GCI Base Folder" msgstr "Kies GCI Basismap" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "Kies Prioriteit Inputbestand" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "Kies Secundair Inputbestand" @@ -2764,17 +2793,18 @@ 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:172 +#: 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 "Leeg Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Leeg Cache" @@ -2782,11 +2812,11 @@ msgstr "Leeg Cache" msgid "Clear Slot" 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..." @@ -2795,7 +2825,7 @@ msgstr "Clone en &Wijzig Code..." msgid "Close" msgstr "Sluiten" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Co&nfiguratie" @@ -2803,11 +2833,20 @@ msgstr "Co&nfiguratie" 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 "Code Pad Niet Genomen" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:340 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:261 msgid "Code Path Was Taken" msgstr "Code Pad Werd Genomen" @@ -2835,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 "Kolom &Zichtbaarheid" -#: Source/Core/DolphinQt/MenuBar.cpp:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Combineer &Twee Signatuurbestanden..." @@ -2852,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 " @@ -2863,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 " @@ -2873,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" @@ -2883,7 +2922,7 @@ msgstr "Shaders Compileren" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Compressie" @@ -2891,7 +2930,7 @@ 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:" @@ -2904,11 +2943,11 @@ msgstr "Voorwaarde" #. 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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Conditie" @@ -2998,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" @@ -3011,26 +3050,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -3041,15 +3088,15 @@ msgstr "Bevestiging" msgid "Connect" msgstr "Verbind" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Verbind Wii-afstandsbediening %1" @@ -3069,7 +3116,7 @@ msgstr "Verbind Wii-afstandsbediening 3" msgid "Connect Wii Remote 4" msgstr "Verbind Wii-afstandsbediening 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Verbind Wii-afstandsbedieningen" @@ -3093,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." @@ -3110,7 +3157,7 @@ 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" @@ -3224,8 +3271,8 @@ msgstr "Convergentie" 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." @@ -3233,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" @@ -3243,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" @@ -3268,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..." @@ -3320,19 +3367,19 @@ msgstr "" msgid "Copy" msgstr "Kopieer" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "Kopieer &Functie" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "Kopieer Code &Lijn" @@ -3340,15 +3387,15 @@ msgstr "Kopieer Code &Lijn" 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/CodeViewWidget.cpp:589 +#: 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 "Kopieer Waarde" @@ -3366,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 "Core is niet geïnitialiseerd." - #: Source/Core/DolphinQt/Config/Graphics/ColorCorrectionConfigWindow.cpp:64 msgid "Correct Color Space" msgstr "Correcte Kleurruimte" @@ -3379,11 +3421,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3413,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" @@ -3423,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" @@ -3469,11 +3506,11 @@ 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!" @@ -3502,7 +3539,7 @@ msgstr "" "In dat geval moet u uw geheugenkaartlocatie opnieuw aangeven in de " "configuratie." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Kon de centrale server niet vinden" @@ -3514,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:" @@ -3547,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:" @@ -3555,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)." @@ -3571,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, " @@ -3585,11 +3622,11 @@ msgstr "" "Kan de prestaties beïnvloeden.

In geval van twijfel " "leeg laten." -#: Source/Core/DolphinQt/MenuBar.cpp:304 +#: 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" @@ -3605,11 +3642,11 @@ 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 "Aangepast (Strech)" @@ -3617,19 +3654,19 @@ msgstr "Aangepast (Strech)" 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" @@ -3641,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 @@ -3670,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" @@ -3678,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)" @@ -3761,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" @@ -3771,11 +3834,11 @@ 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" @@ -3800,11 +3863,11 @@ msgstr "Verlaag IR" 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" @@ -3818,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" @@ -3834,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" @@ -3842,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 " @@ -3859,7 +3922,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Verwijderen" @@ -3889,18 +3952,18 @@ msgstr "Dieptepercentage:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -3908,7 +3971,7 @@ 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 "Bestemming" @@ -3921,16 +3984,16 @@ msgstr "Bestemming (Unix socket pad of adres:poort)" msgid "Destination (address:port):" msgstr "Bestemming (adres:poort)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:425 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:349 msgid "Destination Max" msgstr "Bestemming Max" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:424 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:348 msgid "Destination Min" 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 "Bestemming Symbool" @@ -3943,7 +4006,7 @@ msgstr "Ontkoppeld" msgid "Detect" msgstr "Detecteer" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "RSO Module Detecteren" @@ -3973,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:" @@ -3981,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." @@ -4005,7 +4068,7 @@ 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" @@ -4013,11 +4076,11 @@ msgstr "Schakel EFB VRAM Kopieën uit" msgid "Disable Emulation Speed Limit" msgstr "Schakel Emulatie Snelheidslimit uit" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Schakel Fastmem uit" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Schakel Fastmem Arena uit" @@ -4025,11 +4088,11 @@ msgstr "Schakel Fastmem Arena uit" msgid "Disable Fog" msgstr "Schakel Mist uit" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "JIT-cache uitschakelen" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Schakel Large Entry Points Map uit" @@ -4037,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 " @@ -4047,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 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." @@ -4087,7 +4150,7 @@ msgid "Discard" msgstr "Verwerpen" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Weergave-instellingen" @@ -4128,11 +4191,11 @@ msgstr "" "Machtigt u Dolphin om informatie te rapporteren aan de ontwikkelaars van " "Dolphin?" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Wilt u de lijst met symboolnamen legen?" @@ -4142,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:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Wilt u de emulatie stoppen?" @@ -4150,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)" @@ -4163,22 +4226,22 @@ msgstr "Dolphin FIFO Log (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Dolphin Spel Modificatie Voorinstelling " -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS Opname (*.dtm)" @@ -4222,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:1001 +#: 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." @@ -4234,11 +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/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." @@ -4272,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 @@ -4282,27 +4345,27 @@ 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 " @@ -4351,19 +4414,19 @@ msgstr "Dump &FakeVMEM" msgid "Dump &MRAM" msgstr "Dump &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dump Frames" @@ -4371,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" @@ -4379,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" @@ -4404,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." @@ -4422,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." @@ -4440,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" @@ -4475,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" @@ -4494,16 +4557,16 @@ msgstr "Oost-Azië" msgid "Edit Breakpoint" msgstr "Bewerk Breekpunt" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "Bewerk Voorwaarde" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "Bewerk voorwaardelijke uitdrukking" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Bewerk..." @@ -4512,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" @@ -4523,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4549,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" @@ -4577,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" @@ -4602,16 +4679,16 @@ 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" @@ -4623,15 +4700,15 @@ 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 "Activeer Discord Presence" @@ -4643,15 +4720,15 @@ msgstr "Activeer Dual-Core" 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" @@ -4659,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 " @@ -4685,33 +4762,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: Source/Core/DolphinQt/MenuBar.cpp:934 msgid "Enable JIT Block Profiling" 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 "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" @@ -4719,11 +4796,11 @@ 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 "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" @@ -4731,15 +4808,15 @@ msgstr "Activeer Onofficiële Prestaties" msgid "Enable Usage Statistics Reporting" 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 "Activeer Write-back Cache (traag)" @@ -4752,7 +4829,7 @@ msgstr "" "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 " @@ -4760,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 " @@ -4776,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 " @@ -4786,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 " @@ -4794,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." @@ -4816,12 +4893,12 @@ msgid "" "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 " @@ -4829,7 +4906,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 " @@ -4843,7 +4920,7 @@ msgstr "" "

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 " @@ -4863,7 +4940,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 "" "Activeert uitrekking van audio om overeen te komen met de emulatiesnelheid." @@ -4872,9 +4949,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 @@ -4885,7 +4962,7 @@ msgstr "" "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.
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 " @@ -4916,7 +4993,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4928,7 +5005,7 @@ msgstr "" "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." @@ -4953,7 +5030,7 @@ msgstr "" "\n" "Importeren afbreken." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "Eind Adres" @@ -4963,7 +5040,7 @@ 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" @@ -4980,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:" @@ -5004,7 +5081,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Voer adres van de RSO-module in:" @@ -5013,69 +5090,68 @@ msgstr "Voer adres van de RSO-module in:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -5089,7 +5165,7 @@ msgstr "Voer adres van de RSO-module in:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Fout" @@ -5111,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 " @@ -5121,7 +5197,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Fout in het verkrijgen van sessie lijst: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Fout opgetreden bij het laden van sommige texture packs" @@ -5185,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" @@ -5207,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." @@ -5220,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:306 +#: 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" @@ -5269,11 +5345,11 @@ msgstr "Verwachte start van de uitdrukking." 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exporteer alle Wii Saves" @@ -5288,7 +5364,7 @@ msgstr "Exporteren Mislukt" msgid "Export Recording" msgstr "Exporteer Opname" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exporteer Opname..." @@ -5316,14 +5392,14 @@ msgstr "Exporteer als .&gcs..." msgid "Export as .&sav..." msgstr "Exporteer als .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5344,7 +5420,7 @@ msgstr "Extern" msgid "External Frame Buffer (XFB)" msgstr "Externe Frame Buffer (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Certificaten uitpakken van NAND" @@ -5382,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" @@ -5402,11 +5478,11 @@ msgstr "" 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:1723 +#: 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}" @@ -5423,7 +5499,7 @@ msgstr "Mislukt om Skylander van slot %1 te legen!" msgid "Failed to connect to Redump.org" msgstr "Mislukt om met Redump.org te verbinden" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Mislukt om verbinding te maken met server: %1" @@ -5479,19 +5555,19 @@ msgstr "" 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" @@ -5504,7 +5580,7 @@ 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:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Kon geen certificaten uitpakken van NAND" @@ -5534,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:1153 +#: 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:1147 +#: 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." @@ -5549,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:1160 +#: 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 -> " @@ -5559,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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Kon core niet initiëren" @@ -5573,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" @@ -5582,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:1118 +#: 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:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5594,8 +5670,8 @@ msgstr "" "Luisteren naar poort %1 mislukt. Is er nog een exemplaar van de NetPlay-" "server actief?" -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: 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" @@ -5607,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:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Kon mapbestand'%1' niet laden" @@ -5623,7 +5699,7 @@ 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." @@ -5639,25 +5715,25 @@ 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 "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 "Mislukt om \"{0}\" te openen voor schrijven." #: Source/Core/DolphinQt/GBAWidget.cpp:583 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 +#: 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/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 "Mislukt om Branch Watch snapshot \"%1\" te openen" @@ -5689,7 +5765,7 @@ msgstr "" msgid "Failed to open file." msgstr "Openen bestand mislukt." -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Kon server niet openen" @@ -5745,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." @@ -5839,31 +5915,31 @@ msgstr "Kon NetPlay NAND-map niet resetten. Controleer uw schrijfrechten." 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:1651 +#: 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:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Kon signatuurbestand '%1' niet opslaan" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: 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:1775 +#: 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 > " @@ -5916,7 +5992,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Gefaald" @@ -5950,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" @@ -5963,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Bestandsnaam" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Bestandspad" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -6014,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}" @@ -6049,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" @@ -6084,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 @@ -6099,11 +6169,11 @@ msgstr "Flags" msgid "Float" msgstr "Float" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 " @@ -6125,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" @@ -6133,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" @@ -6165,11 +6235,11 @@ 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." @@ -6196,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." @@ -6206,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 @@ -6221,13 +6291,13 @@ 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" @@ -6248,11 +6318,11 @@ msgstr "Frame Vordering Verhoog Snelheid" 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" @@ -6260,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:" @@ -6280,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" @@ -6300,7 +6370,11 @@ 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" @@ -6315,7 +6389,7 @@ 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" @@ -6334,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:" @@ -6343,12 +6417,12 @@ msgstr "Van:" msgid "FullScr" msgstr "Volledig scherm" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Functie" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Functie-instellingen" @@ -6392,11 +6466,11 @@ msgstr "GBA Volume" msgid "GBA Window Size" msgstr "GBA-venstergrootte" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: 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:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1 ROM uitgeschakeld" @@ -6420,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" @@ -6444,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:235 +#: 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?" @@ -6456,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:253 +#: 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?" @@ -6464,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:278 +#: 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?" @@ -6472,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:262 +#: 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?" @@ -6480,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:244 +#: 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?" @@ -6496,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:470 +#: 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" @@ -6519,8 +6593,8 @@ 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" @@ -6536,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" @@ -6548,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" @@ -6565,11 +6639,11 @@ msgid "Game Gamma:" msgstr "Gamma Spel:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6578,7 +6652,7 @@ msgstr "Spel ID:" msgid "Game Status" msgstr "Spelstatus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Spel gewijzigd naar \"%1\"" @@ -6628,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" @@ -6640,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" @@ -6661,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" @@ -6689,7 +6763,7 @@ 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" @@ -6700,17 +6774,17 @@ msgstr "Gecko Codes" #: 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 "" @@ -6725,17 +6799,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." -msgstr "" +msgstr "Gegenereerde AR code(s)." -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6743,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6771,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" @@ -6817,7 +6891,7 @@ msgstr "Groen Links" msgid "Green Right" msgstr "Groen Rechts" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Rasterweergave" @@ -6862,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:" @@ -6895,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Alles verbergen" @@ -6915,7 +6989,7 @@ msgstr "Incompatibele sessies verbergen" 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 " "render window is focused.

If unsure, select "" @@ -6923,11 +6997,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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" @@ -6950,13 +7024,37 @@ msgstr "Host" msgid "Host Code:" msgstr "Host-code:" +#. 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/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 "" @@ -6970,14 +7068,22 @@ 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:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Host Input Autoriteit uitgeschakeld" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority enabled" 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" msgstr "Host met NetPlay" @@ -6986,7 +7092,7 @@ 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" @@ -6996,11 +7102,11 @@ msgstr "Sneltoets­instellingen" 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" @@ -7027,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:" @@ -7064,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:" @@ -7163,7 +7269,7 @@ 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." @@ -7184,7 +7290,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -7200,7 +7306,7 @@ msgstr "" msgid "Ignore" msgstr "Negeren" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:302 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:522 msgid "Ignore &Apploader Branch Hits" msgstr "" @@ -7229,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 " @@ -7254,7 +7356,7 @@ msgstr "" "en vermindert prestaties enigszins.

In geval van " "twijfel leeg laten." -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "BootMii-NAND-back-up importeren…" @@ -7269,15 +7371,15 @@ msgstr "Importeren mislukt" msgid "Import Save File(s)" msgstr "Save-bestand(en) importeren" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Wii-save importeren…" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "NAND-back-up importeren" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7286,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 " @@ -7299,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 " @@ -7312,31 +7414,31 @@ 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" @@ -7361,15 +7463,15 @@ msgstr "IR verhogen" 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" @@ -7408,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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" @@ -7422,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -7440,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" -msgstr "" +msgstr "Plaats &NOP" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SD-Kaart Invoegen" @@ -7466,7 +7568,7 @@ msgstr "Installatiepartitie (%1)" msgid "Install Update" msgstr "Installeer Update" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WAD installeren…" @@ -7481,7 +7583,7 @@ 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" @@ -7490,7 +7592,7 @@ msgstr "Instructie" msgid "Instruction Breakpoint" msgstr "Instructiebreekpunt" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instructie:" @@ -7499,7 +7601,7 @@ msgstr "Instructie:" msgid "Instruction: %1" msgstr "Instructie: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7578,15 +7680,15 @@ 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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreter Core" @@ -7602,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:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Ongeldige Pakket %1 ingevoerd: %2" @@ -7611,11 +7713,11 @@ msgstr "Ongeldige Pakket %1 ingevoerd: %2" msgid "Invalid Player ID" msgstr "Ongeldige Speler-ID" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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" @@ -7636,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" @@ -7644,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." @@ -7673,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" @@ -7692,81 +7802,81 @@ msgstr "Italië" msgid "Item" msgstr "Voorwerp" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branch Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FloatingPoint Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Integer Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LoadStore Floating Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LoadStore Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LoadStore Paired Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LoadStore lXz Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LoadStore lbzx Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LoadStore lwz Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Uit (JIT Core)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT Registercache Uit" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT SysteemRegisters Uit" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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." @@ -7775,16 +7885,17 @@ msgstr "" "nooit moeten gebeuren. Meld dit incident alstublieft via de bugtracker. " "Dolphin zal nu afsluiten." -#: Source/Android/jni/MainAndroid.cpp:424 +#: Source/Android/jni/MainAndroid.cpp:432 +#: Source/Android/jni/MainAndroid.cpp:448 msgid "JIT is not active" msgstr "JIT is niet actief" -#: Source/Core/DiscIO/Enums.cpp:27 Source/Core/DolphinQt/MenuBar.cpp:308 +#: 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" @@ -7795,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:683 +#: 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" @@ -7837,7 +7948,7 @@ msgstr "Toetsenbordcontroller" msgid "Keys" msgstr "Toetsen" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -7845,12 +7956,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "Speler kicken" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7879,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" @@ -7921,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 @@ -8025,11 +8136,11 @@ msgstr "Licht" msgid "Limit Chunked Upload Speed:" msgstr "Beperk chunked-uploadsnelheid:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Lijstkolommen" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Lijstweergave" @@ -8039,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Laad &Slechte Mapbestand..." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -8069,7 +8180,7 @@ msgstr "Laad Aangepaste Textures" msgid "Load File" msgstr "Laad Bestand" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "GameCube Hoofdmenu Laden" @@ -8082,10 +8193,10 @@ msgstr "Laad Alleen Host Save Data" msgid "Load Last State" msgstr "Laad Laatste State" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" -msgstr "" +msgstr "Laad Mapbestand" #: Source/Core/DolphinQt/Settings/PathPane.cpp:211 msgid "Load Path:" @@ -8184,19 +8295,19 @@ msgstr "Laad State Slot 8" msgid "Load State Slot 9" msgstr "Laad State Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Laad State van Bestand" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Laad State van Geselecteerde Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Laad State van Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Wii-systeemmenu %1 laden" @@ -8208,23 +8319,23 @@ msgstr "Laad en Schrijf Alleen Host Save Data" msgid "Load from Selected Slot" msgstr "Laden van Geselecteerde Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Laad van Slot Slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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, " @@ -8234,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." @@ -8246,7 +8357,7 @@ msgstr "" 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" @@ -8255,7 +8366,7 @@ msgstr "Vergrendel Muisaanwijzer" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -8263,7 +8374,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -8272,20 +8383,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Logconfiguratie" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Aanmelden" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: Source/Core/DolphinQt/MenuBar.cpp:928 msgid "Log JIT Instruction Coverage" 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" @@ -8297,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 " @@ -8311,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:979 +#: 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:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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" @@ -8354,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!" @@ -8384,12 +8511,12 @@ msgstr "Zorg ervoor dat er een Skylander in slot %1 zit!" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -8405,12 +8532,12 @@ msgstr "" "mist emulatie rekent.

In geval van twijfel leeg " "laten." -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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" @@ -8422,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Max Buffer:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -8439,7 +8570,7 @@ 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." @@ -8460,7 +8591,7 @@ msgstr "Geheugenbreekpunt" msgid "Memory Card" msgstr "Geheugenkaart" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Geheugenkaart Beheer" @@ -8468,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" @@ -8488,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:1815 +#: 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, " @@ -8500,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:528 +#: 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 @@ -8537,7 +8676,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Verschil tussen interne data structuren." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8557,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 " @@ -8579,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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" @@ -8604,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" @@ -8617,11 +8756,11 @@ 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" @@ -8639,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 "" @@ -8648,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -8664,7 +8813,7 @@ msgstr "NAND-controle" msgid "NKit Warning" msgstr "NKit-waarschuwing" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8697,7 +8846,7 @@ msgstr "" "

In geval van twijfel op 2.35 laten." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8724,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:" @@ -8793,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" @@ -8802,7 +8951,7 @@ msgid "Never Auto-Update" msgstr "Nooit Automatisch Updaten" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Nieuw" @@ -8845,7 +8994,7 @@ msgstr "Nieuwe tag" 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" @@ -8860,7 +9009,7 @@ 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:" @@ -8882,13 +9031,13 @@ 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" @@ -8896,7 +9045,7 @@ msgstr "Geen Overeenkomst" 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!" @@ -8917,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." @@ -8938,7 +9087,7 @@ msgstr "Geen graphics mod geselecteerd" msgid "No input" msgstr "Geen input" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Er zijn geen problemen gedetecteerd." @@ -8946,15 +9095,15 @@ msgstr "Er zijn geen problemen gedetecteerd." 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 " @@ -8968,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." @@ -9055,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." @@ -9091,59 +9235,59 @@ msgstr "Nunchuk Stick" 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" @@ -9164,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 " @@ -9178,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 " @@ -9193,7 +9337,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online &Documentatie" @@ -9201,7 +9345,7 @@ msgstr "Online &Documentatie" msgid "Only Show Collection" msgstr "Alleen Collectie Tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9209,7 +9353,7 @@ msgstr "" "Alleen symbolen toevoegen die beginnen met:\n" "(Leeg voor alle symbolen)" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9228,22 +9372,22 @@ 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 "" +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 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" -msgstr "" +msgstr "Open FIFO Log" #: Source/Core/DolphinQt/GameList/GameList.cpp:484 msgid "Open GameCube &Save Folder" @@ -9307,31 +9451,31 @@ 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:231 @@ -9349,7 +9493,7 @@ msgstr "Andere Partitie (%1)" 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" @@ -9369,15 +9513,15 @@ msgstr "Output Resampling" msgid "Output Resampling:" msgstr "Output Resampling:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Overschrijven" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9391,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:603 +#: 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" @@ -9441,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" @@ -9466,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:" @@ -9479,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:801 +#: 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 " @@ -9503,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." @@ -9528,7 +9681,7 @@ msgstr "Top snelheid van buitenwaartse zwaai beweging." msgid "Per-Pixel Lighting" msgstr "Per-Pixel Belichting" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Voer Online Systeemupdate Uit" @@ -9536,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" @@ -9558,11 +9711,11 @@ msgstr "Fysieke" msgid "Physical address space" msgstr "Fysieke adresruimte" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Kies een debug-lettertype" @@ -9579,7 +9732,7 @@ msgid "Pitch Up" msgstr "Stamp Omhoog" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platform" @@ -9587,7 +9740,7 @@ 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" @@ -9599,7 +9752,7 @@ 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" @@ -9636,14 +9789,19 @@ msgstr "Speler Twee Vaardigheid Twee" 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." @@ -9651,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 "" @@ -9666,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 @@ -9686,7 +9844,7 @@ msgstr "Poort:" msgid "Portal Slots" msgstr "Portal Slots" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: 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" @@ -9705,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" @@ -9753,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 " @@ -9773,7 +9931,7 @@ msgstr "" 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" @@ -9801,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." @@ -9809,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." @@ -9817,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." @@ -9834,15 +9992,15 @@ msgstr "Profiel" msgid "Program Counter" msgstr "Programmateller" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9852,7 +10010,7 @@ msgstr "" msgid "Public" msgstr "Openbaar" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Gamelijstcache opschonen" @@ -9876,7 +10034,7 @@ msgstr "Quality of Service (QoS) kan niet worden geactiveerd." 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." @@ -9884,7 +10042,7 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Vraag" @@ -9909,11 +10067,11 @@ msgstr "R-Analoog" msgid "READY" msgstr "GEREED" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO Modules" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO autodetectie" @@ -9946,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Lezen" @@ -9995,17 +10157,21 @@ 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" @@ -10013,15 +10179,15 @@ msgstr "Opnemen" 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..." @@ -10063,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 @@ -10078,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." @@ -10093,7 +10258,7 @@ msgid "Refreshing..." msgstr "Verversen..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Regio" @@ -10127,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" @@ -10158,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:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:971 msgid "Rename Symbol" -msgstr "" +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." @@ -10179,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}" @@ -10187,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -10206,7 +10381,7 @@ msgstr "Reset" msgid "Reset All" msgstr "Reset Alles" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Reset Negeer Panic Handler" @@ -10230,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" @@ -10238,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" @@ -10250,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" @@ -10258,9 +10433,9 @@ msgstr "Herstarten Vereist" msgid "Restore Defaults" msgstr "Herstel Standaardinstellingen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" -msgstr "" +msgstr "Herstel Instructie" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:744 #: qtbase/src/gui/kernel/qplatformtheme.cpp:726 @@ -10279,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 @@ -10334,7 +10509,7 @@ msgstr "Rol Rechts" 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" @@ -10343,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 " @@ -10357,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 " @@ -10369,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" @@ -10394,19 +10578,24 @@ msgstr "" msgid "Rumble" msgstr "Rumble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" -msgstr "" +msgstr "Uitvoeren Tot" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -10422,19 +10611,19 @@ msgstr "Rusland" 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" @@ -10442,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:" @@ -10477,11 +10666,11 @@ msgstr "SSL context" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Code Op&slaan" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "S&la State Op" @@ -10493,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10503,21 +10692,21 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" #: Source/Core/DolphinQt/ConvertDialog.cpp:379 msgid "Save Converted Image" -msgstr "" +msgstr "Sla Geconverteerde Afbeelding op" #: Source/Core/DolphinQt/ConvertDialog.cpp:370 msgid "Save Converted Images" @@ -10525,18 +10714,18 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Export Opslaan" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" -msgstr "" +msgstr "Sla FIFO Log op" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:302 #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:773 msgid "Save File To" -msgstr "" +msgstr "Sla Bestand op Naar" #. i18n: Noun (i.e. the data saved by the game) #: Source/Core/DolphinQt/GBAWidget.cpp:415 @@ -10547,17 +10736,17 @@ msgstr "Spel Opslag" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Spel Save Bestanden (*.sav);;All Files (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" -msgstr "" +msgstr "Sla Map Bestand op" #: Source/Core/Core/HotkeyManager.cpp:180 msgid "Save Oldest State" @@ -10567,11 +10756,11 @@ msgstr "Sla Oudste State op" msgid "Save Preset" msgstr "Voorinstelling opslaan" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Sla Opnamebestand op Als" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10621,23 +10810,23 @@ msgstr "Save State Slot 8" msgid "Save State Slot 9" msgstr "Save State Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Save State naar Bestand" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Save State naar Oudste Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Save State naar Geselecteerde Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Save State naar Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Sla Symbol Map Op &Als..." @@ -10645,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" @@ -10653,11 +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:1135 +#: 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" @@ -10675,11 +10864,11 @@ msgstr "Save in de Zelfde Map als de ROM" msgid "Save to Selected Slot" msgstr "Opslaan naar Geselecteerde Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -10701,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." @@ -10710,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Zoeken" @@ -10720,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" @@ -10732,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." @@ -10740,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Zoek naar Instructie" @@ -10748,7 +10937,7 @@ msgstr "Zoek naar Instructie" msgid "Search games..." msgstr "Zoek Spellen..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Zoek instructie" @@ -10782,7 +10971,7 @@ 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, " "cancel)" @@ -10793,7 +10982,7 @@ msgid "Select Dump Path" msgstr "Selecteer Dump Pad" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Selecteer Export Map" @@ -10813,7 +11002,7 @@ msgstr "Selecteer GBA ROM" msgid "Select GBA Saves Path" msgstr "Selecteer GBA Saves Pad" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10825,7 +11014,7 @@ msgstr "Selecteer Laatste State" msgid "Select Load Path" msgstr "Selecteer Laad Pad" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10837,11 +11026,11 @@ msgstr "Selecteer Resource Pack Pad" msgid "Select Riivolution XML file" msgstr "Selecteer Riivolution XML bestand" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10853,7 +11042,7 @@ msgstr "Selecteer Skylander Collectie" msgid "Select Skylander File" msgstr "Selecteer Skylander Bestand" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Selecteer Slot %1 - %2" @@ -10861,7 +11050,7 @@ msgstr "Selecteer Slot %1 - %2" msgid "Select State" msgstr "Selecteer State" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Selecteer State Slot" @@ -10905,7 +11094,7 @@ msgstr "Selecteer State Slot 8" msgid "Select State Slot 9" msgstr "Selecteer State Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10922,17 +11111,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10940,7 +11129,7 @@ msgstr "" msgid "Select a Game" msgstr "Selecteer een Spel" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Selecteer een bestand" @@ -10952,11 +11141,11 @@ msgstr "Selecteer een Spel" msgid "Select e-Reader Cards" msgstr "Selecteer e-Reader Kaarten" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Selecteer het RSO module adres:" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Selecteer Opnamebestand om Af te Spelen" @@ -10968,7 +11157,7 @@ msgstr "Selecteer de Virtuele SD-Kaart Root" 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" @@ -10976,7 +11165,7 @@ msgstr "Geselecteerde controller profiel bestaat niet" #: 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:893 +#: 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!" @@ -10988,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." @@ -10996,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." @@ -11004,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 " @@ -11042,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 " @@ -11064,22 +11253,15 @@ 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/Settings/GeneralPane.cpp:410 msgid "" @@ -11106,7 +11288,7 @@ msgstr "" 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:" @@ -11148,9 +11330,9 @@ 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 "" +msgstr "Stel Bree&kpunt in" #: Source/Core/DolphinQt/GCMemcardManager.cpp:359 msgid "Set Memory Card File for Slot A" @@ -11165,15 +11347,15 @@ msgstr "" msgid "Set PC" msgstr "Stel PC In" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -11181,7 +11363,7 @@ msgstr "" msgid "Set as &Default ISO" msgstr "Stel in als &Standaard-ISO" -#: 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" @@ -11191,11 +11373,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -11203,7 +11385,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -11218,7 +11400,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -11234,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" @@ -11248,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" @@ -11270,28 +11452,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Toon &Log" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Alles tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Australië tonen" @@ -11299,41 +11481,41 @@ msgstr "Australië tonen" 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:711 +#: 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 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Frankrijk tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "GameCube tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Duitsland tonen" @@ -11345,51 +11527,51 @@ msgstr "Golfmodus-overlay tonen" msgid "Show Infinity Base" msgstr "Toon Infinity Base" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Inputweergave tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Italië tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "JPN tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Korea tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL tonen" @@ -11398,27 +11580,27 @@ msgstr "PAL tonen" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Regio's tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Heropnameteller tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Rusland tonen" @@ -11426,59 +11608,59 @@ msgstr "Rusland tonen" msgid "Show Skylanders Portal" msgstr "Toon Skylanders Portal" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Systeemklok tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Taiwan tonen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "VS tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii tonen" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Wereld tonen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -11486,16 +11668,16 @@ msgstr "" msgid "Show in Code" msgstr "In Code Weergeven" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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" @@ -11503,7 +11685,7 @@ msgstr "In geheugen weergeven" msgid "Show in server browser" msgstr "Weergeef in server browser" -#: 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -11511,7 +11693,7 @@ msgid "" "
" 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." @@ -11520,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." @@ -11547,13 +11729,13 @@ msgstr "" "snelheid.

In geval van twijfel leeg laten." -#: 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 " @@ -11563,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." @@ -11573,19 +11755,19 @@ msgstr "" "standaardafwijking.

In geval van twijfel leeg laten." "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11595,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." @@ -11613,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." @@ -11651,7 +11833,7 @@ msgstr " Schakel Zijwaarts" msgid "Sideways Wii Remote" msgstr "Wii-afstandsbediening Zijwaarts" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Signatuurdatabase" @@ -11675,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" @@ -11692,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." @@ -11704,7 +11886,7 @@ msgstr "" 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" @@ -11720,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%. " @@ -11810,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." @@ -11830,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:" @@ -11849,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" @@ -11857,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)" @@ -11869,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, " @@ -11892,7 +12074,7 @@ 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" @@ -11900,7 +12082,7 @@ msgstr "Snelheid" #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:455 msgid "Speed Limit" -msgstr "" +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 スカイランダーズ スパイロの大冒険. @@ -11925,20 +12107,24 @@ msgstr "Standaardcontroller" 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:778 +#: 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" @@ -11946,7 +12132,7 @@ msgstr "Start Input &Opname" 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" @@ -11958,7 +12144,7 @@ msgstr "Start met Riivolution Patches" msgid "Start with Riivolution Patches..." msgstr "Start met Riivolution Patches..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Gestart spel" @@ -11997,19 +12183,19 @@ msgstr "Stap Uit" msgid "Step Over" msgstr "Stap Over" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Uitstappen succesvol!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Uitstappen timed out!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Overstappen in voortgang..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Stap succesvol!" @@ -12018,7 +12204,7 @@ msgstr "Stap succesvol!" msgid "Stepping" msgstr "Stappen" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stereo" @@ -12047,15 +12233,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Afspelen/opnemen van input stoppen" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Gestopt spel" @@ -12098,7 +12288,7 @@ 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" @@ -12116,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:" @@ -12133,12 +12323,12 @@ msgstr "Stylus" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Geslaagd" @@ -12152,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." @@ -12165,7 +12355,7 @@ 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:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Certificaten succesvol uitgepakt van NAND" @@ -12177,12 +12367,12 @@ msgstr "Bestand succesvol uitgepakt." msgid "Successfully extracted system data." msgstr "Systeemdata succesvol uitgepakt." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: 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:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Titel succesvol geïnstalleerd op de NAND." @@ -12205,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" @@ -12256,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -msgid "Symbol Name:" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 +msgid "Symbol Name:" +msgstr "Symboolnaam:" + +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symbolen" @@ -12303,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." @@ -12324,24 +12519,24 @@ 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:797 +#: 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-tools" #: Source/Core/DolphinQt/GameList/GameList.cpp:502 #: Source/Core/DolphinQt/GameList/GameList.cpp:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Tags" @@ -12359,15 +12554,15 @@ msgstr "Staart" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12385,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 "" @@ -12396,11 +12591,11 @@ 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" @@ -12412,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" @@ -12438,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})" @@ -12452,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:1239 +#: 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." @@ -12464,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:1234 +#: 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 " @@ -12478,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 " @@ -12502,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 " @@ -12512,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." @@ -12616,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?" @@ -12662,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." @@ -12670,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." @@ -12700,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:718 +#: 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 " @@ -12714,15 +12909,15 @@ 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" @@ -12740,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" @@ -12764,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 "" @@ -12773,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" @@ -12783,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 " @@ -12838,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:1197 +#: 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)." @@ -12860,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 "" @@ -12900,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." @@ -12908,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:1189 +#: 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)." @@ -12920,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." @@ -12954,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 "" @@ -12995,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." @@ -13003,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!" @@ -13027,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." @@ -13035,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/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 " @@ -13059,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 " @@ -13071,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." @@ -13080,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." @@ -13089,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 " @@ -13100,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." @@ -13121,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. " @@ -13132,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 " @@ -13142,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." @@ -13154,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." @@ -13162,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 "" @@ -13174,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" @@ -13196,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." @@ -13244,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" @@ -13283,7 +13478,7 @@ msgstr "Threads" msgid "Threshold" msgstr "Drempelwaarde" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13293,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)" @@ -13307,7 +13527,7 @@ msgstr "Timed Out" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titel" @@ -13315,17 +13535,17 @@ msgstr "Titel" msgid "To" msgstr "Naar" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Volledig scherm omschakelen" @@ -13350,7 +13570,7 @@ msgid "Toggle Aspect Ratio" msgstr "Schakel Beeldverhouding Om" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Schakel Breekpunt Om" @@ -13402,19 +13622,23 @@ msgstr "Schakel XFB Kopieën Om" msgid "Toggle XFB Immediate Mode" msgstr "Schakel XFB Onmiddellijke Modus Om" +#: 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 "Werkbalk" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "Boven" @@ -13422,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" @@ -13460,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)" @@ -13485,8 +13709,8 @@ msgstr "Trap Master" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Traversalfout" @@ -13525,7 +13749,7 @@ msgid "Trophy" msgstr "Trofee" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13551,7 +13775,7 @@ 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" @@ -13569,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. " @@ -13580,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." @@ -13592,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." @@ -13606,7 +13830,7 @@ 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:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Kan RSO-module niet automatisch detecteren" @@ -13618,11 +13842,11 @@ msgstr "Kan geen contact maken met update server." 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." @@ -13651,7 +13875,7 @@ 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." @@ -13678,11 +13902,11 @@ msgstr "Ongecomprimeerde GC/Wii-afbeeldingen (*.iso *.gcm)" msgid "Undead" msgstr "Ondood" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Save State Ongedaan Maken" @@ -13703,13 +13927,13 @@ msgstr "" "van deze titel uit de NAND, zonder dat zijn save data wordt verwijderd. " "Doorgaan?" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -13719,7 +13943,7 @@ 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)" @@ -13752,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!" @@ -13772,7 +13996,7 @@ 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." @@ -13819,12 +14043,12 @@ msgstr "Ontgrendel Cursor" #: Source/Core/DolphinQt/Achievements/AchievementBox.cpp:106 msgid "Unlocked" -msgstr "" +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" @@ -13854,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 @@ -13865,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" @@ -13934,7 +14158,7 @@ msgstr "Gebruik 8.8.8.8 voor normale DNS, voer anders uw eigen in" 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" @@ -13942,7 +14166,7 @@ msgstr "Gebruik Ingebouwde Database met Spelnamen" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Gebruik Lossless Codec (FFV1)" @@ -13950,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 " @@ -13973,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." @@ -14027,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'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 " @@ -14051,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 " @@ -14061,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 " @@ -14357,7 +14574,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Waarschuwing" @@ -14487,7 +14704,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -14499,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 " @@ -14511,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" @@ -14543,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" @@ -14561,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" @@ -14581,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" @@ -14589,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:1126 +#: 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" @@ -14624,11 +14849,11 @@ 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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Schrijven" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Schrijf JIT Blok Log Dump" @@ -14677,13 +14902,13 @@ msgstr "Verkeerde regio" 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 @@ -14732,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 " @@ -14742,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 " @@ -14858,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." @@ -14886,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:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14906,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}" @@ -14955,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" @@ -14971,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" @@ -15038,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 @@ -15058,15 +15285,15 @@ 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" diff --git a/Languages/po/pl.po b/Languages/po/pl.po index ef60926451..a669df118a 100644 --- a/Languages/po/pl.po +++ b/Languages/po/pl.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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 "" @@ -191,7 +197,7 @@ msgstr "%1 nie wspiera tej funkcji na twoim systemie." 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,11 +207,11 @@ msgstr "" "%2 obiekt(ów)\n" "Aktualna klatka: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 dołączył(a)" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 wyszedł" @@ -213,11 +219,11 @@ msgstr "%1 wyszedł" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" @@ -229,8 +235,8 @@ 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" @@ -247,11 +253,11 @@ 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 "" @@ -260,17 +266,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1's wartość jest używana" @@ -286,7 +292,7 @@ msgstr "" msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -320,20 +326,20 @@ msgstr "" 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." @@ -359,20 +365,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&O programie" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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..." @@ -380,11 +386,11 @@ msgstr "&Dodaj nowy kod..." msgid "&Add..." msgstr "&Dodaj..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Ustawienia &audio" @@ -396,15 +402,19 @@ msgstr "&Automatyczna aktualizacja:" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Punkty przerwania" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -412,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Sprawdź aktualizacje..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "Wy&czyść Symbole" @@ -428,20 +438,24 @@ msgstr "Wy&czyść Symbole" msgid "&Clone..." msgstr "&Klonuj..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "Ustawienia &kontrolerów" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -449,26 +463,26 @@ msgstr "" 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..." @@ -476,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:343 +#: 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 "" @@ -500,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Czcionka..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "Wyprzedzanie &klatek" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Generuj Symbole Z" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&Repozytorium GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "Ustawienia &graficzne" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "Po&moc" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Ustawienia &skrótów klawiaturowych" @@ -554,11 +572,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -566,7 +584,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -574,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Wczytaj stan" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -592,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "Pa&mięć" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Film" @@ -616,7 +638,7 @@ msgstr "&Film" msgid "&Mute" msgstr "&Wycisz" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Sieć" @@ -625,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opcje" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "W&strzymaj" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Graj" @@ -649,7 +675,7 @@ msgstr "&Graj" msgid "&Properties" msgstr "&Właściwości" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Tryb tylko do odczytu" @@ -657,7 +683,7 @@ msgstr "&Tryb tylko do odczytu" msgid "&Refresh List" msgstr "&Odśwież listę" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Rejestry" @@ -665,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -695,7 +721,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -703,23 +729,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "Limit &szybkości:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -729,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Obejrz" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Strona internetowa" @@ -755,38 +785,30 @@ msgstr "Wi&ki" msgid "&Yes" msgstr "&Tak" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "" @@ -803,7 +825,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -873,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" @@ -931,7 +953,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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" @@ -957,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" @@ -1054,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1097,8 +1119,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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!" @@ -1127,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:967 +#: 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?" @@ -1145,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 "" @@ -1170,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 "" @@ -1212,8 +1234,8 @@ msgstr "Dokładność:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1289,7 +1311,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1305,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 "" @@ -1313,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:" @@ -1363,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adres" @@ -1410,7 +1431,7 @@ msgid "" "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 +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" @@ -1436,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" @@ -1556,8 +1577,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1569,7 +1590,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1589,7 +1610,7 @@ msgstr "Zezwalaj na niedopasowane ustawienia regionalne" 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 "" @@ -1607,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 "" @@ -1629,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" @@ -1655,15 +1676,15 @@ msgstr "Antyaliasing:" msgid "Any Region" msgstr "Jakikolwiek region" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1673,7 +1694,7 @@ msgid "" ">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:" @@ -1681,7 +1702,7 @@ msgstr "Data Apploadera:" msgid "Apply" msgstr "Zastosuj" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1689,7 +1710,7 @@ msgstr "" 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'?" @@ -1701,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/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?" @@ -1713,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:" @@ -1730,7 +1759,7 @@ msgstr "Proporcje obrazu:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1763,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" @@ -1783,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" @@ -1808,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" @@ -1816,15 +1845,15 @@ msgstr "Automatycznie dopasuj rozmiar okna" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1852,7 +1881,7 @@ msgid "Auxiliary" msgstr "Pomocnicza" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1883,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:" @@ -1904,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 "" @@ -1925,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -1962,7 +1991,7 @@ 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" @@ -2014,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 "" @@ -2028,11 +2057,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "" @@ -2064,67 +2093,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2136,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 " @@ -2169,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 " @@ -2179,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 "" @@ -2206,11 +2235,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Przerwij" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2219,11 +2248,11 @@ msgstr "" msgid "Breakpoint" msgstr "Punkt przerwania" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: 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:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Punkty przerwania" @@ -2257,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:930 +#: 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:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Bufor:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2319,7 +2348,7 @@ msgstr "" msgid "C Stick" msgstr "C Gałka" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2327,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" @@ -2339,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." @@ -2362,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 "" @@ -2400,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2457,19 +2486,19 @@ 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 "" @@ -2481,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 "" @@ -2505,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 "" @@ -2513,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..." @@ -2529,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." @@ -2553,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 " @@ -2575,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" @@ -2583,7 +2612,7 @@ msgstr "Szukaj cheatów" msgid "Cheats Manager" msgstr "Menadżer cheatów" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2621,11 +2650,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2654,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Wyczyść pamięć podręczną" @@ -2672,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..." @@ -2685,7 +2715,7 @@ msgstr "Sklonuj i &edytuj kod..." msgid "Close" msgstr "Zamknij" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ko&nfiguracja" @@ -2693,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 "" @@ -2725,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2742,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 "" @@ -2766,7 +2805,7 @@ msgstr "Kompilowanie shaderów" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2774,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 "" @@ -2787,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2881,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" @@ -2894,26 +2933,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2924,15 +2971,15 @@ msgstr "Potwierdzenie" msgid "Connect" msgstr "Połącz" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" @@ -2952,7 +2999,7 @@ msgstr "Połącz Wiilot 3" msgid "Connect Wii Remote 4" msgstr "Połącz Wiilot 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Połącz Wiiloty" @@ -2976,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 "" @@ -2993,7 +3040,7 @@ 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" @@ -3090,8 +3137,8 @@ msgstr "" 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 "" @@ -3099,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 "" @@ -3109,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 "" @@ -3131,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 "" @@ -3168,19 +3215,19 @@ msgstr "" msgid "Copy" msgstr "Kopiuj" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3188,15 +3235,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3214,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 "" @@ -3227,11 +3269,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3261,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" @@ -3301,11 +3338,11 @@ 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 "" @@ -3326,7 +3363,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3338,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:" @@ -3371,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:" @@ -3379,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)." @@ -3395,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:304 +#: 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 "" @@ -3426,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 "" @@ -3438,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" @@ -3462,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 @@ -3489,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" @@ -3497,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 "" @@ -3576,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" @@ -3586,11 +3649,11 @@ 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 "" @@ -3615,11 +3678,11 @@ msgstr "Zmniejsz rozdzielczość wewnętrzną" 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 "" @@ -3633,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 "" @@ -3649,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 "" @@ -3657,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 " @@ -3668,7 +3731,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Usuń" @@ -3698,18 +3761,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -3717,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 "" @@ -3730,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 "" @@ -3752,7 +3815,7 @@ msgstr "" msgid "Detect" msgstr "Wykryj" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3782,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 "" @@ -3790,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." @@ -3814,7 +3877,7 @@ 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 "" @@ -3822,11 +3885,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "Wyłącz limit szybkości emulacji" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3834,11 +3897,11 @@ msgstr "" msgid "Disable Fog" msgstr "Wyłącz mgłę" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3846,14 +3909,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3884,7 +3947,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3919,11 +3982,11 @@ 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:1762 +#: 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:1293 +#: 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?" @@ -3933,7 +3996,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Zatrzymać aktualną emulację?" @@ -3941,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 "" @@ -3954,22 +4017,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Filmy TAS (*.dtm)" @@ -4004,21 +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:1001 +#: 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/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." @@ -4052,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 @@ -4062,27 +4125,27 @@ 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 " @@ -4131,19 +4194,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Zrzucaj klatki" @@ -4151,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 "" @@ -4159,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 "" @@ -4184,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." @@ -4213,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 "" @@ -4241,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" @@ -4260,16 +4323,16 @@ msgstr "Azja Wschodnia" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4278,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" @@ -4289,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4315,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" @@ -4341,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 "" @@ -4363,16 +4440,16 @@ 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" @@ -4384,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 "" @@ -4404,15 +4481,15 @@ msgstr "Włącz dwa rdzenie" 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 "" @@ -4420,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 " @@ -4446,33 +4523,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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" @@ -4480,11 +4557,11 @@ 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 "" @@ -4492,15 +4569,15 @@ msgstr "" 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 "" @@ -4510,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 " @@ -4518,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 " @@ -4534,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 " @@ -4544,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 " @@ -4552,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." @@ -4574,12 +4651,12 @@ msgid "" "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 " @@ -4587,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 " @@ -4595,7 +4672,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 " @@ -4612,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 "" @@ -4620,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 @@ -4633,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 " @@ -4657,7 +4734,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4665,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." @@ -4684,7 +4761,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4694,7 +4771,7 @@ 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" @@ -4711,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 "" @@ -4735,7 +4812,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4744,69 +4821,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4820,7 +4896,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Błąd" @@ -4842,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." @@ -4851,7 +4927,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4913,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 "" @@ -4933,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 "" @@ -4946,12 +5022,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4995,11 +5071,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Eksportuj wszystkie zapisy Wii" @@ -5014,7 +5090,7 @@ msgstr "" msgid "Export Recording" msgstr "Eksportuj nagranie" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Eksportuj nagranie..." @@ -5042,14 +5118,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5070,7 +5146,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "Zewnętrzny bufor klatki (External Frame Buffer - XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Wypakuj certyfikaty z NAND" @@ -5108,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" @@ -5126,11 +5202,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5146,7 +5222,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5196,19 +5272,19 @@ msgstr "" 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 "" @@ -5221,7 +5297,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5248,25 +5324,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5277,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 "" @@ -5286,11 +5362,11 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5298,8 +5374,8 @@ msgstr "" "Nasłuch na porcie %1 zakończony niepowodzeniem. Czy jest uruchomiony jakiś " "inny serwer NetPlay?" -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5311,7 +5387,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5325,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 "" @@ -5339,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:1740 +#: 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 "" @@ -5387,7 +5463,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5432,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 "" @@ -5515,31 +5591,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5590,7 +5666,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5622,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 "" @@ -5635,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nazwa pliku" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -5686,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}" @@ -5716,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 "" @@ -5749,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 @@ -5764,11 +5834,11 @@ msgstr "Flagi" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5784,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" @@ -5792,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" @@ -5824,11 +5894,11 @@ 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 "" @@ -5850,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." @@ -5860,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 @@ -5875,13 +5945,13 @@ 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 "" @@ -5902,11 +5972,11 @@ msgstr "Zwiększ szybkość wyprzedzania klatek" 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" @@ -5914,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 "" @@ -5934,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 "" @@ -5950,7 +6020,11 @@ 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 "" @@ -5965,7 +6039,7 @@ 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" @@ -5984,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 "" @@ -5993,12 +6067,12 @@ msgstr "" msgid "FullScr" msgstr "Pełny ekran" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funkcja" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6042,11 +6116,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6070,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" @@ -6088,7 +6162,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "Dekodowanie tekstur za pomocą GPU" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6098,25 +6172,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6128,7 +6202,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6146,8 +6220,8 @@ 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 "" @@ -6161,7 +6235,7 @@ msgid "" "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 "" @@ -6173,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 "" @@ -6190,11 +6264,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6203,7 +6277,7 @@ msgstr "ID gry:" msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Zmieniono grę na \"%1\"" @@ -6250,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" @@ -6262,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" @@ -6283,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 "" @@ -6311,7 +6385,7 @@ 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" @@ -6322,17 +6396,17 @@ msgstr "Kody Gecko" #: 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 "" @@ -6347,17 +6421,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6365,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6393,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" @@ -6433,7 +6507,7 @@ msgstr "Zielony lewo" msgid "Green Right" msgstr "Zielony prawo" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Widok kafelków" @@ -6478,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 "" @@ -6511,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6531,7 +6605,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6539,11 +6613,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6566,12 +6640,36 @@ msgstr "Hostuj" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6582,14 +6680,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6598,7 +6704,7 @@ 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" @@ -6608,11 +6714,11 @@ msgstr "Ustawienia skrótów klawiaturowych" 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 "" @@ -6639,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 "" @@ -6670,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" @@ -6743,7 +6849,7 @@ 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." @@ -6760,7 +6866,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6772,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 "" @@ -6797,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 " @@ -6813,7 +6919,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6828,22 +6934,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importuj zapis Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6856,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 " @@ -6864,31 +6970,31 @@ 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 "" @@ -6913,15 +7019,15 @@ msgstr "Zwiększ rozdzielczość wewnętrzną" 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 "" @@ -6958,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6972,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -6990,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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" @@ -7016,7 +7122,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Zainstaluj WAD..." @@ -7031,7 +7137,7 @@ 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 "" @@ -7040,7 +7146,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -7049,7 +7155,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7118,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7142,7 +7248,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7151,11 +7257,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7176,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 "" @@ -7184,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 "" @@ -7214,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" @@ -7233,96 +7347,97 @@ msgstr "Włochy" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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" @@ -7333,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:683 +#: 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" @@ -7374,7 +7489,7 @@ msgstr "" msgid "Keys" msgstr "Klawisze" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7382,12 +7497,12 @@ msgstr "" msgid "Kick Player" msgstr "Wyrzuć gracza" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7416,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 "" @@ -7458,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 @@ -7556,11 +7671,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Pokaż kolumny" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Widok listy" @@ -7570,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -7600,7 +7715,7 @@ msgstr "Wczytuj dostosowane tekstury" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" @@ -7613,8 +7728,8 @@ msgstr "" msgid "Load Last State" msgstr "Wczytaj ostatni stan" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7715,19 +7830,19 @@ msgstr "Wczytaj stan Slot 8" msgid "Load State Slot 9" msgstr "Wczytaj stan Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Wczytaj stan z pliku" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Wczytaj stan z wybranego slotu" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Wczytaj stan ze slotu" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7739,30 +7854,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "Wczytaj z wybranego slotu" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Wczytaj ze slotu Slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7772,7 +7887,7 @@ msgstr "" msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7781,7 +7896,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7789,7 +7904,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -7798,20 +7913,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Konfiguracja logu" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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" @@ -7823,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "" @@ -7877,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 "" @@ -7907,12 +8038,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -7924,12 +8055,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7941,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -7958,7 +8093,7 @@ 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." @@ -7979,7 +8114,7 @@ msgstr "" msgid "Memory Card" msgstr "Karta pamięci" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7987,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 "" @@ -8007,7 +8142,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -8015,33 +8150,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -8050,7 +8193,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8070,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 " @@ -8082,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8107,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 "" @@ -8120,11 +8263,11 @@ 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 "" @@ -8140,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 "" @@ -8149,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 "" @@ -8165,7 +8318,7 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8192,7 +8345,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8219,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:" @@ -8280,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 "" @@ -8289,7 +8442,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8332,7 +8485,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8347,7 +8500,7 @@ 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:" @@ -8369,13 +8522,13 @@ 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ń" @@ -8383,7 +8536,7 @@ msgstr "Brak trafień" 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 "" @@ -8404,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 "" @@ -8425,7 +8578,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Nie wykryto żadnych problemów" @@ -8433,15 +8586,15 @@ msgstr "Nie wykryto żadnych problemów" 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 " @@ -8452,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 "" @@ -8531,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." @@ -8567,7 +8715,7 @@ msgstr "" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8619,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" @@ -8640,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 " @@ -8666,7 +8814,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Dokumentacja online" @@ -8674,13 +8822,13 @@ msgstr "&Dokumentacja online" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8699,7 +8847,7 @@ 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 "" @@ -8712,7 +8860,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8778,31 +8926,31 @@ 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:231 @@ -8820,7 +8968,7 @@ msgstr "" 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" @@ -8840,15 +8988,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -8862,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:603 +#: 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 "" @@ -8912,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 "" @@ -8937,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 "" @@ -8950,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:801 +#: 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 " @@ -8974,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." @@ -8999,7 +9156,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Oświetlenie na piksel" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -9007,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 "" @@ -9029,11 +9186,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -9050,7 +9207,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platforma" @@ -9058,7 +9215,7 @@ msgstr "Platforma" msgid "Play" msgstr "Graj" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -9070,7 +9227,7 @@ 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" @@ -9107,20 +9264,25 @@ msgstr "" 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 "" @@ -9153,7 +9315,7 @@ msgstr "Port:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9178,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" @@ -9219,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 " @@ -9234,7 +9396,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9262,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." @@ -9289,15 +9451,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "Licznik programu" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9307,7 +9469,7 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9331,14 +9493,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Pytanie" @@ -9363,11 +9525,11 @@ msgstr "R-Analog" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9400,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9449,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 "" @@ -9459,7 +9625,11 @@ 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" @@ -9467,15 +9637,15 @@ msgstr "Nagranie" 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..." @@ -9510,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 @@ -9525,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 "" @@ -9539,7 +9708,7 @@ msgid "Refreshing..." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Region" @@ -9573,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ń" @@ -9601,25 +9770,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9628,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9647,7 +9826,7 @@ msgstr "Zresetuj" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9671,7 +9850,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9679,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 "" @@ -9691,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" @@ -9699,7 +9878,7 @@ msgstr "Wymagane ponowne uruchomienie" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9720,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 @@ -9775,7 +9954,7 @@ msgstr "" 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 "" @@ -9784,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 " @@ -9793,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 " @@ -9805,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" @@ -9830,19 +10018,24 @@ msgstr "" msgid "Rumble" msgstr "Wibracje" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9858,19 +10051,19 @@ msgstr "Rosja" 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 "" @@ -9878,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 "" @@ -9913,11 +10106,11 @@ msgstr "" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Z&apisz stan" @@ -9929,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9939,15 +10132,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9961,11 +10154,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9983,15 +10176,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -10003,11 +10196,11 @@ msgstr "Zapisz najstarszy stan" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10057,23 +10250,23 @@ msgstr "Zapisz stan Slot 8" msgid "Save State Slot 9" msgstr "Zapisz stan Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Zapisz stan do pliku" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Zapisz stan w najstarszym slocie" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Zapisz stan we wybranym slocie" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Zapisz stan w slocie" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -10081,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" @@ -10089,11 +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:1135 +#: 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" @@ -10108,11 +10301,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "Zapisz we wybranym slocie" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -10132,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 "" @@ -10141,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Szukaj" @@ -10151,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" @@ -10163,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10177,7 +10370,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10211,7 +10404,7 @@ 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, " "cancel)" @@ -10222,7 +10415,7 @@ msgid "Select Dump Path" msgstr "Wybierz ścieżkę zrzutu" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10242,7 +10435,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10254,7 +10447,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10266,11 +10459,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10282,7 +10475,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Wybierz slot %1 - %2" @@ -10290,7 +10483,7 @@ msgstr "Wybierz slot %1 - %2" msgid "Select State" msgstr "Wybierz stan" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Wybierz slot stanu" @@ -10334,7 +10527,7 @@ msgstr "Wybierz slot stanu 8" msgid "Select State Slot 9" msgstr "Wybierz slot stanu 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10351,17 +10544,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10369,7 +10562,7 @@ msgstr "" msgid "Select a Game" msgstr "Wybierz grę" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10381,11 +10574,11 @@ msgstr "" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10397,7 +10590,7 @@ msgstr "" 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" @@ -10405,7 +10598,7 @@ msgstr "Wybrany profil kontrolera nie istnieje" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10417,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 " @@ -10459,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 " @@ -10481,14 +10674,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10516,7 +10709,7 @@ msgstr "" 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:" @@ -10553,7 +10746,7 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" @@ -10570,15 +10763,15 @@ msgstr "" msgid "Set PC" msgstr "Ustaw PC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10586,7 +10779,7 @@ msgstr "" msgid "Set as &Default ISO" 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" @@ -10596,11 +10789,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -10608,7 +10801,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10621,7 +10814,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10634,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" @@ -10648,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 "" @@ -10670,28 +10863,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Pokaż &log" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Pokaż Australię" @@ -10699,41 +10892,41 @@ msgstr "Pokaż Australię" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Pokaż Francję" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Pokaż GameCube'a" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Pokaż Niemcy" @@ -10745,51 +10938,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Pokaż wejścia ekranu" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Pokaż Włochy" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Pokaż Koreę" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Pokaż PAL" @@ -10798,27 +10991,27 @@ msgstr "Pokaż PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Pokaż regiony" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Pokaż Rosję" @@ -10826,59 +11019,59 @@ msgstr "Pokaż Rosję" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Pokaż zegar systemowy" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Pokaż Tajwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Pokaż USA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Pokaż WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Pokaż Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Pokaż świat" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10886,16 +11079,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10903,7 +11096,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10911,92 +11104,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11026,7 +11219,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "Wiilot trzymany poziomo" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -11050,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" @@ -11067,7 +11260,7 @@ 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." @@ -11077,7 +11270,7 @@ msgstr "" msgid "Skip" msgstr "Pomiń" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11093,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%. " @@ -11173,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." @@ -11191,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 "" @@ -11210,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" @@ -11218,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 "" @@ -11230,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, " @@ -11243,7 +11436,7 @@ 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" @@ -11276,20 +11469,24 @@ msgstr "Standardowy kontroler" 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:778 +#: 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" @@ -11297,7 +11494,7 @@ msgstr "&Rozpocznij nagrywanie wejścia" 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 "" @@ -11309,7 +11506,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11348,19 +11545,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Wyjście udane!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: 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:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Przekraczanie w toku..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Krok wykonany!" @@ -11369,7 +11566,7 @@ msgstr "Krok wykonany!" msgid "Stepping" msgstr "Kroki" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11398,15 +11595,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Zatrzymana gra" @@ -11439,7 +11640,7 @@ 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" @@ -11457,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 "" @@ -11474,12 +11675,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Powodzenie" @@ -11493,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'." @@ -11506,7 +11707,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "Pliki zapisów zostały pomyślnie wyeksportowane" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Certyfikaty z NAND zostały pomyślnie wyodrębnione" @@ -11518,12 +11719,12 @@ msgstr "Plik został pomyślnie wyodrębniony." msgid "Successfully extracted system data." msgstr "Dane systemowe zostały pomyślnie wyodrębnione." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Ten tytuł został pomyślnie zainstalowany do NAND." @@ -11546,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 "" @@ -11594,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symbole" @@ -11639,7 +11845,7 @@ 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." @@ -11658,24 +11864,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11693,15 +11899,15 @@ msgstr "" msgid "Taiwan" msgstr "Tajwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11717,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 "" @@ -11728,11 +11934,11 @@ 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 "" @@ -11744,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" @@ -11763,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 "" @@ -11777,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:1239 +#: 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:1234 +#: 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 " @@ -11818,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." @@ -11911,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?" @@ -11945,21 +12151,21 @@ msgid "" "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 "" @@ -11978,7 +12184,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11987,15 +12193,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 "" -#: 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" @@ -12011,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" @@ -12029,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 "" @@ -12037,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." @@ -12046,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 " @@ -12088,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:1197 +#: 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)." @@ -12107,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 "" @@ -12142,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 "" @@ -12150,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:1189 +#: 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 "" @@ -12191,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 "" @@ -12226,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 "" @@ -12256,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/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 " @@ -12290,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." @@ -12327,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 "" @@ -12369,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" @@ -12391,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 "" @@ -12430,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" @@ -12463,7 +12669,7 @@ msgstr "" msgid "Threshold" msgstr "Próg nacisku" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12473,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)" @@ -12485,7 +12716,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Tytuł" @@ -12493,17 +12724,17 @@ msgstr "Tytuł" msgid "To" msgstr "Do" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Przełącz pełny &ekran" @@ -12528,7 +12759,7 @@ msgid "Toggle Aspect Ratio" msgstr "Przełącz proporcje obrazu" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Przełącz punkt przerwania" @@ -12580,11 +12811,15 @@ msgstr "Przełącz kopie XFB" msgid "Toggle XFB Immediate Mode" msgstr "Przełącz tryb natychmiastowy XFB" +#: 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 "" @@ -12592,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" @@ -12600,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 "" @@ -12638,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" @@ -12663,8 +12898,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12701,7 +12936,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12727,7 +12962,7 @@ 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 "" @@ -12745,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." @@ -12760,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." @@ -12769,7 +13004,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12781,11 +13016,11 @@ msgstr "" 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 "" @@ -12805,7 +13040,7 @@ 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 "" @@ -12832,11 +13067,11 @@ msgstr "Nieskompresowane obrazy gier GC/Wii (*.iso *.gcm)" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Cofnij zapisywanie stanu" @@ -12854,13 +13089,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12870,7 +13105,7 @@ 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 "" @@ -12899,7 +13134,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12919,7 +13154,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12999,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 @@ -13010,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" @@ -13077,7 +13312,7 @@ msgstr "" 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" @@ -13085,7 +13320,7 @@ msgstr "Użyj wbudowanej bazy danych nazw gier" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -13093,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 " @@ -13116,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 "" @@ -13156,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'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 " @@ -13175,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 " @@ -13445,7 +13684,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Ostrzeżenie" @@ -13541,7 +13780,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13549,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 " @@ -13557,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" @@ -13589,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" @@ -13607,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" @@ -13627,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" @@ -13635,15 +13874,15 @@ msgstr "Wii i Wiilot" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13652,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 "" @@ -13670,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13723,11 +13970,11 @@ msgstr "" 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 "" @@ -13778,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 " @@ -13862,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ę." @@ -13882,7 +14129,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13900,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 "" @@ -13949,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 "" @@ -13965,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 "" @@ -14030,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 "" @@ -14050,15 +14299,15 @@ 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 "" diff --git a/Languages/po/pt.po b/Languages/po/pt.po index 4ca8514820..e87683ff84 100644 --- a/Languages/po/pt.po +++ b/Languages/po/pt.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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 "" @@ -166,18 +172,18 @@ msgstr "" 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" @@ -185,11 +191,11 @@ msgstr "" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" @@ -201,8 +207,8 @@ 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 "" @@ -219,11 +225,11 @@ 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 "" @@ -232,17 +238,17 @@ msgid "%1% (Normal Speed)" msgstr "" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -258,7 +264,7 @@ msgstr "" msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -292,20 +298,20 @@ msgstr "" 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,20 +337,20 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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 "" @@ -352,11 +358,11 @@ msgstr "" msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" @@ -368,15 +374,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Pontos de partida" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -384,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -400,20 +410,24 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -421,26 +435,26 @@ msgstr "" 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 "" @@ -448,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:343 +#: 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 "" @@ -472,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Avançar Quadro" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: 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:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Ajuda" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Definições de Teclas de Atalho" @@ -526,11 +544,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -538,7 +556,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -546,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Carregar Estado" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -564,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memória" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -588,7 +610,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -597,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opções" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pausa" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Começar" @@ -621,7 +647,7 @@ msgstr "&Começar" msgid "&Properties" msgstr "&Propriedades" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -629,7 +655,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registos" @@ -637,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -667,7 +693,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -675,23 +701,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -701,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -727,38 +757,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "" @@ -775,7 +797,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -845,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 "" @@ -903,7 +925,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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 "" @@ -929,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 "" @@ -1026,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1064,8 +1086,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1093,7 +1115,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1109,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 "" @@ -1134,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 "" @@ -1176,8 +1198,8 @@ msgstr "Precisão:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1253,7 +1275,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1269,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 "" @@ -1277,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:" @@ -1327,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1374,7 +1395,7 @@ msgid "" "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 "" @@ -1392,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" @@ -1400,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" @@ -1509,8 +1530,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1522,7 +1543,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1542,7 +1563,7 @@ msgstr "" 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 "" @@ -1560,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 "" @@ -1582,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" @@ -1608,15 +1629,15 @@ msgstr "Anti-Serrilhamento" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1626,7 +1647,7 @@ msgid "" ">If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1634,7 +1655,7 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1642,7 +1663,7 @@ msgstr "" 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 "" @@ -1654,10 +1675,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" +#: 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 "" @@ -1666,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ã:" @@ -1683,7 +1712,7 @@ msgstr "Proporção de ecrã:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1716,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 "" @@ -1736,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" @@ -1761,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 "" @@ -1769,15 +1798,15 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1805,7 +1834,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1836,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:" @@ -1857,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 "" @@ -1878,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -1915,7 +1944,7 @@ 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" @@ -1967,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 "" @@ -1981,11 +2010,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "" @@ -2017,67 +2046,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2089,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 " @@ -2122,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 " @@ -2132,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 "" @@ -2159,11 +2188,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2172,11 +2201,11 @@ msgstr "" msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2210,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2272,7 +2301,7 @@ msgstr "" msgid "C Stick" msgstr "C Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2280,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 "" @@ -2292,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." @@ -2315,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 "" @@ -2353,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2409,19 +2438,19 @@ 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 "" @@ -2433,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 "" @@ -2457,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 "" @@ -2465,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..." @@ -2481,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." @@ -2505,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 "" @@ -2525,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" @@ -2533,7 +2562,7 @@ msgstr "Procura de Cheats" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2571,11 +2600,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2604,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2622,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 "" @@ -2635,7 +2665,7 @@ msgstr "" msgid "Close" msgstr "Fechar" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2643,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 "" @@ -2675,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2692,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 "" @@ -2716,7 +2755,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2724,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 "" @@ -2737,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2831,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 "" @@ -2844,26 +2883,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2874,15 +2921,15 @@ msgstr "" msgid "Connect" msgstr "Conectar" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" @@ -2902,7 +2949,7 @@ msgstr "" msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2926,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 "" @@ -2943,7 +2990,7 @@ 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 "" @@ -3040,8 +3087,8 @@ msgstr "" 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 "" @@ -3049,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 "" @@ -3059,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 "" @@ -3081,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 "" @@ -3118,19 +3165,19 @@ msgstr "" msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3138,15 +3185,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3164,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 "" @@ -3177,11 +3219,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3207,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" @@ -3247,11 +3284,11 @@ 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 "" @@ -3272,7 +3309,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3284,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" @@ -3317,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 "" @@ -3325,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)." @@ -3341,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:304 +#: 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 "" @@ -3372,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 "" @@ -3384,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 "" @@ -3408,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 @@ -3435,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 "" @@ -3443,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 "" @@ -3522,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" @@ -3532,11 +3595,11 @@ 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 "" @@ -3561,11 +3624,11 @@ msgstr "" 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 "" @@ -3579,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 "" @@ -3595,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 "" @@ -3603,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 " @@ -3614,7 +3677,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Apagar" @@ -3644,18 +3707,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "" @@ -3663,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 "" @@ -3676,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 "" @@ -3698,7 +3761,7 @@ msgstr "" msgid "Detect" msgstr "Detectar" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3728,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 "" @@ -3736,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 "" @@ -3760,7 +3823,7 @@ 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 "" @@ -3768,11 +3831,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3780,11 +3843,11 @@ msgstr "" msgid "Disable Fog" msgstr "Desactivar Nevoeiro" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3792,14 +3855,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3830,7 +3893,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3864,11 +3927,11 @@ msgstr "" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3878,7 +3941,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Deseja parar a emulação actual?" @@ -3886,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 "" @@ -3899,22 +3962,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS filmes (*.dtm)" @@ -3947,21 +4010,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3995,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 @@ -4005,27 +4068,27 @@ 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 " @@ -4074,19 +4137,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Depositar Quadros" @@ -4094,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 "" @@ -4102,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 "" @@ -4127,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." @@ -4156,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 "" @@ -4184,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" @@ -4203,16 +4266,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4221,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" @@ -4232,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4258,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" @@ -4284,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 "" @@ -4306,16 +4383,16 @@ 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 "" @@ -4327,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 "" @@ -4347,15 +4424,15 @@ msgstr "Activar Dual Core" 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 "" @@ -4363,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 " @@ -4389,33 +4466,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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ã" @@ -4423,11 +4500,11 @@ 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 "" @@ -4435,15 +4512,15 @@ msgstr "" 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 "" @@ -4453,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 " @@ -4461,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 " @@ -4477,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 " @@ -4487,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 " @@ -4495,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." @@ -4513,12 +4590,12 @@ msgid "" "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 " @@ -4526,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 " @@ -4534,7 +4611,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 " @@ -4551,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 "" @@ -4559,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 @@ -4572,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 " @@ -4596,7 +4673,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4604,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." @@ -4623,7 +4700,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4633,7 +4710,7 @@ 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" @@ -4650,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 "" @@ -4674,7 +4751,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4683,69 +4760,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4759,7 +4835,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Erro" @@ -4781,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 " @@ -4791,7 +4867,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4853,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 "" @@ -4869,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 "" @@ -4882,12 +4958,12 @@ msgstr "" msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4931,11 +5007,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportar Todos os Jogos Guardados Wii" @@ -4950,7 +5026,7 @@ msgstr "" msgid "Export Recording" msgstr "Exportar Gravação" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exportar Gravação..." @@ -4978,14 +5054,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5006,7 +5082,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5044,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" @@ -5062,11 +5138,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5082,7 +5158,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5132,19 +5208,19 @@ msgstr "" 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 "" @@ -5157,7 +5233,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5184,25 +5260,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5213,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 "" @@ -5222,18 +5298,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5245,7 +5321,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5259,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 "" @@ -5273,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:1740 +#: 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 "" @@ -5321,7 +5397,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5366,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 "" @@ -5449,31 +5525,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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,7 +5600,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5556,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 "" @@ -5569,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -5620,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}" @@ -5650,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 "" @@ -5683,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 @@ -5698,11 +5768,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5718,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" @@ -5726,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" @@ -5758,11 +5828,11 @@ 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 "" @@ -5784,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." @@ -5794,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 @@ -5809,13 +5879,13 @@ 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 "" @@ -5836,11 +5906,11 @@ msgstr "" 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" @@ -5848,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 "" @@ -5868,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 "" @@ -5884,7 +5954,11 @@ 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 "" @@ -5899,7 +5973,7 @@ 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" @@ -5918,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 "" @@ -5927,12 +6001,12 @@ msgstr "" msgid "FullScr" msgstr "Ecrã Inteiro" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5976,11 +6050,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6004,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" @@ -6022,7 +6096,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6032,25 +6106,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6062,7 +6136,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6080,8 +6154,8 @@ 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 "" @@ -6095,7 +6169,7 @@ msgid "" "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 "" @@ -6107,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 "" @@ -6124,11 +6198,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6137,7 +6211,7 @@ msgstr "ID do Jogo:" msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6184,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 "" @@ -6196,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 "" @@ -6217,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 "" @@ -6245,7 +6319,7 @@ 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" @@ -6256,17 +6330,17 @@ msgstr "Códigos Gecko" #: 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 "" @@ -6281,17 +6355,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6299,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6327,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" @@ -6367,7 +6441,7 @@ msgstr "Verde Esquerda" msgid "Green Right" msgstr "Verde Direita" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6412,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 "" @@ -6445,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6465,7 +6539,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6473,11 +6547,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6500,12 +6574,36 @@ msgstr "Host" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6516,14 +6614,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6532,7 +6638,7 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" @@ -6542,11 +6648,11 @@ msgstr "" 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 "" @@ -6573,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 "" @@ -6604,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" @@ -6668,7 +6774,7 @@ 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." @@ -6685,7 +6791,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6697,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 "" @@ -6722,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 " @@ -6738,7 +6844,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6753,22 +6859,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6781,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 " @@ -6789,31 +6895,31 @@ 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 "" @@ -6838,15 +6944,15 @@ msgstr "" 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 "" @@ -6883,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6897,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -6915,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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" @@ -6941,7 +7047,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6956,7 +7062,7 @@ 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 "" @@ -6965,7 +7071,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6974,7 +7080,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7043,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7067,7 +7173,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7076,11 +7182,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7101,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 "" @@ -7109,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 "" @@ -7137,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" @@ -7156,96 +7270,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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" @@ -7256,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:683 +#: 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 "" @@ -7297,7 +7412,7 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7305,12 +7420,12 @@ msgstr "" msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7339,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 "" @@ -7381,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 @@ -7479,11 +7594,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7493,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -7523,7 +7638,7 @@ msgstr "Carregar Texturas Personalizadas" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" @@ -7536,8 +7651,8 @@ msgstr "" msgid "Load Last State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7638,19 +7753,19 @@ msgstr "Carregar Estado Slot 8" msgid "Load State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7662,30 +7777,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7695,7 +7810,7 @@ msgstr "" msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7704,7 +7819,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7712,7 +7827,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Relatório" @@ -7721,20 +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:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "" @@ -7746,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "" @@ -7800,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 "" @@ -7830,12 +7961,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -7847,12 +7978,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7864,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -7881,7 +8016,7 @@ 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 "" @@ -7902,7 +8037,7 @@ msgstr "" msgid "Memory Card" msgstr "Cartão de memória" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7910,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 "" @@ -7930,7 +8065,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -7938,33 +8073,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -7973,7 +8116,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7993,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 " @@ -8005,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8030,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 "" @@ -8043,11 +8186,11 @@ 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 "" @@ -8063,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 "" @@ -8072,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 "" @@ -8088,7 +8241,7 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8115,7 +8268,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8142,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:" @@ -8203,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 "" @@ -8212,7 +8365,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8255,7 +8408,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8270,7 +8423,7 @@ 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 "" @@ -8292,13 +8445,13 @@ 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 "" @@ -8306,7 +8459,7 @@ msgstr "" 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 +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 "" @@ -8348,7 +8501,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" @@ -8356,15 +8509,15 @@ msgstr "" 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 +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 "" @@ -8454,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." @@ -8490,7 +8638,7 @@ msgstr "" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8542,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" @@ -8563,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 " @@ -8589,7 +8737,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Online e documentação" @@ -8597,13 +8745,13 @@ msgstr "Online e documentação" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8620,7 +8768,7 @@ msgstr "Abrir" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" @@ -8633,7 +8781,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8699,31 +8847,31 @@ 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:231 @@ -8741,7 +8889,7 @@ msgstr "" 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 "" @@ -8761,15 +8909,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8783,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:603 +#: 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 "" @@ -8833,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 "" @@ -8858,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 "" @@ -8871,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:801 +#: 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 " @@ -8895,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." @@ -8920,7 +9077,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Iluminação por Pixel" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8928,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 "" @@ -8950,11 +9107,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -8971,7 +9128,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8979,7 +9136,7 @@ msgstr "" msgid "Play" msgstr "Começar" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -8991,7 +9148,7 @@ 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" @@ -9028,20 +9185,25 @@ msgstr "" 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 "" @@ -9074,7 +9236,7 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9099,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 "" @@ -9138,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 " @@ -9153,7 +9315,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9181,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." @@ -9208,15 +9370,15 @@ msgstr "Perfil" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9226,7 +9388,7 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9250,14 +9412,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Questão" @@ -9282,11 +9444,11 @@ msgstr "R-Analógico" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9319,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9368,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 "" @@ -9378,7 +9544,11 @@ 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" @@ -9386,15 +9556,15 @@ msgstr "Gravar" 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 "" @@ -9429,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 @@ -9444,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 "" @@ -9458,7 +9627,7 @@ msgid "Refreshing..." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9492,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" @@ -9520,25 +9689,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9547,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9566,7 +9745,7 @@ msgstr "Reset" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9590,7 +9769,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9598,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 "" @@ -9610,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 "" @@ -9618,7 +9797,7 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9639,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 @@ -9694,7 +9873,7 @@ msgstr "" msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9703,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 " @@ -9712,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 " @@ -9724,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" @@ -9749,19 +9937,24 @@ msgstr "" msgid "Rumble" msgstr "Vibração" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9777,19 +9970,19 @@ msgstr "" 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 "" @@ -9797,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 "" @@ -9832,11 +10025,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Gua&rdar Estado" @@ -9848,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9858,15 +10051,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9880,11 +10073,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9902,15 +10095,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9922,11 +10115,11 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -9976,23 +10169,23 @@ msgstr "Guardar Estado Slot 8" msgid "Save State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -10000,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 "" @@ -10008,11 +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:1135 +#: 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" @@ -10027,11 +10220,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "" @@ -10051,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 "" @@ -10060,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "" @@ -10070,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 "" @@ -10082,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10096,7 +10289,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10130,7 +10323,7 @@ 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, " "cancel)" @@ -10141,7 +10334,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10161,7 +10354,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10173,7 +10366,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10185,11 +10378,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10201,7 +10394,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" @@ -10209,7 +10402,7 @@ msgstr "" msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" @@ -10253,7 +10446,7 @@ msgstr "" msgid "Select State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10270,17 +10463,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10288,7 +10481,7 @@ msgstr "" msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10300,11 +10493,11 @@ msgstr "" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10316,7 +10509,7 @@ msgstr "" 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 "" @@ -10324,7 +10517,7 @@ msgstr "" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10336,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 " @@ -10378,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 " @@ -10400,14 +10593,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10435,7 +10628,7 @@ msgstr "" 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:" @@ -10472,7 +10665,7 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" @@ -10489,15 +10682,15 @@ msgstr "" msgid "Set PC" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10505,18 +10698,18 @@ msgstr "" msgid "Set as &Default ISO" 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 " "this setting only take effect once Dolphin is restarted." @@ -10524,7 +10717,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10537,7 +10730,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10550,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 "" @@ -10564,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 "" @@ -10586,28 +10779,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Mostrar &Relatório" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" @@ -10615,41 +10808,41 @@ msgstr "" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Mostrar França" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Mostrar GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" @@ -10661,51 +10854,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Mostrar visualização de Entradas" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Mostrar Itália" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Mostrar Coreia" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Mostrar Pal" @@ -10714,27 +10907,27 @@ msgstr "Mostrar Pal" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Mostrar Regiões" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" @@ -10742,59 +10935,59 @@ msgstr "" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Mostrar Taiwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Mostrar EUA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Mostrar Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10802,16 +10995,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10819,7 +11012,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10827,92 +11020,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -10942,7 +11135,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10966,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" @@ -10983,7 +11176,7 @@ 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." @@ -10993,7 +11186,7 @@ msgstr "" msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11009,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%. " @@ -11089,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." @@ -11105,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 "" @@ -11124,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" @@ -11132,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 "" @@ -11144,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, " @@ -11157,7 +11350,7 @@ 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" @@ -11190,20 +11383,24 @@ msgstr "Comando padrão" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" @@ -11211,7 +11408,7 @@ msgstr "" 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 "" @@ -11223,7 +11420,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11262,19 +11459,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11283,7 +11480,7 @@ msgstr "" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11312,15 +11509,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11353,7 +11554,7 @@ 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" @@ -11371,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 "" @@ -11388,12 +11589,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" @@ -11407,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 "" @@ -11420,7 +11621,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11432,12 +11633,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11460,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 "" @@ -11508,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11553,7 +11759,7 @@ 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." @@ -11572,24 +11778,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11607,15 +11813,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11631,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 "" @@ -11642,11 +11848,11 @@ 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 "" @@ -11658,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" @@ -11677,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 "" @@ -11691,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:1239 +#: 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:1234 +#: 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 " @@ -11732,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." @@ -11825,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?" @@ -11859,21 +12065,21 @@ msgid "" "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 "" @@ -11892,7 +12098,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11901,15 +12107,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 "" -#: 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" @@ -11925,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" @@ -11943,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 "" @@ -11951,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 "" @@ -11960,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 " @@ -12002,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:1197 +#: 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)." @@ -12021,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 "" @@ -12056,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 "" @@ -12064,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:1189 +#: 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 "" @@ -12105,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 "" @@ -12140,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 "" @@ -12170,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/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 " @@ -12204,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." @@ -12241,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 "" @@ -12283,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" @@ -12299,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 "" @@ -12335,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" @@ -12368,7 +12574,7 @@ msgstr "" msgid "Threshold" msgstr "Limite" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12378,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)" @@ -12390,7 +12621,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Título" @@ -12398,17 +12629,17 @@ msgstr "Título" msgid "To" msgstr "Para" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" @@ -12433,7 +12664,7 @@ msgid "Toggle Aspect Ratio" msgstr "" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" @@ -12485,11 +12716,15 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12497,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" @@ -12505,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 "" @@ -12543,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" @@ -12568,8 +12803,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12606,7 +12841,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12632,7 +12867,7 @@ 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 "" @@ -12650,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." @@ -12665,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." @@ -12674,7 +12909,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12686,11 +12921,11 @@ msgstr "" 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 "" @@ -12710,7 +12945,7 @@ 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 "" @@ -12737,11 +12972,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "" @@ -12759,13 +12994,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12775,7 +13010,7 @@ 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 "" @@ -12804,7 +13039,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12824,7 +13059,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12904,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 @@ -12915,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" @@ -12982,7 +13217,7 @@ msgstr "" 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 "" @@ -12990,7 +13225,7 @@ msgstr "" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12998,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 " @@ -13021,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 "" @@ -13061,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'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 " @@ -13080,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 " @@ -13350,7 +13589,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Aviso" @@ -13446,7 +13685,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13454,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 " @@ -13462,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 "" @@ -13494,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" @@ -13512,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 "" @@ -13532,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 "" @@ -13540,15 +13779,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13557,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 "" @@ -13575,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13628,11 +13875,11 @@ msgstr "" 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 "" @@ -13683,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 " @@ -13767,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" @@ -13787,7 +14034,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13805,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 "" @@ -13854,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 "" @@ -13870,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 "" @@ -13935,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 "" @@ -13955,15 +14204,15 @@ 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 "" diff --git a/Languages/po/pt_BR.po b/Languages/po/pt_BR.po index b805d23ccb..a426e00ee3 100644 --- a/Languages/po/pt_BR.po +++ b/Languages/po/pt_BR.po @@ -46,7 +46,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/" @@ -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)" @@ -217,7 +223,7 @@ msgstr "O backend %1 não é compatível com esse recurso no seu sistema." 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,11 +233,11 @@ msgstr "" "%2 objeto(s)\n" "Quadro Atual: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 entrou" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 saiu" @@ -239,11 +245,11 @@ msgstr "%1 saiu" 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:1118 +#: 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:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 assumiu controle do golfe" @@ -255,8 +261,8 @@ 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" @@ -273,11 +279,11 @@ 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)" @@ -286,17 +292,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "O valor do %1 é usado" @@ -312,7 +318,7 @@ msgstr "%1/%2" 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" @@ -346,20 +352,20 @@ msgstr "%1x Nativa (%2x%3) [%4]" 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." @@ -385,20 +391,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Sobre" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "&Adicionar Função" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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..." @@ -406,11 +412,11 @@ msgstr "&Adicionar Novo Código..." msgid "&Add..." msgstr "&Adicionar..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Assembler" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Configurações de &Som" @@ -422,15 +428,19 @@ msgstr "C&anal:" msgid "&Borderless Window" msgstr "Janela Sem &Bordas" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "Tipo de &Branch" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "&Interromper no Acerto" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Pontos de Interrupção" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Bug Tracker" @@ -438,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "Verificar &Atualizações..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Limpar Símbolos" @@ -454,20 +464,24 @@ msgstr "&Limpar Símbolos" msgid "&Clone..." msgstr "&Duplicar..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: 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/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Copiar Endereço" @@ -475,26 +489,26 @@ msgstr "&Copiar Endereço" 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..." @@ -502,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:343 +#: 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" @@ -526,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Fonte..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "A&vançar Quadro" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Configurações do Olhar Livre" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Gerar Símbolos De" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Repositório no &GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: 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:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "Aj&uda" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Configurações das &Teclas de Atalho" @@ -580,11 +598,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "&Inserir BLR" @@ -592,7 +610,7 @@ msgstr "&Inserir BLR" msgid "&Interframe Blending" msgstr "&Mistura do Interframe" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -600,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "Carregar Estado Salvo" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Carregar o Mapa dos Símbolos" @@ -618,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "B&loquear Widgets" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "&Registrar no Acerto" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memória" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "&Outros Controles" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Gravação" @@ -642,7 +664,7 @@ msgstr "&Gravação" msgid "&Mute" msgstr "Ativar &Mudo" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Rede" @@ -651,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opções" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "P&ausar" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "Inici&ar" @@ -675,7 +701,7 @@ msgstr "Inici&ar" msgid "&Properties" msgstr "&Propriedades" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "Modo &Somente Leitura" @@ -683,7 +709,7 @@ msgstr "Modo &Somente Leitura" msgid "&Refresh List" msgstr "&Atualizar Lista" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registradores" @@ -691,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:593 +#: 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:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Salvar Mapa de Símbolos" @@ -721,7 +747,7 @@ 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" @@ -729,23 +755,27 @@ msgstr "Portal &Skylanders" msgid "&Speed Limit:" msgstr "&Limite de Velocidade:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -755,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "A&ssistir" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Website" @@ -781,38 +811,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Sim" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: 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:1564 +#: 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: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" @@ -829,7 +851,7 @@ msgstr ", Vírgula" msgid "- Subtract" msgstr "- Subtrair" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -899,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" @@ -957,7 +979,7 @@ msgstr "Inteiro de 32 bits (Sem Sinal)" #. i18n: Stereoscopic 3D #: 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" @@ -983,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" @@ -1080,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1128,8 +1150,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Maior que" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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!" @@ -1168,7 +1190,7 @@ msgstr "" "Não é possível carregar um estado salvo sem especificar um jogo para " "executar." -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1190,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" @@ -1226,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" @@ -1268,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:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Conquistas" @@ -1365,7 +1387,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "Ativar Chat do NetPlay" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Ativo" @@ -1381,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" @@ -1389,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:" @@ -1439,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Endereço" @@ -1486,7 +1507,7 @@ msgid "" "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 " @@ -1494,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 @@ -1517,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" @@ -1529,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" @@ -1669,8 +1690,8 @@ msgstr "Todos os arquivos do GC/Wii" msgid "All Hexadecimal" msgstr "Tudo Hexadecimal" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1682,7 +1703,7 @@ 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 (*)" @@ -1702,7 +1723,7 @@ msgstr "Permitir Configurações de Região Incompatíveis" 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" @@ -1722,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" @@ -1744,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" @@ -1770,15 +1791,15 @@ msgstr "Anti-Aliasing:" msgid "Any Region" msgstr "Qualquer Região" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "Anexar Assinatura Em" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Anexar ao &Arquivo de Assinatura Existente..." -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Apl&icar Arquivo de Assinatura..." @@ -1790,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:" @@ -1798,7 +1819,7 @@ msgstr "Data do Apploader:" msgid "Apply" msgstr "Aplicar" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "Aplicar Arquivo de Assinatura" @@ -1806,7 +1827,7 @@ msgstr "Aplicar Arquivo de Assinatura" 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\"?" @@ -1818,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/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?" @@ -1830,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:" @@ -1847,7 +1876,7 @@ msgstr "Proporção de Tela:" msgid "Assemble" msgstr "Assemble" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "Montar Instrução" @@ -1882,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" @@ -1902,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" @@ -1931,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" @@ -1939,15 +1968,15 @@ msgstr "Auto-Ajustar o Tamanho da Janela" msgid "Auto-Hide" msgstr "Ocultar Automaticamente" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1986,7 +2015,7 @@ msgid "Auxiliary" msgstr "Auxiliar" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -2020,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:" @@ -2041,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." @@ -2062,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -2099,7 +2128,7 @@ 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" @@ -2153,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):" @@ -2171,11 +2200,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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:" @@ -2210,67 +2239,67 @@ msgstr "" "foi compilada sem o libusb. O modo de redirecionamento não pode ser " "utilizado." -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Do Início até a Pausa" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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" @@ -2282,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 " @@ -2329,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 " @@ -2346,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)" @@ -2373,11 +2402,11 @@ 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Interrupção" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "Interromper &e Registrar no Acerto" @@ -2386,11 +2415,11 @@ msgstr "Interromper &e Registrar no Acerto" msgid "Breakpoint" msgstr "Pontos de Interrupção" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: 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:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Pontos de Interrupção" @@ -2424,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:930 +#: 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:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffer:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2489,7 +2518,7 @@ msgstr "Autor(a): %1" msgid "C Stick" msgstr "Eixo C" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "C&riar Arquivo de Assinatura..." @@ -2497,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" @@ -2509,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." @@ -2541,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" @@ -2579,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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 " @@ -2605,28 +2634,28 @@ msgstr "" #: Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp:57 #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:159 -#: Source/Core/DolphinQt/MenuBar.cpp:1382 +#: 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" @@ -2640,19 +2669,19 @@ 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." @@ -2664,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:" @@ -2689,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" @@ -2697,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..." @@ -2713,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." @@ -2721,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." @@ -2751,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." @@ -2771,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" @@ -2779,7 +2808,7 @@ msgstr "Pesquisa de Cheats" msgid "Cheats Manager" msgstr "Gerenciador de Cheats" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Verificar NAND..." @@ -2819,11 +2848,11 @@ msgstr "Escolha Pasta para Extração" msgid "Choose GCI Base Folder" msgstr "Escolher a pasta base do GCI" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "Escolha o Arquivo de Entrada Prioritário" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "Escolha o Arquivo de Entrada Secundário" @@ -2852,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Limpar Cache" @@ -2870,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..." @@ -2883,7 +2913,7 @@ msgstr "Duplicar e &Editar Código..." msgid "Close" msgstr "Fechar" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Co&nfigurações" @@ -2891,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" @@ -2923,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Combinar &Dois Arquivos de Assinatura..." @@ -2940,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 " @@ -2951,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 " @@ -2961,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" @@ -2971,7 +3010,7 @@ msgstr "Compilando Shaders" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Compressão" @@ -2979,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:" @@ -2992,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Condição" @@ -3139,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" @@ -3152,26 +3191,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -3182,15 +3229,15 @@ msgstr "Confirmação" msgid "Connect" msgstr "Conectar" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Wii Remote %1" @@ -3210,7 +3257,7 @@ msgstr "Conectar/Desconectar Wii Remote 3" msgid "Connect Wii Remote 4" msgstr "Conectar/Desconectar Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Conectar Wii Remotes" @@ -3234,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." @@ -3251,7 +3298,7 @@ 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" @@ -3378,8 +3425,8 @@ msgstr "Convergência" 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." @@ -3387,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" @@ -3397,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" @@ -3422,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..." @@ -3476,19 +3523,19 @@ msgstr "" msgid "Copy" msgstr "Copiar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "Copiar &Função" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "Copiar &Linha de Código" @@ -3496,15 +3543,15 @@ msgstr "Copiar &Linha de Código" 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/CodeViewWidget.cpp:589 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 msgid "Copy Tar&get Address" msgstr "Copiar Ende&reço Alvo" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "Copiar Valor" @@ -3522,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" @@ -3535,11 +3577,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3569,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" @@ -3580,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" @@ -3630,11 +3667,11 @@ 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!" @@ -3663,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:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Não foi possível encontrar o servidor central" @@ -3675,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:" @@ -3708,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:" @@ -3716,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)." @@ -3736,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, " @@ -3751,11 +3788,11 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/MenuBar.cpp:304 +#: 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" @@ -3771,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)" @@ -3783,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" @@ -3807,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 @@ -3834,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" @@ -3842,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)" @@ -3925,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" @@ -3935,11 +3998,11 @@ 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" @@ -3964,11 +4027,11 @@ msgstr "Diminuir Resolução Interna" 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" @@ -3982,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" @@ -3998,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" @@ -4006,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 " @@ -4023,7 +4086,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Excluir" @@ -4053,18 +4116,18 @@ msgstr "Porcentagem da Profundidade:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -4072,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" @@ -4085,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" @@ -4107,7 +4170,7 @@ msgstr "Separado" msgid "Detect" msgstr "Detectar" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Detectando os Módulos do RSO" @@ -4137,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:" @@ -4145,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 " @@ -4171,7 +4234,7 @@ 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" @@ -4179,11 +4242,11 @@ msgstr "Desativar Cópias VRAM do EFB" msgid "Disable Emulation Speed Limit" msgstr "Desativar Limite de Velocidade" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Desativar Fastmem" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Desativar Arena do Fastmem" @@ -4191,11 +4254,11 @@ msgstr "Desativar Arena do Fastmem" msgid "Disable Fog" msgstr "Desativar Névoa" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Desativar Cache do JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Desativar o Mapa dos Pontos de Entrada Grandes" @@ -4203,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 " @@ -4214,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 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." @@ -4257,7 +4320,7 @@ msgid "Discard" msgstr "Descartar" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Configurações de Exibição" @@ -4298,11 +4361,11 @@ msgstr "" "Você autoriza o Dolphin a enviar estatísticas de uso para a equipe de " "desenvolvimento?" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: 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?" @@ -4312,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:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Deseja parar a emulação atual?" @@ -4320,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)" @@ -4333,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:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Gravações TAS do Dolphin (*.dtm)" @@ -4392,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:1001 +#: 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." @@ -4404,11 +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/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." @@ -4442,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 @@ -4452,27 +4515,27 @@ 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 " @@ -4528,19 +4591,19 @@ msgstr "Exportar &FakeVMEM" msgid "Dump &MRAM" msgstr "Exportar &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Exportar Quadros" @@ -4548,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" @@ -4556,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" @@ -4581,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." @@ -4600,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." @@ -4619,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" @@ -4655,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" @@ -4674,16 +4737,16 @@ msgstr "Ásia Oriental" msgid "Edit Breakpoint" msgstr "Editar Ponto de Interrupção" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "Editar Condicional" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "Editar expressão condicional" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Editar..." @@ -4692,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" @@ -4703,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4729,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" @@ -4757,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" @@ -4782,16 +4859,16 @@ 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" @@ -4803,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" @@ -4823,15 +4900,15 @@ msgstr "Ativar Dual Core" 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" @@ -4839,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 " @@ -4881,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:916 +#: 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" @@ -4915,11 +4992,11 @@ 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" @@ -4927,15 +5004,15 @@ msgstr "Ativar Conquistas Não Oficiais" 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)" @@ -4947,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 " @@ -4959,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 " @@ -4969,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 " @@ -4984,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 " @@ -5002,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 " @@ -5015,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." @@ -5037,20 +5114,21 @@ msgid "" "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 " @@ -5062,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 " @@ -5075,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 " @@ -5103,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 " @@ -5113,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 @@ -5131,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 " @@ -5168,7 +5246,7 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -5181,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." @@ -5206,7 +5284,7 @@ msgstr "" "\n" "Abortando importação." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "End. Final" @@ -5216,7 +5294,7 @@ 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" @@ -5233,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:" @@ -5259,7 +5337,7 @@ msgstr "" "Informe o endereço IP e a porta da instância tapserver que você gostaria de " "se conectar." -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Insira o endereço do módulo do RSO:" @@ -5268,69 +5346,68 @@ msgstr "Insira o endereço do módulo do RSO:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -5344,7 +5421,7 @@ msgstr "Insira o endereço do módulo do RSO:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Erro" @@ -5366,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." @@ -5374,7 +5451,7 @@ 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:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Um erro ocorreu enquanto carregava alguns pacotes de texturas" @@ -5438,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" @@ -5458,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}." @@ -5471,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:306 +#: 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" @@ -5520,11 +5597,11 @@ msgstr "Início esperado da expressão." 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportar Todos os Dados Salvos do Wii" @@ -5539,7 +5616,7 @@ msgstr "Falha ao Exportar" msgid "Export Recording" msgstr "Exportar Gravação" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exportar Gravação..." @@ -5567,14 +5644,14 @@ msgstr "Exportar como .&gcs..." msgid "Export as .&sav..." msgstr "Exportar como .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5595,7 +5672,7 @@ msgstr "IP Externo" msgid "External Frame Buffer (XFB)" msgstr "Frame Buffer Externo (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Extrair Certificados da NAND" @@ -5633,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" @@ -5653,11 +5730,11 @@ msgstr "" 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:1723 +#: 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}" @@ -5674,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:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Falha na conexão com o servidor: %1" @@ -5732,21 +5809,21 @@ msgstr "" 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" @@ -5759,7 +5836,7 @@ 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:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Falha ao extrair os certificados da NAND" @@ -5789,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:1153 +#: 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:1147 +#: 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." @@ -5804,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:1160 +#: 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 -> " @@ -5815,7 +5892,7 @@ msgstr "" "NAND (Ferramentas -> Gerenciar NAND -> Verificar NAND...) , então importe os " "dados salvos novamente." -#: Source/Core/DolphinQt/MainWindow.cpp:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Falha ao inicializar o núcleo" @@ -5829,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" @@ -5838,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:1118 +#: 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:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5850,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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: 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" @@ -5863,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:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Falha ao carregar o arquivo de mapa '%1'" @@ -5879,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." @@ -5895,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:1740 +#: 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\"" @@ -5946,7 +6023,7 @@ msgstr "" msgid "Failed to open file." msgstr "Falha ao abrir o arquivo." -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Falha ao abrir o servidor" @@ -6002,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." @@ -6106,31 +6183,31 @@ 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:1651 +#: 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:1696 +#: 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:1675 +#: 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:1775 +#: 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 > " @@ -6187,7 +6264,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Falha" @@ -6221,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" @@ -6234,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Nome do Arquivo" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Local" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -6285,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}" @@ -6321,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" @@ -6356,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 @@ -6371,11 +6442,11 @@ msgstr "Bandeiras" msgid "Float" msgstr "Flutuação" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 " @@ -6397,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" @@ -6405,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" @@ -6437,13 +6508,13 @@ 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 " @@ -6479,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." @@ -6492,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 @@ -6507,13 +6578,13 @@ 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" @@ -6534,11 +6605,11 @@ msgstr "Aumentar Velocidade" 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" @@ -6546,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:" @@ -6566,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" @@ -6586,7 +6657,11 @@ 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" @@ -6601,7 +6676,7 @@ 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" @@ -6620,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:" @@ -6629,12 +6704,12 @@ msgstr "De:" msgid "FullScr" msgstr "Tela Cheia" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Função" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Configurações de Funcionamento" @@ -6678,11 +6753,11 @@ msgstr "Volume do GBA" msgid "GBA Window Size" msgstr "Tamanho da Janela do GBA" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: 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:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "ROM desativada do GBA%1" @@ -6707,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" @@ -6731,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:235 +#: 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?" @@ -6744,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:253 +#: 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?" @@ -6752,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:278 +#: 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?" @@ -6760,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:262 +#: 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?" @@ -6768,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:244 +#: 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?" @@ -6784,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:470 +#: 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" @@ -6807,8 +6882,8 @@ 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" @@ -6824,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" @@ -6836,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" @@ -6853,11 +6928,11 @@ msgid "Game Gamma:" msgstr "Gama do Jogo:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6866,7 +6941,7 @@ msgstr "ID do Jogo:" msgid "Game Status" msgstr "Status do Jogo" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Jogo alterado para \"%1\"" @@ -6918,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" @@ -6930,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" @@ -6951,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" @@ -6979,7 +7054,7 @@ 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" @@ -6990,17 +7065,17 @@ msgstr "Códigos Gecko" #: 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" @@ -7017,17 +7092,17 @@ 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:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "Código(s) AR gerado(s)." -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -7035,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -7063,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" @@ -7108,7 +7183,7 @@ msgstr "Verde Esquerdo" msgid "Green Right" msgstr "Verde Direito" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Exibição em Grade" @@ -7153,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:" @@ -7186,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Ocultar Tudo" @@ -7206,7 +7281,7 @@ msgstr "Esconder Sessões Incompatíveis" 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 " "render window is focused.

If unsure, select "" @@ -7218,11 +7293,11 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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" @@ -7245,13 +7320,37 @@ msgstr "Hospedar" msgid "Host Code:" msgstr "Código da Sala:" +#. 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/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 "" @@ -7266,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:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Host autoritário desativado" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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" @@ -7282,7 +7389,7 @@ 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" @@ -7292,11 +7399,11 @@ msgstr "Configurações das Teclas de Atalho" 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" @@ -7323,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:" @@ -7360,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:" @@ -7463,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." @@ -7493,7 +7600,7 @@ msgstr "" "configurações raras que estejam causando erros ou problemas de desempenho e " "estabilidade." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -7509,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" @@ -7539,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 " @@ -7565,7 +7672,7 @@ msgstr "" "levemente o desempenho.

Na dúvida, mantenha essa " "opção desativada." -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Importar Backup da NAND do BootMii..." @@ -7580,15 +7687,15 @@ msgstr "Falha ao Importar" msgid "Import Save File(s)" msgstr "Importar Arquivo(s) de Jogo Salvo" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importar Dados Salvos do Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importando backup da NAND" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7597,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 " @@ -7615,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 " @@ -7628,31 +7735,31 @@ 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" @@ -7677,15 +7784,15 @@ msgstr "Aumentar Resolução Interna" 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" @@ -7724,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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" @@ -7738,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -7756,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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" @@ -7782,7 +7889,7 @@ msgstr "Partição de Instalação (%1)" msgid "Install Update" msgstr "Instalar Atualização" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Instalar WAD..." @@ -7797,7 +7904,7 @@ 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" @@ -7806,7 +7913,7 @@ msgstr "Instrução" msgid "Instruction Breakpoint" msgstr "Ponto de Interrupção da Instrução" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instrução:" @@ -7815,7 +7922,7 @@ msgstr "Instrução:" msgid "Instruction: %1" msgstr "Instrução: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7893,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Núcleo do Interpretador" @@ -7917,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:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "O pacote %1 fornecido é inválido: %2" @@ -7926,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:1361 +#: 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" @@ -7951,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" @@ -7959,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." @@ -7989,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" @@ -8008,81 +8123,81 @@ msgstr "Itália" msgid "Item" msgstr "Item" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "Vertente do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "Ponto Flutuante do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "Inteiro do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "LoadStore Flutuante do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "LoadStore do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "LoadStore Emparelhado do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "LoadStore lXz do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "LoadStore lbzx do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "LoadStore lwz do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT Desligado (Núcleo do JIT)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "Registro do Cache do JIT Desligado" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "Registros do Sistema do JIT Desligado" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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." @@ -8091,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:424 +#: 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:308 +#: 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" @@ -8111,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!" @@ -8119,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:683 +#: 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" @@ -8154,7 +8270,7 @@ msgstr "Teclado" msgid "Keys" msgstr "Teclas" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -8162,12 +8278,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "Remover Jogador" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -8196,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" @@ -8238,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 @@ -8347,11 +8463,11 @@ msgstr "Luz" msgid "Limit Chunked Upload Speed:" msgstr "Limitar Velocidade de Envio de Fragmentos:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Selecionar Colunas" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Exibição em Lista" @@ -8361,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Carregar o &Arquivo do Mapa Ruim..." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -8391,7 +8507,7 @@ msgstr "Carregar Texturas Personalizadas" msgid "Load File" msgstr "Carregar Arquivo" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Carregar Menu Principal do GameCube" @@ -8404,8 +8520,8 @@ msgstr "Somente Carregar Dados Salvos do Host" msgid "Load Last State" msgstr "Carregar Anterior" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "Carregar Arquivo de Mapa" @@ -8506,19 +8622,19 @@ msgstr "Carregar do Slot 8" msgid "Load State Slot 9" msgstr "Carregar do Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Carregar do Arquivo..." -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Carregar do Slot Selecionado" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Carregar do Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Carregar Wii System Menu %1" @@ -8530,23 +8646,23 @@ msgstr "Carregar e Armazenar Dados Salvos do Host" msgid "Load from Selected Slot" msgstr "Carregar do Slot Selecionado" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Slot %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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, " @@ -8557,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." @@ -8570,7 +8686,7 @@ msgstr "" 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" @@ -8579,7 +8695,7 @@ msgstr "Travar Cursor do Mouse" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -8591,7 +8707,7 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Log" @@ -8600,20 +8716,20 @@ msgstr "Log" msgid "Log Configuration" msgstr "Configurações" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Entrar" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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" @@ -8625,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 " @@ -8640,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:979 +#: 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:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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" @@ -8683,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!" @@ -8713,12 +8845,12 @@ msgstr "Certifique-se que há um Skylander no slot %1!" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -8735,12 +8867,12 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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" @@ -8752,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Buffer Máximo:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -8769,7 +8905,7 @@ 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." @@ -8790,7 +8926,7 @@ msgstr "Pontos de Interrupção da Memória" msgid "Memory Card" msgstr "Memory Card" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Gerenciador de Memory Cards" @@ -8798,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" @@ -8818,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:1815 +#: 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, " @@ -8830,33 +8966,41 @@ msgstr "" "recomendado manter um backup de ambas as NANDs. Tem certeza de que deseja " "continuar?" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -8867,7 +9011,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Incompatibilidade entre as estruturas internas dos dados." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8894,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 " @@ -8910,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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" @@ -8935,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" @@ -8948,11 +9092,11 @@ 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" @@ -8970,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." @@ -8979,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -8995,7 +9151,7 @@ msgstr "Verificação da NAND" msgid "NKit Warning" msgstr "Aviso sobre o NKit" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -9028,7 +9184,7 @@ 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:279 +#: 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" @@ -9055,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:" @@ -9123,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" @@ -9132,7 +9288,7 @@ msgid "Never Auto-Update" msgstr "Desativar Atualizações" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Novo" @@ -9175,7 +9331,7 @@ msgstr "Nova etiqueta" 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" @@ -9190,7 +9346,7 @@ 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:" @@ -9212,13 +9368,13 @@ 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" @@ -9226,7 +9382,7 @@ msgstr "Sem Combinação" 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!" @@ -9247,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" @@ -9268,7 +9424,7 @@ msgstr "Nenhum mod gráfico selecionado." msgid "No input" msgstr "Sem entrada dos dados" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Não foram detectados problemas." @@ -9276,15 +9432,15 @@ msgstr "Não foram detectados problemas." 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 " @@ -9298,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." @@ -9385,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." @@ -9421,7 +9572,7 @@ msgstr "Eixo do Nunchuk" msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Objeto %1" @@ -9473,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" @@ -9494,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 " @@ -9508,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 " @@ -9535,7 +9686,7 @@ msgstr "" "são executados apenas quando uma ação específica é executada no software " "emulado." -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Documentação Online" @@ -9543,7 +9694,7 @@ msgstr "&Documentação Online" msgid "Only Show Collection" msgstr "Mostrar Apenas Coleção" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9551,7 +9702,7 @@ msgstr "" "Só anexar símbolos com o prefixo:\n" "(Em branco pra todos os símbolos)" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9570,7 +9721,7 @@ 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" @@ -9583,7 +9734,7 @@ msgstr "Abrir Conquistas" msgid "Open Directory..." msgstr "Abrir Diretório..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "Abrir Registro FIFO" @@ -9649,31 +9800,31 @@ 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:231 @@ -9691,7 +9842,7 @@ msgstr "Outra Partição (%1)" 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" @@ -9711,15 +9862,15 @@ msgstr "Saída da Reamostragem" msgid "Output Resampling:" msgstr "Saída da Reamostragem:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Sobrescrito" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9733,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:603 +#: 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" @@ -9783,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" @@ -9808,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:" @@ -9821,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:801 +#: 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 " @@ -9850,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." @@ -9878,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:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Executar Atualização do Sistema Online" @@ -9886,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" @@ -9908,11 +10068,11 @@ msgstr "Físico" msgid "Physical address space" msgstr "Espaço do endereço físico" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Escolha a fonte de depuração" @@ -9929,7 +10089,7 @@ msgid "Pitch Up" msgstr "Pra cima" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plataforma" @@ -9937,7 +10097,7 @@ 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" @@ -9949,7 +10109,7 @@ 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" @@ -9986,14 +10146,19 @@ msgstr "Jogador 2, Habilidade 2" 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." @@ -10001,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 "" @@ -10036,7 +10201,7 @@ msgstr "Porta:" msgid "Portal Slots" msgstr "Slots do Portal" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: 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" @@ -10062,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" @@ -10103,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 " @@ -10123,7 +10288,7 @@ msgstr "" 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" @@ -10151,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." @@ -10159,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." @@ -10167,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." @@ -10184,15 +10349,15 @@ msgstr "Perfil" msgid "Program Counter" msgstr "Contador do Programa" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -10205,7 +10370,7 @@ msgstr "" msgid "Public" msgstr "Público" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Limpar Cache da Lista de Jogos" @@ -10229,7 +10394,7 @@ msgstr "A Qualidade do Serviço (QoS) não pôde ser ativada." 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 " @@ -10238,7 +10403,7 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Pergunta" @@ -10263,11 +10428,11 @@ msgstr "R (analógico)" msgid "READY" msgstr "PRONTO" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "Módulos do RSO" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "Auto-detecção do RSO" @@ -10300,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Ler" @@ -10349,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" @@ -10359,7 +10528,11 @@ 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" @@ -10367,15 +10540,15 @@ msgstr "Gravar" 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..." @@ -10417,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 @@ -10432,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." @@ -10447,7 +10619,7 @@ msgid "Refreshing..." msgstr "Atualizando..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Região" @@ -10481,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" @@ -10512,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:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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." @@ -10533,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}" @@ -10541,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." @@ -10550,9 +10732,9 @@ msgstr "" "atalho funcionem.

Na dúvida, mantenha essa opção " "ativada." -#: Source/Core/Core/FreeLookManager.cpp:99 +#: 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:930 +#: 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 @@ -10563,7 +10745,7 @@ msgstr "Redefinir" msgid "Reset All" msgstr "Resetar Tudo" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Redefinir Ignorar Gerenciadores de Pânico" @@ -10587,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" @@ -10595,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:" @@ -10607,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" @@ -10615,7 +10797,7 @@ msgstr "Reinicialização Necessária" msgid "Restore Defaults" msgstr "Restaurar Padrões" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "Restaurar Instrução" @@ -10636,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 @@ -10691,7 +10873,7 @@ msgstr "Rolar pra Direita" 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" @@ -10700,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 " @@ -10714,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 " @@ -10726,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" @@ -10755,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" @@ -10781,19 +10983,24 @@ msgstr "" msgid "Rumble" msgstr "Vibração" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "Executar Até" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "Executar Até (ignorar Pontos de Interrupção)" @@ -10809,19 +11016,19 @@ msgstr "Rússia" 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" @@ -10829,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:" @@ -10864,11 +11071,11 @@ msgstr "Contexto do SSL" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Sa&lvar Código" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Salvar Estado Salvo" @@ -10880,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10890,15 +11097,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "Salvar Estado do Branch Watch" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "Salvar Arquivo de Saída Combinado Como" @@ -10912,11 +11119,11 @@ msgstr "Salvar Imagens Convertidas" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Exportar Dados Salvos" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "Salvar Registro FIFO" @@ -10934,15 +11141,15 @@ msgstr "Jogo Salvo" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Arquivo de jogo salvo (*.sav);;Todos os arquivos (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "Salvar Arquivo de Mapa" @@ -10954,11 +11161,11 @@ msgstr "Salvar Estado Mais Antigo" msgid "Save Preset" msgstr "Salvar Predefinição" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Salvar o Arquivo da Gravação Como" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "Salvar Arquivo de Assinatura" @@ -11008,23 +11215,23 @@ msgstr "Salvar no Slot 8" msgid "Save State Slot 9" msgstr "Salvar no Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Salvar no Arquivo..." -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Salvar no Slot Mais Antigo" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Salvar no Slot Selecionado" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Salvar no Slot" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Salvar o Mapa dos Símbolos &Como..." @@ -11032,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" @@ -11040,11 +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:1135 +#: 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" @@ -11062,11 +11269,11 @@ msgstr "Salvar na Mesma Pasta da ROM" msgid "Save to Selected Slot" msgstr "Salvar no Slot Selecionado" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -11088,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." @@ -11097,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Pesquisar" @@ -11107,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" @@ -11119,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." @@ -11127,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Procurar uma Instrução" @@ -11135,7 +11342,7 @@ msgstr "Procurar uma Instrução" msgid "Search games..." msgstr "Pesquisar jogos..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Procurar instrução" @@ -11171,7 +11378,7 @@ 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, " "cancel)" @@ -11184,7 +11391,7 @@ msgid "Select Dump Path" msgstr "Selecione o Caminho do Dump" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Selecione o Diretório de Exportação" @@ -11204,7 +11411,7 @@ msgstr "Selecionar a ROM do GBA" msgid "Select GBA Saves Path" msgstr "Selecione o Caminho dos Saves do GBA" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "Selecione Arquivo de Chaves (Backup da OTP/SEEPROM)" @@ -11216,7 +11423,7 @@ msgstr "Selecionar" msgid "Select Load Path" msgstr "Selecione o Caminho Pra Carregar" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "Selecione Backup da NAND" @@ -11228,11 +11435,11 @@ 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:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "Selecione Imagem do Cartão SD" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "Selecione Arquivo de Dados Salvos" @@ -11244,7 +11451,7 @@ msgstr "Selecione a Correção do Skylander" msgid "Select Skylander File" msgstr "Selecione o arquivo do Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Slot %1 - %2" @@ -11252,7 +11459,7 @@ msgstr "Slot %1 - %2" msgid "Select State" msgstr "Selecionar" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Slot de Estado Salvo" @@ -11296,7 +11503,7 @@ msgstr "Selecionar Slot 8" msgid "Select State Slot 9" msgstr "Selecionar Slot 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "Selecione Software a ser Instalado na NAND" @@ -11313,17 +11520,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: 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" @@ -11331,7 +11538,7 @@ msgstr "Selecione a Pasta a ser Sincronizada com a Imagem do Cartão SD" msgid "Select a Game" msgstr "Selecione um Jogo" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Selecione um arquivo" @@ -11343,11 +11550,11 @@ msgstr "Selecione um jogo" msgid "Select e-Reader Cards" msgstr "Selecione os Cartões do e-Reader" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: 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:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Selecione o Arquivo da Gravação a Executar" @@ -11359,7 +11566,7 @@ msgstr "Selecione a Raiz do Cartão SD Virtual" 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" @@ -11367,7 +11574,7 @@ msgstr "O perfil de controle selecionado não existe" #: 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:893 +#: 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!" @@ -11379,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." @@ -11387,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." @@ -11395,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 " @@ -11451,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 " @@ -11492,21 +11699,15 @@ 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/Settings/GeneralPane.cpp:410 msgid "" @@ -11554,7 +11755,7 @@ msgstr "" 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:" @@ -11601,7 +11802,7 @@ 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" @@ -11618,15 +11819,15 @@ msgstr "Definir Arquivo de Memory Card para o Slot B" msgid "Set PC" msgstr "Definir PC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: 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:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "Definir Tamanho do &Símbolo" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "Definir Endereço Final do Símbolo" @@ -11634,7 +11835,7 @@ msgstr "Definir Endereço Final do Símbolo" msgid "Set as &Default ISO" msgstr "Definir como &ISO padrão" -#: 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" @@ -11644,11 +11845,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -11660,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." @@ -11678,7 +11879,7 @@ msgstr "" "determinada automaticamente.

Essa opção não pode ser alterada " "enquanto a emulação estiver em execução." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -11697,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" @@ -11711,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" @@ -11733,28 +11934,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Mostrar &Log" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Mostrar Tudo" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Austrália" @@ -11762,41 +11963,41 @@ msgstr "Austrália" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "França" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Alemanha" @@ -11808,51 +12009,51 @@ msgstr "Mostrar Sobreposição do Modo Golfe" msgid "Show Infinity Base" msgstr "Mostrar Base Infinity" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Mostrar Entrada de Dados" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Itália" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Japão" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Coréia" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Europa" @@ -11861,27 +12062,27 @@ msgstr "Europa" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Mostrar Regiões" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Mostrar Contador de Regravações" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Rússia" @@ -11889,59 +12090,59 @@ msgstr "Rússia" msgid "Show Skylanders Portal" msgstr "Mostrar Portal Skylanders" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Mostrar Relógio do Sistema" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Taiwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "Mostrar Alvo na Memória" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Estados Unidos" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Global" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "Mostrar na &Memória" @@ -11949,16 +12150,16 @@ msgstr "Mostrar na &Memória" msgid "Show in Code" msgstr "Mostrar no Código" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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" @@ -11966,7 +12167,7 @@ msgstr "Mostrar na memória" msgid "Show in server browser" msgstr "Mostrar no navegador do servidor" -#: 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -11979,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." @@ -11988,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 " @@ -12008,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." @@ -12018,7 +12219,7 @@ msgstr "" "velocidade total.

Na dúvida, mantenha essa opção " "desativada." -#: 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." @@ -12027,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 " @@ -12037,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." @@ -12047,7 +12248,7 @@ msgstr "" "desvio padrão.

Na dúvida, mantenha essa opção " "desativada." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 msgid "" "Shows the mouse cursor at all times.

If unsure, " "select "On Movement"." @@ -12055,7 +12256,7 @@ msgstr "" "Mostra o cursor do mouse o tempo todo.

Na dúvida, " "selecione \"Ao Mover\"." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 +#: 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." @@ -12064,7 +12265,7 @@ msgstr "" "após alguns segundos parado.

Na dúvida, selecione " "essa opção." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: 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." @@ -12074,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." @@ -12093,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." @@ -12101,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." @@ -12137,7 +12338,7 @@ msgstr "Alternar Horizontal" msgid "Sideways Wii Remote" msgstr "Wii Remote na Horizontal" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Base de Dados da Assinatura" @@ -12161,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" @@ -12178,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." @@ -12190,7 +12391,7 @@ msgstr "" 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" @@ -12206,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%. " @@ -12296,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." @@ -12316,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:" @@ -12335,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" @@ -12343,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)" @@ -12355,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, " @@ -12378,7 +12579,7 @@ 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" @@ -12411,20 +12612,24 @@ msgstr "Controle Padrão" 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:778 +#: 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" @@ -12432,7 +12637,7 @@ msgstr "&Iniciar Gravação de Replay" 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" @@ -12444,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:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Jogo iniciado" @@ -12483,19 +12688,19 @@ msgstr "Saída" msgid "Step Over" msgstr "Passagem" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Saída bem-sucedida!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "O tempo pra sair esgotou!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Passagem em progresso..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Passo bem-sucedido!" @@ -12504,7 +12709,7 @@ msgstr "Passo bem-sucedido!" msgid "Stepping" msgstr "Passando" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Estéreo" @@ -12533,15 +12738,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Parar a Reprodução/Gravação de Replay" +#: 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" @@ -12584,7 +12793,7 @@ 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" @@ -12602,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:" @@ -12619,12 +12828,12 @@ msgstr "Stylus" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Sucesso" @@ -12638,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." @@ -12651,7 +12860,7 @@ 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:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Certificados da NAND extraídos com sucesso" @@ -12663,12 +12872,12 @@ msgstr "Arquivo extraído com sucesso." msgid "Successfully extracted system data." msgstr "Dados extraídos do sistema com sucesso." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: 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:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Software instalado na NAND com sucesso." @@ -12691,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" @@ -12742,26 +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 +#: 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:935 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:581 +msgid "Symbol Name" +msgstr "Nome do Símbolo" + +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:937 msgid "Symbol Name:" msgstr "Nome do Símbolo:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Símbolos" @@ -12789,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." @@ -12810,24 +13024,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Etiquetas" @@ -12845,15 +13059,15 @@ msgstr "Cauda" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12871,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 (*)" @@ -12882,11 +13096,11 @@ 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" @@ -12898,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" @@ -12925,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:" @@ -12941,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:1239 +#: 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." @@ -12953,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:1234 +#: 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 " @@ -12967,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 " @@ -12991,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 " @@ -13002,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." @@ -13108,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?" @@ -13153,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." @@ -13161,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}." @@ -13193,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:718 +#: 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 " @@ -13207,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" @@ -13235,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" @@ -13259,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" @@ -13267,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" @@ -13276,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 " @@ -13329,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:1197 +#: 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)." @@ -13350,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 "" @@ -13390,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." @@ -13398,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:1189 +#: 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)." @@ -13410,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" @@ -13444,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!" @@ -13483,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." @@ -13491,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!" @@ -13515,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." @@ -13524,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/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 " @@ -13550,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 " @@ -13562,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." @@ -13571,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." @@ -13580,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 " @@ -13591,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." @@ -13611,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. " @@ -13622,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 " @@ -13633,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." @@ -13645,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." @@ -13653,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." @@ -13665,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" @@ -13687,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." @@ -13735,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" @@ -13777,7 +13991,7 @@ msgstr "Threads" msgid "Threshold" msgstr "Limite" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13787,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)" @@ -13801,7 +14040,7 @@ msgstr "Tempo Esgotado" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Título" @@ -13809,17 +14048,17 @@ msgstr "Título" msgid "To" msgstr "Até" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "Alternar &Tela Cheia" @@ -13844,7 +14083,7 @@ msgid "Toggle Aspect Ratio" msgstr "Alternar Proporção de Tela" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Ativar/Desativar Pontos de Interrupção" @@ -13896,11 +14135,15 @@ msgstr "Ativar/Desativar Cópias do XFB na RAM" msgid "Toggle XFB Immediate Mode" msgstr "Ativar/Desativar Exibição Imediata do XFB" +#: 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" @@ -13908,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" @@ -13916,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" @@ -13954,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" @@ -13979,8 +14222,8 @@ msgstr "Trap Master" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Erro Traversal" @@ -14019,7 +14262,7 @@ msgid "Trophy" msgstr "Troféu" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -14045,7 +14288,7 @@ 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" @@ -14063,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. " @@ -14074,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." @@ -14087,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." @@ -14101,7 +14344,7 @@ 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:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Incapaz de auto-detectar o módulo do RSO" @@ -14113,11 +14356,11 @@ msgstr "Não foi possível contactar o servidor de atualizações." 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." @@ -14146,7 +14389,7 @@ 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." @@ -14173,11 +14416,11 @@ msgstr "Imagens do GC/Wii sem compressão (*.iso *.gcm)" msgid "Undead" msgstr "Morto-Vivo" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Desfazer Carregamento" -#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Desfazer Estado Salvo" @@ -14197,13 +14440,13 @@ 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:312 +#: 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 @@ -14213,7 +14456,7 @@ 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)" @@ -14246,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!" @@ -14266,7 +14509,7 @@ 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." @@ -14347,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 @@ -14358,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" @@ -14427,7 +14670,7 @@ msgstr "Use 8.8.8.8 para DNS normal, ou digite o endereço do DNS personalizado" 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" @@ -14435,7 +14678,7 @@ msgstr "Usar Nomes de Jogos da Base de Dados Embutida" msgid "Use Full Resolution Per Eye" msgstr "Usar Resolução Total Por Olho" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Usar Codec Sem Perdas (FFV1)" @@ -14443,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." @@ -14460,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 " @@ -14469,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 " @@ -14478,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." @@ -14527,11 +14770,11 @@ 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's Title " "column.

If unsure, leave this checked.
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 " @@ -14554,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 " @@ -14564,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 " @@ -14866,7 +15113,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Aviso" @@ -15001,7 +15248,7 @@ msgstr "" "

Na dúvida, mantenha essa opção desativada." -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -15014,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 " @@ -15027,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" @@ -15059,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" @@ -15077,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" @@ -15097,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" @@ -15105,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:1126 +#: 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" @@ -15122,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" @@ -15140,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Gravação" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Salvar Despejo de Log do Bloco JIT" @@ -15193,11 +15448,11 @@ msgstr "Região incorreta" 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}\"." @@ -15248,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 " @@ -15258,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 " @@ -15379,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." @@ -15407,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:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -15427,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." @@ -15476,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" @@ -15492,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" @@ -15559,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" @@ -15579,15 +15836,15 @@ 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" diff --git a/Languages/po/ro.po b/Languages/po/ro.po index b4e7938e77..537504000b 100644 --- a/Languages/po/ro.po +++ b/Languages/po/ro.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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 "" @@ -165,18 +171,18 @@ msgstr "" 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" @@ -184,11 +190,11 @@ msgstr "" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" @@ -200,8 +206,8 @@ 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 "" @@ -218,11 +224,11 @@ 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 "" @@ -231,17 +237,17 @@ msgid "%1% (Normal Speed)" msgstr "" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -257,7 +263,7 @@ msgstr "" msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -291,20 +297,20 @@ msgstr "" 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." @@ -330,20 +336,20 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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 "" @@ -351,11 +357,11 @@ msgstr "" msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" @@ -367,15 +373,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Puncte de întrerupere" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -383,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -399,20 +409,24 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -420,26 +434,26 @@ msgstr "" 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 +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:343 +#: 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 "" @@ -471,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Avans Cadru" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: 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:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Ajutor" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Configurări Tastă Rapidă" @@ -525,11 +543,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -537,7 +555,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -545,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "&Status de Încărcare" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -563,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memorie" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -587,7 +609,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -596,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opțiuni" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pauză" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Redare" @@ -620,7 +646,7 @@ msgstr "&Redare" msgid "&Properties" msgstr "&Proprietăți" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -628,7 +654,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Înregistrări" @@ -636,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -666,7 +692,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -674,23 +700,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -700,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -726,38 +756,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "" @@ -774,7 +796,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -844,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 "" @@ -902,7 +924,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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 "" @@ -928,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 "" @@ -1025,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1063,8 +1085,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1092,7 +1114,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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 +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 "" @@ -1133,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 "" @@ -1175,8 +1197,8 @@ msgstr "Precizie:" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1252,7 +1274,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1268,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 "" @@ -1276,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:" @@ -1326,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1373,7 +1394,7 @@ msgid "" "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 +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" @@ -1399,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" @@ -1508,8 +1529,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1521,7 +1542,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1541,7 +1562,7 @@ msgstr "" 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 +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 "" @@ -1581,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ă" @@ -1607,15 +1628,15 @@ msgstr "Antialias:" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1625,7 +1646,7 @@ msgid "" ">If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1633,7 +1654,7 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1641,7 +1662,7 @@ msgstr "" 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 "" @@ -1653,10 +1674,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" +#: 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 +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:" @@ -1682,7 +1711,7 @@ msgstr "Raport Aspect:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1715,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 "" @@ -1735,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" @@ -1760,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 "" @@ -1768,15 +1797,15 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1804,7 +1833,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1835,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:" @@ -1856,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 "" @@ -1877,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -1914,7 +1943,7 @@ 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" @@ -1966,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 "" @@ -1980,11 +2009,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "" @@ -2016,67 +2045,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2088,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 " @@ -2121,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 " @@ -2131,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 "" @@ -2158,11 +2187,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2171,11 +2200,11 @@ msgstr "" msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2209,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Tampon:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2271,7 +2300,7 @@ msgstr "" msgid "C Stick" msgstr "C Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2279,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 "" @@ -2291,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." @@ -2314,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 "" @@ -2352,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2408,19 +2437,19 @@ 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 "" @@ -2432,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 "" @@ -2456,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 "" @@ -2464,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..." @@ -2480,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." @@ -2504,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 "" @@ -2524,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" @@ -2532,7 +2561,7 @@ msgstr "Căutare Trișări" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2570,11 +2599,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2603,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2621,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 "" @@ -2634,7 +2664,7 @@ msgstr "" msgid "Close" msgstr "Închide" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2642,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 "" @@ -2674,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2691,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 "" @@ -2715,7 +2754,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2723,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 "" @@ -2736,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2830,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 "" @@ -2843,26 +2882,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2873,15 +2920,15 @@ msgstr "" msgid "Connect" msgstr "Conectare" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" @@ -2901,7 +2948,7 @@ msgstr "" msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2925,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 "" @@ -2942,7 +2989,7 @@ 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 "" @@ -3039,8 +3086,8 @@ msgstr "" 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 "" @@ -3048,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 "" @@ -3058,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 "" @@ -3080,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 "" @@ -3117,19 +3164,19 @@ msgstr "" msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3137,15 +3184,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3163,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 "" @@ -3176,11 +3218,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3206,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" @@ -3246,11 +3283,11 @@ 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 "" @@ -3271,7 +3308,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3283,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:" @@ -3316,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 "" @@ -3324,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)." @@ -3340,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:304 +#: 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 "" @@ -3371,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 "" @@ -3383,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 "" @@ -3407,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 @@ -3434,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 "" @@ -3442,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 "" @@ -3521,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" @@ -3531,11 +3594,11 @@ 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 "" @@ -3560,11 +3623,11 @@ msgstr "" 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 +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 "" @@ -3594,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 "" @@ -3602,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 " @@ -3613,7 +3676,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Șterge" @@ -3643,18 +3706,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "" @@ -3662,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 "" @@ -3675,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 "" @@ -3697,7 +3760,7 @@ msgstr "" msgid "Detect" msgstr "Detectare" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3727,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 "" @@ -3735,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 "" @@ -3759,7 +3822,7 @@ 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 "" @@ -3767,11 +3830,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3779,11 +3842,11 @@ msgstr "" msgid "Disable Fog" msgstr "Dezactivează Ceața" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3791,14 +3854,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3829,7 +3892,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3863,11 +3926,11 @@ msgstr "" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3877,7 +3940,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Vrei să oprești emularea curentă?" @@ -3885,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 "" @@ -3898,22 +3961,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr " Filme TAS Dolphin (*.dtm)" @@ -3946,21 +4009,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3994,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 @@ -4004,27 +4067,27 @@ 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 " @@ -4073,19 +4136,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dump Cadre" @@ -4093,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 "" @@ -4101,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 "" @@ -4126,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." @@ -4155,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 "" @@ -4183,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" @@ -4202,16 +4265,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4220,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" @@ -4231,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4257,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" @@ -4283,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 "" @@ -4305,16 +4382,16 @@ 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 "" @@ -4326,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 "" @@ -4346,15 +4423,15 @@ msgstr "Activare Nucleu Dublu" 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 "" @@ -4362,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 " @@ -4388,33 +4465,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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" @@ -4422,11 +4499,11 @@ 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 "" @@ -4434,15 +4511,15 @@ msgstr "" 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 "" @@ -4452,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 " @@ -4460,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 " @@ -4476,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 " @@ -4486,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 " @@ -4494,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." @@ -4512,12 +4589,12 @@ msgid "" "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 +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 " @@ -4533,7 +4610,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 " @@ -4550,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 "" @@ -4558,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 @@ -4571,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 " @@ -4595,7 +4672,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4603,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." @@ -4622,7 +4699,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4632,7 +4709,7 @@ 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ă" @@ -4649,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 "" @@ -4673,7 +4750,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4682,69 +4759,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4758,7 +4834,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Eroare" @@ -4780,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 " @@ -4790,7 +4866,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4852,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 "" @@ -4868,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 "" @@ -4881,12 +4957,12 @@ msgstr "" msgid "Euphoria" msgstr "Euforia" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4930,11 +5006,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportă Toate Salvările Wii" @@ -4949,7 +5025,7 @@ msgstr "" msgid "Export Recording" msgstr "Export Înregistrare" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Export Înregistrare..." @@ -4977,14 +5053,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5005,7 +5081,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5043,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" @@ -5061,11 +5137,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 +5157,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5131,19 +5207,19 @@ msgstr "" 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 "" @@ -5156,7 +5232,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5183,25 +5259,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5212,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 "" @@ -5221,18 +5297,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5244,7 +5320,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5258,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 "" @@ -5272,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:1740 +#: 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 "" @@ -5320,7 +5396,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5365,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 "" @@ -5448,31 +5524,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5523,7 +5599,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5555,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 "" @@ -5568,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -5619,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}" @@ -5649,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 "" @@ -5682,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 @@ -5697,11 +5767,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5717,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" @@ -5725,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" @@ -5757,11 +5827,11 @@ 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 "" @@ -5783,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." @@ -5793,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 @@ -5808,13 +5878,13 @@ 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 "" @@ -5835,11 +5905,11 @@ msgstr "" 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" @@ -5847,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 "" @@ -5867,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 "" @@ -5883,7 +5953,11 @@ 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 "" @@ -5898,7 +5972,7 @@ 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ă" @@ -5917,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 "" @@ -5926,12 +6000,12 @@ msgstr "" msgid "FullScr" msgstr "EcrComplet" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5975,11 +6049,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6003,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" @@ -6021,7 +6095,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6031,25 +6105,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6061,7 +6135,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6079,8 +6153,8 @@ 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 "" @@ -6094,7 +6168,7 @@ msgid "" "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 "" @@ -6106,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 "" @@ -6123,11 +6197,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6136,7 +6210,7 @@ msgstr "ID Joc:" msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6183,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 "" @@ -6195,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 "" @@ -6216,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 "" @@ -6244,7 +6318,7 @@ 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" @@ -6255,17 +6329,17 @@ msgstr "Coduri Gecko" #: 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 "" @@ -6280,17 +6354,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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ă" @@ -6298,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6326,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ă" @@ -6366,7 +6440,7 @@ msgstr "Verde Stânga" msgid "Green Right" msgstr "Verde Dreapta" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6411,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 "" @@ -6444,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6464,7 +6538,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6472,11 +6546,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6499,12 +6573,36 @@ msgstr "Gazdă" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6515,14 +6613,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6531,7 +6637,7 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" @@ -6541,11 +6647,11 @@ msgstr "" 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 "" @@ -6572,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 "" @@ -6603,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:" @@ -6667,7 +6773,7 @@ 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." @@ -6684,7 +6790,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6696,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 "" @@ -6721,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 " @@ -6737,7 +6843,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6752,22 +6858,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 +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 " @@ -6788,31 +6894,31 @@ 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 "" @@ -6837,15 +6943,15 @@ msgstr "" 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 "" @@ -6882,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6896,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -6914,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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" @@ -6940,7 +7046,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6955,7 +7061,7 @@ 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 "" @@ -6964,7 +7070,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6973,7 +7079,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7042,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7066,7 +7172,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7075,11 +7181,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7100,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 "" @@ -7108,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 "" @@ -7138,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ă" @@ -7157,96 +7271,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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ă" @@ -7257,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:683 +#: 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 "" @@ -7298,7 +7413,7 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7306,12 +7421,12 @@ msgstr "" msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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ă" @@ -7340,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 "" @@ -7382,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 @@ -7480,11 +7595,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7494,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -7524,7 +7639,7 @@ msgstr "Încarcă Texturi Personalizate" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" @@ -7537,8 +7652,8 @@ msgstr "" msgid "Load Last State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7639,19 +7754,19 @@ msgstr "Încarcă Status din Slotul 8" msgid "Load State Slot 9" msgstr "Încarcă Status din Slotul 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7663,30 +7778,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7696,7 +7811,7 @@ msgstr "" msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7705,7 +7820,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7713,7 +7828,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Jurnal" @@ -7722,20 +7837,20 @@ msgstr "Jurnal" msgid "Log Configuration" msgstr "Configurare Jurnal" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "" @@ -7747,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "" @@ -7801,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 "" @@ -7831,12 +7962,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -7848,12 +7979,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7865,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -7882,7 +8017,7 @@ 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 "" @@ -7903,7 +8038,7 @@ msgstr "" msgid "Memory Card" msgstr "Card de memorie" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7911,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 "" @@ -7931,7 +8066,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -7939,33 +8074,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -7974,7 +8117,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7994,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 " @@ -8006,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8031,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 "" @@ -8044,11 +8187,11 @@ 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 "" @@ -8064,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 "" @@ -8073,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 "" @@ -8089,7 +8242,7 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8116,7 +8269,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8143,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:" @@ -8204,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 "" @@ -8213,7 +8366,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8256,7 +8409,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8271,7 +8424,7 @@ 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 "" @@ -8293,13 +8446,13 @@ 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 "" @@ -8307,7 +8460,7 @@ msgstr "" 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 "" @@ -8328,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 "" @@ -8349,7 +8502,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" @@ -8357,15 +8510,15 @@ msgstr "" 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 " @@ -8376,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 "" @@ -8455,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." @@ -8491,7 +8639,7 @@ msgstr "" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8543,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" @@ -8564,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 " @@ -8590,7 +8738,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Documentație Online" @@ -8598,13 +8746,13 @@ msgstr "&Documentație Online" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8621,7 +8769,7 @@ msgstr "Deschide" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" @@ -8634,7 +8782,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8700,31 +8848,31 @@ 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:231 @@ -8742,7 +8890,7 @@ msgstr "" 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 "" @@ -8762,15 +8910,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8784,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:603 +#: 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 "" @@ -8834,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 "" @@ -8859,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 "" @@ -8872,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:801 +#: 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 " @@ -8896,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." @@ -8921,7 +9078,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Iluminare Per-Pixel" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8929,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 "" @@ -8951,11 +9108,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -8972,7 +9129,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8980,7 +9137,7 @@ msgstr "" msgid "Play" msgstr "Rulare" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -8992,7 +9149,7 @@ 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" @@ -9029,20 +9186,25 @@ msgstr "" 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 "" @@ -9075,7 +9237,7 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9100,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 "" @@ -9139,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 " @@ -9154,7 +9316,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9182,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." @@ -9209,15 +9371,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9227,7 +9389,7 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9251,14 +9413,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Întrebare" @@ -9283,11 +9445,11 @@ msgstr "R-Analog" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9320,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9369,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 "" @@ -9379,7 +9545,11 @@ 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" @@ -9387,15 +9557,15 @@ msgstr "Înregistrare" 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 "" @@ -9430,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 @@ -9445,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 "" @@ -9459,7 +9628,7 @@ msgid "Refreshing..." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9493,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ă" @@ -9521,25 +9690,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9548,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9567,7 +9746,7 @@ msgstr "Resetare" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9591,7 +9770,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9599,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 "" @@ -9611,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 "" @@ -9619,7 +9798,7 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9640,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 @@ -9695,7 +9874,7 @@ msgstr "" msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9704,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 " @@ -9713,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 " @@ -9725,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" @@ -9750,19 +9938,24 @@ msgstr "" msgid "Rumble" msgstr "Vibrație" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9778,19 +9971,19 @@ msgstr "" 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 "" @@ -9798,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 "" @@ -9833,11 +10026,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Sal&vează Status" @@ -9849,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9859,15 +10052,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9881,11 +10074,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9903,15 +10096,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9923,11 +10116,11 @@ msgstr "Salvează cel mai Vechi Status" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -9977,23 +10170,23 @@ msgstr "Salvează Status din Slotul 8" msgid "Save State Slot 9" msgstr "Salvează Status din Slotul 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -10001,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 "" @@ -10009,11 +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:1135 +#: 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" @@ -10028,11 +10221,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "" @@ -10052,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 "" @@ -10061,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Căutare" @@ -10071,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 "" @@ -10083,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10097,7 +10290,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10131,7 +10324,7 @@ 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, " "cancel)" @@ -10142,7 +10335,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10162,7 +10355,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10174,7 +10367,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10186,11 +10379,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10202,7 +10395,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" @@ -10210,7 +10403,7 @@ msgstr "" msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" @@ -10254,7 +10447,7 @@ msgstr "" msgid "Select State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10271,17 +10464,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10289,7 +10482,7 @@ msgstr "" msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10301,11 +10494,11 @@ msgstr "" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10317,7 +10510,7 @@ msgstr "" 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ă" @@ -10325,7 +10518,7 @@ msgstr "Profilul controlerului selectat, nu există" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10337,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 " @@ -10379,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 " @@ -10401,14 +10594,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10436,7 +10629,7 @@ msgstr "" 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:" @@ -10473,7 +10666,7 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" @@ -10490,15 +10683,15 @@ msgstr "" msgid "Set PC" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10506,18 +10699,18 @@ msgstr "" msgid "Set as &Default ISO" 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 " "this setting only take effect once Dolphin is restarted." @@ -10525,7 +10718,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10538,7 +10731,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10551,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 "" @@ -10565,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 "" @@ -10587,28 +10780,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Afișare &Jurnal" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" @@ -10616,41 +10809,41 @@ msgstr "" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Afișare Franța" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Afișare GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" @@ -10662,51 +10855,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Afișare Ecran Conectat" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Afișare Italia" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Afișare Coreea" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Afișare PAL" @@ -10715,27 +10908,27 @@ msgstr "Afișare PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Afișare Regiuni" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" @@ -10743,59 +10936,59 @@ msgstr "" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Afișare Taiwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Afișare SUA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Afișare Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10803,16 +10996,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10820,7 +11013,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10828,92 +11021,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -10943,7 +11136,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10967,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ă" @@ -10984,7 +11177,7 @@ 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." @@ -10994,7 +11187,7 @@ msgstr "" msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11010,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%. " @@ -11090,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." @@ -11106,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 "" @@ -11125,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ă" @@ -11133,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 "" @@ -11145,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, " @@ -11158,7 +11351,7 @@ 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" @@ -11191,20 +11384,24 @@ msgstr "Controler Standard" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" @@ -11212,7 +11409,7 @@ msgstr "" 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 "" @@ -11224,7 +11421,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11263,19 +11460,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11284,7 +11481,7 @@ msgstr "" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11313,15 +11510,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11354,7 +11555,7 @@ 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ă" @@ -11372,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 "" @@ -11389,12 +11590,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" @@ -11408,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 "" @@ -11421,7 +11622,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11433,12 +11634,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11461,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 "" @@ -11509,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11554,7 +11760,7 @@ 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." @@ -11573,24 +11779,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11608,15 +11814,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11632,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 "" @@ -11643,11 +11849,11 @@ 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 "" @@ -11659,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ă" @@ -11678,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 "" @@ -11692,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:1239 +#: 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:1234 +#: 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 " @@ -11733,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." @@ -11826,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?" @@ -11860,21 +12066,21 @@ msgid "" "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 "" @@ -11893,7 +12099,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11902,15 +12108,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 "" -#: 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" @@ -11926,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" @@ -11944,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 "" @@ -11952,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 "" @@ -11961,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 " @@ -12003,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:1197 +#: 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)." @@ -12022,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 "" @@ -12057,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 "" @@ -12065,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:1189 +#: 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 "" @@ -12106,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 "" @@ -12141,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 "" @@ -12171,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/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 " @@ -12205,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." @@ -12242,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 "" @@ -12284,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" @@ -12300,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 "" @@ -12336,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" @@ -12369,7 +12575,7 @@ msgstr "" msgid "Threshold" msgstr "Prag:" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12379,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)" @@ -12391,7 +12622,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titlu" @@ -12399,17 +12630,17 @@ msgstr "Titlu" msgid "To" msgstr "Către" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" @@ -12434,7 +12665,7 @@ msgid "Toggle Aspect Ratio" msgstr "Comută Raportul de Aspect" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" @@ -12486,11 +12717,15 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12498,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" @@ -12506,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 "" @@ -12544,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ă" @@ -12569,8 +12804,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12607,7 +12842,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12633,7 +12868,7 @@ 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 "" @@ -12651,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." @@ -12666,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." @@ -12675,7 +12910,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12687,11 +12922,11 @@ msgstr "" 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 "" @@ -12711,7 +12946,7 @@ 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 "" @@ -12738,11 +12973,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Anulare Status Salvare" @@ -12760,13 +12995,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12776,7 +13011,7 @@ 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 "" @@ -12805,7 +13040,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12825,7 +13060,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12905,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 @@ -12916,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" @@ -12983,7 +13218,7 @@ msgstr "" 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 "" @@ -12991,7 +13226,7 @@ msgstr "" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12999,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 " @@ -13022,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 "" @@ -13062,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'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 " @@ -13081,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 " @@ -13351,7 +13590,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Atenție" @@ -13447,7 +13686,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13455,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 " @@ -13463,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 "" @@ -13495,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" @@ -13513,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 "" @@ -13533,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 "" @@ -13541,15 +13780,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13558,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 "" @@ -13576,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13629,11 +13876,11 @@ msgstr "" 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 "" @@ -13684,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 " @@ -13768,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." @@ -13788,7 +14035,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13806,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 "" @@ -13855,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 "" @@ -13871,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 "" @@ -13936,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 "" @@ -13956,15 +14205,15 @@ 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 "" diff --git a/Languages/po/ru.po b/Languages/po/ru.po index a7302f22d8..08a45bdb50 100644 --- a/Languages/po/ru.po +++ b/Languages/po/ru.po @@ -18,12 +18,12 @@ # P@S@f , 2015-2016 # Sukharev Andrey , 2015-2022 # Илья Гредасов , 2021 -# Кирилл Карпушин, 2024 +# Milihraim, 2024 msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: Daniil Huz, 2024\n" "Language-Team: Russian (http://app.transifex.com/dolphinemu/dolphin-emu/" @@ -36,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" @@ -48,7 +48,7 @@ msgstr "" "Dolphin может обнаружить не все проблемы, т.к. в образах дисков GameCube " "содержится мало проверочных данных." -#: Source/Core/DiscIO/VolumeVerifier.cpp:1462 +#: Source/Core/DiscIO/VolumeVerifier.cpp:1458 msgid "" "\n" "\n" @@ -61,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)" @@ -69,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." @@ -107,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" @@ -132,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 (из коробки)" @@ -161,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" @@ -175,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)" @@ -196,7 +202,7 @@ msgstr "%1 не поддерживает данный функционал на 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" @@ -206,11 +212,11 @@ msgstr "" "%2 объект(ов)\n" "Текущий кадр: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 присоединился" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 вышел" @@ -218,11 +224,11 @@ msgstr "%1 вышел" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 разблокировал достижений: %2 из %3 в количестве очков: %4 из %5" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 — некорректный образ игры" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 теперь играет в гольф" @@ -234,8 +240,8 @@ 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 мс" @@ -252,11 +258,11 @@ 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 МГц)" @@ -265,17 +271,17 @@ msgid "%1% (Normal Speed)" msgstr "%1% (обычная скорость)" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "Используется значение %1" @@ -291,7 +297,7 @@ msgstr "" msgid "%1: %2" msgstr "%1: %2" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -325,20 +331,20 @@ msgstr "Собственное %1x (%2x%3) для %4" 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." @@ -364,20 +370,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Об эмуляторе" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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 "&Добавить код..." @@ -385,11 +391,11 @@ msgstr "&Добавить код..." msgid "&Add..." msgstr "&Добавить..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Ассемблер" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "Настройки &звука" @@ -401,15 +407,19 @@ msgstr "&Автообновление:" msgid "&Borderless Window" msgstr "&Окно без рамок" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Точки останова" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Баг-трекер" @@ -417,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Проверить обновления..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Очистить символы" @@ -433,20 +443,24 @@ msgstr "&Очистить символы" msgid "&Clone..." msgstr "&Клонировать..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "Настройки &управления" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Скопировать адрес" @@ -454,26 +468,26 @@ msgstr "&Скопировать адрес" 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 "&Изменить код..." @@ -481,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:343 +#: 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 "&Экспорт" @@ -505,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Шрифт..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "Перемотка &кадров" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "Настройки &свободного обзора" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Создать символы из" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Репозиторий на &GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "Настройки &графики" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Помощь" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "Горячие &клавиши" @@ -559,11 +577,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -571,7 +589,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "&Межкадровый блендинг" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -579,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "Быстрая &загрузка" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Загрузить карту символов" @@ -597,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Зафиксировать виджеты" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Память" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Запись" @@ -621,7 +643,7 @@ msgstr "&Запись" msgid "&Mute" msgstr "&Выключить звук" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Сеть" @@ -630,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Опции" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Пауза" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Запустить" @@ -654,7 +680,7 @@ msgstr "&Запустить" msgid "&Properties" msgstr "&Свойства" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "Режим \"Только для &чтения\"" @@ -662,7 +688,7 @@ msgstr "Режим \"Только для &чтения\"" msgid "&Refresh List" msgstr "&Обновить список" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Регистры" @@ -670,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Сохранить карту символов" @@ -700,7 +726,7 @@ 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" @@ -708,23 +734,27 @@ msgstr "&Портал Skylanders" msgid "&Speed Limit:" msgstr "&Ограничение скорости:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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 "&Инструменты" @@ -734,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Наблюдение" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Сайт" @@ -760,38 +790,30 @@ msgstr "&Вики" msgid "&Yes" msgstr "&Да" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "'%1' не найден, имена символов не созданы" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "* Умножить" @@ -808,7 +830,7 @@ msgstr ", Запятая" msgid "- Subtract" msgstr "- Вычесть" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -878,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" @@ -936,7 +958,7 @@ msgstr "32-разрядное целое число без знака" #. i18n: Stereoscopic 3D #: 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" @@ -962,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" @@ -1059,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1108,8 +1130,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Больше чем" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "Сессия сетевой игры уже создана!" @@ -1145,7 +1167,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "Чтобы загрузить быстрое сохранение, нужно указать игру." -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1165,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 "А&втосохранение" @@ -1202,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-код" @@ -1244,8 +1266,8 @@ msgstr "Точность:" msgid "Achievement Settings" msgstr "Параметры достижений" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Достижения" @@ -1336,7 +1358,7 @@ msgstr "Action Replay: нормальный код {0}: неверный под msgid "Activate NetPlay Chat" msgstr "Активировать чат сетевой игры" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Активна" @@ -1352,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 "Адаптер" @@ -1360,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 "Адаптер:" @@ -1410,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Адрес" @@ -1457,17 +1478,9 @@ msgid "" "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 @@ -1488,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" @@ -1500,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" @@ -1642,8 +1655,8 @@ msgstr "Все файлы GC/Wii" msgid "All Hexadecimal" msgstr "Все шестнадцатеричные" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "Файлы быстрых сохранений (*.sav, *.s##);; Все файлы (*)" @@ -1655,7 +1668,7 @@ msgstr "Все целые числа со знаком" msgid "All Unsigned Integer" msgstr "Все целые числа без знака" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "Все файлы (*)" @@ -1675,7 +1688,7 @@ msgstr "Разрешить несовпадение настроек регио 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-карту" @@ -1695,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 "Всегда" @@ -1717,7 +1730,7 @@ msgstr "Ожидалась вставка диска, но он не был об msgid "Anaglyph" msgstr "Анаглиф" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "Анализ" @@ -1743,15 +1756,15 @@ msgstr "Сглаживание:" msgid "Any Region" msgstr "Любой регион" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Добавить к &имеющемуся файлу с сигнатурами..." -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Примени&ть файл с сигнатурами..." @@ -1763,7 +1776,7 @@ msgstr "" "Применяет эффект пост-обработки после создания кадра.

Если не уверены – выберите (отключено)." -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "Дата загрузчика:" @@ -1771,7 +1784,7 @@ msgstr "Дата загрузчика:" msgid "Apply" msgstr "Применить" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1779,7 +1792,7 @@ msgstr "" 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'?" @@ -1791,10 +1804,18 @@ msgstr "Вы действительно хотите удалить этот ф msgid "Are you sure you want to delete this pack?" msgstr "Вы уверены, что хотите удалить этот набор?" +#: 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 "Вы уверены?" @@ -1803,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 "Соотношение сторон:" @@ -1820,7 +1841,7 @@ msgstr "Соотношение сторон:" msgid "Assemble" msgstr "Сборка" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1855,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 "Настройки растяжения звука" @@ -1875,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 "Автоматически" @@ -1904,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 "Автонастройка размера окна" @@ -1912,15 +1933,15 @@ msgstr "Автонастройка размера окна" msgid "Auto-Hide" msgstr "Автоскрытие" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1951,7 +1972,7 @@ msgid "Auxiliary" msgstr "Вспомогательное" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "Б" @@ -1985,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 "Бэкенд:" @@ -2006,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 "Указан некорректный адрес." @@ -2027,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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 "Логотип:" @@ -2064,7 +2085,7 @@ msgstr "Базовый адрес" msgid "Base priority" msgstr "Базовый приоритет" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "Основные" @@ -2116,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 "Битрейт (кбит/с):" @@ -2134,11 +2155,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "Размер блока:" @@ -2172,67 +2193,67 @@ msgstr "" "Включён режим проброса Bluetooth, но Dolphin собран без поддержки libusb. " "Невозможно использовать режим проброса." -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Пауза после запуска" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "Файл бэкапа NAND BootMii (*.bin);;Все файлы (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "Ветвь перезаписана" @@ -2244,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 " @@ -2291,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 " @@ -2307,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 "Ветвь регистра связи (регистр связи сохранён)" @@ -2334,11 +2355,11 @@ msgstr "Ветви" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Останов" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2347,11 +2368,11 @@ msgstr "" msgid "Breakpoint" msgstr "Точка останова" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "Попадание в точку останова! Шаг с выходом отменён." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Точки останова" @@ -2385,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Размер буфера изменён на %1" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Буфер:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2449,7 +2470,7 @@ msgstr "Автор: %1" msgid "C Stick" msgstr "C Stick" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "С&оздать файл с сигнатурами..." @@ -2457,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 "Настройки ЦП" @@ -2469,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." @@ -2501,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 "Калибровка" @@ -2539,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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" @@ -2597,19 +2618,19 @@ 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 "Не удалось обновить без результатов." @@ -2621,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:" @@ -2645,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 "Центрировать и откалибровать" @@ -2653,7 +2674,7 @@ msgstr "Центрировать и откалибровать" msgid "Change &Disc" msgstr "Сменить &диск" -#: Source/Core/DolphinQt/MenuBar.cpp:232 +#: Source/Core/DolphinQt/MenuBar.cpp:249 msgid "Change &Disc..." msgstr "Сменить &диск..." @@ -2669,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." @@ -2706,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 "Изменения в читах вступят в силу после перезапуска игры." @@ -2726,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 "Поиск чит-кодов" @@ -2734,7 +2755,7 @@ msgstr "Поиск чит-кодов" msgid "Cheats Manager" msgstr "Менеджер читов" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Проверить NAND..." @@ -2774,11 +2795,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2807,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Очистить кэш" @@ -2825,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 "Скопировать и &изменить код..." @@ -2838,7 +2860,7 @@ msgstr "Скопировать и &изменить код..." msgid "Close" msgstr "Закрыть" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "&Настройка" @@ -2846,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 "Путь кода выполнен" @@ -2878,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Объединить &два файла с сигнатурами..." @@ -2895,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 " @@ -2906,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 " @@ -2916,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 "Компилировать шейдеры перед запуском" @@ -2926,7 +2957,7 @@ msgstr "Компиляция шейдеров" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Сжатие" @@ -2934,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 "Сжатие:" @@ -2947,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Условие" @@ -3041,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" @@ -3054,26 +3085,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -3084,15 +3123,15 @@ msgstr "Подтверждение" msgid "Connect" msgstr "Подключиться" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Подключить Wii Remote %1" @@ -3112,7 +3151,7 @@ msgstr "Подключить Wii Remote 3" msgid "Connect Wii Remote 4" msgstr "Подключить Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Подключить Wii Remote" @@ -3136,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} повреждено." @@ -3153,7 +3192,7 @@ 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 "Профиль контроллера" @@ -3272,8 +3311,8 @@ msgstr "Сведение" 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 "Ошибка преобразования" @@ -3281,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 "Преобразовать файл в папку" @@ -3291,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 "Преобразовать папку в файл" @@ -3316,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 "Идёт конвертация..." @@ -3369,19 +3408,19 @@ msgstr "" msgid "Copy" msgstr "Копировать" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3389,15 +3428,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "Скопировать значение" @@ -3415,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 "Коррекция цветового пространства" @@ -3428,11 +3462,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3462,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" @@ -3472,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" @@ -3518,11 +3547,11 @@ 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 "Не удалось сохранить изменения." @@ -3551,7 +3580,7 @@ msgstr "" "папку, то, возможно, потребуется заново указать расположение вашей карты " "памяти в настройках." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Не удалось обнаружить центральный сервер" @@ -3563,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 "Страна:" @@ -3596,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 "Создатель:" @@ -3604,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)." @@ -3624,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, " @@ -3639,11 +3668,11 @@ msgstr "" "

Если вы не уверены, не устанавливайте этот флажок." "" -#: Source/Core/DolphinQt/MenuBar.cpp:304 +#: 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 "Тек. значение" @@ -3659,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 "Другое (растягивание)" @@ -3671,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 "Свои настройки времени" @@ -3695,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 @@ -3724,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" @@ -3732,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 (медленно)" @@ -3815,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 "Отладка" @@ -3825,11 +3880,11 @@ 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 "Уменьшить" @@ -3854,11 +3909,11 @@ msgstr "Уменьшить внутреннее разрешение" 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" @@ -3872,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 "Устройство по умолчанию" @@ -3888,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" @@ -3896,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 " @@ -3913,7 +3968,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Удалить" @@ -3943,18 +3998,18 @@ msgstr "Процент глубины:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "Описание:" @@ -3962,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 "Назначение" @@ -3975,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 "Символ назначения" @@ -3997,7 +4052,7 @@ msgstr "Отсоединён" msgid "Detect" msgstr "Считать" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Обнаружение модулей RSO" @@ -4027,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 "Устройство:" @@ -4035,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 "Затемняет экран после пяти минут бездействия." @@ -4059,7 +4114,7 @@ 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" @@ -4067,11 +4122,11 @@ msgstr "Отключить копии EFB в VRAM" msgid "Disable Emulation Speed Limit" msgstr "Отключить огр. скорости эмуляции" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Отключить быструю память" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Отключить Fastmem Arena" @@ -4079,11 +4134,11 @@ msgstr "Отключить Fastmem Arena" msgid "Disable Fog" msgstr "Отключить туман" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Отключить кэш JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Отключить карту больших точек входа" @@ -4091,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 " @@ -4102,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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -4144,7 +4199,7 @@ msgid "Discard" msgstr "Отменить" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Параметры Вида" @@ -4183,11 +4238,11 @@ msgstr "Проходимое расстояние из исходной пози msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "Вы разрешаете отправку данной информации разработчикам Dolphin?" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Вы хотите очистить список имён символов?" @@ -4197,7 +4252,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "Вы хотите удалить выбранные файлы сохранений (%n шт.)?" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Вы хотите остановить текущую эмуляцию?" @@ -4205,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)" @@ -4218,22 +4273,22 @@ msgstr "Лог Dolphin FIFO (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Предварительная установка игрового мода Dolphin" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "TAS-ролики (*.dtm)" @@ -4277,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:1001 +#: 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." @@ -4289,11 +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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "На данный момент поддержка читов в Dolphin отключена." @@ -4327,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 @@ -4337,27 +4392,27 @@ 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 " @@ -4406,19 +4461,19 @@ msgstr "Дампить &FakeVMEM" msgid "Dump &MRAM" msgstr "Дампить &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Дампить кадры" @@ -4426,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-текстуры" @@ -4434,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" @@ -4459,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." @@ -4478,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." @@ -4497,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" @@ -4532,7 +4587,7 @@ msgstr "" "Подходит для соревновательных игр, где важны честность и минимальная " "задержка." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "Ранние обновления памяти" @@ -4551,16 +4606,16 @@ msgstr "Восточная Азия" msgid "Edit Breakpoint" msgstr "Изменить точку останова" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Изменить…" @@ -4569,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" @@ -4580,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "ЭиБ" @@ -4606,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 "Процесс эмулятора уже запущен" @@ -4634,7 +4703,7 @@ msgstr "" "Эмулирует скорость воспроизведения диска реального оборудования. Отключение " "может привести к нестабильности. По умолчанию True" -#: Source/Core/DolphinQt/MenuBar.cpp:257 +#: Source/Core/DolphinQt/MenuBar.cpp:274 msgid "Emulated USB Devices" msgstr "Эмулируемые устройства USB" @@ -4659,16 +4728,16 @@ 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 "Включить растяжение звука" @@ -4680,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 "" @@ -4700,15 +4769,15 @@ msgstr "Включить двухядерный режим" 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 "Включить достижения «На бис»" @@ -4716,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 " @@ -4756,33 +4825,33 @@ msgstr "" "игру перед включением.
Имейте в виду, что выключение режима «Хардкор» во " "время игры требует закрытия игры перед повторным включением." -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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 "Включить скринсейвер" @@ -4790,11 +4859,11 @@ 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 "Включить неофициальные достижения" @@ -4802,15 +4871,15 @@ msgstr "Включить неофициальные достижения" 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 "Включить кэш с обратной записью (медленно)" @@ -4823,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 " @@ -4835,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 " @@ -4846,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 " @@ -4855,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 " @@ -4865,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 " @@ -4873,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." @@ -4896,21 +4965,12 @@ msgid "" "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 " @@ -4923,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 " @@ -4936,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 " @@ -4964,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 "Включает растяжение звука для соответствия скорости эмуляции." @@ -4972,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 "" @@ -4990,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 " @@ -5022,7 +5077,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 +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." @@ -5061,7 +5116,7 @@ msgstr "" "\n" "Отмена импорта." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -5071,7 +5126,7 @@ 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 "Английский" @@ -5088,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 "Введите адрес для наблюдения:" @@ -5114,7 +5169,7 @@ msgstr "" "Введите IP-адрес и порт экземпляра tapserver, к которому вы хотите " "подключиться." -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Введите адрес модуля RSO:" @@ -5123,69 +5178,68 @@ msgstr "Введите адрес модуля RSO:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -5199,7 +5253,7 @@ msgstr "Введите адрес модуля RSO:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Ошибка" @@ -5221,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 "" "Ошибка загрузки выбранного языка. Возврат к языку системы по умолчанию." @@ -5230,7 +5284,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Ошибка при получении списка сессий: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Возникла ошибка при загрузке некоторых пакетов текстур" @@ -5294,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" @@ -5314,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} найдены ошибки." @@ -5327,12 +5381,12 @@ msgstr "В {0} неиспользуемых блоках раздела {1} на msgid "Euphoria" msgstr "Эйфория" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "Только убершейдеры" @@ -5376,11 +5430,11 @@ msgstr "Ожидалось начало выражения." 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Экспортировать все сохранения Wii" @@ -5395,7 +5449,7 @@ msgstr "Не удалось экспортировать" msgid "Export Recording" msgstr "Экспорт записи" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Экспорт записи..." @@ -5423,14 +5477,14 @@ msgstr "Экспорт в .&gcs..." msgid "Export as .&sav..." msgstr "Экспорт в .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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 "Расширение" @@ -5451,7 +5505,7 @@ msgstr "Внешний адрес" msgid "External Frame Buffer (XFB)" msgstr "Внешний буфер кадров (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Извлечь сертификаты из NAND" @@ -5489,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" @@ -5509,11 +5563,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "Не удалось добавить сессию в индекс сетевой игры: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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}" @@ -5529,7 +5583,7 @@ msgstr "Не удалось очистить Skylander из слота %1." msgid "Failed to connect to Redump.org" msgstr "Не удалось подключиться к Redump.org" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Не удалось подключиться к серверу: %1" @@ -5587,19 +5641,19 @@ msgstr "" 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: ошибка записи в файл" @@ -5612,7 +5666,7 @@ msgstr "Не удалось экспортировать %n из %1 сохран msgid "Failed to export the following save files:" msgstr "Не удалось экспортировать следующие файлы сохранений:" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Не удалось извлечь сертификаты из NAND" @@ -5642,14 +5696,14 @@ msgstr "Не удалось найти один или более символ D msgid "Failed to import \"%1\"." msgstr "Не удалось импортировать \"%1\"." -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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." @@ -5657,7 +5711,7 @@ msgstr "" "Не удалось импортировать файл сохранения. Похоже, что данный файл повреждён " "или не является корректным сохранением Wii." -#: Source/Core/DolphinQt/MenuBar.cpp:1160 +#: 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 -> " @@ -5668,7 +5722,7 @@ msgstr "" "ваш NAND (Инструменты -> Управлять NAND -> Проверить NAND...), затем " "импортируйте файл сохранения ещё раз." -#: Source/Core/DolphinQt/MainWindow.cpp:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Не удалось инициализировать ядро" @@ -5682,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 "Не удалось инициализировать классы рендеринга" @@ -5691,11 +5745,11 @@ msgid "Failed to install pack: %1" msgstr "Не удалось установить набор: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "Не удалось установить этот продукт в NAND." -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5703,8 +5757,8 @@ msgstr "" "Не удалось инициализировать прослушивание порта %1. У вас запущен ещё один " "сервер сетевой игры?" -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "Не удалось загрузить модуль RSO на %1" @@ -5716,7 +5770,7 @@ msgstr "Не удалось загрузить d3d11.dll" msgid "Failed to load dxgi.dll" msgstr "Не удалось загрузить dxgi.dll" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Не удалось загрузить файл с картой '%1'" @@ -5732,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 "Не удалось загрузить исполняемый файл в память." @@ -5748,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:1740 +#: 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»" @@ -5800,7 +5854,7 @@ msgstr "" msgid "Failed to open file." msgstr "Не удалось открыть файл." -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Не удалось открыть сервер" @@ -5856,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 "Не удалось разобрать значение, заданное в целевом типе данных." @@ -5953,31 +6007,31 @@ 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "Не удалось сохранить карту кода по пути '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Не удалось сохранить файл сигнатуры '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "Не удалось сохранить карту символов по пути '%1'" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -6034,7 +6088,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Ошибка" @@ -6068,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 "Поле зрения" @@ -6081,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Имя файла" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Путь к файлу" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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 "Файл не содержит кодов." @@ -6132,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}" @@ -6166,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 "Завершить калибровку" @@ -6201,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 @@ -6216,11 +6264,11 @@ msgstr "Флаги" msgid "Float" msgstr "Float" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" "Для наилучших результатов медленно двигайте устройство ввода во всех " @@ -6242,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" @@ -6250,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" @@ -6282,11 +6330,11 @@ 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 не поддерживает геометрические шейдеры." @@ -6321,7 +6369,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." @@ -6334,7 +6382,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 @@ -6349,13 +6397,13 @@ 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" @@ -6376,11 +6424,11 @@ msgstr "Перемотка кадров: увел. скорость" 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 "Диапазон кадров" @@ -6388,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 "Кадров для записи:" @@ -6408,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" @@ -6428,7 +6476,11 @@ 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 "Свободный обзор" @@ -6443,7 +6495,7 @@ 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 "Французский" @@ -6462,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 "От:" @@ -6471,12 +6523,12 @@ msgstr "От:" msgid "FullScr" msgstr "Во весь экран" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Функция" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Параметры Функций" @@ -6520,11 +6572,11 @@ msgstr "Громкость GBA" msgid "GBA Window Size" msgstr "Размер окна GBA" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: 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:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "ROM GBA%1 отключён" @@ -6548,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" @@ -6572,7 +6624,7 @@ msgstr "GL_MAX_TEXTURE_SIZE равен {0} - должен быть не мень msgid "GPU Texture Decoding" msgstr "Декодирование текстур на ГП" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6585,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:253 +#: 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?" @@ -6593,7 +6645,7 @@ msgstr "" "ГП: ОШИБКА OGL: Требуется GL_ARB_map_buffer_range.\n" "ГП: Ваша видеокарта поддерживает OpenGL 3.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:278 +#: 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?" @@ -6601,7 +6653,7 @@ msgstr "" "ГП: ОШИБКА OGL: Требуется GL_ARB_sampler_objects.\n" "ГП: Ваша видеокарта поддерживает OpenGL 3.3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:262 +#: 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?" @@ -6609,7 +6661,7 @@ msgstr "" "ГП: ОШИБКА OGL: Требуется GL_ARB_uniform_buffer_object.\n" "ГП: Ваша видеокарта поддерживает OpenGL 3.1?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:244 +#: 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?" @@ -6625,7 +6677,7 @@ msgstr "" "ГП: ОШИБКА OGL: Требуется OpenGL версии 3.\n" "ГП: Ваша видеокарта поддерживает OpenGL 3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6648,8 +6700,8 @@ 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" @@ -6665,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" @@ -6677,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 "Информация об игре" @@ -6694,11 +6746,11 @@ msgid "Game Gamma:" msgstr "Гамма игры:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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 игры:" @@ -6707,7 +6759,7 @@ msgstr "ID игры:" msgid "Game Status" msgstr "Статус игры" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Игра изменена на \"%1\"" @@ -6759,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" @@ -6771,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" @@ -6792,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" @@ -6820,7 +6872,7 @@ 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-коды" @@ -6831,17 +6883,17 @@ msgstr "Gecko-коды" #: 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" @@ -6856,17 +6908,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "Сгенерированы AR-коды." -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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 "Немецкий" @@ -6874,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "ГиБ" @@ -6902,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 "Графика" @@ -6948,7 +7000,7 @@ msgstr "Зеленая слева" msgid "Green Right" msgstr "Зеленая справа" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "В виде сетки" @@ -6993,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 "Уровень героя:" @@ -7026,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Скрыть все" @@ -7046,7 +7098,7 @@ msgstr "Скрыть несовместимые сессии" 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 " "render window is focused.

If unsure, select "" @@ -7054,11 +7106,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "Самое высокое" @@ -7081,13 +7133,37 @@ msgstr "Создать" msgid "Host Code:" msgstr "Код хоста:" +#. 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/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 "" @@ -7102,14 +7178,22 @@ msgstr "" "Подходит для казуальных игр с 3 и более игроками, возможно, при нестабильных " "соединениях или соединениях с высокой задержкой." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "Хост не управляет вводом" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "Создать сетевую игру" @@ -7118,7 +7202,7 @@ msgstr "Создать сетевую игру" msgid "Hostname" msgstr "Имя хоста" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "Горячие клавиши" @@ -7128,11 +7212,11 @@ msgstr "Горячие клавиши" 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 "Гибридные убершейдеры" @@ -7159,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:" @@ -7196,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 "Чувствительность ИК:" @@ -7294,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." @@ -7315,7 +7399,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -7331,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" @@ -7360,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 " @@ -7386,7 +7466,7 @@ msgstr "" "

Если не уверены – оставьте выключенным." -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Импортировать бэкап BootMii NAND..." @@ -7401,15 +7481,15 @@ msgstr "Не удалось импортировать" msgid "Import Save File(s)" msgstr "Импорт файлов сохранений" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Импортировать сохранение Wii..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Импортирование бэкапа NAND" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7418,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 " @@ -7431,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 " @@ -7444,31 +7524,31 @@ 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 "Увеличить" @@ -7493,15 +7573,15 @@ msgstr "Увеличить внутреннее разрешение" 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 "Увеличивающееся вращение" @@ -7540,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "Запретить скринсейвер во время эмуляции" @@ -7554,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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 "Ввод" @@ -7572,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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-карту" @@ -7598,7 +7678,7 @@ msgstr "Установить раздел (%1)" msgid "Install Update" msgstr "Установить обновление" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Установить WAD..." @@ -7613,7 +7693,7 @@ 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 "Инструкция" @@ -7622,7 +7702,7 @@ msgstr "Инструкция" msgid "Instruction Breakpoint" msgstr "Точка останова инструкции" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Инструкция:" @@ -7631,7 +7711,7 @@ msgstr "Инструкция:" msgid "Instruction: %1" msgstr "Инструкция: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7711,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Ядро интерпретатора" @@ -7735,7 +7815,7 @@ msgstr "От службы автообновления получен недоп msgid "Invalid Mixed Code" msgstr "Неверный смешанный код" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Некорректный набор %1 указан: %2" @@ -7744,11 +7824,11 @@ msgstr "Некорректный набор %1 указан: %2" msgid "Invalid Player ID" msgstr "Некорректный ID игрока" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "Некорректный стэк вызовов" @@ -7769,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 "Неверные входные данные" @@ -7777,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 "Заданы недопустимые параметры для поиска." @@ -7805,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 "Итальянский" @@ -7824,81 +7912,81 @@ msgstr "Италия" msgid "Item" msgstr "Элемент" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "Отключить JIT Branch" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "Отключить JIT для FloatingPoint" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "Отключить JIT для Integer" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "Отключить JIT LoadStore Floating" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "Отключить JIT LoadStore" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "Отключить JIT LoadStore Paired" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "Отключить JIT LoadStore lXz" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "Отключить JIT LoadStore lbzx" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "Отключить JIT LoadStore lwz" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "Отключить JIT (ядро JIT)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "Отключить кэш регистров JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "Отключить JIT SystemRegisters" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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 +7995,17 @@ msgstr "" "происходить. Пожалуйста, сообщите об этой ошибке в багтрекере. Dolphin " "завершит работу." -#: Source/Android/jni/MainAndroid.cpp:424 +#: 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:308 +#: 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 "Японский" @@ -7927,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!" @@ -7935,12 +8024,12 @@ msgstr "" "Kaos — единственный злодей для этого трофея, и он всегда разблокирован. Не " "нужно ничего редактировать." -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:683 +#: 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 "Держать окно поверх остальных" @@ -7970,7 +8059,7 @@ msgstr "Контроллер клавиатуры" msgid "Keys" msgstr "Клавиши" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "КиБ" @@ -7978,12 +8067,12 @@ msgstr "КиБ" msgid "Kick Player" msgstr "Исключить игрока" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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 "Корейский" @@ -8012,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 "Язык" -#: 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 мс" @@ -8054,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 @@ -8158,11 +8247,11 @@ msgstr "Свет" msgid "Limit Chunked Upload Speed:" msgstr "Ограничить скорость закачки:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Столбцы в списке" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "В виде списка" @@ -8172,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Загрузить файл с &плохими картами..." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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 "Загружать свои текстуры" @@ -8202,7 +8291,7 @@ msgstr "Загружать свои текстуры" msgid "Load File" msgstr "Загрузить файл" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Загрузить главное меню GameCube" @@ -8215,8 +8304,8 @@ msgstr "Загрузка только данных сохранений хост msgid "Load Last State" msgstr "Загрузить последнее сохранение" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -8317,19 +8406,19 @@ msgstr "Быстрая загрузка 8" msgid "Load State Slot 9" msgstr "Быстрая загрузка 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Быстрая загрузка из файла" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Быстрая загрузка из выбранного слота" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Быстрая загрузка из слота" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Загрузить системное меню Wii %1" @@ -8341,23 +8430,23 @@ msgstr "Загрузка и запись данных сохранений хо msgid "Load from Selected Slot" msgstr "Загрузить из выбранного слота" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "Быстрая загрузка из слота %1 - %2" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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, " @@ -8367,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." @@ -8380,7 +8469,7 @@ msgstr "" msgid "Local" msgstr "Локальный адрес" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "Захватывать курсор мыши" @@ -8389,7 +8478,7 @@ msgstr "Захватывать курсор мыши" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -8397,7 +8486,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Лог" @@ -8406,20 +8495,20 @@ msgstr "Лог" msgid "Log Configuration" msgstr "Настройка логирования" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "Войти" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "Записывать время рендеринга в файл" @@ -8431,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 " @@ -8446,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "Соединение с сервером сетевой игры потеряно..." #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "Самое низкое" @@ -8489,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 "Убедитесь, что значение игрового времени является допустимым." @@ -8520,12 +8625,12 @@ msgstr "Убедитесь, что в слоте %1 есть Skylander." #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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 "Создатель:" @@ -8542,12 +8647,12 @@ msgstr "" "

Если не уверены – оставьте выключенным." -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "Ручная выборка текстур" @@ -8559,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Максимальный буфер:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -8576,7 +8685,7 @@ 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 и некоторых играх." @@ -8597,7 +8706,7 @@ msgstr "Точка останова в памяти" msgid "Memory Card" msgstr "Карта памяти" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Менеджер карт памяти" @@ -8605,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 "Переопределение памяти" @@ -8625,7 +8734,7 @@ msgstr "MemoryCard: вызвано чтение некорректного уч msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "MemoryCard: вызвана запись в некорректный участок памяти ({0:#x})" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -8636,33 +8745,41 @@ msgstr "" "сохранения. Этот процесс необратим, поэтому рекомендуется иметь бэкапы обоих " "NAND. Вы уверены, что хотите продолжить?" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -8673,7 +8790,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "Расхождение во внутренних структурах данных." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8700,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 " @@ -8716,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "Моно" @@ -8741,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 "Симуляция движения" @@ -8754,11 +8871,11 @@ 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 "Перемещение" @@ -8776,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-кодов возникло несколько ошибок." @@ -8785,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -8801,7 +8928,7 @@ msgstr "Проверка NAND" msgid "NKit Warning" msgstr "Предупреждение NKit" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8834,7 +8961,7 @@ msgstr "" "

Если вы не уверены, оставьте значение 2.35." -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8861,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 "Имя:" @@ -8930,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 "Никогда" @@ -8939,7 +9066,7 @@ msgid "Never Auto-Update" msgstr "Запретить автообновление" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Новая" @@ -8982,7 +9109,7 @@ msgstr "Новая метка" msgid "Next Game Profile" msgstr "Следующий игровой профиль" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "Следующее совпадение" @@ -8997,7 +9124,7 @@ 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 "Ник:" @@ -9019,13 +9146,13 @@ 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 "Нет совпадений" @@ -9033,7 +9160,7 @@ msgstr "Нет совпадений" 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 "Нет данных для изменения." @@ -9054,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 "Ни одной игры не запущено." @@ -9075,7 +9202,7 @@ msgstr "Графический мод не выбран." msgid "No input" msgstr "Нет входных данных" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Проблем не обнаружено." @@ -9083,15 +9210,15 @@ msgstr "Проблем не обнаружено." 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 " @@ -9106,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 "Запись не загружена." @@ -9193,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." @@ -9229,7 +9351,7 @@ msgstr "Стик нунчака" msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Объект %1" @@ -9281,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 "Диапазон обьектов" @@ -9302,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 " @@ -9316,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 " @@ -9342,7 +9464,7 @@ msgstr "" "вызовы функций и пути кода условия, которые выполняются только при при " "выполнении какого-либо действия в эмулируемом программном обеспечении." -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Онлайн-&документация" @@ -9350,7 +9472,7 @@ msgstr "Онлайн-&документация" msgid "Only Show Collection" msgstr "Показывать только коллекцию" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9358,7 +9480,7 @@ msgstr "" "Добавлять только символы с префиксом:\n" "(Пусто - все символы)" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9377,7 +9499,7 @@ msgstr "Открыть" msgid "Open &Containing Folder" msgstr "Открыть &папку с образом" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "Открыть папку &пользователя" @@ -9390,7 +9512,7 @@ msgstr "" msgid "Open Directory..." msgstr "Открыть папку..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -9456,31 +9578,31 @@ 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:231 @@ -9498,7 +9620,7 @@ msgstr "Другой раздел (%1)" 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 "Другое управление сохранениями" @@ -9518,15 +9640,15 @@ msgstr "Результаты повторной выборки" msgid "Output Resampling:" msgstr "Результаты повторной выборки:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Перезаписано" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "&Проиграть записанный ввод..." -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9540,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:603 +#: 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 и Хост" @@ -9590,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 "Пароль" @@ -9615,7 +9746,7 @@ msgstr "Название патча" msgid "Patches" msgstr "Патчи" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "Путь:" @@ -9628,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:801 +#: 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 " @@ -9657,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." @@ -9682,7 +9813,7 @@ msgstr "Пиковая скорость взмаха." msgid "Per-Pixel Lighting" msgstr "Попискельное освещение" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Обновить систему через интернет" @@ -9690,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 "Статистика производительности" @@ -9712,11 +9843,11 @@ msgstr "Физическое" msgid "Physical address space" msgstr "Физическое адресное пространство" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "ПиБ" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Выбрать шрифт для отладки" @@ -9733,7 +9864,7 @@ msgid "Pitch Up" msgstr "Тангаж вверх" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Платформа" @@ -9741,7 +9872,7 @@ msgstr "Платформа" msgid "Play" msgstr "Запуск" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "Проигрывание / запись" @@ -9753,7 +9884,7 @@ 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 "Параметры просмотра" @@ -9790,14 +9921,19 @@ msgstr "Игрок 2 Способность 2" 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." @@ -9805,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 "Прежде чем начать поиск в стандартных областях памяти, запустите игру." @@ -9838,7 +9974,7 @@ msgstr "Порт:" msgid "Portal Slots" msgstr "Слоты портала" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" "Обнаружена возможная рассинхронизация: %1, вероятно, рассинхронизовался на " @@ -9865,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 "Предзагружать свои текстуры" @@ -9906,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 " @@ -9926,7 +10062,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "Предыдущий игровой профиль" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "Предыдущее совпадение" @@ -9954,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." @@ -9962,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." @@ -9970,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." @@ -9987,15 +10123,15 @@ msgstr "Профиль" msgid "Program Counter" msgstr "Счётчик команд" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -10005,7 +10141,7 @@ msgstr "" msgid "Public" msgstr "Открытые" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Очистить кэш списка игр" @@ -10029,7 +10165,7 @@ msgstr "Не удаётся включить Quality of Service (QoS)." 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. С увеличением качества возрастает задержка аудио." @@ -10037,7 +10173,7 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Вопрос" @@ -10062,11 +10198,11 @@ msgstr "R-аналог" msgid "READY" msgstr "ГОТОВ" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "Модули RSO" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "Автообнаружение RSO" @@ -10099,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Чтение" @@ -10148,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 "Последние достижения" @@ -10158,7 +10298,11 @@ 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 "Запись" @@ -10166,15 +10310,15 @@ msgstr "Запись" 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 "Запись..." @@ -10216,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 @@ -10231,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 "Текущие значения обновлены." @@ -10247,7 +10390,7 @@ msgid "Refreshing..." msgstr "Обновление..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Регион" @@ -10281,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 "Удалить" @@ -10312,20 +10455,20 @@ msgstr "" "конечно, вы впоследствии не запакуете данный образ в архив вроде ZIP). Вы " "всё равно хотите продолжить?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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." @@ -10333,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}" @@ -10341,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -10360,7 +10513,7 @@ msgstr "Сбросить" msgid "Reset All" msgstr "Сбросить все" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Сброс игнорирования обработчика ошибок" @@ -10384,7 +10537,7 @@ msgstr "Сбросить настройки обхода" msgid "Reset Values" msgstr "Сбросить значения" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "Сбросить поле" @@ -10392,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 "Тип разрешения:" @@ -10404,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 "Требуется перезапуск" @@ -10412,7 +10565,7 @@ msgstr "Требуется перезапуск" msgid "Restore Defaults" msgstr "По умолчанию" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -10433,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 @@ -10488,7 +10641,7 @@ msgstr "Крен вправо" msgid "Room ID" msgstr "ID комнаты" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "Поворот" @@ -10497,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 " @@ -10511,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 " @@ -10523,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" @@ -10548,19 +10710,24 @@ msgstr "" msgid "Rumble" msgstr "Вибрация" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -10576,19 +10743,19 @@ msgstr "Россия" 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-карты" @@ -10596,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 "Папка синхронизации:" @@ -10631,11 +10798,11 @@ msgstr "Контекст SSL" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "Со&хранить код" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Быстрое &сохранение" @@ -10647,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10657,15 +10824,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -10679,11 +10846,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Экспортировать сохранение" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -10701,15 +10868,15 @@ msgstr "Сохранение игры" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Файлы сохранений игры (*.sav);;Все файлы (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -10721,11 +10888,11 @@ msgstr "Сохранить самое старое сохранение" msgid "Save Preset" msgstr "Сохранить предустановку" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Сохранить файл записи как" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10775,23 +10942,23 @@ msgstr "Быстрое сохранение 8" msgid "Save State Slot 9" msgstr "Быстрое сохранение 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Быстрое сохранение в файл" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Быстрое сохранение в старый слот" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Быстрое сохранение в выбранный слот" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Быстрое сохранение в слот" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Сохранить карту символов &как..." @@ -10799,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 "Быстрые сохранение и загрузка" @@ -10807,11 +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:1135 +#: 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" @@ -10830,11 +10997,11 @@ msgstr "Сохранение в той же папке, где и образ" msgid "Save to Selected Slot" msgstr "Сохранить в выбранный слот" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "Сохранить..." @@ -10856,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 "Сканирование успешно завершено." @@ -10865,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Поиск" @@ -10875,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 "Искать текущий объект" @@ -10887,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." @@ -10895,7 +11062,7 @@ msgstr "" "Поиск в виртуальном адресном пространстве пока невозможен. Пожалуйста, " "запустите игру на некоторое время и попробуйте снова." -#: Source/Core/DolphinQt/MenuBar.cpp:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Найти инструкцию" @@ -10903,7 +11070,7 @@ msgstr "Найти инструкцию" msgid "Search games..." msgstr "Искать игры..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Поиск инструкции" @@ -10939,7 +11106,7 @@ 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, " "cancel)" @@ -10950,7 +11117,7 @@ msgid "Select Dump Path" msgstr "Выберите путь к дампам" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Выберите папку для экспорта" @@ -10970,7 +11137,7 @@ msgstr "Выбрать образ игры GBA" msgid "Select GBA Saves Path" msgstr "Выберите путь к файлам сохранений GBA" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10982,7 +11149,7 @@ msgstr "Выбрать последнее сохранение" msgid "Select Load Path" msgstr "Выберите путь к загрузке" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10994,11 +11161,11 @@ msgstr "Выберите путь к наборам ресурсов" msgid "Select Riivolution XML file" msgstr "Выберите файл XML Riivolution" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -11010,7 +11177,7 @@ msgstr "Выберите коллекцию Skylander" msgid "Select Skylander File" msgstr "Выберите файл Skylander" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Выбрать слот %1 - %2" @@ -11018,7 +11185,7 @@ msgstr "Выбрать слот %1 - %2" msgid "Select State" msgstr "Выбор сохранения" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Выбрать слот сохранения" @@ -11062,7 +11229,7 @@ msgstr "Выбрать слот сохранения 8" msgid "Select State Slot 9" msgstr "Выбрать слот сохранения 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -11079,17 +11246,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "Выберите файл" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -11097,7 +11264,7 @@ msgstr "" msgid "Select a Game" msgstr "Выберите игру" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Выберите файл" @@ -11109,11 +11276,11 @@ msgstr "Выберите игру" msgid "Select e-Reader Cards" msgstr "Выбрать e-карточки" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Выберите адрес модуля RSO:" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Выберите файл записи, который следует воспроизвести" @@ -11125,7 +11292,7 @@ msgstr "Выберите коренной каталог виртуальной 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 "Выбранный профиль контроллера не существует" @@ -11133,7 +11300,7 @@ msgstr "Выбранный профиль контроллера не сущес #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "Выбранной игры нету в списке игр!" @@ -11145,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." @@ -11153,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." @@ -11161,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 " @@ -11216,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 " @@ -11258,22 +11425,15 @@ 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/Settings/GeneralPane.cpp:410 msgid "" @@ -11300,7 +11460,7 @@ msgstr "" msgid "Send" msgstr "Отправить" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "Месторасположение сенсора:" @@ -11341,7 +11501,7 @@ msgstr "Сервер отверг попытку обхода" msgid "Set &Value" msgstr "Присвоить &значение" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" @@ -11358,15 +11518,15 @@ msgstr "" msgid "Set PC" msgstr "Изменить СК" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -11374,7 +11534,7 @@ msgstr "" msgid "Set as &Default ISO" 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" @@ -11384,11 +11544,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -11396,7 +11556,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -11411,7 +11571,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -11427,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" @@ -11441,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 "Компиляция шейдеров" @@ -11463,28 +11623,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Показать &лог" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Показать все" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Австралия" @@ -11492,41 +11652,41 @@ msgstr "Австралия" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Франция" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Германия" @@ -11538,51 +11698,51 @@ msgstr "Показывать оверлей режима гольфа" msgid "Show Infinity Base" msgstr "Показать Infinity Base" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Показывать ввод экрана" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Италия" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Япония" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Корея" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL" @@ -11591,27 +11751,27 @@ msgstr "PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Отображать игры регионов" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Показывать счётчик перезаписей" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Россия" @@ -11619,59 +11779,59 @@ msgstr "Россия" msgid "Show Skylanders Portal" msgstr "Показать портал Skylanders" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Показывать системное время" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Тайвань" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "USA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD-файлы" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Мир" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -11679,16 +11839,16 @@ msgstr "" msgid "Show in Code" msgstr "Показать в коде" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "Показать в памяти" @@ -11696,7 +11856,7 @@ msgstr "Показать в памяти" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -11704,7 +11864,7 @@ msgid "" "
" 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." @@ -11713,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." @@ -11741,13 +11901,13 @@ 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 " @@ -11757,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." @@ -11767,19 +11927,19 @@ msgstr "" "стандартное отклонение.

Если вы не уверены, не " "устанавливайте этот флажок." -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11789,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." @@ -11808,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." @@ -11816,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." @@ -11848,7 +12008,7 @@ msgstr "Положить на бок" msgid "Sideways Wii Remote" msgstr "Wii Remote на боку" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "База данных сигнатур" @@ -11872,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 "Упрощ. китайский" @@ -11889,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." @@ -11901,7 +12061,7 @@ msgstr "" msgid "Skip" msgstr "Пропустить" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "Пропуск отрисовки" @@ -11917,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%. " @@ -12008,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." @@ -12028,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 "Звук:" @@ -12047,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 "Испанский" @@ -12055,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 "Специализированные (по умолчанию)" @@ -12067,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, " @@ -12089,7 +12249,7 @@ 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" @@ -12122,20 +12282,24 @@ msgstr "Стандартный контроллер" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "&Начать запись ввода" @@ -12143,7 +12307,7 @@ msgstr "&Начать запись ввода" 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 "Запускать во весь экран" @@ -12155,7 +12319,7 @@ msgstr "Запуск с исправлениями Riivolution" msgid "Start with Riivolution Patches..." msgstr "Запуск с исправлениями Riivolution…" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Игра начата" @@ -12194,19 +12358,19 @@ msgstr "Шаг с выходом" msgid "Step Over" msgstr "Шаг с обходом" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Шаг с выходом выполнен успешно!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Истекло время ожидания шага с выходом!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Выполняется шаг с обходом..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Шаг выполнен успешно!" @@ -12215,7 +12379,7 @@ msgstr "Шаг выполнен успешно!" msgid "Stepping" msgstr "Шаги" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Стерео" @@ -12244,15 +12408,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Остановить проигр./запись ввода" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Игра остановлена" @@ -12295,7 +12463,7 @@ msgstr "" "текстуре)

Если не уверены – оставьте включенным." -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "Растянуть по окну" @@ -12313,11 +12481,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 "Стиль:" @@ -12330,12 +12498,12 @@ msgstr "Стилус" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Успешно" @@ -12349,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' успешно удалён." @@ -12362,7 +12530,7 @@ msgstr "Файлы сохранений (%n из %1 шт.) успешно экс msgid "Successfully exported save files" msgstr "Файлы сохранений успешно экспортированы" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Сертификаты успешно извлечены из NAND" @@ -12374,12 +12542,12 @@ msgstr "Файл успешно извлечён." msgid "Successfully extracted system data." msgstr "Системные данные успешно извлечены." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "Файл сохранения успешно импортирован." #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Данный продукт успешно установлен в NAND." @@ -12402,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 "Объёмный" @@ -12454,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Символы" @@ -12501,7 +12674,7 @@ 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." @@ -12520,24 +12693,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Метки" @@ -12555,15 +12728,15 @@ msgstr "Хвост" msgid "Taiwan" msgstr "Тайвань" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12581,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);;Все файлы (*)" @@ -12592,11 +12765,11 @@ 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 "Дамп текстур" @@ -12608,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 "Наложение форматов текстур" @@ -12635,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})" @@ -12649,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:1239 +#: 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." @@ -12661,11 +12834,11 @@ msgstr "" "Не получается исправить NAND. Рекомендуется создать резервную копию текущих " "данных и поставить NAND с нуля." -#: Source/Core/DolphinQt/MenuBar.cpp:1234 +#: 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 " @@ -12675,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 " @@ -12699,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 " @@ -12709,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." @@ -12811,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?" @@ -12855,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}." @@ -12891,7 +13064,7 @@ msgstr "" "Регионы игры и консоли не совпадают. Обновление эмулируемой консоли при " "помощи данного диска невозможно, т.к. это приведёт к ошибкам системного меню." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -12904,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" @@ -12932,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" @@ -12956,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 символами" @@ -12965,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' не существует" @@ -12974,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 " @@ -13028,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:1197 +#: 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)." @@ -13049,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 "" @@ -13088,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, используемая данным продуктом." @@ -13097,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:1189 +#: 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)." @@ -13109,23 +13282,23 @@ 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 "Тема" @@ -13143,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 "Нет данных для сохранения." @@ -13182,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." @@ -13190,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 "Этот тип скайлендера пока не может быть изменён." @@ -13214,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." @@ -13222,22 +13395,22 @@ msgstr "" "Эта сборка Dolphin не скомпилирована для вашего процессора.\n" "Запустите сборку Dolphin для ARM64 для наилучшей работы." -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 +#: 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 " @@ -13247,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 " @@ -13259,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." @@ -13268,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." @@ -13276,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 " @@ -13286,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." @@ -13306,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. " @@ -13317,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 " @@ -13327,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." @@ -13339,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." @@ -13347,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 "" "Это относится только к начальной загрузке эмулируемого программного " @@ -13361,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" @@ -13383,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 "Этот продукт настроен на использование некорректного общего ключа." @@ -13430,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" @@ -13472,7 +13645,7 @@ msgstr "Потоки" msgid "Threshold" msgstr "Порог" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "ТиБ" @@ -13482,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)" @@ -13495,7 +13693,7 @@ msgstr "Время ожидания истекло" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Название" @@ -13503,17 +13701,17 @@ msgstr "Название" msgid "To" msgstr "до" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Полноэкранный режим" @@ -13538,7 +13736,7 @@ msgid "Toggle Aspect Ratio" msgstr "Изменить соотношение сторон" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Точка останова" @@ -13590,11 +13788,15 @@ msgstr "Вкл./выкл. копии XFB" msgid "Toggle XFB Immediate Mode" msgstr "Вкл./выкл. немедленный режим XFB" +#: 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 "Элементы управления инструмента" @@ -13602,7 +13804,7 @@ msgstr "Элементы управления инструмента" msgid "Toolbar" msgstr "Панель инструментов" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "сверху" @@ -13610,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 "Всего достижений" @@ -13648,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 "Традиц. китайский" @@ -13673,8 +13875,8 @@ msgstr "Мастер ловушек" msgid "Trap Team" msgstr "Команда ловушек" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Ошибка промежуточного сервера" @@ -13713,7 +13915,7 @@ msgid "Trophy" msgstr "Трофей" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13739,7 +13941,7 @@ 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" @@ -13757,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. " @@ -13768,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." @@ -13781,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." @@ -13795,7 +13997,7 @@ msgstr "" "подтормаживания при компиляции шейдеров с минимальным влиянием на " "производительность, но конечный результат зависит от поведения драйвера ГП." -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Не удалось автоматически обнаружить модуль RSO" @@ -13807,11 +14009,11 @@ msgstr "Не удалось подключиться к серверу обно 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 "Не удалось открыть файл." @@ -13839,7 +14041,7 @@ msgstr "" "\n" "Вы хотите игнорировать данную строку и продолжить чтение?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "Не удалось прочитать файл." @@ -13866,11 +14068,11 @@ msgstr "Несжатые образы GC/Wii (*.iso *.gcm)" msgid "Undead" msgstr "Нежить" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "Отменить быструю загрузку" -#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Отменить быстрое сохранение" @@ -13890,13 +14092,13 @@ msgstr "" "Удаление WAD приведет к удалению текущей версии этого продукта из NAND без " "удаления его сохраненных данных. Продолжить?" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -13906,7 +14108,7 @@ 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)" @@ -13939,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 "Неизвестный тип скайлендера." @@ -13959,7 +14161,7 @@ msgstr "Неизвестный тип данных" msgid "Unknown disc" msgstr "Неизвестный диск" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "Произошла неизвестная ошибка." @@ -14039,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 @@ -14050,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 "Обновление" @@ -14121,7 +14323,7 @@ msgstr "" 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 "Использовать встроенную базу названий игр" @@ -14129,7 +14331,7 @@ msgstr "Использовать встроенную базу названий msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Использовать кодек без потерь (FFV1)" @@ -14137,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 " @@ -14160,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." @@ -14218,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'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 " @@ -14241,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 " @@ -14251,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 " @@ -14547,7 +14741,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Предупреждение" @@ -14676,7 +14870,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -14689,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 " @@ -14702,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-устройств" @@ -14734,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" @@ -14752,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" @@ -14772,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" @@ -14780,15 +14974,15 @@ msgstr "Wii и Wii Remote" msgid "Wii data is not public yet" msgstr "Данные Wii ещё не опубликованы" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "Разрешение окна" @@ -14797,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 "Удалить последние достижения" @@ -14815,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Запись" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Запись дампа журнала блока JIT" @@ -14868,11 +15070,11 @@ msgstr "Неверный регион" 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}»." @@ -14923,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 " @@ -14933,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 " @@ -15050,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, чтобы изменения вступили в силу." @@ -15078,7 +15280,7 @@ msgstr "" "Остановиться сейчас, чтобы устранить проблему?\n" "Если выбрать «Нет», звук может быть искажён." -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -15098,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 кандидатов." @@ -15147,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 "не подключено" @@ -15163,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 "ложь" @@ -15230,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 "истина" @@ -15250,15 +15454,15 @@ 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}. Не удаётся опознать диск" diff --git a/Languages/po/sr.po b/Languages/po/sr.po index e315007db2..96688fecbf 100644 --- a/Languages/po/sr.po +++ b/Languages/po/sr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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 "" @@ -165,18 +171,18 @@ msgstr "" 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" @@ -184,11 +190,11 @@ msgstr "" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" @@ -200,8 +206,8 @@ 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 "" @@ -218,11 +224,11 @@ 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 "" @@ -231,17 +237,17 @@ msgid "%1% (Normal Speed)" msgstr "" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -257,7 +263,7 @@ msgstr "" msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -291,20 +297,20 @@ msgstr "" 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." @@ -330,20 +336,20 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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 "" @@ -351,11 +357,11 @@ msgstr "" msgid "&Add..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "" @@ -367,15 +373,19 @@ msgstr "" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -383,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -399,20 +409,24 @@ msgstr "" msgid "&Clone..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -420,26 +434,26 @@ msgstr "" 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 +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:343 +#: 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 "" @@ -471,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Graficke Opcije" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Pomoc" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Hotkey Opcije" @@ -525,11 +543,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -537,7 +555,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -545,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "Loaduj Savestate" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -563,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Memorija" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "" @@ -587,7 +609,7 @@ msgstr "" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -596,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Opcije" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pauza" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Pokreni" @@ -620,7 +646,7 @@ msgstr "&Pokreni" msgid "&Properties" msgstr "&Pribor/Opcije" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "" @@ -628,7 +654,7 @@ msgstr "" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Registri" @@ -636,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -666,7 +692,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -674,23 +700,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -700,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "" @@ -726,38 +756,30 @@ msgstr "" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "" @@ -774,7 +796,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -844,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 "" @@ -902,7 +924,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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 "" @@ -928,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 "" @@ -1025,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1063,8 +1085,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1092,7 +1114,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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 +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 "" @@ -1133,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 "" @@ -1175,8 +1197,8 @@ msgstr "" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1252,7 +1274,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1268,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 "" @@ -1276,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" @@ -1326,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "" @@ -1373,7 +1394,7 @@ msgid "" "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 +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" @@ -1399,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" @@ -1508,8 +1529,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1521,7 +1542,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1541,7 +1562,7 @@ msgstr "" 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 +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 "" @@ -1581,7 +1602,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "" @@ -1607,15 +1628,15 @@ msgstr "" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1625,7 +1646,7 @@ msgid "" ">If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1633,7 +1654,7 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1641,7 +1662,7 @@ msgstr "" 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 "" @@ -1653,10 +1674,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" +#: 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 +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 "" @@ -1682,7 +1711,7 @@ msgstr "" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1715,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 "" @@ -1735,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" @@ -1760,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 "" @@ -1768,15 +1797,15 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1804,7 +1833,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1835,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 "" @@ -1856,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 "" @@ -1877,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -1914,7 +1943,7 @@ 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" @@ -1966,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 "" @@ -1980,11 +2009,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "" @@ -2016,67 +2045,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2088,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 " @@ -2121,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 " @@ -2131,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 "" @@ -2158,11 +2187,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2171,11 +2200,11 @@ msgstr "" msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2209,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2271,7 +2300,7 @@ msgstr "" msgid "C Stick" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2279,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 "" @@ -2291,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." @@ -2314,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 "" @@ -2352,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2408,19 +2437,19 @@ 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 "" @@ -2432,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 "" @@ -2456,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 "" @@ -2464,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..." @@ -2480,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." @@ -2504,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 "" @@ -2524,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" @@ -2532,7 +2561,7 @@ msgstr "Trazi Chit" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2570,11 +2599,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2603,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2621,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 "" @@ -2634,7 +2664,7 @@ msgstr "" msgid "Close" msgstr "Zatvori" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2642,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 "" @@ -2674,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2691,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 "" @@ -2715,7 +2754,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2723,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 "" @@ -2736,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2830,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 "" @@ -2843,26 +2882,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2873,15 +2920,15 @@ msgstr "" msgid "Connect" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "" @@ -2901,7 +2948,7 @@ msgstr "" msgid "Connect Wii Remote 4" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "" @@ -2925,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 "" @@ -2942,7 +2989,7 @@ 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 "" @@ -3039,8 +3086,8 @@ msgstr "" 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 "" @@ -3048,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 "" @@ -3058,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 "" @@ -3080,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 "" @@ -3117,19 +3164,19 @@ msgstr "" msgid "Copy" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3137,15 +3184,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3163,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 "" @@ -3176,11 +3218,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3206,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" @@ -3246,11 +3283,11 @@ 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 "" @@ -3271,7 +3308,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3283,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:" @@ -3316,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 "" @@ -3324,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)." @@ -3340,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:304 +#: 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 "" @@ -3371,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 "" @@ -3383,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 "" @@ -3407,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 @@ -3434,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 "" @@ -3442,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 "" @@ -3521,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 "" @@ -3531,11 +3594,11 @@ 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 "" @@ -3560,11 +3623,11 @@ msgstr "" 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 +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 "" @@ -3594,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 "" @@ -3602,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 " @@ -3613,7 +3676,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Obrisi" @@ -3643,18 +3706,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "" @@ -3662,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 "" @@ -3675,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 "" @@ -3697,7 +3760,7 @@ msgstr "" msgid "Detect" msgstr "Detekuj" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3727,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 "" @@ -3735,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 "" @@ -3759,7 +3822,7 @@ 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 "" @@ -3767,11 +3830,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3779,11 +3842,11 @@ msgstr "" msgid "Disable Fog" msgstr "Onemoguci \"Fog\"" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3791,14 +3854,14 @@ 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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -3829,7 +3892,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3863,11 +3926,11 @@ msgstr "" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3877,7 +3940,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "" @@ -3885,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 "" @@ -3898,22 +3961,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "" @@ -3946,21 +4009,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3994,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 @@ -4004,27 +4067,27 @@ 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 " @@ -4073,19 +4136,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "" @@ -4093,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 "" @@ -4101,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 "" @@ -4126,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." @@ -4155,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 "" @@ -4183,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 "" @@ -4202,16 +4265,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4220,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" @@ -4231,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4257,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 "" @@ -4283,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 "" @@ -4305,16 +4382,16 @@ 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 "" @@ -4326,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 "" @@ -4346,15 +4423,15 @@ msgstr "" 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 "" @@ -4362,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 " @@ -4388,33 +4465,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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 "" @@ -4422,11 +4499,11 @@ 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 "" @@ -4434,15 +4511,15 @@ msgstr "" 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 "" @@ -4452,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 " @@ -4460,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 " @@ -4476,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 " @@ -4486,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 " @@ -4494,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." @@ -4512,12 +4589,12 @@ msgid "" "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 +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 " @@ -4533,7 +4610,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 " @@ -4550,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 "" @@ -4558,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 @@ -4569,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 " @@ -4593,7 +4670,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 +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." @@ -4620,7 +4697,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4630,7 +4707,7 @@ 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 "" @@ -4647,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 "" @@ -4671,7 +4748,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4680,69 +4757,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4756,7 +4832,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Error" @@ -4778,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 "" @@ -4786,7 +4862,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4848,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 "" @@ -4864,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 "" @@ -4877,12 +4953,12 @@ msgstr "" msgid "Euphoria" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4926,11 +5002,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "" @@ -4945,7 +5021,7 @@ msgstr "" msgid "Export Recording" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "" @@ -4973,14 +5049,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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 "" @@ -5001,7 +5077,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5039,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 "" @@ -5057,11 +5133,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 +5153,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5127,19 +5203,19 @@ msgstr "" 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 "" @@ -5152,7 +5228,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5179,25 +5255,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5208,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 "" @@ -5217,18 +5293,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5240,7 +5316,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5254,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 "" @@ -5268,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:1740 +#: 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 +5392,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5361,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 "" @@ -5444,31 +5520,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5519,7 +5595,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5551,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 "" @@ -5564,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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 "" @@ -5615,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}" @@ -5645,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 "" @@ -5678,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 @@ -5693,11 +5763,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5713,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 "" @@ -5721,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 "" @@ -5753,11 +5823,11 @@ 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 "" @@ -5779,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." @@ -5789,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 @@ -5804,13 +5874,13 @@ 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 "" @@ -5831,11 +5901,11 @@ msgstr "" 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 "" @@ -5843,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 "" @@ -5863,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 "" @@ -5879,7 +5949,11 @@ 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 "" @@ -5894,7 +5968,7 @@ 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 "" @@ -5913,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 "" @@ -5922,12 +5996,12 @@ msgstr "" msgid "FullScr" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5971,11 +6045,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -5999,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" @@ -6017,7 +6091,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6027,25 +6101,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6057,7 +6131,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6075,8 +6149,8 @@ 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 "" @@ -6090,7 +6164,7 @@ msgid "" "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 "" @@ -6102,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 "" @@ -6119,11 +6193,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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 "" @@ -6132,7 +6206,7 @@ msgstr "" msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6179,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 "" @@ -6191,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 "" @@ -6212,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 "" @@ -6240,7 +6314,7 @@ 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 "" @@ -6251,17 +6325,17 @@ msgstr "" #: 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 "" @@ -6276,17 +6350,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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 " @@ -6294,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6322,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" @@ -6362,7 +6436,7 @@ msgstr "" msgid "Green Right" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6407,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 "" @@ -6440,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6460,7 +6534,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6468,11 +6542,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6495,12 +6569,36 @@ msgstr "" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6511,14 +6609,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6527,7 +6633,7 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" @@ -6537,11 +6643,11 @@ msgstr "" 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 "" @@ -6568,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 "" @@ -6599,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 "" @@ -6663,7 +6769,7 @@ 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." @@ -6680,7 +6786,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6692,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 "" @@ -6717,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 " @@ -6733,7 +6839,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6748,22 +6854,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6776,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 " @@ -6784,31 +6890,31 @@ 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 "" @@ -6833,15 +6939,15 @@ msgstr "" 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 "" @@ -6878,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6892,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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 "" @@ -6910,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "" @@ -6936,7 +7042,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6951,7 +7057,7 @@ 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 "" @@ -6960,7 +7066,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6969,7 +7075,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7038,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7062,7 +7168,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7071,11 +7177,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7096,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 "" @@ -7104,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 "" @@ -7132,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 " @@ -7151,96 +7265,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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 " @@ -7251,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:683 +#: 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 "" @@ -7292,7 +7407,7 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7300,12 +7415,12 @@ msgstr "" msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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 " @@ -7334,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 "" @@ -7376,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 @@ -7471,11 +7586,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7485,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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 "" @@ -7515,7 +7630,7 @@ msgstr "" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" @@ -7528,8 +7643,8 @@ msgstr "" msgid "Load Last State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7630,19 +7745,19 @@ msgstr "Ucitaj State Slot 8" msgid "Load State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7654,30 +7769,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7687,7 +7802,7 @@ msgstr "" msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7696,7 +7811,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7704,7 +7819,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "" @@ -7713,20 +7828,20 @@ msgstr "" msgid "Log Configuration" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "" @@ -7738,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "" @@ -7792,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 "" @@ -7822,12 +7953,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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 "" @@ -7839,12 +7970,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7856,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -7873,7 +8008,7 @@ 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 "" @@ -7894,7 +8029,7 @@ msgstr "" msgid "Memory Card" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7902,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 "" @@ -7922,7 +8057,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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 +8065,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -7965,7 +8108,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7985,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 " @@ -7997,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8022,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 "" @@ -8035,11 +8178,11 @@ 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 "" @@ -8055,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 "" @@ -8064,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 "" @@ -8080,7 +8233,7 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8107,7 +8260,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8134,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 "" @@ -8195,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 "" @@ -8204,7 +8357,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8247,7 +8400,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8262,7 +8415,7 @@ 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 "" @@ -8284,13 +8437,13 @@ 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 "" @@ -8298,7 +8451,7 @@ msgstr "" 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 "" @@ -8319,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 "" @@ -8340,7 +8493,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" @@ -8348,15 +8501,15 @@ msgstr "" 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 " @@ -8367,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 "" @@ -8446,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." @@ -8482,7 +8630,7 @@ msgstr "" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8534,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 "" @@ -8555,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 " @@ -8581,7 +8729,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "" @@ -8589,13 +8737,13 @@ msgstr "" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8612,7 +8760,7 @@ msgstr "Otvori " msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" @@ -8625,7 +8773,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8691,31 +8839,31 @@ 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:231 @@ -8733,7 +8881,7 @@ msgstr "" 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 "" @@ -8753,15 +8901,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8775,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:603 +#: 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 "" @@ -8825,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 "" @@ -8850,7 +9007,7 @@ msgstr "" msgid "Patches" msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8863,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:801 +#: 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 " @@ -8887,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." @@ -8912,7 +9069,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8920,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 "" @@ -8942,11 +9099,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -8963,7 +9120,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8971,7 +9128,7 @@ msgstr "" msgid "Play" msgstr "Pokreni " -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -8983,7 +9140,7 @@ 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 "" @@ -9020,20 +9177,25 @@ msgstr "" 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 "" @@ -9066,7 +9228,7 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9091,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 "" @@ -9130,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 " @@ -9145,7 +9307,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9173,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." @@ -9200,15 +9362,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9218,7 +9380,7 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9242,14 +9404,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Pitanje " @@ -9274,11 +9436,11 @@ msgstr "" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9311,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9360,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 "" @@ -9370,7 +9536,11 @@ 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 "" @@ -9378,15 +9548,15 @@ msgstr "" 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 "" @@ -9421,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 @@ -9436,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 "" @@ -9450,7 +9619,7 @@ msgid "Refreshing..." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9484,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 "" @@ -9512,25 +9681,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9539,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9558,7 +9737,7 @@ msgstr "Reset/Restart " msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9582,7 +9761,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9590,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 "" @@ -9602,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 "" @@ -9610,7 +9789,7 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9631,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 @@ -9686,7 +9865,7 @@ msgstr "" msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9695,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 " @@ -9704,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 " @@ -9716,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" @@ -9741,19 +9929,24 @@ msgstr "" msgid "Rumble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9769,19 +9962,19 @@ msgstr "" 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 "" @@ -9789,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 "" @@ -9824,11 +10017,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "" @@ -9840,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9850,15 +10043,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9872,11 +10065,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9894,15 +10087,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9914,11 +10107,11 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -9968,23 +10161,23 @@ msgstr "Snimaj State Slot 8" msgid "Save State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -9992,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 "" @@ -10000,11 +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:1135 +#: 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" @@ -10019,11 +10212,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "" @@ -10043,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 "" @@ -10052,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "" @@ -10062,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 "" @@ -10074,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10088,7 +10281,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10122,7 +10315,7 @@ 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, " "cancel)" @@ -10133,7 +10326,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10153,7 +10346,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10165,7 +10358,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10177,11 +10370,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10193,7 +10386,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" @@ -10201,7 +10394,7 @@ msgstr "" msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "" @@ -10245,7 +10438,7 @@ msgstr "" msgid "Select State Slot 9" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10262,17 +10455,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10280,7 +10473,7 @@ msgstr "" msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10292,11 +10485,11 @@ msgstr "" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10308,7 +10501,7 @@ msgstr "" 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 "" @@ -10316,7 +10509,7 @@ msgstr "" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10328,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 " @@ -10370,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 " @@ -10392,14 +10585,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10427,7 +10620,7 @@ msgstr "" msgid "Send" msgstr "Isprati" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "" @@ -10464,7 +10657,7 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" @@ -10481,15 +10674,15 @@ msgstr "" msgid "Set PC" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10497,18 +10690,18 @@ msgstr "" msgid "Set as &Default ISO" 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 " "this setting only take effect once Dolphin is restarted." @@ -10516,7 +10709,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10529,7 +10722,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10542,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 "" @@ -10556,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 "" @@ -10578,28 +10771,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" @@ -10607,41 +10800,41 @@ msgstr "" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" @@ -10653,51 +10846,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "" @@ -10706,27 +10899,27 @@ msgstr "" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" @@ -10734,59 +10927,59 @@ msgstr "" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10794,16 +10987,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10811,7 +11004,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10819,92 +11012,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -10934,7 +11127,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10958,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 "" @@ -10975,7 +11168,7 @@ 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." @@ -10985,7 +11178,7 @@ msgstr "" msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11001,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%. " @@ -11081,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." @@ -11097,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 "" @@ -11116,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 "" @@ -11124,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 "" @@ -11136,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, " @@ -11149,7 +11342,7 @@ 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" @@ -11182,20 +11375,24 @@ msgstr "" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" @@ -11203,7 +11400,7 @@ msgstr "" 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 "" @@ -11215,7 +11412,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11254,19 +11451,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11275,7 +11472,7 @@ msgstr "" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11304,15 +11501,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11345,7 +11546,7 @@ 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 "" @@ -11363,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 "" @@ -11380,12 +11581,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" @@ -11399,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 "" @@ -11412,7 +11613,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11424,12 +11625,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11452,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 "" @@ -11500,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11545,7 +11751,7 @@ 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." @@ -11564,24 +11770,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11599,15 +11805,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11623,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 "" @@ -11634,11 +11840,11 @@ 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 "" @@ -11650,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 "" @@ -11669,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 "" @@ -11683,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:1239 +#: 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:1234 +#: 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 " @@ -11724,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." @@ -11817,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?" @@ -11851,21 +12057,21 @@ msgid "" "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 "" @@ -11884,7 +12090,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11893,15 +12099,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 "" -#: 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" @@ -11917,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" @@ -11935,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 "" @@ -11943,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 "" @@ -11952,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 " @@ -11994,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:1197 +#: 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)." @@ -12013,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 "" @@ -12048,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 "" @@ -12056,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:1189 +#: 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 "" @@ -12097,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 "" @@ -12130,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 "" @@ -12158,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/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 " @@ -12192,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." @@ -12229,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 "" @@ -12271,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" @@ -12287,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 "" @@ -12323,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" @@ -12356,7 +12562,7 @@ msgstr "" msgid "Threshold" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12366,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)" @@ -12378,7 +12609,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "" @@ -12386,17 +12617,17 @@ msgstr "" msgid "To" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" @@ -12421,7 +12652,7 @@ msgid "Toggle Aspect Ratio" msgstr "" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" @@ -12473,11 +12704,15 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12485,7 +12720,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "" @@ -12493,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 "" @@ -12531,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 "" @@ -12556,8 +12791,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12594,7 +12829,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12620,7 +12855,7 @@ 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 "" @@ -12638,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." @@ -12653,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." @@ -12662,7 +12897,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12674,11 +12909,11 @@ msgstr "" 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 "" @@ -12698,7 +12933,7 @@ 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 "" @@ -12725,11 +12960,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "" @@ -12747,13 +12982,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12763,7 +12998,7 @@ 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 "" @@ -12792,7 +13027,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12812,7 +13047,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12892,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 @@ -12903,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 " @@ -12970,7 +13205,7 @@ msgstr "" 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 "" @@ -12978,7 +13213,7 @@ msgstr "" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12986,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 " @@ -13009,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 "" @@ -13049,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'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 " @@ -13068,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 " @@ -13338,7 +13577,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Upozorenje " @@ -13434,7 +13673,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13442,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 " @@ -13450,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 "" @@ -13482,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" @@ -13500,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 "" @@ -13520,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 "" @@ -13528,15 +13767,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13545,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 "" @@ -13563,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13616,11 +13863,11 @@ msgstr "" 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 "" @@ -13671,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 " @@ -13755,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 "" @@ -13775,7 +14022,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13793,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 "" @@ -13842,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 "" @@ -13858,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 "" @@ -13923,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 "" @@ -13943,15 +14192,15 @@ 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 "" diff --git a/Languages/po/sv.po b/Languages/po/sv.po index 03393d3005..9f71b90b27 100644 --- a/Languages/po/sv.po +++ b/Languages/po/sv.po @@ -8,16 +8,16 @@ # 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-09-01 08:42+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" +"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" @@ -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)" @@ -184,7 +190,7 @@ msgstr "%1 stöder inte den här funktionen på ditt system." 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,11 +200,11 @@ msgstr "" "%2 objekt\n" "Nuvarande bildruta: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 har gått med" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 har gått ut" @@ -206,11 +212,11 @@ msgstr "%1 har gått ut" 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:1118 +#: 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:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 golfar nu" @@ -222,8 +228,8 @@ 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" @@ -240,11 +246,11 @@ 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)" @@ -253,17 +259,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1:s värde används" @@ -279,7 +285,7 @@ msgstr "%1/%2" 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" @@ -313,20 +319,20 @@ msgstr "%1x ursprunglig (%2x%3) för %4" 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." @@ -352,20 +358,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Om" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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…" @@ -373,11 +379,11 @@ msgstr "&Lägg till ny kod…" msgid "&Add..." msgstr "&Lägg till..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Assembler" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Ljudinställningar" @@ -389,15 +395,19 @@ msgstr "&Uppdatera automatiskt:" msgid "&Borderless Window" msgstr "&Kantlöst fönster" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Brytpunkter" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Bugghanterare" @@ -405,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Leta efter uppdateringar..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Rensa symboler" @@ -421,20 +431,24 @@ msgstr "&Rensa symboler" msgid "&Clone..." msgstr "&Klona..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Kontrollinställningar" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "&Kopiera adress" @@ -442,26 +456,26 @@ msgstr "&Kopiera adress" 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…" @@ -469,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:343 +#: 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" @@ -493,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Teckensnitt…" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "Gå fram en &bildruta" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Fri vy-inställningar" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Generera symboler från" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "Källkoden på &GitHub" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: 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:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Hjälp" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Kortkommandoinställningar" @@ -547,11 +565,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -559,7 +577,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "Tidsut&jämning" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -567,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "L&äs in snabbsparning" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Ladda symbol-map" @@ -585,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Lås fast gränssnittselement" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Minne" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Inspelning" @@ -609,7 +631,7 @@ msgstr "&Inspelning" msgid "&Mute" msgstr "&Tyst" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Nätverk" @@ -618,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "A<ernativ" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Pausa" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Spela" @@ -642,7 +668,7 @@ msgstr "&Spela" msgid "&Properties" msgstr "&Egenskaper" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "S&krivskyddat läge" @@ -650,7 +676,7 @@ msgstr "S&krivskyddat läge" msgid "&Refresh List" msgstr "&Uppdatera lista" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Register" @@ -658,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Spara symbol-map" @@ -688,7 +714,7 @@ 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" @@ -696,23 +722,27 @@ msgstr "&Skylandersportal" msgid "&Speed Limit:" msgstr "&Hastighetsbegränsning:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -722,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&Bevakning" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Webbplats" @@ -748,38 +778,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Ja" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: 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:1564 +#: 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: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" @@ -796,7 +818,7 @@ msgstr ", Komma" msgid "- Subtract" msgstr "- Subtrahera" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -866,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" @@ -924,7 +946,7 @@ msgstr "32-bitars osignerat heltal" #. i18n: Stereoscopic 3D #: 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" @@ -950,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" @@ -1047,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1094,8 +1116,8 @@ msgstr "" msgid "> Greater-than" msgstr "> Större än" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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!" @@ -1132,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:967 +#: 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?" @@ -1153,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" @@ -1191,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" @@ -1233,8 +1255,8 @@ msgstr "Precision:" msgid "Achievement Settings" msgstr "Prestationsinställningar" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Prestationer" @@ -1326,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktiv" @@ -1342,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" @@ -1350,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:" @@ -1400,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adress" @@ -1447,16 +1468,9 @@ msgid "" "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 @@ -1478,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" @@ -1490,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" @@ -1608,8 +1622,8 @@ msgstr "Alla GC/Wii-filer" msgid "All Hexadecimal" msgstr "Alla hexadecimala" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1621,7 +1635,7 @@ 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 (*)" @@ -1641,7 +1655,7 @@ msgstr "Tillåt regionsinställningar som inte matchar" 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" @@ -1661,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" @@ -1683,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" @@ -1709,15 +1723,15 @@ msgstr "Kantutjämning:" msgid "Any Region" msgstr "Valfri region" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "Lägg till i &existerande signaturfil..." -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "Appli&cera signaturfil..." @@ -1729,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:" @@ -1737,7 +1751,7 @@ msgstr "Apploader-datum:" msgid "Apply" msgstr "Verkställ" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1745,7 +1759,7 @@ msgstr "" 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'?" @@ -1757,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/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?" @@ -1769,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:" @@ -1786,7 +1808,7 @@ msgstr "Bildförhållande:" msgid "Assemble" msgstr "Assemblera" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1819,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" @@ -1839,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" @@ -1869,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" @@ -1877,15 +1899,15 @@ msgstr "Autojustera fönsterstorlek" msgid "Auto-Hide" msgstr "Dölj automatiskt" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1916,7 +1938,7 @@ msgid "Auxiliary" msgstr "ARAM" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1950,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:" @@ -1971,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." @@ -1992,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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:" @@ -2029,7 +2051,7 @@ 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" @@ -2081,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):" @@ -2099,11 +2121,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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:" @@ -2137,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:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Pausa vid start" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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" @@ -2209,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 " @@ -2242,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 " @@ -2252,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)" @@ -2279,11 +2301,11 @@ 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Bryt" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2292,11 +2314,11 @@ msgstr "" msgid "Breakpoint" msgstr "Brytpunkt" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: 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:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Brytpunkter" @@ -2330,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "Buffertstorleken ändrades till %1" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Buffert:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2395,7 +2417,7 @@ msgstr "Av: %1" msgid "C Stick" msgstr "C-spak" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "S&kapa signaturfil..." @@ -2403,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" @@ -2415,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." @@ -2447,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" @@ -2485,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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" @@ -2546,20 +2568,20 @@ 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." @@ -2571,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:" @@ -2595,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" @@ -2603,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..." @@ -2619,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." @@ -2627,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." @@ -2656,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." @@ -2676,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" @@ -2684,7 +2706,7 @@ msgstr "Sök efter fusk" msgid "Cheats Manager" msgstr "Fuskhanterare" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "Kontrollera NAND-minne..." @@ -2724,11 +2746,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2738,7 +2760,7 @@ msgstr "" #: Source/Core/DolphinQt/Settings/GameCubePane.cpp:437 msgid "Choose a File to Open or Create" -msgstr "" +msgstr "Välj en fil att öppna eller skapa" #. i18n: Refers to emulated wii remote movements. #: Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp:39 @@ -2757,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Rensa cache" @@ -2775,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…" @@ -2788,7 +2811,7 @@ msgstr "Klona och &redigera kod…" msgid "Close" msgstr "Stäng" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ko&nfiguration" @@ -2796,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 "" @@ -2828,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "Kombinera &två signaturfiler..." @@ -2845,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" @@ -2869,7 +2901,7 @@ msgstr "Kompilerar shaders" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Komprimering" @@ -2877,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:" @@ -2890,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Villkor" @@ -3036,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" @@ -3049,26 +3081,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -3079,15 +3119,15 @@ msgstr "Bekräftelse" msgid "Connect" msgstr "Anslut" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Anslut Wii-fjärrkontroll %1" @@ -3107,7 +3147,7 @@ msgstr "Anslut Wii-fjärrkontroll 3" msgid "Connect Wii Remote 4" msgstr "Anslut Wii-fjärrkontroll 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Anslut Wii-fjärrkontroller" @@ -3131,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." @@ -3148,7 +3188,7 @@ 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" @@ -3263,8 +3303,8 @@ msgstr "Konvergens" 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." @@ -3272,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" @@ -3282,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" @@ -3307,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..." @@ -3355,19 +3395,19 @@ msgstr "" msgid "Copy" msgstr "Kopiera" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3375,15 +3415,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "Kopiera värde" @@ -3401,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" @@ -3414,11 +3449,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3448,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" @@ -3459,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" @@ -3506,11 +3536,11 @@ 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!" @@ -3539,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:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Kunde inte slå upp centralserver" @@ -3551,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:" @@ -3584,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:" @@ -3592,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)." @@ -3608,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, " @@ -3622,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:304 +#: 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" @@ -3642,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)" @@ -3654,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" @@ -3678,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 @@ -3705,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" @@ -3713,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)" @@ -3796,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" @@ -3806,11 +3862,11 @@ 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" @@ -3835,11 +3891,11 @@ msgstr "Sänk intern upplösning" 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" @@ -3853,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" @@ -3869,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" @@ -3877,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 " @@ -3894,7 +3950,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Radera" @@ -3924,18 +3980,18 @@ msgstr "Djupandel:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -3943,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" @@ -3956,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" @@ -3978,7 +4034,7 @@ msgstr "Frikopplad" msgid "Detect" msgstr "Sök" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "Upptäcker RSO-moduler" @@ -4008,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:" @@ -4016,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." @@ -4040,7 +4096,7 @@ 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" @@ -4048,11 +4104,11 @@ msgstr "Inaktivera EFB-VRAM-kopior" msgid "Disable Emulation Speed Limit" msgstr "Inaktivera emuleringshastighetsgräns" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Inaktivera fastmem" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Inaktivera fastmemarena" @@ -4060,11 +4116,11 @@ msgstr "Inaktivera fastmemarena" msgid "Disable Fog" msgstr "Inaktivera dimma" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "Inaktivera JIT-cache" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Inaktivera stor ingångspunktstabell" @@ -4072,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 " @@ -4083,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 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." @@ -4125,7 +4181,7 @@ msgid "Discard" msgstr "Kasta" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "Visningsinställningar" @@ -4164,11 +4220,11 @@ 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:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "Vill du tömma symbolnamnlistan?" @@ -4178,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:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Vill du stoppa den aktuella emuleringen?" @@ -4186,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)" @@ -4199,22 +4255,22 @@ msgstr "Dolphin-FIFO-logg (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Förinställd Dolphin-spelmod" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin-TAS-filmer (*.dtm)" @@ -4258,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:1001 +#: 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." @@ -4270,11 +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/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." @@ -4308,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 @@ -4318,27 +4374,27 @@ 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 " @@ -4387,19 +4443,19 @@ msgstr "Dumpa &FakeVMEM" msgid "Dump &MRAM" msgstr "Dumpa &MRAM" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Dumpa bildrutor" @@ -4407,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" @@ -4415,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" @@ -4440,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." @@ -4459,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." @@ -4478,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" @@ -4514,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" @@ -4533,16 +4589,16 @@ msgstr "Östasien" msgid "Edit Breakpoint" msgstr "Redigera brytpunkt" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "Redigera villkor" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "Redigera villkorsuttryck" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Redigera..." @@ -4551,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" @@ -4562,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4588,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" @@ -4616,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" @@ -4641,16 +4711,16 @@ 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" @@ -4662,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" @@ -4682,15 +4752,15 @@ msgstr "Aktivera dubbla kärnor" 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" @@ -4698,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 " @@ -4739,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:916 +#: 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" @@ -4773,11 +4843,11 @@ 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" @@ -4785,15 +4855,15 @@ msgstr "Aktivera inofficiella prestationer" 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)" @@ -4805,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 " @@ -4813,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 " @@ -4829,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 " @@ -4839,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 " @@ -4847,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." @@ -4869,12 +4939,12 @@ msgid "" "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 " @@ -4882,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 " @@ -4895,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 " @@ -4922,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." @@ -4930,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 @@ -4943,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 " @@ -4971,7 +5041,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4984,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." @@ -5009,7 +5079,7 @@ msgstr "" "\n" "Avbryter import." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "Slutadr." @@ -5019,7 +5089,7 @@ 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" @@ -5036,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:" @@ -5060,7 +5130,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "Ange RSO-moduladressen:" @@ -5069,69 +5139,68 @@ msgstr "Ange RSO-moduladressen:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -5145,7 +5214,7 @@ msgstr "Ange RSO-moduladressen:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Fel" @@ -5167,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 " @@ -5177,7 +5246,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Ett fel uppstod när sessionslistan skulle hämtas: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Ett fel uppstod när vissa texturpaket laddades" @@ -5241,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" @@ -5261,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." @@ -5274,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:306 +#: 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" @@ -5323,11 +5392,11 @@ msgstr "Början av uttryck förväntades." 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Exportera alla Wii-sparningar" @@ -5342,7 +5411,7 @@ msgstr "Exportering misslyckades" msgid "Export Recording" msgstr "Exportera inspelning" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Exportera inspelning..." @@ -5370,14 +5439,14 @@ msgstr "Exportera som .&gcs..." msgid "Export as .&sav..." msgstr "Exportera som .&sav..." -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5398,7 +5467,7 @@ msgstr "Extern" msgid "External Frame Buffer (XFB)" msgstr "Extern bildrutebuffert (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "Extrahera certifikat från NAND-minne" @@ -5436,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" @@ -5456,11 +5525,11 @@ msgstr "" 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:1723 +#: 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}" @@ -5476,7 +5545,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Misslyckades att ansluta till Redump.org" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Misslyckades att ansluta till server: %1" @@ -5530,19 +5599,19 @@ msgstr "" 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" @@ -5555,7 +5624,7 @@ 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:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "Misslyckades att extrahera certifikat från NAND-minnet" @@ -5585,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:1153 +#: 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:1147 +#: 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." @@ -5600,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:1160 +#: 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 -> " @@ -5611,7 +5680,7 @@ msgstr "" "minnet (Verktyg -> Hantera NAND -> Kontrollera NAND-minne...) och importera " "sedan sparfilen igen." -#: Source/Core/DolphinQt/MainWindow.cpp:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Misslyckades att initialisera kärnan" @@ -5625,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" @@ -5634,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:1118 +#: 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:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: 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" @@ -5657,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:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Misslyckades att läsa map-filen \"%1\"" @@ -5671,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." @@ -5687,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:1740 +#: 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\"" @@ -5737,7 +5806,7 @@ msgstr "" msgid "Failed to open file." msgstr "Kunde inte öppna fil." -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "Misslyckades att öppna servern" @@ -5785,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." @@ -5881,31 +5950,31 @@ 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:1651 +#: 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:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "Misslyckades att spara signaturfilen \"%1\"" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: 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:1775 +#: 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 > " @@ -5958,7 +6027,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "Misslyckades" @@ -5992,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" @@ -6005,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Filnamn" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Sökväg" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -6056,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}" @@ -6088,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" @@ -6123,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 @@ -6138,11 +6201,11 @@ msgstr "Flaggor" msgid "Float" msgstr "Float" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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." @@ -6162,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" @@ -6170,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" @@ -6202,11 +6265,11 @@ 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." @@ -6232,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." @@ -6242,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 @@ -6257,13 +6320,13 @@ 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" @@ -6284,11 +6347,11 @@ msgstr "Gå fram en bildruta - Öka hastighet" 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" @@ -6296,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:" @@ -6316,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" @@ -6336,7 +6399,11 @@ 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" @@ -6351,7 +6418,7 @@ 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" @@ -6370,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:" @@ -6379,12 +6446,12 @@ msgstr "Från:" msgid "FullScr" msgstr "Helskärm" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Funktion" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "Funktionella inställningar" @@ -6428,11 +6495,11 @@ msgstr "GBA-volym" msgid "GBA Window Size" msgstr "GBA-fönsterstorlek" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: 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:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1:s ROM borttagen" @@ -6456,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" @@ -6480,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:235 +#: 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?" @@ -6492,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:253 +#: 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?" @@ -6500,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:278 +#: 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?" @@ -6508,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:262 +#: 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?" @@ -6516,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:244 +#: 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?" @@ -6532,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:470 +#: 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" @@ -6555,8 +6622,8 @@ 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" @@ -6572,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" @@ -6584,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" @@ -6601,11 +6668,11 @@ msgid "Game Gamma:" msgstr "Spelets gamma:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6614,7 +6681,7 @@ msgstr "Spel-ID:" msgid "Game Status" msgstr "Spelstatus" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "Bytte spel till \"%1\"" @@ -6665,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" @@ -6677,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" @@ -6698,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" @@ -6726,7 +6793,7 @@ 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" @@ -6737,17 +6804,17 @@ msgstr "Gecko-koder" #: 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)" @@ -6762,17 +6829,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "Genererade AR-kod(er)." -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6780,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6808,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" @@ -6853,7 +6920,7 @@ msgstr "Grön vänster" msgid "Green Right" msgstr "Grön höger" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Rutnätsvy" @@ -6898,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å" @@ -6931,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "Dölj alla" @@ -6951,7 +7018,7 @@ msgstr "Dölj inkompatibla sessioner" 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 " "render window is focused.

If unsure, select "" @@ -6959,11 +7026,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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" @@ -6986,13 +7053,37 @@ msgstr "Värd" msgid "Host Code:" msgstr "Värdkod:" +#. 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/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 "" @@ -7007,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:939 +#: 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:939 +#: 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" @@ -7023,7 +7122,7 @@ 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" @@ -7033,11 +7132,11 @@ msgstr "Kortkommandoinställningar" 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" @@ -7064,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:" @@ -7101,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:" @@ -7201,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." @@ -7222,7 +7321,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -7238,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" @@ -7267,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 " @@ -7294,7 +7388,7 @@ msgstr "" "

Om du är osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "Importera BootMii-NAND-kopia..." @@ -7309,15 +7403,15 @@ msgstr "Importering misslyckades" msgid "Import Save File(s)" msgstr "Importera sparfil(er)" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Importera Wii-sparning…" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "Importerar NAND-kopia" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7326,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 " @@ -7339,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 " @@ -7352,31 +7446,31 @@ 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" @@ -7401,15 +7495,15 @@ msgstr "Öka intern upplösning" 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" @@ -7448,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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" @@ -7462,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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" @@ -7480,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "Infoga &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" @@ -7506,7 +7600,7 @@ msgstr "Installationspartition (%1)" msgid "Install Update" msgstr "Installera uppdatering" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "Installera WAD…" @@ -7521,7 +7615,7 @@ 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" @@ -7530,7 +7624,7 @@ msgstr "Instruktion" msgid "Instruction Breakpoint" msgstr "Instruktionsbrytpunkt" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "Instruktion:" @@ -7539,7 +7633,7 @@ msgstr "Instruktion:" msgid "Instruction: %1" msgstr "Instruktion: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7619,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "Interpreterarkärna" @@ -7643,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:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "Ogiltigt paket %1: %2" @@ -7652,11 +7746,11 @@ msgstr "Ogiltigt paket %1: %2" msgid "Invalid Player ID" msgstr "Ogiltigt spelar-ID" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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" @@ -7677,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" @@ -7685,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." @@ -7713,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" @@ -7732,81 +7834,81 @@ msgstr "Italien" msgid "Item" msgstr "Föremål" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "JIT Branch av" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "JIT FloatingPoint av" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "JIT Integer av" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "JIT LoadStore Floating av" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "JIT LoadStore av" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "JIT LoadStore Paired av" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "JIT LoadStore lXz av" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "JIT LoadStore lbzx av" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "JIT LoadStore lwz av" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "JIT av (JIT-kärna)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "JIT Register Cache av" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "JIT SystemRegisters av" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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." @@ -7815,16 +7917,17 @@ msgstr "" "aldrig hända. Rapportera gärna detta till utvecklarna. Dolphin kommer nu " "avslutas." -#: Source/Android/jni/MainAndroid.cpp:424 +#: 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:308 +#: 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" @@ -7835,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!" @@ -7843,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:683 +#: 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" @@ -7878,7 +7981,7 @@ msgstr "Tangentbordskontroll" msgid "Keys" msgstr "Tangenter" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -7886,12 +7989,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "Sparka ut spelare" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7920,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" @@ -7962,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 @@ -8066,11 +8169,11 @@ msgstr "Ljus" msgid "Limit Chunked Upload Speed:" msgstr "Begränsa segmentuppladdningshastighet:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "Listkolumner" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Listvy" @@ -8080,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "Ladda &felaktig map-fil..." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -8110,7 +8213,7 @@ msgstr "Läs in anpassade texturer" msgid "Load File" msgstr "Ladda fil" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "Ladda GameCube-huvudmeny" @@ -8123,8 +8226,8 @@ msgstr "Ladda bara värdens spardata" msgid "Load Last State" msgstr "Läs in senaste snabbsparning" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -8225,19 +8328,19 @@ msgstr "Läs in snabbsparningsplats 8" msgid "Load State Slot 9" msgstr "Läs in snabbsparningsplats 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Läs in snabbsparning från fil" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: 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:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Läs in snabbsparning från plats" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Starta Wii-systemmeny %1" @@ -8249,23 +8352,23 @@ msgstr "Ladda och skriv värdens spardata" msgid "Load from Selected Slot" msgstr "Ladda från vald plats" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: 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:1077 +#: 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:1575 +#: 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, " @@ -8275,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." @@ -8288,7 +8391,7 @@ msgstr "" 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" @@ -8297,7 +8400,7 @@ msgstr "Lås muspekare" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -8305,7 +8408,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Logg" @@ -8314,20 +8417,20 @@ msgstr "Logg" msgid "Log Configuration" msgstr "Loggkonfiguration" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: 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:910 +#: 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" @@ -8339,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 " @@ -8354,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:979 +#: 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:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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" @@ -8397,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!" @@ -8427,12 +8546,12 @@ msgstr "Se till att det finns en Skylander på plats %1!" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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:" @@ -8449,12 +8568,12 @@ msgstr "" "

Om du är osäker kan du lämna detta omarkerat." -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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" @@ -8466,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "Maxbuffert:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -8483,7 +8606,7 @@ 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." @@ -8504,7 +8627,7 @@ msgstr "Minnesbrytpunkt" msgid "Memory Card" msgstr "Minneskort" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "Minneskorthanterare" @@ -8512,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" @@ -8532,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:1815 +#: 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, " @@ -8544,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:528 +#: 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 "" @@ -8580,7 +8711,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "De interna datastrukturerna matchar inte." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8607,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 " @@ -8623,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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" @@ -8648,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" @@ -8661,11 +8792,11 @@ 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" @@ -8683,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." @@ -8692,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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" @@ -8708,7 +8849,7 @@ msgstr "NAND-minneskontroll" msgid "NKit Warning" msgstr "NKit-varning" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8735,7 +8876,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8762,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:" @@ -8829,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" @@ -8838,7 +8979,7 @@ msgid "Never Auto-Update" msgstr "Uppdatera aldrig automatiskt" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Ny" @@ -8881,7 +9022,7 @@ msgstr "Ny etikett" 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" @@ -8896,7 +9037,7 @@ 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:" @@ -8918,13 +9059,13 @@ 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" @@ -8932,7 +9073,7 @@ msgstr "Ingen sökträff" 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!" @@ -8953,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." @@ -8974,7 +9115,7 @@ msgstr "Ingen grafikmodd vald" msgid "No input" msgstr "Ingen indata" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "Inga problem upptäcktes." @@ -8982,15 +9123,15 @@ msgstr "Inga problem upptäcktes." 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 " @@ -9004,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." @@ -9090,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." @@ -9126,7 +9262,7 @@ msgstr "Nunchuk-spak" msgid "OK" msgstr "OK" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "Objekt %1" @@ -9178,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" @@ -9199,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 " @@ -9225,7 +9361,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "&Dokumentation online " @@ -9233,7 +9369,7 @@ msgstr "&Dokumentation online " msgid "Only Show Collection" msgstr "Visa bara samling" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9241,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:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9260,7 +9396,7 @@ 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" @@ -9273,7 +9409,7 @@ msgstr "" msgid "Open Directory..." msgstr "Öppna mapp..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -9339,31 +9475,31 @@ 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:231 @@ -9381,7 +9517,7 @@ msgstr "Annan partition (%1)" 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" @@ -9401,15 +9537,15 @@ msgstr "Resampling" msgid "Output Resampling:" msgstr "Resampling:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "Överskrivet" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: 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:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9423,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:603 +#: 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" @@ -9473,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" @@ -9498,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:" @@ -9511,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:801 +#: 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 " @@ -9535,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." @@ -9563,7 +9708,7 @@ msgstr "Topphastigheten för svingande utåt." msgid "Per-Pixel Lighting" msgstr "Ljus per bildpunkt" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "Uppdatera systemmjukvaran via internet" @@ -9571,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" @@ -9593,11 +9738,11 @@ msgstr "Fysisk" msgid "Physical address space" msgstr "Fysiskt adressutrymme" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "Välj ett teckensnitt för felsökning" @@ -9614,7 +9759,7 @@ msgid "Pitch Up" msgstr "Luta uppåt" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Plattform" @@ -9622,7 +9767,7 @@ 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" @@ -9634,7 +9779,7 @@ 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" @@ -9671,14 +9816,19 @@ msgstr "Spelare två förmåga två" 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." @@ -9687,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 "" @@ -9722,7 +9872,7 @@ msgstr "Port:" msgid "Portal Slots" msgstr "Portalplatser" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: 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 " @@ -9749,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" @@ -9790,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 " @@ -9810,7 +9960,7 @@ msgstr "" 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" @@ -9838,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." @@ -9846,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." @@ -9854,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." @@ -9871,15 +10021,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "Program Counter" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9892,7 +10042,7 @@ msgstr "" msgid "Public" msgstr "Offentlig" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "Töm cache för spellista" @@ -9916,7 +10066,7 @@ msgstr "Det gick inte att sätta på Quality of Service (QoS)." 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." @@ -9924,7 +10074,7 @@ msgstr "" #: Source/Core/Common/MsgHandler.cpp:60 #: Source/Core/DolphinQt/ConvertDialog.cpp:454 #: Source/Core/DolphinQt/GCMemcardManager.cpp:661 -#: Source/Core/DolphinQt/MainWindow.cpp:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Fråga" @@ -9949,11 +10099,11 @@ msgstr "R-analog" msgid "READY" msgstr "KLAR" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO-moduler" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO auto-upptäckt" @@ -9986,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "Läs" @@ -10035,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 "" @@ -10045,7 +10199,11 @@ 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" @@ -10053,15 +10211,15 @@ msgstr "Spela in" 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..." @@ -10102,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 @@ -10117,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." @@ -10131,7 +10288,7 @@ msgid "Refreshing..." msgstr "Uppdaterar..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Region" @@ -10165,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" @@ -10196,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:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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." @@ -10217,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}" @@ -10225,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -10244,7 +10411,7 @@ msgstr "Återställ" msgid "Reset All" msgstr "Återställ alla" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "Nollställ ignorera panikhanterare" @@ -10268,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" @@ -10276,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:" @@ -10288,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" @@ -10296,7 +10463,7 @@ msgstr "Omstart krävs" msgid "Restore Defaults" msgstr "Återställ förval" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -10317,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 @@ -10372,7 +10539,7 @@ msgstr "Rulla höger" 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" @@ -10381,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 " @@ -10395,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 " @@ -10407,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" @@ -10432,19 +10608,24 @@ msgstr "" msgid "Rumble" msgstr "Vibration" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -10460,19 +10641,19 @@ msgstr "Ryssland" 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" @@ -10480,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:" @@ -10515,11 +10696,11 @@ msgstr "SSL-kontext" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "&Spara kod" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "Spa&ra snabbsparning" @@ -10531,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10541,15 +10722,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -10563,11 +10744,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "Sparfilsexportering" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -10585,15 +10766,15 @@ msgstr "Sparfil" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "Sparfiler (*.sav);;Alla filer (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -10605,11 +10786,11 @@ msgstr "Spara äldsta snabbsparning" msgid "Save Preset" msgstr "Spara förinställningar" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "Spara inspelning som" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10659,23 +10840,23 @@ msgstr "Spara snabbsparningsplats 8" msgid "Save State Slot 9" msgstr "Spara snabbsparningsplats 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "Spara snabbsparning till fil" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "Spara snabbsparning på äldsta platsen" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Snabbspara på vald plats" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "Spara snabbsparning på plats" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "Spara symbol-map so&m..." @@ -10683,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" @@ -10691,11 +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:1135 +#: 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" @@ -10713,11 +10894,11 @@ msgstr "Spara i samma katalog som ROM-filen" msgid "Save to Selected Slot" msgstr "Spara på vald plats" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -10739,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." @@ -10748,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Sök" @@ -10758,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" @@ -10770,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." @@ -10778,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Sök efter en instruktion" @@ -10786,7 +10967,7 @@ msgstr "Sök efter en instruktion" msgid "Search games..." msgstr "Sök efter spel..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "Sök efter en instruktion" @@ -10820,7 +11001,7 @@ 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, " "cancel)" @@ -10831,7 +11012,7 @@ msgid "Select Dump Path" msgstr "Välj dump-sökväg:" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "Välj exporteringskatalog" @@ -10851,7 +11032,7 @@ msgstr "Välj GBA-ROM" msgid "Select GBA Saves Path" msgstr "Välj GBA-sparfilssökväg" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10863,7 +11044,7 @@ msgstr "Välj senaste snabbsparning" msgid "Select Load Path" msgstr "Välj laddningssökväg" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10875,11 +11056,11 @@ msgstr "Välj resurspaketssökväg" msgid "Select Riivolution XML file" msgstr "Välj Riivolution-XML-fil" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10891,7 +11072,7 @@ msgstr "Välj Skylandersamling" msgid "Select Skylander File" msgstr "Välj Skylanderfil" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "Välj plats %1 - %2" @@ -10899,7 +11080,7 @@ msgstr "Välj plats %1 - %2" msgid "Select State" msgstr "Välj snabbsparning" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Välj snabbsparningsplats" @@ -10943,7 +11124,7 @@ msgstr "Välj snabbsparningsplats 8" msgid "Select State Slot 9" msgstr "Välj snabbsparningsplats 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10960,17 +11141,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10978,7 +11159,7 @@ msgstr "" msgid "Select a Game" msgstr "Välj ett spel" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "Välj en fil" @@ -10990,11 +11171,11 @@ msgstr "Välj ett spel" msgid "Select e-Reader Cards" msgstr "Välj e-Readerkort" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "Välj RSO-modulens adress:" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "Välj inspelning att spela upp" @@ -11006,7 +11187,7 @@ msgstr "Välj rot för virtuellt SD-kort" 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" @@ -11014,7 +11195,7 @@ msgstr "Den valda kontrollprofilen finns inte" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "Det valda spelet finns inte i spellistan!" @@ -11026,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." @@ -11034,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." @@ -11042,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 " @@ -11079,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 " @@ -11101,23 +11282,15 @@ 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/Settings/GeneralPane.cpp:410 msgid "" @@ -11144,7 +11317,7 @@ msgstr "" 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:" @@ -11185,7 +11358,7 @@ 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 "" @@ -11202,15 +11375,15 @@ msgstr "" msgid "Set PC" msgstr "Sätt PC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -11218,7 +11391,7 @@ msgstr "" msgid "Set as &Default ISO" msgstr "Ange som &standard-ISO" -#: 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" @@ -11227,11 +11400,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -11239,7 +11412,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -11254,7 +11427,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -11270,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" @@ -11284,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" @@ -11306,28 +11479,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "Visa &logg" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "Visa alla" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Visa Australien" @@ -11335,41 +11508,41 @@ msgstr "Visa Australien" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Visa Frankrike" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "Visa GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Visa Tyskland" @@ -11381,51 +11554,51 @@ msgstr "Visa överlägg för golfläge" msgid "Show Infinity Base" msgstr "Visa Infinitybas" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Visa indata" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "Visa Italien" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "Visa JPN" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Visa Korea" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "Visa PAL" @@ -11434,27 +11607,27 @@ msgstr "Visa PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Visa regioner" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "Visa ominspelningsräknare" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Visa Ryssland" @@ -11462,59 +11635,59 @@ msgstr "Visa Ryssland" msgid "Show Skylanders Portal" msgstr "Visa Skylandersportal" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Visa systemklocka" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Visa Taiwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Visa USA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "Visa WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Visa Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Visa världen" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -11522,16 +11695,16 @@ msgstr "" msgid "Show in Code" msgstr "Visa i kod" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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" @@ -11539,7 +11712,7 @@ msgstr "Visa i minne" msgid "Show in server browser" msgstr "Visa i serverlistan" -#: 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -11547,7 +11720,7 @@ msgid "" "
" 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." @@ -11556,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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11634,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." @@ -11642,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." @@ -11674,7 +11847,7 @@ msgstr "Tryck för liggande läge" msgid "Sideways Wii Remote" msgstr "Liggande Wii-fjärrkontroll" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "Signaturdatabas" @@ -11698,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" @@ -11715,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." @@ -11727,7 +11900,7 @@ msgstr "" 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" @@ -11743,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%. " @@ -11834,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." @@ -11854,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:" @@ -11873,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" @@ -11881,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)" @@ -11893,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, " @@ -11915,7 +12088,7 @@ 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" @@ -11948,20 +12121,24 @@ msgstr "Standardkontroll" 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:778 +#: 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" @@ -11969,7 +12146,7 @@ msgstr "Starta &inspelning" 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" @@ -11981,7 +12158,7 @@ msgstr "Starta med Riivolution-moddar" msgid "Start with Riivolution Patches..." msgstr "Starta med Riivolution-moddar..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "Startade spelet" @@ -12020,19 +12197,19 @@ msgstr "Stega ut" msgid "Step Over" msgstr "Stega över" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "Urstegningen lyckades!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "Urstegningen gjorde timeout!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "Överstegning pågår..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "Stegning lyckades!" @@ -12041,7 +12218,7 @@ msgstr "Stegning lyckades!" msgid "Stepping" msgstr "Stega" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "Stereo" @@ -12070,15 +12247,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "Avbryt uppspelning/inspelning" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "Stoppade spelet" @@ -12121,7 +12302,7 @@ 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" @@ -12139,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:" @@ -12156,12 +12337,12 @@ msgstr "Penna" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "Klar" @@ -12175,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." @@ -12188,7 +12369,7 @@ msgstr "Exporterade %n av %1 sparfil(er)." msgid "Successfully exported save files" msgstr "Exporteringen av sparfiler lyckades" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "Certifikaten har extraherats från NAND-minnet" @@ -12200,12 +12381,12 @@ msgstr "Extraheringen av filen lyckades." msgid "Successfully extracted system data." msgstr "Extraheringen av systemdata lyckades." -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: 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:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "Titeln har installerats i NAND-minnet." @@ -12228,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" @@ -12279,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Symboler" @@ -12327,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." @@ -12348,24 +12534,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Etiketter" @@ -12383,15 +12569,15 @@ msgstr "Svans" msgid "Taiwan" msgstr "Taiwan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12409,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 (*)" @@ -12420,11 +12606,11 @@ 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" @@ -12436,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" @@ -12462,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})" @@ -12476,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:1239 +#: 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." @@ -12489,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:1234 +#: 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 " @@ -12503,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 " @@ -12527,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 " @@ -12537,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." @@ -12640,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?" @@ -12684,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." @@ -12692,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}." @@ -12723,7 +12909,7 @@ msgstr "" "systemmenyn kommer du inte kunna uppdatera den emulerade konsolen med den " "här skivan." -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -12736,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" @@ -12764,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" @@ -12787,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" @@ -12796,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" @@ -12805,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 " @@ -12856,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:1197 +#: 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)." @@ -12878,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 "" @@ -12918,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 " @@ -12928,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:1189 +#: 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)." @@ -12940,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" @@ -12974,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!" @@ -13013,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." @@ -13021,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!" @@ -13045,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." @@ -13053,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/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 " @@ -13079,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 " @@ -13092,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." @@ -13101,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." @@ -13110,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 " @@ -13121,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." @@ -13142,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. " @@ -13153,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 " @@ -13163,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." @@ -13175,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." @@ -13183,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." @@ -13195,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" @@ -13216,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." @@ -13264,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" @@ -13303,7 +13489,7 @@ msgstr "Trådar" msgid "Threshold" msgstr "Tröskel" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13313,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)" @@ -13327,7 +13538,7 @@ msgstr "Timeout" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Titel" @@ -13335,17 +13546,17 @@ msgstr "Titel" msgid "To" msgstr "till" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Helskärm" @@ -13370,7 +13581,7 @@ msgid "Toggle Aspect Ratio" msgstr "Växla bildförhållande" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Slå på/av brytpunkt" @@ -13422,11 +13633,15 @@ msgstr "Slå på/av XFB-kopior" msgid "Toggle XFB Immediate Mode" msgstr "Slå på/av omedelbar XFB-presentation" +#: 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 "" @@ -13434,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" @@ -13442,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" @@ -13480,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" @@ -13505,8 +13720,8 @@ msgstr "" msgid "Trap Team" msgstr "Trap Team" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "Traverseringsfel" @@ -13545,7 +13760,7 @@ msgid "Trophy" msgstr "Trofé" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13571,7 +13786,7 @@ 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" @@ -13589,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. " @@ -13600,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." @@ -13612,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." @@ -13626,7 +13841,7 @@ msgstr "" "prestandapåverkan, men resultaten varierar beroende på grafikdrivrutinernas " "beteende." -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "Kunde inte upptäcka RSO-modul automatiskt" @@ -13638,11 +13853,11 @@ msgstr "Kunde inte kontakta uppdateringsservern." 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." @@ -13670,7 +13885,7 @@ 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." @@ -13697,11 +13912,11 @@ msgstr "Okomprimerade GC/Wii-skivavbildningar (*.iso *.gcm)" msgid "Undead" msgstr "Odöd" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Ångra snabbsparning" @@ -13722,13 +13937,13 @@ 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:312 +#: 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 @@ -13738,7 +13953,7 @@ 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)" @@ -13771,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!" @@ -13791,7 +14006,7 @@ 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." @@ -13873,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 @@ -13884,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" @@ -13953,7 +14168,7 @@ msgstr "Ange 8.8.8.8 för vanlig DNS, eller ange en egen" 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" @@ -13961,7 +14176,7 @@ msgstr "Använd inbyggd databas för spelnamn" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "Använd förlustfritt kodek (FFV1)" @@ -13969,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." @@ -13985,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 " @@ -13994,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." @@ -14051,18 +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'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 " @@ -14074,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 " @@ -14084,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 " @@ -14378,7 +14585,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Varning" @@ -14509,7 +14716,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -14521,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 " @@ -14534,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" @@ -14566,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" @@ -14584,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" @@ -14604,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" @@ -14612,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:1126 +#: 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" @@ -14629,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 "" @@ -14647,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "Skriv" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "Skriv JIT-blockloggdump" @@ -14700,11 +14915,11 @@ msgstr "Fel region" 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}\"." @@ -14755,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 " @@ -14764,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 " @@ -14880,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." @@ -14908,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:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14928,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." @@ -14977,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" @@ -14993,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" @@ -15060,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" @@ -15080,15 +15297,15 @@ 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 " diff --git a/Languages/po/tr.po b/Languages/po/tr.po index 99332cd3e8..23385a5b03 100644 --- a/Languages/po/tr.po +++ b/Languages/po/tr.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-emu/" @@ -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)" @@ -190,7 +196,7 @@ msgstr "%1, sisteminde bu özellik desteklemiyor." 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,11 +206,11 @@ msgstr "" "%2 nesne\n" "Mevcut Kare: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 katıldı" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 ayrıldı" @@ -212,11 +218,11 @@ msgstr "%1 ayrıldı" 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:1118 +#: 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:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "Oynama sırası %1'de" @@ -228,8 +234,8 @@ 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" @@ -246,11 +252,11 @@ 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)" @@ -259,17 +265,17 @@ 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:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1'in değeri kullanıldı" @@ -285,7 +291,7 @@ msgstr "" 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" @@ -319,20 +325,20 @@ msgstr "%1x Yerel (%2x%3) %4 için" 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." @@ -358,20 +364,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "&Hakkında" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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..." @@ -379,11 +385,11 @@ msgstr "&Yeni Kod Ekle..." msgid "&Add..." msgstr "&Ekle..." -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "&Birleştirici" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "&Ses Ayarları" @@ -395,15 +401,19 @@ msgstr "&Otomatik Güncelle:" msgid "&Borderless Window" msgstr "&Çerçevesiz pencere" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "&Kesme Noktaları" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "&Hata İzleyici" @@ -411,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "&Güncellemeleri Denetle..." -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "&Sembolleri Temizle" @@ -427,20 +437,24 @@ msgstr "&Sembolleri Temizle" msgid "&Clone..." msgstr "&Çoğalt..." -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "&Denetleyici Ayarları" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -448,26 +462,26 @@ msgstr "" 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..." @@ -475,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:343 +#: 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" @@ -499,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "&Yazı Tipi..." -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "&Kare İlerletme" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "&Serbest Bakış Ayarları" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "&Sembolleri Şuradan Getir" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "&GitHub Repo'su" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "&Grafik Ayarları" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "&Yardım" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "&Kısayol Ayarları" @@ -553,11 +571,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -565,7 +583,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "&Karelerarası Harmanlama" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -573,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "Durumu &Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "&Sembol Haritasını Yükle" @@ -591,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "&Gereçleri Yerinde Kilitle" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "&Hafıza" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "&Film" @@ -615,7 +637,7 @@ msgstr "&Film" msgid "&Mute" msgstr "&Sustur" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "&Ağ" @@ -624,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "&Seçenekler" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "&Duraklat" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "&Oynat" @@ -648,7 +674,7 @@ msgstr "&Oynat" msgid "&Properties" msgstr "&Özellikler" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "&Salt-Okunur Mod" @@ -656,7 +682,7 @@ msgstr "&Salt-Okunur Mod" msgid "&Refresh List" msgstr "&Listeyi Yenile" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "&Kayıtlar" @@ -664,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "&Sembol Haritasını Kaydet" @@ -694,7 +720,7 @@ 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" @@ -702,23 +728,27 @@ msgstr "&Skylanders Portal" msgid "&Speed Limit:" msgstr "&Hız Limiti:" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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" @@ -728,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "&İzle" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "&Website" @@ -754,38 +784,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "&Evet" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: 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:1564 +#: 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: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" @@ -802,7 +824,7 @@ msgstr ", Virgül" msgid "- Subtract" msgstr "- Çıkar" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -872,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" @@ -930,7 +952,7 @@ msgstr "32-bit İmzasız Tamsayı" #. i18n: Stereoscopic 3D #: 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" @@ -956,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" @@ -1053,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1102,8 +1124,8 @@ msgstr "" msgid "> Greater-than" msgstr "> -dan/-den büyük" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: 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!" @@ -1140,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:967 +#: 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?" @@ -1160,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 "" @@ -1197,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" @@ -1239,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:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "Başarılar" @@ -1331,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "Aktif" @@ -1347,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" @@ -1355,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:" @@ -1405,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "Adres" @@ -1452,17 +1473,9 @@ msgid "" "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 @@ -1483,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" @@ -1495,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" @@ -1613,8 +1626,8 @@ msgstr "Tüm GC/Wii dosyaları" msgid "All Hexadecimal" msgstr "Tüm Onaltılık" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 (*)" @@ -1626,7 +1639,7 @@ 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 (*)" @@ -1646,7 +1659,7 @@ msgstr "Uyumsuz Bölge Ayarlarına İzin Ver" 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" @@ -1666,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" @@ -1688,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" @@ -1714,15 +1727,15 @@ msgstr "Kenar Yumuşatma:" msgid "Any Region" msgstr "Herhangi Bir Bölge" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "&Mevcut İmza Dosyasına Ekle..." -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "İmza Dosyasını &Uygula..." @@ -1735,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:" @@ -1743,7 +1756,7 @@ msgstr "Apploader Tarihi:" msgid "Apply" msgstr "Uygula" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1751,7 +1764,7 @@ msgstr "" 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?" @@ -1763,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/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?" @@ -1775,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ı:" @@ -1792,7 +1813,7 @@ msgstr "En-Boy Oranı:" msgid "Assemble" msgstr "Birleştir" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1825,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ı" @@ -1845,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" @@ -1874,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" @@ -1882,15 +1903,15 @@ msgstr "Pencere Boyutunu Otomatik Ayarla" msgid "Auto-Hide" msgstr "Otomatik Gizle" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1921,7 +1942,7 @@ msgid "Auxiliary" msgstr "Auxiliary" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1955,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ç:" @@ -1976,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ı." @@ -1997,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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ş:" @@ -2034,7 +2055,7 @@ 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" @@ -2086,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):" @@ -2100,11 +2121,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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:" @@ -2138,67 +2159,67 @@ msgstr "" "Bluetooth geçiş modu etkin, ancak Dolphin libusb olmadan derlendi. Geçiş " "modu kullanılamaz." -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "Önyüklendiğinde Duraklat" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: 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:1851 +#: 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 "" @@ -2210,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 " @@ -2243,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 " @@ -2253,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 "" @@ -2280,11 +2301,11 @@ 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "Kır" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2293,11 +2314,11 @@ msgstr "" msgid "Breakpoint" msgstr "Breakpoint" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: 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:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "Breakpoint'ler" @@ -2331,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:930 +#: 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:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "Arabellek:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2396,7 +2417,7 @@ msgstr "%1" msgid "C Stick" msgstr "C Çubuğu" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "&İmzalı Dosya Oluştur..." @@ -2404,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" @@ -2416,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." @@ -2448,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" @@ -2486,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2543,19 +2564,19 @@ 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." @@ -2567,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:" @@ -2591,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" @@ -2599,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..." @@ -2615,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." @@ -2651,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." @@ -2671,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" @@ -2679,7 +2700,7 @@ msgstr "Hile Arama" msgid "Cheats Manager" msgstr "Hile Yöneticisi" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "NAND'ı Kontrol Et..." @@ -2719,11 +2740,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2752,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "Önbelleği Temizle" @@ -2770,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..." @@ -2783,7 +2805,7 @@ msgstr "Klonla ve Kodu &Düzenle..." msgid "Close" msgstr "Kapat" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "Ya&pılandırma" @@ -2791,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 "" @@ -2823,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "İki İmza Dosyasını &Birleştir..." @@ -2840,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 " @@ -2850,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 " @@ -2860,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" @@ -2870,7 +2901,7 @@ msgstr "Gölgelendiriciler Derleniyor" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "Sıkıştırma" @@ -2878,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" @@ -2891,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "Koşul" @@ -2985,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" @@ -2998,26 +3029,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -3028,15 +3067,15 @@ msgstr "Onay" msgid "Connect" msgstr "Bağlan" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "Wii Remote'u Bağla: %1" @@ -3056,7 +3095,7 @@ msgstr "3. Wii Remote'u Bağla" msgid "Connect Wii Remote 4" msgstr "4. Wii Remote'u Bağla" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "Wii Remote Bağla" @@ -3082,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." @@ -3099,7 +3138,7 @@ 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" @@ -3219,8 +3258,8 @@ msgstr "Yakınsama" 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." @@ -3228,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" @@ -3238,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" @@ -3263,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..." @@ -3315,19 +3354,19 @@ msgstr "" msgid "Copy" msgstr "Kopyala" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3335,15 +3374,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "Değeri Kopyala" @@ -3361,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" @@ -3374,11 +3408,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3408,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" @@ -3418,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" @@ -3464,11 +3493,11 @@ 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!" @@ -3497,7 +3526,7 @@ msgstr "" "Öyleyse, seçeneklerde hafıza kartınızın konumunu yeniden belirtmeniz " "gerekebilir." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "Merkezi sunucu aranamadı" @@ -3509,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:" @@ -3542,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:" @@ -3550,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)." @@ -3570,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, " @@ -3585,11 +3614,11 @@ msgstr "" "

Emin değilseniz, bunu işaretlemeyin." -#: Source/Core/DolphinQt/MenuBar.cpp:304 +#: 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" @@ -3605,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 "" @@ -3617,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" @@ -3641,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 @@ -3670,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" @@ -3678,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ş)" @@ -3761,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" @@ -3771,11 +3826,11 @@ 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" @@ -3800,11 +3855,11 @@ msgstr "IR'ı Azalt" 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" @@ -3818,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" @@ -3834,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" @@ -3842,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 " @@ -3859,7 +3914,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "Sil" @@ -3889,18 +3944,18 @@ msgstr "Derinlik Yüzdesi:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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:" @@ -3908,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 "" @@ -3921,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 "" @@ -3943,7 +3998,7 @@ msgstr "Ayrılmış" msgid "Detect" msgstr "Belirle" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "RSO Modülleri Algılanıyor" @@ -3973,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:" @@ -3981,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." @@ -4005,7 +4060,7 @@ 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" @@ -4013,11 +4068,11 @@ msgstr "EFB VRAM Kopyalarını Devre Dışı Bırak" msgid "Disable Emulation Speed Limit" msgstr "Öykünme Hızı Limitini Kapat" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "Fastmem'i Devre Dışı Bırak" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "Fastmem Alanını Devre Dışı Bırak" @@ -4025,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:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "JIT Önbelleğini Devre Dışı Bırak" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "Büyük Giriş Noktaları Haritasını Devre Dışı Bırak" @@ -4037,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 " @@ -4048,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ğ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." @@ -4088,7 +4143,7 @@ msgid "Discard" msgstr "Vazgeç" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -4129,11 +4184,11 @@ msgstr "" "Dolphin'in geliştiricilerine bilgi bildirmesi için Dolphin'e yetki veriyor " "musun?" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: 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?" @@ -4143,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:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "Mevcut öykünmeyi durdurmak istiyor musun?" @@ -4151,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)" @@ -4164,22 +4219,22 @@ msgstr "Dolphin FIFO Günlüğü (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Dolphin Oyun Modu Ayarı" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS Filmleri (*.dtm)" @@ -4222,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:1001 +#: 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." @@ -4234,11 +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/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ışı." @@ -4272,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 @@ -4282,27 +4337,27 @@ 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 " @@ -4351,19 +4406,19 @@ msgstr "&FakeVMEM'i Dök" msgid "Dump &MRAM" msgstr "&MRAM'i Dök" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "Kareleri Dök" @@ -4371,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" @@ -4379,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" @@ -4404,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." @@ -4423,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." @@ -4442,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" @@ -4478,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" @@ -4497,16 +4552,16 @@ msgstr "Doğu Asya" msgid "Edit Breakpoint" msgstr "Breakpoint'i Düzenle" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "Düzenle..." @@ -4515,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" @@ -4526,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4552,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" @@ -4580,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ı" @@ -4605,16 +4674,16 @@ 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" @@ -4626,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 "" @@ -4646,15 +4715,15 @@ msgstr "Çift Çekirdeği Etkinleştir" 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" @@ -4662,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 " @@ -4703,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:916 +#: 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" @@ -4737,11 +4806,11 @@ 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" @@ -4749,15 +4818,15 @@ msgstr "Resmi Olmayan Başarımları Etkinleştir" 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ş)" @@ -4770,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 " @@ -4782,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 " @@ -4792,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 " @@ -4801,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 " @@ -4811,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 " @@ -4819,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." @@ -4841,19 +4910,12 @@ msgid "" "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 " @@ -4865,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 " @@ -4878,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 " @@ -4906,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." @@ -4914,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 "" @@ -4932,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 " @@ -4963,7 +5020,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4976,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." @@ -5002,7 +5059,7 @@ msgstr "" "\n" "İçe aktarım iptal ediliyor." -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -5012,7 +5069,7 @@ 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" @@ -5029,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:" @@ -5053,7 +5110,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "RSO modül adresini girin:" @@ -5062,69 +5119,68 @@ msgstr "RSO modül adresini girin:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -5138,7 +5194,7 @@ msgstr "RSO modül adresini girin:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "Hata" @@ -5160,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." @@ -5169,7 +5225,7 @@ msgstr "" msgid "Error obtaining session list: %1" msgstr "Oturum listesi alınırken hata oluştu: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "Bazı doku paketleri yüklenirken bir hata oluştu" @@ -5233,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" @@ -5253,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." @@ -5266,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:306 +#: 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" @@ -5315,11 +5371,11 @@ msgstr "İfadenin başlangıcı bekleniyor." 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "Tüm Wii Kayıtlarını Dışa Aktar" @@ -5334,7 +5390,7 @@ msgstr "Dışa Aktarma Başarısız Oldu" msgid "Export Recording" msgstr "Kaydı Dışa Aktar" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "Kaydı Dışa Aktar..." @@ -5362,14 +5418,14 @@ msgstr ".&gcs Olarak Dışarı Aktar..." msgid "Export as .&sav..." msgstr ".&sav Olarak Dışarı Aktar..." -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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" @@ -5390,7 +5446,7 @@ msgstr "Harici" msgid "External Frame Buffer (XFB)" msgstr "Harici Kare Arabelleği (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "NAND'den Sertifikaları Çıkar" @@ -5428,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ı" @@ -5448,11 +5504,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "Bu oturum NetPlay dizinine eklenemedi: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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}" @@ -5468,7 +5524,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "Redump.org'a bağlanılamadı." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "Sunucuya bağlanılamadı: %1" @@ -5519,19 +5575,19 @@ msgstr "NetPlay hafıza kartı silinemedi. Yazma izinlerinizi doğrulayın." 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ı" @@ -5544,7 +5600,7 @@ 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:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "NAND'den sertifikalar çıkarılamadı" @@ -5574,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:1153 +#: 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:1147 +#: 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." @@ -5588,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:1160 +#: 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 -> " @@ -5598,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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "Çekirdek başlatılamadı" @@ -5612,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ı" @@ -5621,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:1118 +#: 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:1657 +#: Source/Core/DolphinQt/MainWindow.cpp:1653 msgid "" "Failed to listen on port %1. Is another instance of the NetPlay server " "running?" @@ -5633,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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: 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" @@ -5646,7 +5702,7 @@ msgstr "d3d11.dll yüklenemedi" msgid "Failed to load dxgi.dll" msgstr "dxgi.dll yüklenemedi" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "Harita dosyası yüklenemedi '%1'" @@ -5660,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." @@ -5676,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:1740 +#: 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 "" @@ -5724,7 +5780,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5769,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 "" @@ -5852,31 +5908,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5927,7 +5983,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5959,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 "" @@ -5972,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "Dosya Adı" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "Dosya Yolu" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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." @@ -6023,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}" @@ -6053,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" @@ -6086,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 @@ -6101,11 +6151,11 @@ msgstr "Bayraklar" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -6121,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" @@ -6129,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" @@ -6161,11 +6211,11 @@ 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 "" @@ -6187,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." @@ -6197,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 @@ -6212,13 +6262,13 @@ 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 "" @@ -6239,11 +6289,11 @@ msgstr "Kare İlerletme Hızını Arttır" 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ığı" @@ -6251,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 "" @@ -6271,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 "" @@ -6287,7 +6337,11 @@ 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 "" @@ -6302,7 +6356,7 @@ 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" @@ -6321,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 "" @@ -6330,12 +6384,12 @@ msgstr "" msgid "FullScr" msgstr "Tam Ekran" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "Fonksiyon" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -6379,11 +6433,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6407,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" @@ -6425,7 +6479,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "GPU Doku Çözücüsü" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6435,25 +6489,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6465,7 +6519,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6483,8 +6537,8 @@ 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 "" @@ -6498,7 +6552,7 @@ msgid "" "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 "" @@ -6510,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ı" @@ -6527,11 +6581,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6540,7 +6594,7 @@ msgstr "Oyun ID'si:" msgid "Game Status" msgstr "Oyun Durumları" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6587,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 "" @@ -6599,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 "" @@ -6620,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 "" @@ -6648,7 +6702,7 @@ 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ı" @@ -6659,17 +6713,17 @@ msgstr "Gecko Kodları" #: 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 "" @@ -6684,17 +6738,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6702,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6730,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" @@ -6770,7 +6824,7 @@ msgstr "Yeşil Sol" msgid "Green Right" msgstr "Yeşil Sağ" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "Sütun Görünümü" @@ -6815,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 "" @@ -6848,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6868,7 +6922,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6876,11 +6930,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6903,12 +6957,36 @@ msgstr "Barındırma" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6919,14 +6997,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6935,7 +7021,7 @@ 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ı" @@ -6945,11 +7031,11 @@ msgstr "Kısayol Tuşu Ayarları" 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 "" @@ -6976,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 "" @@ -7007,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:" @@ -7071,7 +7157,7 @@ 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." @@ -7088,7 +7174,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -7100,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 "" @@ -7125,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 " @@ -7141,7 +7227,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -7156,22 +7242,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "Wii Kayıtlarını Al..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -7184,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 " @@ -7192,31 +7278,31 @@ 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 "" @@ -7241,15 +7327,15 @@ msgstr "IR'yi Arttır" 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 "" @@ -7286,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -7300,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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ş" @@ -7318,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "SD Kart Ekle" @@ -7344,7 +7430,7 @@ msgstr "" msgid "Install Update" msgstr "Güncellemeyi Kur" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "WAD Kur..." @@ -7359,7 +7445,7 @@ 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 "" @@ -7368,7 +7454,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -7377,7 +7463,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7446,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7470,7 +7556,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "Geçersiz Karma Kod" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7479,11 +7565,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7504,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 "" @@ -7512,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 "" @@ -7540,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" @@ -7559,96 +7653,97 @@ msgstr "İtalya" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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" @@ -7659,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:683 +#: 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" @@ -7700,7 +7795,7 @@ msgstr "" msgid "Keys" msgstr "Tuşlar" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7708,12 +7803,12 @@ msgstr "" msgid "Kick Player" msgstr "Oyuncuyu At" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7742,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 "" @@ -7784,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 @@ -7882,11 +7977,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "Liste Görünümü" @@ -7896,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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" @@ -7926,7 +8021,7 @@ msgstr "Özel Dokuları Yükle" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "GameCube Ana Menüsü'nü Yükle" @@ -7939,8 +8034,8 @@ msgstr "" msgid "Load Last State" msgstr "Son Durumu Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -8041,19 +8136,19 @@ msgstr "8. Durumu Yükle" msgid "Load State Slot 9" msgstr "9. Durumu Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "Dosyadan Durum Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "Seçili Yuvadan Durum Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "Yuvadan Durum Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "Wii Sistem Menüsünü Yükle %1" @@ -8065,30 +8160,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "Seçili Yuvadan Yükle" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -8098,7 +8193,7 @@ msgstr "" msgid "Local" msgstr "Yerel" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -8107,7 +8202,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -8115,7 +8210,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "Günlük" @@ -8124,20 +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:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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" @@ -8149,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "" @@ -8203,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 "" @@ -8233,12 +8344,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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ı:" @@ -8250,12 +8361,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -8267,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -8284,7 +8399,7 @@ 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." @@ -8305,7 +8420,7 @@ msgstr "" msgid "Memory Card" msgstr "Hafıza Kartı" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -8313,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 "" @@ -8333,7 +8448,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -8341,33 +8456,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -8376,7 +8499,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8396,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 " @@ -8408,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8433,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 "" @@ -8446,11 +8569,11 @@ 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 "" @@ -8466,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 "" @@ -8475,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 "" @@ -8491,7 +8624,7 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8518,7 +8651,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8545,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:" @@ -8606,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 "" @@ -8615,7 +8748,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "Yeni" @@ -8658,7 +8791,7 @@ msgstr "Yeni etiket" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8673,7 +8806,7 @@ 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ı:" @@ -8695,13 +8828,13 @@ 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" @@ -8709,7 +8842,7 @@ msgstr "Eşleşme Yok" 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 "" @@ -8730,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 "" @@ -8751,7 +8884,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" @@ -8759,15 +8892,15 @@ msgstr "" 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 " @@ -8778,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 "" @@ -8857,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." @@ -8893,7 +9021,7 @@ msgstr "" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8945,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ığı" @@ -8966,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 " @@ -8992,7 +9120,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "Çevrimiçi &Belgeler" @@ -9000,13 +9128,13 @@ msgstr "Çevrimiçi &Belgeler" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9023,7 +9151,7 @@ msgstr "Aç" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" @@ -9036,7 +9164,7 @@ msgstr "" msgid "Open Directory..." msgstr "Dizin Aç..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -9102,31 +9230,31 @@ 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:231 @@ -9144,7 +9272,7 @@ msgstr "" 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 "" @@ -9164,15 +9292,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9186,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:603 +#: 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 "" @@ -9236,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" @@ -9261,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:" @@ -9274,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:801 +#: 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 " @@ -9298,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." @@ -9323,7 +9460,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "Piksel Aydınlatması" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "İnternet Üzerinden Sistem Güncellemesi Yap" @@ -9331,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 "" @@ -9353,11 +9490,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -9374,7 +9511,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "Platform" @@ -9382,7 +9519,7 @@ msgstr "Platform" msgid "Play" msgstr "Oynat" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -9394,7 +9531,7 @@ 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" @@ -9431,20 +9568,25 @@ msgstr "" 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 "" @@ -9477,7 +9619,7 @@ msgstr "Port:" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9502,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 "" @@ -9543,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 " @@ -9558,7 +9700,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9586,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." @@ -9613,15 +9755,15 @@ msgstr "Profil" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9631,7 +9773,7 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9655,14 +9797,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "Soru" @@ -9687,11 +9829,11 @@ msgstr "R-Analog" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9724,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9773,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 "" @@ -9783,7 +9929,11 @@ 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" @@ -9791,15 +9941,15 @@ msgstr "Çek" 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 "" @@ -9834,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 @@ -9849,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 "" @@ -9863,7 +10012,7 @@ msgid "Refreshing..." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "Bölge" @@ -9897,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" @@ -9925,25 +10074,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9952,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9971,7 +10130,7 @@ msgstr "Sıfırla" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9995,7 +10154,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -10003,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 "" @@ -10015,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" @@ -10023,7 +10182,7 @@ msgstr "Yeniden Başlatma Gerekli" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -10044,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 @@ -10099,7 +10258,7 @@ msgstr "" msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -10108,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 " @@ -10117,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 " @@ -10129,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" @@ -10154,19 +10322,24 @@ msgstr "" msgid "Rumble" msgstr "Gümbürtü" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -10182,19 +10355,19 @@ msgstr "Rusya" 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 "" @@ -10202,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 "" @@ -10237,11 +10410,11 @@ msgstr "" msgid "START" msgstr "START TUŞU" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "&Durumu Kaydet" @@ -10253,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10263,15 +10436,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -10285,11 +10458,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -10307,15 +10480,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -10327,11 +10500,11 @@ msgstr "En Eski Durumu kaydet" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -10381,23 +10554,23 @@ msgstr "8. Duruma Kaydet" msgid "Save State Slot 9" msgstr "9. Duruma Kaydet" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "Durumu Seçili Slot'a Kaydet" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -10405,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 "" @@ -10413,11 +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:1135 +#: 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" @@ -10432,11 +10605,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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..." @@ -10458,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 "" @@ -10467,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "Ara" @@ -10477,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" @@ -10489,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "Bir talimat ara" @@ -10503,7 +10676,7 @@ msgstr "Bir talimat ara" msgid "Search games..." msgstr "Oyun ara..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10537,7 +10710,7 @@ 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, " "cancel)" @@ -10548,7 +10721,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10568,7 +10741,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10580,7 +10753,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10592,11 +10765,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10608,7 +10781,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" @@ -10616,7 +10789,7 @@ msgstr "" msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "Durum Yuvası Seç" @@ -10660,7 +10833,7 @@ msgstr "Durum Yuvası 8 Seç" msgid "Select State Slot 9" msgstr "Durum Yuvası 9 Seç" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10677,17 +10850,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: 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 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10695,7 +10868,7 @@ msgstr "" msgid "Select a Game" msgstr "Bir Oyun Seç" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10707,11 +10880,11 @@ msgstr "Bir oyun seç" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10723,7 +10896,7 @@ msgstr "" 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" @@ -10731,7 +10904,7 @@ msgstr "Seçilmiş kontrolcü profili yok" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10743,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 " @@ -10785,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 " @@ -10807,14 +10980,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10842,7 +11015,7 @@ msgstr "" 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:" @@ -10879,7 +11052,7 @@ 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 "" @@ -10896,15 +11069,15 @@ msgstr "" msgid "Set PC" msgstr "PC'yi Ayarla" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10912,7 +11085,7 @@ msgstr "" msgid "Set as &Default ISO" 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" @@ -10922,11 +11095,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -10934,7 +11107,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10947,7 +11120,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10960,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" @@ -10974,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" @@ -10996,28 +11169,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "&Günlüğü Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "Avusturalya'yı Göster" @@ -11025,41 +11198,41 @@ msgstr "Avusturalya'yı Göster" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "Fransızları Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "GameCube'leri Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "Almanları göster" @@ -11071,51 +11244,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "Görüntü Girişini Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "İtalyanları Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "Korelileri Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "PAL'ları Göster" @@ -11124,27 +11297,27 @@ msgstr "PAL'ları Göster" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "Bölgeleri Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "Rusya'yı Göster" @@ -11152,59 +11325,59 @@ msgstr "Rusya'yı Göster" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "Sistem Saatini Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "Tayvanlıları Göster" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "Amerikanları Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "WAD'ları Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "Wii'leri Göster" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "Dünyayı Göster" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -11212,16 +11385,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -11229,7 +11402,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -11237,92 +11410,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -11352,7 +11525,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -11376,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" @@ -11393,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." @@ -11405,7 +11578,7 @@ msgstr "" msgid "Skip" msgstr "Atla" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11421,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%. " @@ -11501,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." @@ -11517,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:" @@ -11536,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" @@ -11544,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 "" @@ -11556,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, " @@ -11569,7 +11742,7 @@ 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" @@ -11602,20 +11775,24 @@ msgstr "Standart Denetleyici" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" @@ -11623,7 +11800,7 @@ msgstr "" 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 "" @@ -11635,7 +11812,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11674,19 +11851,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11695,7 +11872,7 @@ msgstr "" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11724,15 +11901,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11765,7 +11946,7 @@ 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" @@ -11783,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 "" @@ -11800,12 +11981,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" @@ -11819,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 "" @@ -11832,7 +12013,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11844,12 +12025,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11872,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 "" @@ -11920,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "Semboller" @@ -11965,7 +12151,7 @@ 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." @@ -11984,24 +12170,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "Etiketler" @@ -12019,15 +12205,15 @@ msgstr "" msgid "Taiwan" msgstr "Tayvan" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12043,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 "" @@ -12054,11 +12240,11 @@ 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 "" @@ -12070,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ı" @@ -12089,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 "" @@ -12103,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:1239 +#: 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:1234 +#: 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 " @@ -12144,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." @@ -12237,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?" @@ -12271,21 +12457,21 @@ msgid "" "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 "" @@ -12304,7 +12490,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -12313,15 +12499,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 "" -#: 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" @@ -12337,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" @@ -12355,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 "" @@ -12363,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 "" @@ -12372,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 " @@ -12414,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:1197 +#: 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)." @@ -12433,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 "" @@ -12470,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 "" @@ -12478,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:1189 +#: 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 "" @@ -12519,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 "" @@ -12558,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 "" @@ -12587,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/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 " @@ -12621,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." @@ -12658,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 " @@ -12675,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 "" @@ -12703,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" @@ -12719,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 "" @@ -12756,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" @@ -12789,7 +12975,7 @@ msgstr "" msgid "Threshold" msgstr "Eşik" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12799,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)" @@ -12811,7 +13022,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "Başlık" @@ -12819,17 +13030,17 @@ msgstr "Başlık" msgid "To" msgstr "Buraya" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "&Tam Ekran Moduna Geç" @@ -12854,7 +13065,7 @@ msgid "Toggle Aspect Ratio" msgstr "En-boy Oranını Aç/Kapat" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "Kesim Noktasını Aç/Kapat" @@ -12906,11 +13117,15 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12918,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" @@ -12926,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 "" @@ -12964,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" @@ -12989,8 +13204,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -13027,7 +13242,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13053,7 +13268,7 @@ 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 "" @@ -13071,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." @@ -13086,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." @@ -13095,7 +13310,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -13107,11 +13322,11 @@ msgstr "" 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 "" @@ -13131,7 +13346,7 @@ 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 "" @@ -13158,11 +13373,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: 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:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "Durum Kaydetmeyi Geri Al" @@ -13182,13 +13397,13 @@ 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:312 +#: 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 @@ -13198,7 +13413,7 @@ 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 "" @@ -13227,7 +13442,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -13247,7 +13462,7 @@ msgstr "" msgid "Unknown disc" msgstr "Bilinmeyen disk" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -13327,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 @@ -13338,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" @@ -13405,7 +13620,7 @@ msgstr "" 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 "" @@ -13413,7 +13628,7 @@ msgstr "" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -13421,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 " @@ -13444,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 "" @@ -13485,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'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 " @@ -13504,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 " @@ -13776,7 +13995,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "Uyarı" @@ -13872,7 +14091,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13880,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 " @@ -13888,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ı" @@ -13920,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" @@ -13938,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ı" @@ -13958,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" @@ -13966,15 +14185,15 @@ msgstr "Wii ve Wii Remote" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13983,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 "" @@ -14001,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -14054,11 +14281,11 @@ msgstr "" 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 "" @@ -14109,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 " @@ -14197,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." @@ -14217,7 +14444,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14235,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 "" @@ -14284,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 "" @@ -14300,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 "" @@ -14365,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 "" @@ -14385,15 +14614,15 @@ 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 "" diff --git a/Languages/po/zh_CN.po b/Languages/po/zh_CN.po index ed70f368bf..2a200e9f39 100644 --- a/Languages/po/zh_CN.po +++ b/Languages/po/zh_CN.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+0200\n" +"POT-Creation-Date: 2024-11-10 12:23+0100\n" "PO-Revision-Date: 2013-01-23 13:48+0000\n" "Last-Translator: 天绝星 , 2015-2024\n" "Language-Team: Chinese (China) (http://app.transifex.com/dolphinemu/dolphin-" @@ -32,7 +32,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" @@ -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)" @@ -190,7 +196,7 @@ msgstr "%1 在你的系统上不支持此特性。" 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,11 +206,11 @@ msgstr "" "%2 对象\n" "当前帧: %3" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "%1 已加入" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "%1 已离开" @@ -212,11 +218,11 @@ msgstr "%1 已离开" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "%1 已解锁 %2/%3 项成就,折合 %4/%5 成就点数" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "%1 不是有效的 ROM" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "%1 控制中" @@ -228,8 +234,8 @@ 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 毫秒" @@ -246,11 +252,11 @@ 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)" @@ -259,17 +265,17 @@ msgid "%1% (Normal Speed)" msgstr "%1%(正常速度)" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "%1 的值已使用" @@ -285,7 +291,7 @@ msgstr "%1/%2" 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" @@ -319,20 +325,20 @@ msgstr "%1x 原生 (%2x%3) 适合 %4" 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,20 +364,20 @@ msgstr "&3x" msgid "&4x" msgstr "&4x" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "关于(&A)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "添加函数(&A)" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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)" @@ -379,11 +385,11 @@ msgstr "添加新代码...(&A)" msgid "&Add..." msgstr "添加...(&A)" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "汇编器(&A)" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "音频设置(&A)" @@ -395,15 +401,19 @@ msgstr "自动更新(&A):" msgid "&Borderless Window" msgstr "无边框窗口(&B)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "分支类型(&B)" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "命中时中断(&B)" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "断点(&B)" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "错误跟踪器(&B)" @@ -411,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "检查更新...(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "清除符号(&C)" @@ -427,20 +437,24 @@ msgstr "清除符号(&C)" msgid "&Clone..." msgstr "克隆...(&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "控制器设置(&C)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "复制地址(&C)" @@ -448,26 +462,26 @@ msgstr "复制地址(&C)" 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 +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:343 +#: 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)" @@ -499,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "字体...(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "逐帧播放(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "自由视点设置(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "生成符号来自(&G)" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "GitHub 资源库(&G)" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "图形设置(&G)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "帮助(&H)" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "热键设置(&H)" @@ -553,11 +571,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "插入 BLR (&I)" @@ -565,7 +583,7 @@ msgstr "插入 BLR (&I)" msgid "&Interframe Blending" msgstr "帧间混合(&I)" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "即时编译器(&J)" @@ -573,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "载入状态(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "载入符号映射(&L)" @@ -591,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "锁定部件位置(&L)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "命中时记录(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "内存(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "其他控件(&M)" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "影片(&M)" @@ -615,7 +637,7 @@ msgstr "影片(&M)" msgid "&Mute" msgstr "静音(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "网络(&N)" @@ -624,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "选项(&O)" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "暂停游戏(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "开始游戏(&P)" @@ -648,7 +674,7 @@ msgstr "开始游戏(&P)" msgid "&Properties" msgstr "属性(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "只读模式(&R)" @@ -656,7 +682,7 @@ msgstr "只读模式(&R)" msgid "&Refresh List" msgstr "刷新列表(&R)" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "寄存器(&R)" @@ -664,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "重命名符号(&R)" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "保存符号映射(&S)" @@ -694,7 +720,7 @@ 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)" @@ -702,23 +728,27 @@ msgstr "Skylanders 传送门(&S)" msgid "&Speed Limit:" msgstr "速度限制(&S):" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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)" @@ -728,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "监视(&W)" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "网站(&W)" @@ -754,38 +784,30 @@ msgstr "百科(&W)" msgid "&Yes" msgstr "是(&Y)" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "找不到 '%1',未生成符号名" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "* 乘" @@ -802,7 +824,7 @@ msgstr ", 逗号" msgid "- Subtract" msgstr "- 减" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "--> %1" @@ -872,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" @@ -930,7 +952,7 @@ msgstr "32 位无符号整数" #. i18n: Stereoscopic 3D #: 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" @@ -956,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" @@ -1053,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1094,8 +1116,8 @@ msgstr "警告无效的基地址,默认 msgid "> Greater-than" msgstr "> 大于" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "已经有一个联机会话正在进行!" @@ -1129,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:967 +#: 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?" @@ -1149,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)" @@ -1184,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 代码" @@ -1226,8 +1248,8 @@ msgstr "精确度:" msgid "Achievement Settings" msgstr "成就设置" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "成就" @@ -1315,7 +1337,7 @@ msgstr "Action Replay: 正常代码 {0}: 无效子类型 {1:08x} ({2})" msgid "Activate NetPlay Chat" msgstr "激活联机聊天" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "激活" @@ -1331,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 "适配器" @@ -1339,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 "适配器:" @@ -1389,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "地址" @@ -1436,13 +1457,14 @@ msgid "" "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 @@ -1462,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" @@ -1473,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" @@ -1603,8 +1625,8 @@ msgstr "所有 GC/Wii 文件" msgid "All Hexadecimal" msgstr "全十六进制" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "所有状态存档 (*.sav *.s##);; 所有文件 (*)" @@ -1616,7 +1638,7 @@ msgstr "全部有符号整数" msgid "All Unsigned Integer" msgstr "全部无符号整数" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "所有文件 (*)" @@ -1636,7 +1658,7 @@ msgstr "允许不匹配的区域设置" 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 卡" @@ -1656,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 "总是" @@ -1678,7 +1700,7 @@ msgstr "光盘预计已插入但无法找到。" msgid "Anaglyph" msgstr "色差" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "分析" @@ -1704,15 +1726,15 @@ msgstr "抗锯齿:" msgid "Any Region" msgstr "任意区域" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "附加签名到" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "附加到现有签名文件...(&E)" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "应用签名文件...(&Y)" @@ -1724,7 +1746,7 @@ msgstr "" "在渲染完一帧后应用后处理效果。

如无法确定,请选" "择“关闭”。" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "应用载入器时间:" @@ -1732,7 +1754,7 @@ msgstr "应用载入器时间:" msgid "Apply" msgstr "应用" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "应用签名文件" @@ -1740,7 +1762,7 @@ msgstr "应用签名文件" 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' 吗?" @@ -1752,10 +1774,18 @@ msgstr "确定要删除该文件吗?" msgid "Are you sure you want to delete this pack?" msgstr "确定要删除这个包吗?" +#: 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 "确定?" @@ -1764,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 "宽高比:" @@ -1781,7 +1811,7 @@ msgstr "宽高比:" msgid "Assemble" msgstr "汇编" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "汇编指令" @@ -1814,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 "音频伸缩设置" @@ -1834,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 "自动" @@ -1862,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 "自动调整窗口大小" @@ -1870,15 +1900,15 @@ msgstr "自动调整窗口大小" msgid "Auto-Hide" msgstr "自动隐藏" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1912,7 +1942,7 @@ msgid "Auxiliary" msgstr "副内存" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "B" @@ -1945,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 "后端:" @@ -1966,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 "地址格式不正确。" @@ -1987,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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 "标图:" @@ -2024,7 +2054,7 @@ msgstr "基地址" msgid "Base priority" msgstr "基本优先级" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "基本" @@ -2076,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):" @@ -2094,11 +2124,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 "区块大小:" @@ -2131,67 +2161,67 @@ msgid "" msgstr "" "蓝牙直通模式已启用,但 Dolphin 构建没有加入 libusb 驱动。无法使用直通模式。" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "引导后暂停" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "BootMii NAND 备份文件 (*.bin);; 所有文件 (*)" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "分支已被覆盖" @@ -2203,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 " @@ -2244,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 " @@ -2258,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 已保存)" @@ -2285,11 +2315,11 @@ msgstr "分支" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "中断" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "命中时中断并记录(&A)" @@ -2298,11 +2328,11 @@ msgstr "命中时中断并记录(&A)" msgid "Breakpoint" msgstr "断点" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "遇到断点!跳出已中止。" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "断点" @@ -2336,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "缓冲区大小更改为 %1" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "缓冲区:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 " @@ -2400,7 +2430,7 @@ msgstr "作者:%1" msgid "C Stick" msgstr "C 摇杆" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "创建签名文件...(&R)" @@ -2408,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 选项" @@ -2420,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." @@ -2449,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 "校准" @@ -2487,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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" @@ -2543,19 +2573,19 @@ 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 "没有结果下无法刷新。" @@ -2567,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:" @@ -2591,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 "中心和校准" @@ -2599,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)" @@ -2615,7 +2645,7 @@ 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." @@ -2623,7 +2653,7 @@ 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." @@ -2648,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 "游戏重启后更改的金手指才会生效。" @@ -2668,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 "金手指搜索" @@ -2676,7 +2706,7 @@ msgstr "金手指搜索" msgid "Cheats Manager" msgstr "金手指管理器" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "校验 NAND..." @@ -2714,11 +2744,11 @@ msgstr "选择提取目标文件夹" msgid "Choose GCI Base Folder" msgstr "选择 GCI 库文件夹" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "选择优先输入文件" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "选择次要输入文件" @@ -2747,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "清除缓存" @@ -2765,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)" @@ -2778,7 +2809,7 @@ msgstr "复制并编辑代码...(&E)" msgid "Close" msgstr "关闭" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "程序设置(&N)" @@ -2786,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 "代码路径已采用" @@ -2818,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "合并两个签名文件...(&T)" @@ -2835,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 " @@ -2844,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 " @@ -2853,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 "在开始前编译着色器" @@ -2863,7 +2903,7 @@ msgstr "正在编译着色器" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "压缩" @@ -2871,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 "压缩:" @@ -2884,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "条件" @@ -3023,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 配置" @@ -3036,26 +3076,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -3066,15 +3114,15 @@ msgstr "确认" msgid "Connect" msgstr "连接" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "连接 Wii 遥控器 %1" @@ -3094,7 +3142,7 @@ msgstr "连接 Wii 遥控器 3" msgid "Connect Wii Remote 4" msgstr "连接 Wii 遥控器 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "连接 Wii 遥控器" @@ -3118,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} 已损坏。" @@ -3135,7 +3183,7 @@ 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 "控制器预设" @@ -3247,8 +3295,8 @@ msgstr "会聚" 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 "转换失败。" @@ -3256,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 "立即将文件转换为文件夹" @@ -3266,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 "立即将文件夹转换为文件" @@ -3290,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 "正在转换..." @@ -3337,19 +3385,19 @@ msgstr "" msgid "Copy" msgstr "复制" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "复制函数(&F)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "复制代码行(&L)" @@ -3357,15 +3405,15 @@ msgstr "复制代码行(&L)" 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/CodeViewWidget.cpp:589 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:591 msgid "Copy Tar&get Address" msgstr "复制目标地址(&G)" -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:886 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:887 msgid "Copy Value" msgstr "复制数值" @@ -3383,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 "校正色彩空间" @@ -3396,11 +3439,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3426,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" @@ -3436,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" @@ -3480,11 +3518,11 @@ 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 "无法保存您所做的更改!" @@ -3511,7 +3549,7 @@ msgstr "" "您是否是在移动模拟器目录后收到这个消息?\n" "如果是这样,您可能需要在选项中重新指定您的存储卡位置。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "无法查找中心服务器" @@ -3523,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 "国家:" @@ -3556,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 "创建者:" @@ -3564,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)." @@ -3583,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, " @@ -3596,11 +3634,11 @@ msgstr "" "清除 CPU 上的顶点以减少所需的绘制调用数。可能影响性能和绘制统计数据。" "

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/MenuBar.cpp:304 +#: 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 "当前值" @@ -3616,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 "自定义(拉伸)" @@ -3628,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 选项" @@ -3652,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 @@ -3679,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 "音频模拟引擎" @@ -3687,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 重编译器(较慢)" @@ -3769,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 "调试" @@ -3779,11 +3843,11 @@ 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 "减小" @@ -3808,11 +3872,11 @@ msgstr "减小内部分辨率" 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" @@ -3826,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 "默认设备" @@ -3842,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 缓存失效" @@ -3850,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 " @@ -3864,7 +3928,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "删除" @@ -3894,18 +3958,18 @@ msgstr "深度百分比:" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "说明:" @@ -3913,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 "目标" @@ -3926,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 "目标符号" @@ -3948,7 +4012,7 @@ msgstr "分离的" msgid "Detect" msgstr "检测" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "正在检测 RSO 模块" @@ -3978,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 "设备:" @@ -3986,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 "五分钟非活动状态后变暗屏幕。" @@ -4010,7 +4074,7 @@ 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 副本" @@ -4018,11 +4082,11 @@ msgstr "禁用 EFB VRAM 副本" msgid "Disable Emulation Speed Limit" msgstr "禁用模拟速度限制" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "禁用快速内存" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "禁用快速内存区" @@ -4030,11 +4094,11 @@ msgstr "禁用快速内存区" msgid "Disable Fog" msgstr "禁用雾化" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "禁用 JIT 缓存" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "禁用超大入口端点映射" @@ -4042,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 " @@ -4051,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/Settings/InterfacePane.cpp:343 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:342 msgid "" "Disables your screensaver while running a game.

If " "unsure, leave this checked." @@ -4089,7 +4153,7 @@ msgid "Discard" msgstr "丢弃" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "显示设置" @@ -4126,11 +4190,11 @@ msgstr "从中间位置移动的距离。" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "是否授权 Dolphin 向开发者报告信息?" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "你是否要清除符号名称列表?" @@ -4140,7 +4204,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "是否要删除 %n 已选定的存档文件?" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "您确定是否停止当前模拟?" @@ -4148,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)" @@ -4161,22 +4225,22 @@ msgstr "Dolphin FIFO 日志 (*.dff)" msgid "Dolphin Game Mod Preset" msgstr "Dolphin 游戏模组预设" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS 电影 (*.dtm)" @@ -4218,21 +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:1001 +#: 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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "Dolphin 的金手指系统当前已禁用。" @@ -4266,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 @@ -4276,27 +4340,27 @@ 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 " @@ -4349,19 +4413,19 @@ msgstr "转储伪显存(&F)" msgid "Dump &MRAM" msgstr "转储主内存(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "转储帧" @@ -4369,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 映射" @@ -4377,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 目标" @@ -4402,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." @@ -4419,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." @@ -4437,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" @@ -4469,7 +4533,7 @@ msgstr "" "每个玩家将自己的输入发送到游戏,并且所有玩家的缓冲区大小相同,由主机配置。\n" "适用于对公平性和低延迟最注重的竞技型游戏。" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:125 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:129 msgid "Early Memory Updates" msgstr "内存提前更新" @@ -4488,16 +4552,16 @@ msgstr "东亚" msgid "Edit Breakpoint" msgstr "编辑断点" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "编辑条件" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "编辑条件表达式" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "编辑..." @@ -4506,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" @@ -4517,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "EiB" @@ -4543,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 "模拟线程已经在运行" @@ -4569,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 设备" @@ -4594,16 +4672,16 @@ 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 "启用音频伸缩" @@ -4615,15 +4693,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 "启用调试页面" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:99 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:116 msgid "Enable Discord Presence" msgstr "启用 Discord 状态" @@ -4635,15 +4713,15 @@ msgstr "启用双核心" 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 "启用硬核成就" @@ -4651,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 " @@ -4686,33 +4764,33 @@ msgstr "" "用前请关闭当前游戏。
请注意,在游戏运行时关闭硬核模式需要先关闭游戏,然后" "才能重新启用。" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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 "允许屏幕保护程序" @@ -4720,11 +4798,11 @@ 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 "启用非官方成就" @@ -4732,15 +4810,15 @@ msgstr "启用非官方成就" 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 "使用回写缓存 (慢速)" @@ -4752,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 " @@ -4763,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 " @@ -4772,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 " @@ -4784,7 +4862,7 @@ 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 " @@ -4798,7 +4876,7 @@ 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 " @@ -4809,7 +4887,7 @@ 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." @@ -4827,17 +4905,17 @@ msgid "" "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 " @@ -4848,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 " @@ -4859,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 " @@ -4882,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 "对音频进行伸缩以匹配模拟速度" @@ -4890,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 @@ -4904,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 " @@ -4937,7 +5015,7 @@ msgstr "" "金手指管理器进行配置。

模拟处于活动状态时无法更改此设置。" "

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 +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." @@ -4973,7 +5051,7 @@ msgstr "" "\n" " 正在中止导入。 " -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "结束地址" @@ -4983,7 +5061,7 @@ 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 "英语" @@ -5000,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 "输入要监视的地址:" @@ -5024,7 +5102,7 @@ msgid "" "to." msgstr "输入要连接的分接服务器实例 IP 地址和端口。" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "请输入 RSO 模块地址:" @@ -5033,69 +5111,68 @@ msgstr "请输入 RSO 模块地址:" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -5109,7 +5186,7 @@ msgstr "请输入 RSO 模块地址:" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "错误" @@ -5131,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 "加载选定语言错误。正在退回系统默认。" @@ -5139,7 +5216,7 @@ msgstr "加载选定语言错误。正在退回系统默认。" msgid "Error obtaining session list: %1" msgstr "获取会话列表时出错: %1" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "加载一些纹理包时发生错误" @@ -5203,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 控制器" @@ -5223,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} 区块中发现错误。" @@ -5236,12 +5313,12 @@ msgstr "在 {1} 分区未使用的 {0} 区块中发现错误。" msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "专用超着色器" @@ -5285,11 +5362,11 @@ msgstr "建议用表达式开始符。" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "导出所有 Wii 存档" @@ -5304,7 +5381,7 @@ msgstr "导出失败" msgid "Export Recording" msgstr "导出录制" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "导出录制..." @@ -5332,14 +5409,14 @@ msgstr "导出为 .gcs...(&G)" msgid "Export as .&sav..." msgstr "导出为 .sav...(&S)" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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 "扩展" @@ -5360,7 +5437,7 @@ msgstr "外部" msgid "External Frame Buffer (XFB)" msgstr "外部帧缓冲 (XFB)" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "从 NAND 中提取证书" @@ -5398,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 回放器" @@ -5418,11 +5495,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "无法将此会话添加到联机索引: %1" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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}" @@ -5438,7 +5515,7 @@ msgstr "清除插槽 %1 的 Skylander 失败!" msgid "Failed to connect to Redump.org" msgstr "连接 Redump.org 失败" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "连接服务器失败: %1" @@ -5492,19 +5569,19 @@ msgstr "删除联机存储卡失败。请验证你的写入权限。" 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 失败:无法写入文件" @@ -5517,7 +5594,7 @@ msgstr "在 %1 个存档文件中 %n 个导出失败。" msgid "Failed to export the following save files:" msgstr "导出以下存档文件失败:" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "从 NAND 中提取证书失败" @@ -5547,18 +5624,18 @@ msgstr "无法找到一个或多个 D3D 符号" msgid "Failed to import \"%1\"." msgstr "导入 “%1” 失败。" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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 -> " @@ -5567,7 +5644,7 @@ msgstr "" "导入存档文件失败。您的 NAND 可能已损坏,或某些因素阻止访问里面的文件。请尝试" "修复 NAND(工具 -> 管理 NAND -> 校验 NAND...),然后再次导入存档。" -#: Source/Core/DolphinQt/MainWindow.cpp:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "初始化核心失败" @@ -5581,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 "初始化渲染器类失败" @@ -5590,18 +5667,18 @@ msgid "Failed to install pack: %1" msgstr "安装包失败: %1" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "无法将该游戏安装到 NAND。" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "无法在 %1 处加载 RSO 模块" @@ -5613,7 +5690,7 @@ msgstr "载入 d3d11.dll 失败" msgid "Failed to load dxgi.dll" msgstr "载入 dxgi.dll 失败" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "载入映射文件 '%1' 失败" @@ -5629,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 "加载可执行文件到内存失败。" @@ -5643,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:1740 +#: 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” 失败" @@ -5693,7 +5770,7 @@ msgstr "" msgid "Failed to open file." msgstr "打开文件失败。" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "打开服务器失败" @@ -5748,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 "将给定值解析为目标数据类型失败。" @@ -5844,31 +5921,31 @@ msgstr "重置联机 NAND 文件夹失败。请验证你的写入权限。" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "保存代码映射到路径 '%1' 失败" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "保存签名文件 '%1' 失败" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "保存符号映射到路径 '%1' 失败" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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 > " @@ -5923,7 +6000,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "失败" @@ -5956,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 "视野" @@ -5969,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "文件名" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "文件路径" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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 "文件未包含代码。" @@ -6020,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}" @@ -6052,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 "完成校准" @@ -6087,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 @@ -6102,11 +6173,11 @@ msgstr "标记" msgid "Float" msgstr "浮点" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "为获得最佳效果,请将输入标志缓慢移至所有可能的区域。" @@ -6126,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" @@ -6134,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" @@ -6166,11 +6237,11 @@ 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 不支持几何着色器。" @@ -6199,7 +6270,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." @@ -6211,7 +6282,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 @@ -6226,13 +6297,13 @@ 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" @@ -6253,11 +6324,11 @@ msgstr "逐帧播放增加速度" 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 "帧范围" @@ -6265,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 "录制帧数:" @@ -6285,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" @@ -6304,7 +6375,11 @@ 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 "自由视点" @@ -6319,7 +6394,7 @@ 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 "法语" @@ -6338,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 "从:" @@ -6347,12 +6422,12 @@ msgstr "从:" msgid "FullScr" msgstr "全屏" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "函数" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "功能设置" @@ -6396,11 +6471,11 @@ msgstr "GBA 音量" msgid "GBA Window Size" msgstr "GBA 窗口大小" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: 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:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "GBA%1 ROM 已禁用" @@ -6424,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" @@ -6447,7 +6522,7 @@ msgstr "GL_最大_纹理_大小 是 {0} - 必须至少 1024 。" msgid "GPU Texture Decoding" msgstr "GPU 纹理解码" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6459,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:253 +#: 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?" @@ -6467,7 +6542,7 @@ msgstr "" "GPU:错误:需要 GL_ARB_map_buffer_range。\n" "GPU:您的显卡是否支持 OpenGL 3.0?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:278 +#: 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?" @@ -6475,7 +6550,7 @@ msgstr "" "GPU:OGL 错误:需要 GL_ARB_sampler_objects。\n" "GPU:您的显卡是否支持 OpenGL 3.3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:262 +#: 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?" @@ -6483,7 +6558,7 @@ msgstr "" "GPU:OGL 错误:需要 GL_ARB_uniform_buffer_object。\n" "GPU:您的显卡是否支持 OpenGL 3.1?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:244 +#: 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?" @@ -6499,7 +6574,7 @@ msgstr "" "GPU:OGL 错误:需要 OpenGL 版本 3 。\n" "GPU:您的显卡是否支持 OpenGL 3?" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6522,8 +6597,8 @@ 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" @@ -6539,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" @@ -6551,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 "游戏详细信息" @@ -6568,11 +6643,11 @@ msgid "Game Gamma:" msgstr "游戏伽玛:" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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:" @@ -6581,7 +6656,7 @@ msgstr "游戏 ID:" msgid "Game Status" msgstr "游戏状态" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "游戏更改为 “%1”" @@ -6630,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 控制器" @@ -6642,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 键盘" @@ -6663,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" @@ -6691,7 +6766,7 @@ 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 代码" @@ -6702,17 +6777,17 @@ msgstr "Gecko 代码" #: 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 代码" @@ -6729,17 +6804,17 @@ msgstr "" "为您的使用情况统计生成一个新的匿名 ID。这将导致任何未来的统计信息与您之前的统" "计信息脱钩。" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "已生成 AR 代码。" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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 "德语" @@ -6747,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "GiB" @@ -6775,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 "图形" @@ -6818,7 +6893,7 @@ msgstr "绿 左" msgid "Green Right" msgstr "绿 右" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "网格视图" @@ -6863,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 "英雄等级:" @@ -6896,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "隐藏全部" @@ -6916,7 +6991,7 @@ msgstr "隐藏不兼容的会话" 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 " "render window is focused.

If unsure, select "" @@ -6927,11 +7002,11 @@ msgstr "" "dolphin_emphasis>" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "最高" @@ -6954,13 +7029,37 @@ msgstr "主机" msgid "Host Code:" msgstr "主机代码 :" +#. 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/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 "" @@ -6973,14 +7072,22 @@ msgstr "" "增加其他人的延迟。\n" "适合 3 人以上的休闲游戏,在连接不稳定或高延迟下或许也能运作。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "主机输入优先权已禁用" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "建主机联网游戏" @@ -6989,7 +7096,7 @@ msgstr "建主机联网游戏" msgid "Hostname" msgstr "主机名" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "热键设置" @@ -6999,11 +7106,11 @@ msgstr "热键设置" 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 "混合超着色器" @@ -7030,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 版本:" @@ -7065,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 "红外灵敏度:" @@ -7154,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." @@ -7178,7 +7285,7 @@ msgstr "" "我们了解用户与被模拟的游戏怎样使用 Dolphin 以确定我们的工作重点。这还有助于我" "们发现导致故障、性能问题与稳定性问题的罕见程序配置。" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -7193,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)" @@ -7221,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 " @@ -7244,7 +7351,7 @@ msgstr "" "能也会略微降低。

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "导入 BootMii NAND 备份..." @@ -7259,15 +7366,15 @@ msgstr "导入失败" msgid "Import Save File(s)" msgstr "导入存档文件" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "导入 Wii 存档..." -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "正在导入 NAND 备份" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: Source/Core/DolphinQt/MainWindow.cpp:1805 #, c-format msgid "" "Importing NAND backup\n" @@ -7276,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 " @@ -7292,7 +7399,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 " @@ -7303,31 +7410,31 @@ 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 "增加" @@ -7352,15 +7459,15 @@ msgstr "增加内部分辨率" 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 "增量旋转" @@ -7399,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "在模拟过程中禁止屏幕保护程序" @@ -7413,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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 "输入" @@ -7431,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 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 卡" @@ -7457,7 +7564,7 @@ msgstr "安装分区 (%1)" msgid "Install Update" msgstr "安装更新" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "安装 WAD..." @@ -7472,7 +7579,7 @@ 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 "指令" @@ -7481,7 +7588,7 @@ msgstr "指令" msgid "Instruction Breakpoint" msgstr "指令断点" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "指令:" @@ -7490,7 +7597,7 @@ msgstr "指令:" msgid "Instruction: %1" msgstr "指令: %1" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7565,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "解释器核心" @@ -7589,7 +7696,7 @@ msgstr "从自动更新服务接收到无效的 JSON 数据:{0}" msgid "Invalid Mixed Code" msgstr "无效混合代码" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "包 %1 无效: %2" @@ -7598,11 +7705,11 @@ msgstr "包 %1 无效: %2" msgid "Invalid Player ID" msgstr "无效玩家 ID" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "无效调用堆栈" @@ -7623,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 "提供的输入无效" @@ -7631,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 "提供的搜索参数无效。" @@ -7659,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 "意大利语" @@ -7678,81 +7793,81 @@ msgstr "意大利" msgid "Item" msgstr "物品" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "JIT" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "关闭 JIT 分支" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "关闭 JIT 浮点" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "关闭 JIT 整数" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "关闭 JIT 加载存储浮动" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "关闭 JIT 加载存储" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "关闭 JIT 加载存储配对" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "关闭 JIT 加载存储 IXz" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "关闭 JIT 加载存储 Ibzx" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "关闭 JIT 加载存储 Iwz" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "关闭 JIT (JIT 核心)" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "关闭 JIT 寄存器缓存" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "关闭 JIT 系统寄存器" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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." @@ -7760,16 +7875,17 @@ msgstr "" "清除缓存后,JIT 无法找到代码空间。这应该从不会出现。请在错误跟踪器中上报此事" "件。 Dolphin 即将退出。" -#: Source/Android/jni/MainAndroid.cpp:424 +#: 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:308 +#: 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 "日语" @@ -7780,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:683 +#: 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 "窗口置顶" @@ -7821,7 +7937,7 @@ msgstr "键盘控制器" msgid "Keys" msgstr "按键" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "KiB" @@ -7829,12 +7945,12 @@ msgstr "KiB" msgid "Kick Player" msgstr "踢除玩家" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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 "韩语" @@ -7863,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 "语言" -#: 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 毫秒" @@ -7905,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 @@ -8012,11 +8128,11 @@ msgstr "光" msgid "Limit Chunked Upload Speed:" msgstr "限制数据块上传速度:" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "表单列" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "列表视图" @@ -8026,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "载入损坏映射文件(&B)..." -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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 "加载自定义纹理" @@ -8056,7 +8172,7 @@ msgstr "加载自定义纹理" msgid "Load File" msgstr "载入文件" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "载入 GameCube 主菜单" @@ -8069,8 +8185,8 @@ msgstr "仅加载主机的存档数据" msgid "Load Last State" msgstr "载入最近状态" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "载入映射文件" @@ -8171,19 +8287,19 @@ msgstr "载入状态 8" msgid "Load State Slot 9" msgstr "载入状态 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "从文件中载入状态" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "从选择的插槽中加载状态" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "从插槽中载入状态" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "加载 Wii 系统菜单 %1" @@ -8195,23 +8311,23 @@ msgstr "加载和写入主机的存档数据" msgid "Load from Selected Slot" msgstr "从选择的插槽中加载" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "从插槽 %1 - %2 载入" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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, " @@ -8221,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." @@ -8233,7 +8349,7 @@ msgstr "" msgid "Local" msgstr "本地" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "锁定鼠标光标" @@ -8242,7 +8358,7 @@ msgstr "锁定鼠标光标" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -8252,7 +8368,7 @@ msgstr "" "

如无法确定,请不要选中此项。" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "日志" @@ -8261,20 +8377,20 @@ msgstr "日志" msgid "Log Configuration" msgstr "日志设置" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "登录" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "记录渲染时间到文件" @@ -8286,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 " @@ -8300,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "丢失联机服务器连接..." #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "最低" @@ -8343,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 "请确保游玩时间是有效的!" @@ -8373,12 +8505,12 @@ msgstr "请确保 Skylander 已位于插槽 %1 中!" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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 "制作者:" @@ -8393,12 +8525,12 @@ msgstr "" "雾模拟,禁用雾将破坏其游戏性。

如无法确定,请不要选" "中此项。" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "手动纹理采样" @@ -8410,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "最大缓冲区:" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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" @@ -8427,7 +8563,7 @@ 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 菜单和一些游戏减速。" @@ -8448,7 +8584,7 @@ msgstr "内存断点" msgid "Memory Card" msgstr "存储卡" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "存储卡管理器" @@ -8456,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 "内存覆盖" @@ -8476,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:1815 +#: 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, " @@ -8486,33 +8622,41 @@ msgstr "" "将新 NAND 合并入当前 NAND 将会覆盖所有现有的频道与存档。此过程不可逆,建议您" "对两份 NAND 都进行备份。确定继续?" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "标头中的空闲区块数与实际未使用的区块不匹配。" @@ -8521,7 +8665,7 @@ msgstr "标头中的空闲区块数与实际未使用的区块不匹配。" msgid "Mismatch between internal data structures." msgstr "内部数据结构不匹配。" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -8548,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 " @@ -8562,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "单声道" @@ -8587,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 "体感模拟" @@ -8600,11 +8744,11 @@ 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 "移动" @@ -8620,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 代码时出现多个错误。" @@ -8629,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 校验" @@ -8645,7 +8799,7 @@ msgstr "NAND 校验" msgid "NKit Warning" msgstr "NKit 警告" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: 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" @@ -8676,7 +8830,7 @@ msgstr "" "值,请在此处进行设置。

如无法确定,请保持为 2.35。" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: 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" @@ -8703,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 "名称:" @@ -8770,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 "从不" @@ -8779,7 +8933,7 @@ msgid "Never Auto-Update" msgstr "不要自动更新" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "新" @@ -8822,7 +8976,7 @@ msgstr "新标签" msgid "Next Game Profile" msgstr "下一个游戏预设" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "匹配下一个" @@ -8837,7 +8991,7 @@ 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 "昵称:" @@ -8859,13 +9013,13 @@ 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 "无匹配" @@ -8873,7 +9027,7 @@ msgstr "无匹配" 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 "没有可修改的数据!" @@ -8894,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 "没有游戏运行。" @@ -8915,7 +9069,7 @@ msgstr "未选择图形模组" msgid "No input" msgstr "无输入" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "没有发现问题。" @@ -8923,15 +9077,15 @@ msgstr "没有发现问题。" 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 " @@ -8944,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 "没有录制被载入。" @@ -9023,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." @@ -9059,7 +9208,7 @@ msgstr "双节棍摇杆" msgid "OK" msgstr "确定" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "对象 %1" @@ -9111,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 "对象范围" @@ -9132,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 "移动时" -#: 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 " @@ -9145,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 " @@ -9167,7 +9316,7 @@ msgstr "" "经过足够的过程和实验后,您也许能够找到仅在模拟软件中执行操作时才会采用的函数" "调用和条件代码路径。" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "在线文档(&D)" @@ -9175,7 +9324,7 @@ msgstr "在线文档(&D)" msgid "Only Show Collection" msgstr "只显示合集" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" @@ -9183,7 +9332,7 @@ msgstr "" "仅附加有此前缀的符号:\n" "(留空表示全部)" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -9202,7 +9351,7 @@ 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)" @@ -9215,7 +9364,7 @@ msgstr "打开成就" msgid "Open Directory..." msgstr "打开目录..." -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "打开 FIFO 日志" @@ -9281,31 +9430,31 @@ 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:231 @@ -9323,7 +9472,7 @@ msgstr "其他分区 (%1)" 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 "其他状态管理" @@ -9343,15 +9492,15 @@ msgstr "输出重采样" msgid "Output Resampling:" msgstr "输出重采样:" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "覆盖" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "播放录制...(&L)" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "PAL" @@ -9365,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:603 +#: 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" @@ -9415,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 "密码" @@ -9440,7 +9598,7 @@ msgstr "补丁名称" msgid "Patches" msgstr "补丁" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "路径:" @@ -9453,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:801 +#: 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 " @@ -9480,7 +9638,7 @@ 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." @@ -9507,7 +9665,7 @@ msgstr "向外挥舞的峰值速度。" msgid "Per-Pixel Lighting" msgstr "逐像素光照" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "执行在线系统更新" @@ -9515,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 "性能统计" @@ -9537,11 +9695,11 @@ msgstr "物理" msgid "Physical address space" msgstr "物理地址空间" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "PiB" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "选择调试字体" @@ -9558,7 +9716,7 @@ msgid "Pitch Up" msgstr "上仰" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "平台" @@ -9566,7 +9724,7 @@ msgstr "平台" msgid "Play" msgstr "开始" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "播放/录制" @@ -9578,7 +9736,7 @@ 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 "回放选项" @@ -9615,21 +9773,26 @@ msgstr "玩家 2 的第 2 项能力" 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 "在以标准内存区域开始搜索前,请先运行游戏。" @@ -9662,7 +9825,7 @@ msgstr "端口 :" msgid "Portal Slots" msgstr "传送门插槽" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "检测到可能的非同步异常: %1 或许已在帧 %2 处不同步 " @@ -9687,11 +9850,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 "预读取自定义纹理" @@ -9728,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 " @@ -9746,7 +9909,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "上一个游戏预设" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "匹配上一个" @@ -9774,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." @@ -9801,15 +9964,15 @@ msgstr "预设" msgid "Program Counter" msgstr "程序计数器" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9821,7 +9984,7 @@ msgstr "" msgid "Public" msgstr "公开" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "清除游戏列表缓存" @@ -9845,14 +10008,14 @@ msgstr "无法启用服务质量 (QoS)。" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "询问" @@ -9877,11 +10040,11 @@ msgstr "R-模拟" msgid "READY" msgstr "就绪" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "RSO 模块" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "RSO 自动检测" @@ -9914,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "读取" @@ -9963,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 "最近命中" @@ -9973,7 +10140,11 @@ 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 "录制" @@ -9981,15 +10152,15 @@ msgstr "录制" 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 "正在录制..." @@ -10028,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 @@ -10043,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 "已刷新当前值。" @@ -10057,7 +10227,7 @@ msgid "Refreshing..." msgstr "正在刷新..." #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "地区" @@ -10091,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 "移除" @@ -10121,20 +10291,20 @@ msgstr "" "转换为 ISO 格式时,移除垃圾数据不会节省任何空间(除非以后将 ISO 文件打包为压" "缩文件格式,例如 ZIP 文件)。是否仍要继续?" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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." @@ -10142,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}" @@ -10150,7 +10330,7 @@ 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." @@ -10158,9 +10338,9 @@ msgstr "" "需要渲染窗口活动状态才能使热键生效。

如无法确定,请" "选中此项。" -#: Source/Core/Core/FreeLookManager.cpp:99 +#: 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:930 +#: 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 @@ -10171,7 +10351,7 @@ msgstr "重置" msgid "Reset All" msgstr "全部重置" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "重置忽略警告程序" @@ -10195,7 +10375,7 @@ msgstr "重置穿透设置" msgid "Reset Values" msgstr "重置值" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "重置视图" @@ -10203,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 "分辨率类型:" @@ -10215,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 "需要重启" @@ -10223,7 +10403,7 @@ msgstr "需要重启" msgid "Restore Defaults" msgstr "恢复默认值" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "恢复指令" @@ -10244,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 @@ -10299,7 +10479,7 @@ msgstr "右倾" msgid "Room ID" msgstr "房间 ID" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "旋转" @@ -10308,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 " @@ -10320,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 " @@ -10332,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" @@ -10352,16 +10541,22 @@ msgstr "" "可以左键单击表中的起始、目标和符号列,以在代码视图中查看关联的地址。右键单击" "所选行将弹出上下文菜单。\n" "\n" -"如果右键单击起始、目标或符号列,则将执行将相关地址复制到剪贴板,并执行在相关" -"地址设置断点的操作。请注意,对于起始/目标符号列,只有当所选行中的每一行都有符" -"号时,才会启用这些操作。\n" +"如果右键单击起始、目标或符号列,则可以执行将相关地址复制到剪贴板,并执行在相" +"关地址设置断点的操作。请注意,对于起始/目标符号列,只有当所选行中的每一行都有" +"符号时,才会启用这些操作。\n" "\n" -"如果右键单击所选行的起始列,将执行用 NOP 指令(无操作)替换起始处的分支指令操" -"作。\n" +"如果右键单击所选行的指令列,则可以执行倒置分支指令条件化和倒置分支指令递减检" +"测的操作,但前提是分支指令是有条件的。\n" "\n" -"如果右键单击所选行的目标列,则执行将目标处的指令替换为 BLR 指令(分支到链接寄" -"存器)的操作,但只有当每个起始处的分支指令都更新链接寄存器时,才会启用该操" -"作。\n" +" 如果右键单击所选行的条件列,则可以执行使分支指令无条件的操作,但前提是分支指" +"令是有条件的。\n" +"\n" +"如果右键单击所选行的起始列,将可以执行用 NOP 指令(无操作)替换起始处的分支指" +"令操作。\n" +"\n" +"如果右键单击所选行的目标列,则可以执行将目标处的指令替换为 BLR 指令(分支到链" +"接寄存器)的操作,但只有当每个起始处的分支指令都更新链接寄存器时,才会启用该" +"操作。\n" "\n" "如果右键单击所选行的起始/目标符号列,则可以使用 BLR 指令替换符号最开始的指" "令,但只有当所选行中的每一行都有符号时才会启用。\n" @@ -10375,19 +10570,24 @@ msgstr "" msgid "Rumble" msgstr "震动" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "运行直到" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "运行直到(忽略断点)" @@ -10403,19 +10603,19 @@ msgstr "俄罗斯" 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 卡设置" @@ -10423,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 同步文件夹:" @@ -10458,11 +10658,11 @@ msgstr "SSL 上下文" msgid "START" msgstr "START" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "保存代码(&V)" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "保存状态(&V)" @@ -10474,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -10484,15 +10684,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "保存分支监视快照" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "将组合输出文件另存为" @@ -10506,11 +10706,11 @@ msgstr "保存已转换的镜像" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "存档导出" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "保存 FIFO 日志" @@ -10528,15 +10728,15 @@ msgstr "游戏存档" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "游戏存档文件 (*.sav);;所有文件 (*)" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "保存映射文件" @@ -10548,11 +10748,11 @@ msgstr "保存到最早状态存档" msgid "Save Preset" msgstr "保存预设" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "录制文件另存为" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "保存签名文件" @@ -10602,23 +10802,23 @@ msgstr "保存状态 8" msgid "Save State Slot 9" msgstr "保存状态 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "保存状态到文件" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "保存状态到最早的插槽" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "向选中的插槽保存状态" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "保存状态到插槽" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "保存符号映射为...(&A)" @@ -10626,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 "保存和载入状态" @@ -10634,11 +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:1135 +#: 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" @@ -10655,11 +10855,11 @@ msgstr "保存在与 ROM 相同的目录中" msgid "Save to Selected Slot" msgstr "保存至所选插槽" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "保存..." @@ -10679,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 "扫描成功。" @@ -10688,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "搜索" @@ -10698,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 "搜索当前对象" @@ -10710,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "搜索一个指令" @@ -10724,7 +10924,7 @@ msgstr "搜索一个指令" msgid "Search games..." msgstr "搜索游戏..." -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "搜索指令" @@ -10758,7 +10958,7 @@ 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, " "cancel)" @@ -10769,7 +10969,7 @@ msgid "Select Dump Path" msgstr "选择转储路径" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "选择导出目录" @@ -10789,7 +10989,7 @@ msgstr "选择 GBA ROM" msgid "Select GBA Saves Path" msgstr "选择 GBA 存档路径" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "选择密钥文件 (OTP/SEEPROM 转储)" @@ -10801,7 +11001,7 @@ msgstr "选择最近状态" msgid "Select Load Path" msgstr "选择加载路径" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "选择 NAND 备份" @@ -10813,11 +11013,11 @@ msgstr "选择资源包路径" msgid "Select Riivolution XML file" msgstr "选择 Riivolutione XML 文件" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "选择 SD 卡镜像" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "选择存档文件" @@ -10829,7 +11029,7 @@ msgstr "选择 Skylander 合集" msgid "Select Skylander File" msgstr "选择 Skylander 文件" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "选择插槽 %1 - %2" @@ -10837,7 +11037,7 @@ msgstr "选择插槽 %1 - %2" msgid "Select State" msgstr "选择状态" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "选择状态插槽" @@ -10881,7 +11081,7 @@ msgstr "选择状态 8" msgid "Select State Slot 9" msgstr "选择状态 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "选择要安装到 NAND 的软件" @@ -10898,17 +11098,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "选择文件" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "选择要与 SD 卡镜像同步的文件夹" @@ -10916,7 +11116,7 @@ msgstr "选择要与 SD 卡镜像同步的文件夹" msgid "Select a Game" msgstr "选择游戏" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "选择文件" @@ -10928,11 +11128,11 @@ msgstr "选择游戏" msgid "Select e-Reader Cards" msgstr "选择 e-Reader 卡" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "选择 RSO 模块地址:" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "选择要播放的录制文件" @@ -10944,7 +11144,7 @@ msgstr "选择虚拟 SD 卡根目录" 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 "所选控制器预设不存在" @@ -10952,7 +11152,7 @@ msgstr "所选控制器预设不存在" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "所选游戏在游戏列表中不存在!" @@ -10964,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." @@ -10972,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." @@ -10980,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 " @@ -11025,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 " @@ -11058,19 +11258,15 @@ 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/Settings/GeneralPane.cpp:410 msgid "" @@ -11108,7 +11304,7 @@ msgstr "" msgid "Send" msgstr "发送" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "感应条位置:" @@ -11152,7 +11348,7 @@ 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 "设置断点(&K)" @@ -11169,15 +11365,15 @@ msgstr "给插槽 B 设置存储卡文件" msgid "Set PC" msgstr "设置 PC" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "设置符号终止地址(&E)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "设置符号大小(&S)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "设置符号终止地址" @@ -11185,7 +11381,7 @@ msgstr "设置符号终止地址" msgid "Set as &Default ISO" msgstr "设置为默认镜像(&D)" -#: 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" @@ -11194,11 +11390,11 @@ 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 " "this setting only take effect once Dolphin is restarted." @@ -11209,7 +11405,7 @@ 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." @@ -11223,7 +11419,7 @@ msgid "" msgstr "" "给无法自动确定区域的游戏设置区域。

模拟处于活动状态时无法更改此设置。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -11240,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 文件" @@ -11254,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 "着色器编译" @@ -11276,28 +11472,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "显示日志(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "显示全部" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "显示澳大利亚" @@ -11305,41 +11501,41 @@ msgstr "显示澳大利亚" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "显示法国" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "显示 GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "显示德国" @@ -11351,51 +11547,51 @@ msgstr "叠加显示高尔夫模式" msgid "Show Infinity Base" msgstr "显示 Infinity 底座" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "显示输入回显" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "显示意大利" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "显示日本" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "显示韩国" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "显示 PAL" @@ -11404,27 +11600,27 @@ msgstr "显示 PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "显示地区" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "显示重录计数器" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "显示俄罗斯" @@ -11432,59 +11628,59 @@ msgstr "显示俄罗斯" msgid "Show Skylanders Portal" msgstr "显示 Skylanders 传送门" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "显示系统频率" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "显示台湾" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "在内存中显示目标(&Y)" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "显示美国" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "显示 WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "显示 Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "显示全球" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "在内存中显示(&M)" @@ -11492,16 +11688,16 @@ msgstr "在内存中显示(&M)" msgid "Show in Code" msgstr "在代码中显示" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "在内存中显示" @@ -11509,7 +11705,7 @@ msgstr "在内存中显示" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -11520,7 +11716,7 @@ 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." @@ -11528,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 " @@ -11546,7 +11742,7 @@ 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." @@ -11555,7 +11751,7 @@ 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." @@ -11563,7 +11759,7 @@ 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 " @@ -11572,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." @@ -11581,7 +11777,7 @@ msgstr "" "以毫秒显示每个渲染帧与标准差之间的平均时间。

如无法" "确定,请不要选中此项。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:375 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:374 msgid "" "Shows the mouse cursor at all times.

If unsure, " "select "On Movement"." @@ -11589,7 +11785,7 @@ msgstr "" "始终显示鼠标光标。

如无法确定,请选择"移动时" ""。" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:368 +#: 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." @@ -11597,7 +11793,7 @@ msgstr "" "每当鼠标光标移动时,会短暂显示,然后隐藏。

如无法确" "定,请选择此模式。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:262 +#: 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." @@ -11606,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." @@ -11623,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." @@ -11631,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." @@ -11666,7 +11862,7 @@ msgstr "切换横握" msgid "Sideways Wii Remote" msgstr "横握 Wii 遥控器" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "签名数据库" @@ -11690,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 "简体中文" @@ -11707,7 +11903,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." @@ -11717,7 +11913,7 @@ msgstr "伸缩缓冲区的大小,以毫秒计。数值过低可能导致噼啪 msgid "Skip" msgstr "跳过" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "跳过绘制" @@ -11733,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%. " @@ -11821,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." @@ -11839,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 "声音:" @@ -11858,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 "西班牙语" @@ -11866,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 "专门化(默认)" @@ -11878,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, " @@ -11897,7 +12093,7 @@ 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" @@ -11930,20 +12126,24 @@ msgstr "标准控制器" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "开始分析" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "开始录制输入(&C)" @@ -11951,7 +12151,7 @@ msgstr "开始录制输入(&C)" 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 "以全屏启动" @@ -11963,7 +12163,7 @@ msgstr "启动时附带 Riivolution 补丁" msgid "Start with Riivolution Patches..." msgstr "启动时附带 Riivolution 补丁..." -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "游戏已启动" @@ -12002,19 +12202,19 @@ msgstr "单步跳出" msgid "Step Over" msgstr "单步跳过" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "跳出成功!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "跳出超时!" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "跳过正在处理..." -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "单步成功!" @@ -12023,7 +12223,7 @@ msgstr "单步成功!" msgid "Stepping" msgstr "步进" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "立体声" @@ -12052,15 +12252,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "停止播放/录制输入" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "停止分析" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "游戏已停止" @@ -12099,7 +12303,7 @@ msgstr "" "开启 = XFB 副本为纹理
关闭 = XFB 副本为内存(和纹理)" "

如无法确定,请选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:61 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:60 msgid "Stretch to Window" msgstr "拉伸到窗口大小" @@ -12117,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 "样式:" @@ -12134,12 +12338,12 @@ msgstr "手写笔" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "成功" @@ -12153,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'。" @@ -12166,7 +12370,7 @@ msgstr "在 %1 个存档文件中 %n 个导出成功。" msgid "Successfully exported save files" msgstr "成功导出存档文件" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "已成功从 NAND 中提取证书" @@ -12178,12 +12382,12 @@ msgstr "提取文件成功。" msgid "Successfully extracted system data." msgstr "提取系统数据成功。" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "导入存档文件成功。" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "成功将此软件安装到 NAND。" @@ -12206,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 "环绕" @@ -12256,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "符号终止地址 (%1):" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "符号" @@ -12302,7 +12511,7 @@ 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." @@ -12321,24 +12530,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "标签" @@ -12356,15 +12565,15 @@ msgstr "尾" msgid "Taiwan" msgstr "台湾" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -12382,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);;所有文件 (*)" @@ -12393,11 +12602,11 @@ 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 "转储纹理" @@ -12409,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 "显示纹理格式" @@ -12432,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})" @@ -12446,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:1239 +#: 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:1234 +#: 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 " @@ -12469,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 " @@ -12492,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 " @@ -12501,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." @@ -12601,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?" @@ -12639,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} 。" @@ -12674,7 +12883,7 @@ msgstr "" "该游戏区域与你的主机不匹配。为避免系统菜单出现问题,现无法使用此光盘更新模拟" "主机。" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -12687,15 +12896,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" @@ -12714,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" @@ -12736,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 个字符" @@ -12744,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' 不存在" @@ -12753,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 " @@ -12800,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:1197 +#: 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)." @@ -12821,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 的类型未知,或当前还无法修改。" @@ -12856,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。" @@ -12864,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:1189 +#: 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)." @@ -12876,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 "主题" @@ -12910,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 "没有需要保存的内容!" @@ -12948,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 类型现在还无法修改!" @@ -12977,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." @@ -12985,20 +13194,20 @@ msgstr "" "此 Dolphin 构建版本没有对你的 CPU 原生编译。\n" "请运行 Dolphin 的 ARM64 版本以获得更好的体验。" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:265 +#: 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 " @@ -13007,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 " @@ -13017,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." @@ -13025,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." @@ -13033,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 " @@ -13042,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." @@ -13062,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. " @@ -13071,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 " @@ -13080,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." @@ -13098,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 "这仅适用于模拟软件的初始启动。" @@ -13110,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" @@ -13129,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 "此游戏设置为使用无效的公用密钥。" @@ -13171,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" @@ -13210,7 +13419,7 @@ msgstr "线程" msgid "Threshold" msgstr "阈值" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "TiB" @@ -13220,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)" @@ -13232,7 +13466,7 @@ msgstr "超时" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "标题" @@ -13240,17 +13474,17 @@ msgstr "标题" msgid "To" msgstr "至" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "切换全屏(&F)" @@ -13275,7 +13509,7 @@ msgid "Toggle Aspect Ratio" msgstr "切换宽高比" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "切换断点" @@ -13327,11 +13561,15 @@ msgstr "切换 XFB 副本" msgid "Toggle XFB Immediate Mode" msgstr "切换 XFB 立即模式" +#: 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 "工具控件" @@ -13339,7 +13577,7 @@ msgstr "工具控件" msgid "Toolbar" msgstr "工具栏" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "顶部" @@ -13347,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 "总命中数" @@ -13385,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 "繁体中文" @@ -13410,8 +13648,8 @@ msgstr "陷阱大师" msgid "Trap Team" msgstr "陷阱小队" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "穿透错误" @@ -13448,7 +13686,7 @@ msgid "Trophy" msgstr "奖杯" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -13474,7 +13712,7 @@ 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 模拟" @@ -13492,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. " @@ -13502,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." @@ -13513,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." @@ -13525,7 +13763,7 @@ msgstr "" "

在理想情况下将在消除着色器编译卡顿的同时尽可能减小性能影响,但效果因" "视频驱动的行为而异。" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "无法自动检测 RSO 模块" @@ -13537,11 +13775,11 @@ msgstr "无法连接更新服务器。" 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 "无法打开文件。" @@ -13568,7 +13806,7 @@ msgstr "" "\n" "是否要忽略此行继续分析?" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:714 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:712 msgid "Unable to read file." msgstr "无法读取文件。" @@ -13595,11 +13833,11 @@ msgstr "未压缩的 GC/Wii 镜像 (*.iso *.gcm)" msgid "Undead" msgstr "亡灵" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "撤销载入状态" -#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "撤销保存状态" @@ -13619,13 +13857,13 @@ msgstr "" "卸载 WAD 会将该游戏的当前已安装版本从 NAND 中移除,而不会删除其存档。是否继" "续?" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -13635,7 +13873,7 @@ 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)" @@ -13664,7 +13902,7 @@ msgid "" "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 类型!" @@ -13684,7 +13922,7 @@ msgstr "未知数据类型" msgid "Unknown disc" msgstr "未知光盘" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "发生未知错误。" @@ -13764,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 @@ -13775,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 "更新" @@ -13844,7 +14082,7 @@ msgstr "使用 8.8.8.8 作为通用 DNS,或输入你的自定义设置" 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 "使用内建数据库游戏名称" @@ -13852,7 +14090,7 @@ msgstr "使用内建数据库游戏名称" msgid "Use Full Resolution Per Eye" msgstr "对每只眼睛使用全分辨率" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "使用无损编解码器 (FFV1)" @@ -13860,15 +14098,15 @@ 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." @@ -13876,7 +14114,7 @@ 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 " @@ -13885,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 @@ -13934,11 +14172,11 @@ 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's Title " "column.

If unsure, leave this checked.
如无法确定,请选中此项。" -#: 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 " @@ -13958,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 " @@ -13967,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 " @@ -14248,7 +14490,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "警告" @@ -14370,7 +14612,7 @@ msgstr "" "使用左右并排或上下 3D 模式时每只眼睛是获得完整还是一半的图像分辨率。" "

如无法确定,请不要选中此项。" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -14381,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 " @@ -14392,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 直通设备白名单" @@ -14424,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" @@ -14442,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 遥控器设置" @@ -14462,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 遥控器" @@ -14470,15 +14712,15 @@ msgstr "Wii 和 Wii 遥控器" msgid "Wii data is not public yet" msgstr "Wii 数据尚未公开" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "窗口分辨率" @@ -14487,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 "擦除最近命中" @@ -14505,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "写入" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "写入 JIT 区块日志转储" @@ -14558,11 +14808,11 @@ msgstr "区域错误" 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}”。" @@ -14613,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 " @@ -14622,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 " @@ -14728,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 以使改动生效。" @@ -14755,7 +15005,7 @@ msgstr "" "您想现在停下来修复此问题吗?\n" "如果选择“否”,音频可能会嘈杂混乱。" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -14774,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 "剩余候选项为零。" @@ -14823,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 "连接已断开" @@ -14839,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 "假" @@ -14906,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 "真" @@ -14926,15 +15178,15 @@ 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} 目录中。光盘可能无法识别" diff --git a/Languages/po/zh_TW.po b/Languages/po/zh_TW.po index 95c246edaf..a418292b30 100644 --- a/Languages/po/zh_TW.po +++ b/Languages/po/zh_TW.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dolphin Emulator\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-01 08:42+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/dolphinemu/dolphin-" @@ -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 "" @@ -170,18 +176,18 @@ msgstr "" 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:915 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:917 msgid "%1 has joined" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:920 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:922 msgid "%1 has left" msgstr "" @@ -189,11 +195,11 @@ msgstr "" msgid "%1 has unlocked %2/%3 achievements worth %4/%5 points" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1120 msgid "%1 is not a valid ROM" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1042 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1044 msgid "%1 is now golfing" msgstr "" @@ -205,8 +211,8 @@ 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" @@ -223,11 +229,11 @@ 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 "" @@ -236,17 +242,17 @@ msgid "%1% (Normal Speed)" msgstr "" #. i18n: One of the options shown below "Run Until (Ignoring Breakpoints)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:644 +#: 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:638 +#: 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:641 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:643 msgid "%1's value is used" msgstr "" @@ -262,7 +268,7 @@ msgstr "" msgid "%1: %2" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:275 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:274 msgid "%1

%2" msgstr "" @@ -296,20 +302,20 @@ msgstr "" 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." @@ -335,20 +341,20 @@ msgstr "" msgid "&4x" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:647 +#: Source/Core/DolphinQt/MenuBar.cpp:665 msgid "&About" msgstr "關於(&A)" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:602 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:604 msgid "&Add Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:361 +#: 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)" @@ -356,11 +362,11 @@ msgstr "新增代碼 (&A)" msgid "&Add..." msgstr "新增... (&A)" -#: Source/Core/DolphinQt/MenuBar.cpp:535 +#: Source/Core/DolphinQt/MenuBar.cpp:553 msgid "&Assembler" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:580 +#: Source/Core/DolphinQt/MenuBar.cpp:598 msgid "&Audio Settings" msgstr "聲音設定 (&A)" @@ -372,15 +378,19 @@ msgstr "自動更新 (&A)" msgid "&Borderless Window" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1045 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:498 +msgid "&Branch Type" +msgstr "" + +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:444 msgid "&Break on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:504 +#: Source/Core/DolphinQt/MenuBar.cpp:522 msgid "&Breakpoints" msgstr "中斷點(&B)" -#: Source/Core/DolphinQt/MenuBar.cpp:630 +#: Source/Core/DolphinQt/MenuBar.cpp:648 msgid "&Bug Tracker" msgstr "" @@ -388,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:640 +#: Source/Core/DolphinQt/MenuBar.cpp:658 msgid "&Check for Updates..." msgstr "檢查更新 (&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:1023 +#: Source/Core/DolphinQt/MenuBar.cpp:1043 msgid "&Clear Symbols" msgstr "" @@ -404,20 +414,24 @@ msgstr "" msgid "&Clone..." msgstr "相容版 (&C)" -#: Source/Core/DolphinQt/MenuBar.cpp:469 +#: 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:582 +#: Source/Core/DolphinQt/MenuBar.cpp:600 msgid "&Controller Settings" msgstr "控制器設定(&C)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1040 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:578 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:433 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 msgid "&Copy Address" msgstr "" @@ -425,26 +439,26 @@ msgstr "" 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)" @@ -452,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:343 +#: 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 "" @@ -476,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:602 +#: Source/Core/DolphinQt/MenuBar.cpp:620 msgid "&Font..." msgstr "字體... (&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:349 +#: Source/Core/DolphinQt/MenuBar.cpp:367 msgid "&Frame Advance" msgstr "畫格步進(&F)" -#: Source/Core/DolphinQt/MenuBar.cpp:584 +#: Source/Core/DolphinQt/MenuBar.cpp:602 msgid "&Free Look Settings" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1025 +#: Source/Core/DolphinQt/MenuBar.cpp:1045 msgid "&Generate Symbols From" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:626 +#: Source/Core/DolphinQt/MenuBar.cpp:644 msgid "&GitHub Repository" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:579 +#: Source/Core/DolphinQt/MenuBar.cpp:597 msgid "&Graphics Settings" msgstr "影像設定(&G)" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:312 -#: Source/Core/DolphinQt/MenuBar.cpp:617 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:532 +#: Source/Core/DolphinQt/MenuBar.cpp:635 msgid "&Help" msgstr "說明(&H)" -#: Source/Core/DolphinQt/MenuBar.cpp:583 +#: Source/Core/DolphinQt/MenuBar.cpp:601 msgid "&Hotkey Settings" msgstr "快捷鍵設定(&D)" @@ -530,11 +548,11 @@ 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:604 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:606 msgid "&Insert BLR" msgstr "" @@ -542,7 +560,7 @@ msgstr "" msgid "&Interframe Blending" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:529 +#: Source/Core/DolphinQt/MenuBar.cpp:547 msgid "&JIT" msgstr "&JIT" @@ -550,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:366 +#: Source/Core/DolphinQt/MenuBar.cpp:384 msgid "&Load State" msgstr "讀取進度(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:1031 +#: Source/Core/DolphinQt/MenuBar.cpp:1051 msgid "&Load Symbol Map" msgstr "" @@ -568,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:461 +#: Source/Core/DolphinQt/MenuBar.cpp:479 msgid "&Lock Widgets In Place" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1046 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:445 msgid "&Log on Hit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:513 +#: Source/Core/DolphinQt/MenuBar.cpp:531 msgid "&Memory" msgstr "記憶卡(&M)" -#: Source/Core/DolphinQt/MenuBar.cpp:776 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:501 +msgid "&Misc. Controls" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:794 msgid "&Movie" msgstr "影片(&M)" @@ -592,7 +614,7 @@ msgstr "影片(&M)" msgid "&Mute" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:521 +#: Source/Core/DolphinQt/MenuBar.cpp:539 msgid "&Network" msgstr "" @@ -601,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:570 +#: Source/Core/DolphinQt/MenuBar.cpp:588 msgid "&Options" msgstr "選項(&O)" -#: Source/Core/DolphinQt/MenuBar.cpp:1051 +#: 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:345 +#: Source/Core/DolphinQt/MenuBar.cpp:363 msgid "&Pause" msgstr "暫停(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:344 +#: Source/Core/DolphinQt/MenuBar.cpp:362 msgid "&Play" msgstr "執行(&P)" @@ -625,7 +651,7 @@ msgstr "執行(&P)" msgid "&Properties" msgstr "屬性(&P)" -#: Source/Core/DolphinQt/MenuBar.cpp:791 +#: Source/Core/DolphinQt/MenuBar.cpp:809 msgid "&Read-Only Mode" msgstr "唯讀模式(&R)" @@ -633,7 +659,7 @@ msgstr "唯讀模式(&R)" msgid "&Refresh List" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:477 +#: Source/Core/DolphinQt/MenuBar.cpp:495 msgid "&Registers" msgstr "寄存器(&R)" @@ -641,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:593 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 msgid "&Rename Symbol" msgstr "" #: Source/Core/DolphinQt/GBAWidget.cpp:410 -#: Source/Core/DolphinQt/MenuBar.cpp:347 +#: 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:1032 +#: Source/Core/DolphinQt/MenuBar.cpp:1052 msgid "&Save Symbol Map" msgstr "" @@ -671,7 +697,7 @@ msgstr "" msgid "&Scan e-Reader Card(s)..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:258 +#: Source/Core/DolphinQt/MenuBar.cpp:275 msgid "&Skylanders Portal" msgstr "" @@ -679,23 +705,27 @@ msgstr "" msgid "&Speed Limit:" msgstr "限制速度 (&S)" -#: Source/Core/DolphinQt/MenuBar.cpp:346 +#: 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:486 +#: 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)" @@ -705,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:435 +#: 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:496 +#: Source/Core/DolphinQt/MenuBar.cpp:514 msgid "&Watch" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:619 +#: Source/Core/DolphinQt/MenuBar.cpp:637 msgid "&Website" msgstr "網站(&W)" @@ -731,38 +761,30 @@ msgstr "&Wiki" msgid "&Yes" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1339 +#: Source/Core/DolphinQt/MenuBar.cpp:1366 msgid "'%1' not found, no symbol names generated" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1564 +#: 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: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 "" @@ -779,7 +801,7 @@ msgstr "" msgid "- Subtract" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:380 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:382 msgid "--> %1" msgstr "" @@ -849,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 "" @@ -907,7 +929,7 @@ msgstr "" #. i18n: Stereoscopic 3D #: 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 "" @@ -933,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 "" @@ -1030,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:712 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:714 #: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:295 msgid "" "AutoStepping timed out. Current instruction is " @@ -1068,8 +1090,8 @@ msgstr "" msgid "> Greater-than" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1563 -#: Source/Core/DolphinQt/MainWindow.cpp:1630 +#: Source/Core/DolphinQt/MainWindow.cpp:1559 +#: Source/Core/DolphinQt/MainWindow.cpp:1626 msgid "A NetPlay Session is already in progress!" msgstr "" @@ -1097,7 +1119,7 @@ msgstr "" msgid "A save state cannot be loaded without specifying a game to launch." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:967 +#: 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?" @@ -1113,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 "" @@ -1138,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 "" @@ -1180,8 +1202,8 @@ msgstr "" msgid "Achievement Settings" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:27 -#: Source/Core/DolphinQt/MenuBar.cpp:270 +#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:29 +#: Source/Core/DolphinQt/MenuBar.cpp:287 msgid "Achievements" msgstr "" @@ -1257,7 +1279,7 @@ msgstr "" msgid "Activate NetPlay Chat" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Active" msgstr "" @@ -1273,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 "" @@ -1281,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 "配接器:" @@ -1331,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:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:159 -#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:83 #: 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:1026 +#: Source/Core/DolphinQt/MenuBar.cpp:1046 msgid "Address" msgstr "位址" @@ -1378,7 +1399,7 @@ msgid "" "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 "" @@ -1396,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" @@ -1404,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" @@ -1513,8 +1534,8 @@ msgstr "" msgid "All Hexadecimal" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "All Save States (*.sav *.s##);; All Files (*)" msgstr "" @@ -1526,7 +1547,7 @@ msgstr "" msgid "All Unsigned Integer" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:696 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:694 msgid "All files (*)" msgstr "" @@ -1546,7 +1567,7 @@ msgstr "" 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 "" @@ -1564,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 "" @@ -1586,7 +1607,7 @@ msgstr "" msgid "Anaglyph" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:169 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:173 msgid "Analyze" msgstr "" @@ -1612,15 +1633,15 @@ msgstr "邊緣抗鋸齒:" msgid "Any Region" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1709 +#: Source/Core/DolphinQt/MenuBar.cpp:1736 msgid "Append Signature To" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1044 +#: Source/Core/DolphinQt/MenuBar.cpp:1064 msgid "Append to &Existing Signature File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1048 +#: Source/Core/DolphinQt/MenuBar.cpp:1068 msgid "Appl&y Signature File..." msgstr "" @@ -1630,7 +1651,7 @@ msgid "" ">If unsure, select (off)." msgstr "" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:127 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:128 msgid "Apploader Date:" msgstr "" @@ -1638,7 +1659,7 @@ msgstr "" msgid "Apply" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1732 +#: Source/Core/DolphinQt/MenuBar.cpp:1759 msgid "Apply Signature File" msgstr "" @@ -1646,7 +1667,7 @@ msgstr "" 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 "" @@ -1658,10 +1679,18 @@ msgstr "" msgid "Are you sure you want to delete this pack?" msgstr "" +#: 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 "" @@ -1670,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 "畫面比例:" @@ -1687,7 +1716,7 @@ msgstr "畫面比例:" msgid "Assemble" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:609 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 msgid "Assemble Instruction" msgstr "" @@ -1720,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 "" @@ -1740,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 "自動" @@ -1765,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 "" @@ -1773,15 +1802,15 @@ msgstr "" msgid "Auto-Hide" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: 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." @@ -1809,7 +1838,7 @@ msgid "Auxiliary" msgstr "" #. i18n: The symbol for the unit "bytes" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "B" msgstr "" @@ -1840,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 "" @@ -1861,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 "" @@ -1882,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:996 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:218 #: Source/Core/DolphinQt/GCMemcardManager.cpp:152 -#: Source/Core/DolphinQt/MenuBar.cpp:674 +#: 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 "橫幅:" @@ -1919,7 +1948,7 @@ msgstr "" msgid "Base priority" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:56 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:55 msgid "Basic" msgstr "基本" @@ -1971,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 "" @@ -1985,11 +2014,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1006 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:232 -#: Source/Core/DolphinQt/MenuBar.cpp:684 +#: 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 +2050,67 @@ msgid "" "Passthrough mode cannot be used." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:589 +#: Source/Core/DolphinQt/MenuBar.cpp:607 msgid "Boot to Pause" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1825 +#: Source/Core/DolphinQt/MainWindow.cpp:1786 msgid "BootMii NAND backup file (*.bin);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1851 +#: 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 "" @@ -2093,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 " @@ -2126,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 " @@ -2136,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 "" @@ -2163,11 +2192,11 @@ msgstr "" #. i18n: This is a selectable action when adding a breakpoint #: Source/Core/DolphinQt/Debugger/BreakpointDialog.cpp:143 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Break" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1049 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:447 msgid "Break &and Log on Hit" msgstr "" @@ -2176,11 +2205,11 @@ msgstr "" msgid "Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:561 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:564 msgid "Breakpoint encountered! Step out aborted." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:96 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:97 msgid "Breakpoints" msgstr "" @@ -2214,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:930 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:932 msgid "Buffer size changed to %1" msgstr "" #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:136 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Buffer:" msgstr "緩衝:" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:269 +#: 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 +2305,7 @@ msgstr "" msgid "C Stick" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1043 +#: Source/Core/DolphinQt/MenuBar.cpp:1063 msgid "C&reate Signature File..." msgstr "" @@ -2284,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 選項" @@ -2296,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." @@ -2319,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 "" @@ -2357,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:1556 -#: Source/Core/DolphinQt/MainWindow.cpp:1623 +#: 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:1382 +#: 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 "" @@ -2413,19 +2442,19 @@ 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 "" @@ -2437,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 "" @@ -2461,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 "" @@ -2469,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)..." @@ -2485,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." @@ -2509,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 "" @@ -2529,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 "尋找作弊代碼" @@ -2537,7 +2566,7 @@ msgstr "尋找作弊代碼" msgid "Cheats Manager" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:294 +#: Source/Core/DolphinQt/MenuBar.cpp:311 msgid "Check NAND..." msgstr "" @@ -2575,11 +2604,11 @@ msgstr "" msgid "Choose GCI Base Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1752 +#: Source/Core/DolphinQt/MenuBar.cpp:1779 msgid "Choose Priority Input File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1757 +#: Source/Core/DolphinQt/MenuBar.cpp:1784 msgid "Choose Secondary Input File" msgstr "" @@ -2608,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:172 +#: 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:905 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:595 +#: Source/Core/DolphinQt/MenuBar.cpp:923 msgid "Clear Cache" msgstr "" @@ -2626,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 "" @@ -2639,7 +2669,7 @@ msgstr "" msgid "Close" msgstr "關閉" -#: Source/Core/DolphinQt/MenuBar.cpp:572 Source/Core/DolphinQt/MenuBar.cpp:575 +#: Source/Core/DolphinQt/MenuBar.cpp:590 Source/Core/DolphinQt/MenuBar.cpp:593 msgid "Co&nfiguration" msgstr "" @@ -2647,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 "" @@ -2679,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:1046 +#: Source/Core/DolphinQt/MenuBar.cpp:1066 msgid "Combine &Two Signature Files..." msgstr "" @@ -2696,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 "" @@ -2720,7 +2759,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1007 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:234 -#: Source/Core/DolphinQt/MenuBar.cpp:685 +#: Source/Core/DolphinQt/MenuBar.cpp:703 msgid "Compression" msgstr "" @@ -2728,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 "" @@ -2741,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Condition" msgstr "" @@ -2835,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" @@ -2848,26 +2887,34 @@ 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:829 -#: Source/Core/DolphinQt/MainWindow.cpp:966 -#: Source/Core/DolphinQt/MainWindow.cpp:1761 +#: 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:1292 +#: Source/Core/DolphinQt/MenuBar.cpp:1319 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:501 #: Source/Core/DolphinQt/ResourcePackManager.cpp:240 msgid "Confirmation" @@ -2878,15 +2925,15 @@ msgstr "" msgid "Connect" msgstr "連接" -#: Source/Core/Core/HotkeyManager.cpp:88 Source/Core/DolphinQt/MenuBar.cpp:337 +#: 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:329 +#: Source/Core/DolphinQt/MenuBar.cpp:347 msgid "Connect Wii Remote %1" msgstr "連接 Wii Remote %1" @@ -2906,7 +2953,7 @@ msgstr "連接 Wii Remote 3" msgid "Connect Wii Remote 4" msgstr "連接 Wii Remote 4" -#: Source/Core/DolphinQt/MenuBar.cpp:322 +#: Source/Core/DolphinQt/MenuBar.cpp:340 msgid "Connect Wii Remotes" msgstr "連接 Wii Remote" @@ -2930,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 "" @@ -2947,7 +2994,7 @@ 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 "控制器設定檔" @@ -3044,8 +3091,8 @@ msgstr "" 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 "" @@ -3053,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 "" @@ -3063,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 "" @@ -3085,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 "" @@ -3122,19 +3169,19 @@ msgstr "" msgid "Copy" msgstr "複製" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:580 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:582 msgid "Copy &Function" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:583 +#: 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:582 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:584 msgid "Copy Code &Line" msgstr "" @@ -3142,15 +3189,15 @@ msgstr "" 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/CodeViewWidget.cpp:589 +#: 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 "" @@ -3168,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 "" @@ -3181,11 +3223,6 @@ 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:177 #: Source/Core/Core/NetPlayClient.cpp:241 msgid "Could not communicate with host." @@ -3211,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" @@ -3251,11 +3288,11 @@ 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 "" @@ -3276,7 +3313,7 @@ msgid "" "options." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 msgid "Couldn't look up central server" msgstr "" @@ -3288,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 "國別:" @@ -3321,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 "" @@ -3329,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)." @@ -3345,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:304 +#: 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,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 "" @@ -3388,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 "" @@ -3412,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 @@ -3439,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 "" @@ -3447,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 "" @@ -3526,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 "" @@ -3536,11 +3599,11 @@ 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 "" @@ -3565,11 +3628,11 @@ msgstr "" 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 "" @@ -3583,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 "" @@ -3599,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 "" @@ -3607,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 " @@ -3618,7 +3681,7 @@ msgstr "" #: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:131 #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:533 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:550 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:102 msgid "Delete" msgstr "刪除" @@ -3648,18 +3711,18 @@ msgstr "" 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:998 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:220 -#: Source/Core/DolphinQt/MenuBar.cpp:676 +#: 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 "" @@ -3667,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 "" @@ -3680,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 "" @@ -3702,7 +3765,7 @@ msgstr "" msgid "Detect" msgstr "檢測" -#: Source/Core/DolphinQt/MenuBar.cpp:1383 +#: Source/Core/DolphinQt/MenuBar.cpp:1410 msgid "Detecting RSO Modules" msgstr "" @@ -3732,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 "" @@ -3740,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 "" @@ -3764,7 +3827,7 @@ 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 "" @@ -3772,11 +3835,11 @@ msgstr "" msgid "Disable Emulation Speed Limit" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:885 +#: Source/Core/DolphinQt/MenuBar.cpp:903 msgid "Disable Fastmem" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:891 +#: Source/Core/DolphinQt/MenuBar.cpp:909 msgid "Disable Fastmem Arena" msgstr "" @@ -3784,11 +3847,11 @@ msgstr "" msgid "Disable Fog" msgstr "關閉霧化" -#: Source/Core/DolphinQt/MenuBar.cpp:877 +#: Source/Core/DolphinQt/MenuBar.cpp:895 msgid "Disable JIT Cache" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:897 +#: Source/Core/DolphinQt/MenuBar.cpp:915 msgid "Disable Large Entry Points Map" msgstr "" @@ -3796,14 +3859,14 @@ 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/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 +3897,7 @@ msgid "Discard" msgstr "" #. i18n: Settings that affect how achievements are displayed while playing. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:124 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:141 msgid "Display Settings" msgstr "" @@ -3868,11 +3931,11 @@ msgstr "" msgid "Do you authorize Dolphin to report information to Dolphin's developers?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1762 +#: 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:1293 +#: Source/Core/DolphinQt/MenuBar.cpp:1320 msgid "Do you want to clear the list of symbol names?" msgstr "" @@ -3882,7 +3945,7 @@ msgctxt "" msgid "Do you want to delete the %n selected save file(s)?" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:970 +#: Source/Core/DolphinQt/MainWindow.cpp:968 msgid "Do you want to stop the current emulation?" msgstr "您要停止目前的模擬嗎?" @@ -3890,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 "" @@ -3903,22 +3966,22 @@ msgstr "" msgid "Dolphin Game Mod Preset" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1594 -#: Source/Core/DolphinQt/MenuBar.cpp:1611 -#: Source/Core/DolphinQt/MenuBar.cpp:1630 +#: 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:1873 -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Dolphin TAS Movies (*.dtm)" msgstr "Dolphin TAS 影片 (*.dtm)" @@ -3951,21 +4014,21 @@ msgstr "" msgid "Dolphin is a free and open-source GameCube and Wii emulator." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1001 +#: 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/Config/CheatWarningWidget.cpp:74 +#: Source/Core/DolphinQt/Config/CheatWarningWidget.cpp:75 msgid "Dolphin's cheat system is currently disabled." msgstr "" @@ -3999,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 @@ -4009,27 +4072,27 @@ 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 " @@ -4078,19 +4141,19 @@ msgstr "" msgid "Dump &MRAM" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:846 +#: 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:840 +#: Source/Core/DolphinQt/MenuBar.cpp:858 msgid "Dump Frames" msgstr "轉儲畫格" @@ -4098,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 "" @@ -4106,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 "" @@ -4131,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." @@ -4160,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 "" @@ -4188,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 "" @@ -4207,16 +4270,16 @@ msgstr "" msgid "Edit Breakpoint" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit Conditional" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:236 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:239 msgid "Edit conditional expression" msgstr "" #: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:532 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:549 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 msgid "Edit..." msgstr "" @@ -4225,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" @@ -4236,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:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "EiB" msgstr "" @@ -4262,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 "模擬器線程已經執行中" @@ -4288,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 "" @@ -4310,16 +4387,16 @@ 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 "" @@ -4331,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 "" @@ -4351,15 +4428,15 @@ msgstr "開啟雙核心" 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 +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 " @@ -4393,33 +4470,33 @@ msgid "" "the game to be closed before re-enabling." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:916 +#: 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 "" @@ -4427,11 +4504,11 @@ 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 "" @@ -4439,15 +4516,15 @@ msgstr "" 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 "" @@ -4457,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 " @@ -4465,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 " @@ -4481,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 " @@ -4491,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 " @@ -4499,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." @@ -4517,12 +4594,12 @@ msgid "" "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 +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 " @@ -4538,7 +4615,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 " @@ -4555,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 "" @@ -4563,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 @@ -4574,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 " @@ -4598,7 +4675,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:313 +#: 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 " @@ -4606,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." @@ -4625,7 +4702,7 @@ msgid "" "Aborting import." msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "End Addr" msgstr "" @@ -4635,7 +4712,7 @@ 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" @@ -4652,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 "" @@ -4676,7 +4753,7 @@ msgid "" "to." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1354 +#: Source/Core/DolphinQt/MenuBar.cpp:1381 msgid "Enter the RSO module address:" msgstr "" @@ -4685,69 +4762,68 @@ msgstr "" #: 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:309 -#: Source/Core/DolphinQt/MainWindow.cpp:317 -#: Source/Core/DolphinQt/MainWindow.cpp:1146 -#: Source/Core/DolphinQt/MainWindow.cpp:1555 -#: Source/Core/DolphinQt/MainWindow.cpp:1562 -#: Source/Core/DolphinQt/MainWindow.cpp:1622 -#: Source/Core/DolphinQt/MainWindow.cpp:1629 -#: Source/Core/DolphinQt/MainWindow.cpp:1740 -#: Source/Core/DolphinQt/MenuBar.cpp:205 Source/Core/DolphinQt/MenuBar.cpp:1252 -#: Source/Core/DolphinQt/MenuBar.cpp:1338 -#: Source/Core/DolphinQt/MenuBar.cpp:1361 -#: Source/Core/DolphinQt/MenuBar.cpp:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1408 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 -#: Source/Core/DolphinQt/MenuBar.cpp:1650 -#: Source/Core/DolphinQt/MenuBar.cpp:1662 -#: Source/Core/DolphinQt/MenuBar.cpp:1674 -#: Source/Core/DolphinQt/MenuBar.cpp:1696 -#: Source/Core/DolphinQt/MenuBar.cpp:1722 -#: Source/Core/DolphinQt/MenuBar.cpp:1774 +#: 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:482 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:743 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:985 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1108 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1118 +#: 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 @@ -4761,7 +4837,7 @@ msgstr "" #: 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:322 +#: Source/Core/DolphinQt/Translation.cpp:321 msgid "Error" msgstr "錯誤" @@ -4783,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 "讀取選擇的語系出錯。返回使用系統預設值。" @@ -4791,7 +4867,7 @@ msgstr "讀取選擇的語系出錯。返回使用系統預設值。" msgid "Error obtaining session list: %1" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:310 +#: Source/Core/DolphinQt/MainWindow.cpp:316 msgid "Error occurred while loading some texture packs" msgstr "" @@ -4853,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 "" @@ -4869,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 "" @@ -4882,12 +4958,12 @@ msgstr "" msgid "Euphoria" msgstr "Euphoria" -#: Source/Core/DiscIO/Enums.cpp:24 Source/Core/DolphinQt/MenuBar.cpp:306 +#: 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 "" @@ -4931,11 +5007,11 @@ msgstr "" 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:320 +#: Source/Core/DolphinQt/MenuBar.cpp:338 msgid "Export All Wii Saves" msgstr "匯出全部 Wii 存檔" @@ -4950,7 +5026,7 @@ msgstr "" msgid "Export Recording" msgstr "匯出錄像" -#: Source/Core/DolphinQt/MenuBar.cpp:784 +#: Source/Core/DolphinQt/MenuBar.cpp:802 msgid "Export Recording..." msgstr "匯出錄像..." @@ -4978,14 +5054,14 @@ msgstr "" msgid "Export as .&sav..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1177 +#: 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 "擴充" @@ -5006,7 +5082,7 @@ msgstr "" msgid "External Frame Buffer (XFB)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:295 +#: Source/Core/DolphinQt/MenuBar.cpp:312 msgid "Extract Certificates from NAND" msgstr "" @@ -5044,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 "" @@ -5062,11 +5138,11 @@ msgstr "" msgid "Failed to add this session to the NetPlay index: %1" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1723 +#: 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 "" @@ -5082,7 +5158,7 @@ msgstr "" msgid "Failed to connect to Redump.org" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:986 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:988 msgid "Failed to connect to server: %1" msgstr "" @@ -5132,19 +5208,19 @@ msgstr "" 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 "" @@ -5157,7 +5233,7 @@ msgstr "" msgid "Failed to export the following save files:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1252 +#: Source/Core/DolphinQt/MenuBar.cpp:1275 msgid "Failed to extract certificates from NAND" msgstr "" @@ -5184,25 +5260,25 @@ msgstr "" msgid "Failed to import \"%1\"." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1153 +#: 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:1147 +#: 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:1160 +#: 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:1146 +#: Source/Core/DolphinQt/MainWindow.cpp:1143 msgid "Failed to init core" msgstr "" @@ -5213,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 "" @@ -5222,18 +5298,18 @@ msgid "Failed to install pack: %1" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:633 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failed to install this title to the NAND." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1657 +#: 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:1376 -#: Source/Core/DolphinQt/MenuBar.cpp:1433 +#: Source/Core/DolphinQt/MenuBar.cpp:1403 +#: Source/Core/DolphinQt/MenuBar.cpp:1460 msgid "Failed to load RSO module at %1" msgstr "" @@ -5245,7 +5321,7 @@ msgstr "" msgid "Failed to load dxgi.dll" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1662 +#: Source/Core/DolphinQt/MenuBar.cpp:1689 msgid "Failed to load map file '%1'" msgstr "" @@ -5259,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 "" @@ -5273,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:1740 +#: 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 "" @@ -5321,7 +5397,7 @@ msgstr "" msgid "Failed to open file." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1656 +#: Source/Core/DolphinQt/MainWindow.cpp:1652 msgid "Failed to open server" msgstr "" @@ -5366,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 "" @@ -5449,31 +5525,31 @@ msgstr "" 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:1651 +#: Source/Core/DolphinQt/MenuBar.cpp:1678 msgid "Failed to save code map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1696 +#: Source/Core/DolphinQt/MenuBar.cpp:1723 msgid "Failed to save signature file '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1675 +#: Source/Core/DolphinQt/MenuBar.cpp:1702 msgid "Failed to save symbol map to path '%1'" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1775 +#: 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,7 +5600,7 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:631 #: Source/Core/DolphinQt/GameList/GameList.cpp:661 #: Source/Core/DolphinQt/GameList/GameList.cpp:854 -#: Source/Core/DolphinQt/MenuBar.cpp:1118 +#: Source/Core/DolphinQt/MenuBar.cpp:1141 msgid "Failure" msgstr "" @@ -5556,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 "" @@ -5569,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:1005 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:230 -#: Source/Core/DolphinQt/MenuBar.cpp:683 +#: 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:1000 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:224 -#: Source/Core/DolphinQt/MenuBar.cpp:678 +#: Source/Core/DolphinQt/MenuBar.cpp:696 msgid "File Name" msgstr "檔案名稱" #: Source/Core/DolphinQt/GameList/GameList.cpp:1001 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:226 -#: Source/Core/DolphinQt/MenuBar.cpp:679 +#: Source/Core/DolphinQt/MenuBar.cpp:697 msgid "File Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1004 -#: Source/Core/DolphinQt/MenuBar.cpp:682 +#: 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 "檔案未含有代碼。" @@ -5620,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}" @@ -5650,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 "" @@ -5683,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 @@ -5698,11 +5768,11 @@ msgstr "" msgid "Float" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:574 +#: 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 "" @@ -5718,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" @@ -5726,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" @@ -5758,11 +5828,11 @@ 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 "" @@ -5784,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." @@ -5794,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 @@ -5809,13 +5879,13 @@ 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 "" @@ -5836,11 +5906,11 @@ msgstr "" 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 "" @@ -5848,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 "" @@ -5868,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 "" @@ -5884,7 +5954,11 @@ 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 "" @@ -5899,7 +5973,7 @@ 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" @@ -5918,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 "" @@ -5927,12 +6001,12 @@ msgstr "" msgid "FullScr" msgstr "全螢幕" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 msgid "Function" msgstr "" #. i18n: Settings that affect the functionality of unlocking achievements. -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:118 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:135 msgid "Function Settings" msgstr "" @@ -5976,11 +6050,11 @@ msgstr "" msgid "GBA Window Size" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:838 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:840 msgid "GBA%1 ROM changed to \"%2\"" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:843 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:845 msgid "GBA%1 ROM disabled" msgstr "" @@ -6004,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" @@ -6022,7 +6096,7 @@ msgstr "" msgid "GPU Texture Decoding" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:235 +#: 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?" @@ -6032,25 +6106,25 @@ msgstr "" msgid "GPU: OGL ERROR: Does your video card support OpenGL 2.0?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:253 +#: 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:278 +#: 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:262 +#: 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:244 +#: 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?" @@ -6062,7 +6136,7 @@ msgid "" "GPU: Does your video card support OpenGL 3?" msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:470 +#: 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" @@ -6080,8 +6154,8 @@ 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 "" @@ -6095,7 +6169,7 @@ msgid "" "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 "" @@ -6107,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 "" @@ -6124,11 +6198,11 @@ msgid "Game Gamma:" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1002 -#: Source/Core/DolphinQt/MenuBar.cpp:680 +#: 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 :" @@ -6137,7 +6211,7 @@ msgstr "遊戲 ID :" msgid "Game Status" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:830 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:832 msgid "Game changed to \"%1\"" msgstr "" @@ -6184,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 "" @@ -6196,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 "" @@ -6217,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 "" @@ -6245,7 +6319,7 @@ 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 代碼" @@ -6256,17 +6330,17 @@ msgstr "Gecko 代碼" #: 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 "" @@ -6281,17 +6355,17 @@ msgid "" "future statistics to be unassociated with your previous statistics." msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:587 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:589 msgid "Generated AR code(s)." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1332 +#: 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" @@ -6299,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:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "GiB" msgstr "" @@ -6327,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 "影像" @@ -6367,7 +6441,7 @@ msgstr "綠 左" msgid "Green Right" msgstr "綠 右" -#: Source/Core/DolphinQt/MenuBar.cpp:655 +#: Source/Core/DolphinQt/MenuBar.cpp:673 msgid "Grid View" msgstr "" @@ -6412,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 "" @@ -6445,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:750 +#: Source/Core/DolphinQt/MenuBar.cpp:768 msgid "Hide All" msgstr "" @@ -6465,7 +6539,7 @@ msgstr "" 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 " "render window is focused.

If unsure, select "" @@ -6473,11 +6547,11 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:207 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:427 +#: 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 "" @@ -6500,12 +6574,36 @@ msgstr "主機" msgid "Host Code:" msgstr "" +#. 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" +#. 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 @@ -6516,14 +6614,22 @@ msgid "" "latency connections." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:941 msgid "Host input authority disabled" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:939 +#: 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 "" @@ -6532,7 +6638,7 @@ msgstr "" msgid "Hostname" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:459 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:461 msgid "Hotkey Settings" msgstr "" @@ -6542,11 +6648,11 @@ msgstr "" 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 "" @@ -6573,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 "" @@ -6604,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 靈敏度:" @@ -6668,7 +6774,7 @@ 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." @@ -6685,7 +6791,7 @@ msgid "" "bugs, performance and stability issues." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:207 +#: 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." @@ -6697,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 "" @@ -6722,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 " @@ -6738,7 +6844,7 @@ msgid "" "

If unsure, leave this unchecked." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:292 +#: Source/Core/DolphinQt/MenuBar.cpp:309 msgid "Import BootMii NAND Backup..." msgstr "" @@ -6753,22 +6859,22 @@ msgstr "" msgid "Import Save File(s)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:318 +#: Source/Core/DolphinQt/MenuBar.cpp:336 msgid "Import Wii Save..." msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1834 +#: Source/Core/DolphinQt/MainWindow.cpp:1795 msgid "Importing NAND backup" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1844 +#: 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 " @@ -6781,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 " @@ -6789,31 +6895,31 @@ 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 "" @@ -6838,15 +6944,15 @@ msgstr "" 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 "" @@ -6883,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:1331 -#: Source/Core/DolphinQt/MenuBar.cpp:1574 +#: 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 "" @@ -6897,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:1354 -#: Source/Core/DolphinQt/MenuBar.cpp:1414 -#: Source/Core/DolphinQt/MenuBar.cpp:1681 -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: 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 "輸入" @@ -6915,16 +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/CodeViewWidget.cpp:605 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:436 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:607 msgid "Insert &NOP" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:218 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:217 msgid "Insert SD Card" msgstr "插入 SD 卡" @@ -6941,7 +7047,7 @@ msgstr "" msgid "Install Update" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:290 +#: Source/Core/DolphinQt/MenuBar.cpp:307 msgid "Install WAD..." msgstr "" @@ -6956,7 +7062,7 @@ 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 "" @@ -6965,7 +7071,7 @@ msgstr "" msgid "Instruction Breakpoint" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Instruction:" msgstr "" @@ -6974,7 +7080,7 @@ msgstr "" msgid "Instruction: %1" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:742 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:744 msgid "" "Instructions executed: %1\n" "Value contained in:\n" @@ -7043,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:857 +#: Source/Core/DolphinQt/MenuBar.cpp:875 msgid "Interpreter Core" msgstr "" @@ -7067,7 +7173,7 @@ msgstr "" msgid "Invalid Mixed Code" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:318 +#: Source/Core/DolphinQt/MainWindow.cpp:324 msgid "Invalid Pack %1 provided: %2" msgstr "" @@ -7076,11 +7182,11 @@ msgstr "" msgid "Invalid Player ID" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1361 +#: 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 "" @@ -7101,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 "" @@ -7109,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 "" @@ -7137,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" @@ -7156,96 +7270,97 @@ msgstr "" msgid "Item" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:855 +#: Source/Core/DolphinQt/MenuBar.cpp:873 msgid "JIT" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:869 +#: 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:1004 +#: Source/Core/DolphinQt/MenuBar.cpp:1024 msgid "JIT Branch Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:976 +#: Source/Core/DolphinQt/MenuBar.cpp:996 msgid "JIT FloatingPoint Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:983 +#: Source/Core/DolphinQt/MenuBar.cpp:1003 msgid "JIT Integer Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:961 +#: Source/Core/DolphinQt/MenuBar.cpp:981 msgid "JIT LoadStore Floating Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:933 +#: Source/Core/DolphinQt/MenuBar.cpp:953 msgid "JIT LoadStore Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:969 +#: Source/Core/DolphinQt/MenuBar.cpp:989 msgid "JIT LoadStore Paired Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:947 +#: Source/Core/DolphinQt/MenuBar.cpp:967 msgid "JIT LoadStore lXz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:940 +#: Source/Core/DolphinQt/MenuBar.cpp:960 msgid "JIT LoadStore lbzx Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:954 +#: Source/Core/DolphinQt/MenuBar.cpp:974 msgid "JIT LoadStore lwz Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:927 +#: Source/Core/DolphinQt/MenuBar.cpp:947 msgid "JIT Off (JIT Core)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:990 +#: 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:1011 +#: Source/Core/DolphinQt/MenuBar.cpp:1031 msgid "JIT Register Cache Off" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:997 +#: Source/Core/DolphinQt/MenuBar.cpp:1017 msgid "JIT SystemRegisters Off" msgstr "" -#: Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreter.cpp:313 -#: 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:424 +#: 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:308 +#: 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" @@ -7256,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:683 +#: 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 "" @@ -7297,7 +7412,7 @@ msgstr "" msgid "Keys" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: Source/Core/UICommon/UICommon.cpp:524 msgid "KiB" msgstr "" @@ -7305,12 +7420,12 @@ msgstr "" msgid "Kick Player" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:45 Source/Core/DolphinQt/MenuBar.cpp:310 +#: 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" @@ -7339,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 "" @@ -7381,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 @@ -7479,11 +7594,11 @@ msgstr "" msgid "Limit Chunked Upload Speed:" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:689 +#: Source/Core/DolphinQt/MenuBar.cpp:707 msgid "List Columns" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:652 +#: Source/Core/DolphinQt/MenuBar.cpp:670 msgid "List View" msgstr "" @@ -7493,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:174 +#: 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:1036 +#: Source/Core/DolphinQt/MenuBar.cpp:1056 msgid "Load &Bad Map File..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1035 +#: 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 +#: 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 "" @@ -7523,7 +7638,7 @@ msgstr "" msgid "Load File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:275 +#: Source/Core/DolphinQt/MenuBar.cpp:292 msgid "Load GameCube Main Menu" msgstr "" @@ -7536,8 +7651,8 @@ msgstr "" msgid "Load Last State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1593 -#: Source/Core/DolphinQt/MenuBar.cpp:1610 +#: Source/Core/DolphinQt/MenuBar.cpp:1620 +#: Source/Core/DolphinQt/MenuBar.cpp:1637 msgid "Load Map File" msgstr "" @@ -7638,19 +7753,19 @@ msgstr "讀取儲存格 8" msgid "Load State Slot 9" msgstr "讀取儲存格 9" -#: Source/Core/DolphinQt/MenuBar.cpp:367 +#: Source/Core/DolphinQt/MenuBar.cpp:385 msgid "Load State from File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:368 +#: Source/Core/DolphinQt/MenuBar.cpp:386 msgid "Load State from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:369 +#: Source/Core/DolphinQt/MenuBar.cpp:387 msgid "Load State from Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1078 +#: Source/Core/DolphinQt/MenuBar.cpp:1101 msgid "Load Wii System Menu %1" msgstr "" @@ -7662,30 +7777,30 @@ msgstr "" msgid "Load from Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:427 +#: Source/Core/DolphinQt/MenuBar.cpp:445 msgid "Load from Slot %1 - %2" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1077 +#: 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:1575 +#: 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." @@ -7695,7 +7810,7 @@ msgstr "" msgid "Local" msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:214 +#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:213 msgid "Lock Mouse Cursor" msgstr "" @@ -7704,7 +7819,7 @@ msgstr "" 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 " "set a hotkey to unlock it.

If unsure, leave this " @@ -7712,7 +7827,7 @@ msgid "" msgstr "" #: Source/Core/DolphinQt/Config/LogWidget.cpp:34 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 #: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:238 msgid "Log" msgstr "記錄" @@ -7721,20 +7836,20 @@ msgstr "記錄" msgid "Log Configuration" msgstr "記錄設定" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:61 -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:187 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:78 +#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:200 msgid "Log In" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:910 +#: 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 "" @@ -7746,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:979 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:981 msgid "Lost connection to NetPlay server..." msgstr "" #: Source/Core/DolphinQt/Config/VerifyWidget.cpp:201 -#: Source/Core/DolphinQt/Settings/AudioPane.cpp:423 +#: 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 "" @@ -7800,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 "" @@ -7830,12 +7961,12 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:999 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:222 -#: Source/Core/DolphinQt/MenuBar.cpp:677 +#: 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 "廠商:" @@ -7847,12 +7978,12 @@ msgid "" "unchecked.
" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:291 +#: 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 "" @@ -7864,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:961 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:963 msgid "Max Buffer:" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:929 +#: 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 "" @@ -7881,7 +8016,7 @@ 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 "" @@ -7902,7 +8037,7 @@ msgstr "" msgid "Memory Card" msgstr "記憶卡" -#: Source/Core/DolphinQt/MenuBar.cpp:284 +#: Source/Core/DolphinQt/MenuBar.cpp:301 msgid "Memory Card Manager" msgstr "" @@ -7910,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 "" @@ -7930,7 +8065,7 @@ msgstr "" msgid "MemoryCard: Write called with invalid destination address ({0:#x})" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1815 +#: 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, " @@ -7938,33 +8073,41 @@ msgid "" "want to continue?" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:528 +#: 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 "" @@ -7973,7 +8116,7 @@ msgstr "" msgid "Mismatch between internal data structures." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1110 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1112 msgid "" "Mismatched ROMs\n" "Selected: {0}\n" @@ -7993,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 " @@ -8005,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:1382 -#: Source/Core/DolphinQt/MenuBar.cpp:1533 +#: 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 "" @@ -8030,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 "" @@ -8043,11 +8186,11 @@ 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 "" @@ -8063,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 "" @@ -8072,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:1207 -#: Source/Core/DolphinQt/MenuBar.cpp:1216 -#: Source/Core/DolphinQt/MenuBar.cpp:1234 -#: Source/Core/DolphinQt/MenuBar.cpp:1238 +#: 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 "" @@ -8088,7 +8241,7 @@ msgstr "" msgid "NKit Warning" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:277 +#: Source/Core/DiscIO/Enums.cpp:121 Source/Core/DolphinQt/MenuBar.cpp:294 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-J" msgstr "" @@ -8115,7 +8268,7 @@ msgid "" "dolphin_emphasis>" msgstr "" -#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:279 +#: Source/Core/DiscIO/Enums.cpp:124 Source/Core/DolphinQt/MenuBar.cpp:296 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "NTSC-U" msgstr "" @@ -8142,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 "名稱:" @@ -8203,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 "" @@ -8212,7 +8365,7 @@ msgid "Never Auto-Update" msgstr "" #: Source/Core/DolphinQt/Debugger/AssemblerWidget.cpp:365 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:171 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:175 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:101 msgid "New" msgstr "" @@ -8255,7 +8408,7 @@ msgstr "" msgid "Next Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 msgid "Next Match" msgstr "" @@ -8270,7 +8423,7 @@ 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 "" @@ -8292,13 +8445,13 @@ 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 "" @@ -8306,7 +8459,7 @@ msgstr "" 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 +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 "" @@ -8348,7 +8501,7 @@ msgstr "" msgid "No input" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1218 +#: Source/Core/DolphinQt/MenuBar.cpp:1241 msgid "No issues have been detected." msgstr "" @@ -8356,15 +8509,15 @@ msgstr "" 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 +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 "" @@ -8454,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." @@ -8490,7 +8638,7 @@ msgstr "" msgid "OK" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:173 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:174 msgid "Object %1" msgstr "" @@ -8542,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 "" @@ -8563,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 " @@ -8589,7 +8737,7 @@ msgid "" "performed in the emulated software." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:622 +#: Source/Core/DolphinQt/MenuBar.cpp:640 msgid "Online &Documentation" msgstr "" @@ -8597,13 +8745,13 @@ msgstr "" msgid "Only Show Collection" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1706 +#: Source/Core/DolphinQt/MenuBar.cpp:1733 msgid "" "Only append symbols with prefix:\n" "(Blank for all symbols)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1681 +#: Source/Core/DolphinQt/MenuBar.cpp:1708 msgid "" "Only export symbols with prefix:\n" "(Blank for all symbols)" @@ -8620,7 +8768,7 @@ msgstr "開啟" msgid "Open &Containing Folder" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:238 +#: Source/Core/DolphinQt/MenuBar.cpp:255 msgid "Open &User Folder" msgstr "" @@ -8633,7 +8781,7 @@ msgstr "" msgid "Open Directory..." msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:217 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:221 msgid "Open FIFO Log" msgstr "" @@ -8699,31 +8847,31 @@ 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:231 @@ -8741,7 +8889,7 @@ msgstr "" 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 "" @@ -8761,15 +8909,15 @@ msgstr "" msgid "Output Resampling:" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:702 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:704 msgid "Overwritten" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:780 +#: Source/Core/DolphinQt/MenuBar.cpp:798 msgid "P&lay Input Recording..." msgstr "" -#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:282 +#: Source/Core/DiscIO/Enums.cpp:127 Source/Core/DolphinQt/MenuBar.cpp:299 #: Source/Core/DolphinQt/Settings/GeneralPane.cpp:223 msgid "PAL" msgstr "" @@ -8783,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:603 +#: 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 "" @@ -8833,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 "" @@ -8858,7 +9015,7 @@ msgstr "" msgid "Patches" msgstr "修正" -#: Source/Core/DolphinQt/Config/InfoWidget.cpp:52 +#: Source/Core/DolphinQt/Config/InfoWidget.cpp:53 msgid "Path:" msgstr "" @@ -8871,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:801 +#: 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 " @@ -8895,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." @@ -8920,7 +9077,7 @@ msgstr "" msgid "Per-Pixel Lighting" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:302 +#: Source/Core/DolphinQt/MenuBar.cpp:320 msgid "Perform Online System Update" msgstr "" @@ -8928,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 "" @@ -8950,11 +9107,11 @@ msgstr "" msgid "Physical address space" msgstr "" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "PiB" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1284 +#: Source/Core/DolphinQt/MenuBar.cpp:1311 msgid "Pick a debug font" msgstr "" @@ -8971,7 +9128,7 @@ msgid "Pitch Up" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:995 -#: Source/Core/DolphinQt/MenuBar.cpp:673 +#: Source/Core/DolphinQt/MenuBar.cpp:691 msgid "Platform" msgstr "" @@ -8979,7 +9136,7 @@ msgstr "" msgid "Play" msgstr "執行" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:168 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:172 msgid "Play / Record" msgstr "" @@ -8991,7 +9148,7 @@ 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 "" @@ -9028,20 +9185,25 @@ msgstr "" 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 "" @@ -9074,7 +9236,7 @@ msgstr "" msgid "Portal Slots" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:972 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:974 msgid "Possible desync detected: %1 might have desynced at frame %2" msgstr "" @@ -9099,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 "" @@ -9138,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 " @@ -9153,7 +9315,7 @@ msgstr "" msgid "Previous Game Profile" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:85 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:86 msgid "Previous Match" msgstr "" @@ -9181,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." @@ -9208,15 +9370,15 @@ msgstr "設定檔" msgid "Program Counter" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementsWindow.cpp:60 +#: 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." @@ -9226,7 +9388,7 @@ msgstr "" msgid "Public" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:554 +#: Source/Core/DolphinQt/MenuBar.cpp:572 msgid "Purge Game List Cache" msgstr "" @@ -9250,14 +9412,14 @@ msgstr "" 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:1814 +#: Source/Core/DolphinQt/MainWindow.cpp:1775 msgid "Question" msgstr "問題" @@ -9282,11 +9444,11 @@ msgstr "R-類比" msgid "READY" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1028 +#: Source/Core/DolphinQt/MenuBar.cpp:1048 msgid "RSO Modules" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1349 +#: Source/Core/DolphinQt/MenuBar.cpp:1376 msgid "RSO auto-detection" msgstr "" @@ -9319,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:607 +#: 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:271 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:274 msgid "Read" msgstr "" @@ -9368,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 "" @@ -9378,7 +9544,11 @@ 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 "" @@ -9386,15 +9556,15 @@ msgstr "" 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 "" @@ -9429,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 @@ -9444,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 "" @@ -9458,7 +9627,7 @@ msgid "Refreshing..." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:1003 -#: Source/Core/DolphinQt/MenuBar.cpp:681 +#: Source/Core/DolphinQt/MenuBar.cpp:699 #: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:223 msgid "Region" msgstr "" @@ -9492,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 "移除" @@ -9520,25 +9689,35 @@ msgid "" "afterwards). Do you want to continue anyway?" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:969 +#: 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 "" @@ -9547,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/FreeLookManager.cpp:102 #: Source/Core/Core/HotkeyManager.cpp:33 Source/Core/Core/HotkeyManager.cpp:190 -#: Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp:930 +#: 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 @@ -9566,7 +9745,7 @@ msgstr "重置" msgid "Reset All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:596 +#: Source/Core/DolphinQt/MenuBar.cpp:614 msgid "Reset Ignore Panic Handler" msgstr "" @@ -9590,7 +9769,7 @@ msgstr "" msgid "Reset Values" msgstr "" -#: Source/Core/Core/FreeLookManager.cpp:103 +#: Source/Core/Core/FreeLookManager.cpp:106 msgid "Reset View" msgstr "" @@ -9598,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 "" @@ -9610,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 "" @@ -9618,7 +9797,7 @@ msgstr "" msgid "Restore Defaults" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:611 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:613 msgid "Restore Instruction" msgstr "" @@ -9639,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 @@ -9694,7 +9873,7 @@ msgstr "" msgid "Room ID" msgstr "" -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:466 +#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:468 msgid "Rotation" msgstr "" @@ -9703,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 " @@ -9712,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 " @@ -9724,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" @@ -9749,19 +9937,24 @@ msgstr "" msgid "Rumble" msgstr "震動" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:600 +#: 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:682 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:684 msgid "Run Until" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:636 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:638 msgid "Run Until (Ignoring Breakpoints)" msgstr "" @@ -9777,19 +9970,19 @@ msgstr "" 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 "" @@ -9797,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 "" @@ -9832,11 +10025,11 @@ msgstr "" msgid "START" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1040 +#: Source/Core/DolphinQt/MenuBar.cpp:1060 msgid "Sa&ve Code" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:382 +#: Source/Core/DolphinQt/MenuBar.cpp:400 msgid "Sa&ve State" msgstr "儲存進度(&V)" @@ -9848,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:175 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:179 #: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:105 #: qtbase/src/gui/kernel/qplatformtheme.cpp:710 msgid "Save" @@ -9858,15 +10051,15 @@ 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 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:626 msgid "Save Branch Watch Snapshot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1762 +#: Source/Core/DolphinQt/MenuBar.cpp:1789 msgid "Save Combined Output File As" msgstr "" @@ -9880,11 +10073,11 @@ msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:588 #: Source/Core/DolphinQt/GameList/GameList.cpp:593 -#: Source/Core/DolphinQt/MenuBar.cpp:1176 +#: Source/Core/DolphinQt/MenuBar.cpp:1199 msgid "Save Export" msgstr "" -#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:228 +#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:232 msgid "Save FIFO Log" msgstr "" @@ -9902,15 +10095,15 @@ msgstr "" msgid "Save Game Files (*.sav);;All Files (*)" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1134 -#: Source/Core/DolphinQt/MenuBar.cpp:1143 -#: Source/Core/DolphinQt/MenuBar.cpp:1146 -#: Source/Core/DolphinQt/MenuBar.cpp:1152 -#: Source/Core/DolphinQt/MenuBar.cpp:1159 +#: 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/DolphinQt/MenuBar.cpp:1628 +#: Source/Core/DolphinQt/MenuBar.cpp:1655 msgid "Save Map File" msgstr "" @@ -9922,11 +10115,11 @@ msgstr "" msgid "Save Preset" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1952 +#: Source/Core/DolphinQt/MainWindow.cpp:1912 msgid "Save Recording File As" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1684 +#: Source/Core/DolphinQt/MenuBar.cpp:1711 msgid "Save Signature File" msgstr "" @@ -9976,23 +10169,23 @@ msgstr "儲存至儲存格 8" msgid "Save State Slot 9" msgstr "儲存至儲存格 9" -#: Source/Core/DolphinQt/MenuBar.cpp:383 +#: Source/Core/DolphinQt/MenuBar.cpp:401 msgid "Save State to File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:385 +#: Source/Core/DolphinQt/MenuBar.cpp:403 msgid "Save State to Oldest Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:384 +#: Source/Core/DolphinQt/MenuBar.cpp:402 msgid "Save State to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:386 +#: Source/Core/DolphinQt/MenuBar.cpp:404 msgid "Save State to Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1037 +#: Source/Core/DolphinQt/MenuBar.cpp:1057 msgid "Save Symbol Map &As..." msgstr "" @@ -10000,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 "" @@ -10008,11 +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:1135 +#: 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" @@ -10027,11 +10220,11 @@ msgstr "" msgid "Save to Selected Slot" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:428 +#: 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 "" @@ -10051,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 "" @@ -10060,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:562 Source/Core/DolphinQt/MenuBar.cpp:564 +#: Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp:84 +#: Source/Core/DolphinQt/MenuBar.cpp:580 Source/Core/DolphinQt/MenuBar.cpp:582 msgid "Search" msgstr "" @@ -10070,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 "" @@ -10082,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:912 +#: Source/Core/DolphinQt/MenuBar.cpp:930 msgid "Search for an Instruction" msgstr "" @@ -10096,7 +10289,7 @@ msgstr "" msgid "Search games..." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1803 +#: Source/Core/DolphinQt/MenuBar.cpp:1830 msgid "Search instruction" msgstr "" @@ -10130,7 +10323,7 @@ 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, " "cancel)" @@ -10141,7 +10334,7 @@ msgid "Select Dump Path" msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:568 -#: Source/Core/DolphinQt/MenuBar.cpp:1170 +#: Source/Core/DolphinQt/MenuBar.cpp:1193 msgid "Select Export Directory" msgstr "" @@ -10161,7 +10354,7 @@ msgstr "" msgid "Select GBA Saves Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1850 +#: Source/Core/DolphinQt/MainWindow.cpp:1811 msgid "Select Keys File (OTP/SEEPROM Dump)" msgstr "" @@ -10173,7 +10366,7 @@ msgstr "" msgid "Select Load Path" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1824 +#: Source/Core/DolphinQt/MainWindow.cpp:1785 msgid "Select NAND Backup" msgstr "" @@ -10185,11 +10378,11 @@ msgstr "" msgid "Select Riivolution XML file" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:506 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:505 msgid "Select SD Card Image" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1125 +#: Source/Core/DolphinQt/MenuBar.cpp:1148 msgid "Select Save File" msgstr "" @@ -10201,7 +10394,7 @@ msgstr "" msgid "Select Skylander File" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:429 +#: Source/Core/DolphinQt/MenuBar.cpp:447 msgid "Select Slot %1 - %2" msgstr "" @@ -10209,7 +10402,7 @@ msgstr "" msgid "Select State" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:399 +#: Source/Core/DolphinQt/MenuBar.cpp:417 msgid "Select State Slot" msgstr "選擇儲存格" @@ -10253,7 +10446,7 @@ msgstr "選擇儲存格 8" msgid "Select State Slot 9" msgstr "選擇儲存格 9" -#: Source/Core/DolphinQt/MenuBar.cpp:1104 +#: Source/Core/DolphinQt/MenuBar.cpp:1127 msgid "Select Title to Install to NAND" msgstr "" @@ -10270,17 +10463,17 @@ 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:788 -#: Source/Core/DolphinQt/MainWindow.cpp:1426 -#: Source/Core/DolphinQt/MainWindow.cpp:1438 +#: Source/Core/DolphinQt/MainWindow.cpp:1422 +#: Source/Core/DolphinQt/MainWindow.cpp:1434 msgid "Select a File" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:523 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:522 msgid "Select a Folder to Sync with the SD Card Image" msgstr "" @@ -10288,7 +10481,7 @@ msgstr "" msgid "Select a Game" msgstr "" -#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:695 +#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:693 msgid "Select a file" msgstr "" @@ -10300,11 +10493,11 @@ msgstr "" msgid "Select e-Reader Cards" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1414 +#: Source/Core/DolphinQt/MenuBar.cpp:1441 msgid "Select the RSO module address:" msgstr "" -#: Source/Core/DolphinQt/MainWindow.cpp:1873 +#: Source/Core/DolphinQt/MainWindow.cpp:1834 msgid "Select the Recording File to Play" msgstr "" @@ -10316,7 +10509,7 @@ msgstr "" 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 "" @@ -10324,7 +10517,7 @@ msgstr "" #: 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:893 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:895 msgid "Selected game doesn't exist in game list!" msgstr "" @@ -10336,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 " @@ -10378,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 " @@ -10400,14 +10593,14 @@ 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/Settings/GeneralPane.cpp:410 @@ -10435,7 +10628,7 @@ msgstr "" msgid "Send" msgstr "傳送" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:356 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:355 msgid "Sensor Bar Position:" msgstr "傳感器位置:" @@ -10472,7 +10665,7 @@ msgstr "" msgid "Set &Value" msgstr "" -#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:1043 +#: Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp:442 msgid "Set Brea&kpoint" msgstr "" @@ -10489,15 +10682,15 @@ msgstr "" msgid "Set PC" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:599 msgid "Set Symbol &End Address" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:595 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:597 msgid "Set Symbol &Size" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:992 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:994 msgid "Set Symbol End Address" msgstr "" @@ -10505,18 +10698,18 @@ msgstr "" msgid "Set as &Default ISO" 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 " "this setting only take effect once Dolphin is restarted." @@ -10524,7 +10717,7 @@ msgid "" "dolphin_emphasis>" 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." @@ -10537,7 +10730,7 @@ msgid "" "active." msgstr "" -#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:378 +#: 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." @@ -10550,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 "" @@ -10564,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 "" @@ -10586,28 +10779,28 @@ 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:436 +#: Source/Core/DolphinQt/MenuBar.cpp:454 msgid "Show &Log" msgstr "顯示日誌視窗(&L)" -#: Source/Core/DolphinQt/MenuBar.cpp:449 +#: 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:749 +#: Source/Core/DolphinQt/MenuBar.cpp:767 msgid "Show All" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:736 +#: Source/Core/DolphinQt/MenuBar.cpp:754 msgid "Show Australia" msgstr "" @@ -10615,41 +10808,41 @@ msgstr "" 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:711 +#: 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:819 +#: 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:737 +#: Source/Core/DolphinQt/MenuBar.cpp:755 msgid "Show France" msgstr "顯示 France" -#: Source/Core/DolphinQt/MenuBar.cpp:709 +#: Source/Core/DolphinQt/MenuBar.cpp:727 msgid "Show GameCube" msgstr "顯示 GameCube" -#: Source/Core/DolphinQt/MenuBar.cpp:738 +#: Source/Core/DolphinQt/MenuBar.cpp:756 msgid "Show Germany" msgstr "" @@ -10661,51 +10854,51 @@ msgstr "" msgid "Show Infinity Base" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:825 +#: Source/Core/DolphinQt/MenuBar.cpp:843 msgid "Show Input Display" msgstr "輸入顯示" -#: Source/Core/DolphinQt/MenuBar.cpp:739 +#: Source/Core/DolphinQt/MenuBar.cpp:757 msgid "Show Italy" msgstr "顯示 Italy" -#: Source/Core/DolphinQt/MenuBar.cpp:733 +#: Source/Core/DolphinQt/MenuBar.cpp:751 msgid "Show JPN" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:740 +#: Source/Core/DolphinQt/MenuBar.cpp:758 msgid "Show Korea" msgstr "顯示 Korea" -#: Source/Core/DolphinQt/MenuBar.cpp:813 +#: 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:442 +#: 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:741 +#: 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:734 +#: Source/Core/DolphinQt/MenuBar.cpp:752 msgid "Show PAL" msgstr "顯示 PAL" @@ -10714,27 +10907,27 @@ msgstr "顯示 PAL" 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:714 +#: 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:748 +#: Source/Core/DolphinQt/MenuBar.cpp:766 msgid "Show Regions" msgstr "顯示區域" -#: Source/Core/DolphinQt/MenuBar.cpp:807 +#: Source/Core/DolphinQt/MenuBar.cpp:825 msgid "Show Rerecord Counter" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:742 +#: Source/Core/DolphinQt/MenuBar.cpp:760 msgid "Show Russia" msgstr "" @@ -10742,59 +10935,59 @@ msgstr "" msgid "Show Skylanders Portal" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:743 +#: 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:832 +#: Source/Core/DolphinQt/MenuBar.cpp:850 msgid "Show System Clock" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:744 +#: Source/Core/DolphinQt/MenuBar.cpp:762 msgid "Show Taiwan" msgstr "顯示 Taiwan" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:589 msgid "Show Target in Memor&y" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:735 +#: Source/Core/DolphinQt/MenuBar.cpp:753 msgid "Show USA" msgstr "顯示 USA" -#: Source/Core/DolphinQt/MenuBar.cpp:746 +#: 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:710 +#: Source/Core/DolphinQt/MenuBar.cpp:728 msgid "Show WAD" msgstr "顯示 WAD" -#: Source/Core/DolphinQt/MenuBar.cpp:708 +#: Source/Core/DolphinQt/MenuBar.cpp:726 msgid "Show Wii" msgstr "顯示 Wii" -#: Source/Core/DolphinQt/MenuBar.cpp:745 +#: Source/Core/DolphinQt/MenuBar.cpp:763 msgid "Show World" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:585 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:587 msgid "Show in &Memory" msgstr "" @@ -10802,16 +10995,16 @@ msgstr "" msgid "Show in Code" msgstr "" -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:548 -#: 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 "" @@ -10819,7 +11012,7 @@ msgstr "" msgid "Show in server browser" 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 " "game's code and memory contents, set debugging breakpoints, examine network " @@ -10827,92 +11020,92 @@ msgid "" "
" 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: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/Settings/InterfacePane.cpp:375 +#: 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:368 +#: 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:262 +#: 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." @@ -10942,7 +11135,7 @@ msgstr "" msgid "Sideways Wii Remote" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1027 +#: Source/Core/DolphinQt/MenuBar.cpp:1047 msgid "Signature Database" msgstr "" @@ -10966,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" @@ -10983,7 +11176,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." @@ -10993,7 +11186,7 @@ msgstr "" msgid "Skip" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:128 +#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:127 msgid "Skip Drawing" msgstr "" @@ -11009,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%. " @@ -11089,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." @@ -11105,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 "" @@ -11124,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" @@ -11132,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 "" @@ -11144,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, " @@ -11157,7 +11350,7 @@ 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" @@ -11190,20 +11383,24 @@ msgstr "標準控制器" 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:778 +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Start Profiling" +msgstr "" + +#: Source/Core/DolphinQt/MenuBar.cpp:796 msgid "Start Re&cording Input" msgstr "" @@ -11211,7 +11408,7 @@ msgstr "" 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 "" @@ -11223,7 +11420,7 @@ msgstr "" msgid "Start with Riivolution Patches..." msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:875 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:877 msgid "Started game" msgstr "" @@ -11262,19 +11459,19 @@ msgstr "" msgid "Step Over" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:565 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:568 msgid "Step out successful!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:563 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:566 msgid "Step out timed out!" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:486 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:489 msgid "Step over in progress..." msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:461 +#: Source/Core/DolphinQt/Debugger/CodeWidget.cpp:464 msgid "Step successful!" msgstr "" @@ -11283,7 +11480,7 @@ msgstr "" msgid "Stepping" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:184 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:183 msgid "Stereo" msgstr "" @@ -11312,15 +11509,19 @@ 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:781 +#: Source/Core/DolphinQt/MenuBar.cpp:799 msgid "Stop Playing/Recording Input" msgstr "" +#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:153 +msgid "Stop Profiling" +msgstr "" + #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:412 msgid "Stopped game" msgstr "" @@ -11353,7 +11554,7 @@ 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 "拉伸至視窗" @@ -11371,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 "" @@ -11388,12 +11589,12 @@ msgstr "" #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:259 #: Source/Core/DolphinQt/Config/FilesystemWidget.cpp:384 -#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:282 +#: 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:1113 -#: Source/Core/DolphinQt/MenuBar.cpp:1247 +#: Source/Core/DolphinQt/MenuBar.cpp:231 Source/Core/DolphinQt/MenuBar.cpp:1136 +#: Source/Core/DolphinQt/MenuBar.cpp:1270 msgid "Success" msgstr "" @@ -11407,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 "" @@ -11420,7 +11621,7 @@ msgstr "" msgid "Successfully exported save files" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1248 +#: Source/Core/DolphinQt/MenuBar.cpp:1271 msgid "Successfully extracted certificates from NAND" msgstr "" @@ -11432,12 +11633,12 @@ msgstr "" msgid "Successfully extracted system data." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1143 +#: Source/Core/DolphinQt/MenuBar.cpp:1166 msgid "Successfully imported save file." msgstr "" #: Source/Core/DolphinQt/GameList/GameList.cpp:632 -#: Source/Core/DolphinQt/MenuBar.cpp:1114 +#: Source/Core/DolphinQt/MenuBar.cpp:1137 msgid "Successfully installed this title to the NAND." msgstr "" @@ -11460,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 "" @@ -11508,26 +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 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:995 msgid "Symbol End Address (%1):" msgstr "" -#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:935 +#: 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:969 +#: 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:1021 +#: Source/Core/DolphinQt/MenuBar.cpp:1041 msgid "Symbols" msgstr "" @@ -11553,7 +11759,7 @@ 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." @@ -11572,24 +11778,24 @@ 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:797 +#: 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:1008 #: Source/Core/DolphinQt/GameList/GameListModel.cpp:236 -#: Source/Core/DolphinQt/MenuBar.cpp:686 +#: Source/Core/DolphinQt/MenuBar.cpp:704 msgid "Tags" msgstr "" @@ -11607,15 +11813,15 @@ msgstr "" msgid "Taiwan" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:35 Source/Core/DolphinQt/MenuBar.cpp:351 +#: 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:703 +#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:705 msgid "" "Target value was overwritten by current instruction.\n" "Instructions executed: %1" @@ -11631,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 "" @@ -11642,11 +11848,11 @@ 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 "" @@ -11658,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 "" @@ -11677,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 "" @@ -11691,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:1239 +#: 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:1234 +#: 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 " @@ -11732,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." @@ -11825,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?" @@ -11859,21 +12065,21 @@ msgid "" "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 "" @@ -11892,7 +12098,7 @@ msgid "" "disc." msgstr "" -#: Source/Core/VideoBackends/OGL/OGLConfig.cpp:718 +#: 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 " @@ -11901,15 +12107,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 "" -#: 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" @@ -11925,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" @@ -11943,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 "" @@ -11951,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 "" @@ -11960,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 " @@ -12002,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:1197 +#: 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)." @@ -12021,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 "" @@ -12056,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 "" @@ -12064,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:1189 +#: 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 "" @@ -12105,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 "" @@ -12140,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 "" @@ -12168,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/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 " @@ -12202,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." @@ -12239,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 "" @@ -12281,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" @@ -12297,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 "" @@ -12333,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" @@ -12366,7 +12572,7 @@ msgstr "" msgid "Threshold" msgstr "閾值" -#: Source/Core/UICommon/UICommon.cpp:529 +#: Source/Core/UICommon/UICommon.cpp:525 msgid "TiB" msgstr "" @@ -12376,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)" @@ -12388,7 +12619,7 @@ msgstr "" #: 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:675 +#: Source/Core/DolphinQt/MenuBar.cpp:693 msgid "Title" msgstr "標題" @@ -12396,17 +12627,17 @@ msgstr "標題" msgid "To" msgstr "" -#: Source/Core/DolphinQt/Achievements/AchievementSettingsWidget.cpp:183 +#: 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:348 +#: Source/Core/DolphinQt/MenuBar.cpp:366 msgid "Toggle &Fullscreen" msgstr "" @@ -12431,7 +12662,7 @@ msgid "Toggle Aspect Ratio" msgstr "" #: Source/Core/Core/HotkeyManager.cpp:79 -#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:902 +#: Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp:903 msgid "Toggle Breakpoint" msgstr "" @@ -12483,11 +12714,15 @@ msgstr "" msgid "Toggle XFB Immediate Mode" msgstr "" +#: 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 "" @@ -12495,7 +12730,7 @@ msgstr "" msgid "Toolbar" msgstr "" -#: Source/Core/DolphinQt/Settings/WiiPane.cpp:358 +#: Source/Core/DolphinQt/Settings/WiiPane.cpp:357 msgid "Top" msgstr "上方" @@ -12503,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 "" @@ -12541,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" @@ -12566,8 +12801,8 @@ msgstr "" msgid "Trap Team" msgstr "" -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:996 -#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1000 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:998 +#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:1002 msgid "Traversal Error" msgstr "" @@ -12604,7 +12839,7 @@ msgid "Trophy" msgstr "" #: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:127 -#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:270 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:273 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:331 #: Source/Core/DolphinQt/Debugger/NetworkWidget.cpp:353 msgid "Type" @@ -12630,7 +12865,7 @@ 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 "" @@ -12648,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." @@ -12663,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." @@ -12672,7 +12907,7 @@ msgid "" "behavior." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1408 +#: Source/Core/DolphinQt/MenuBar.cpp:1435 msgid "Unable to auto-detect RSO module" msgstr "" @@ -12684,11 +12919,11 @@ msgstr "" 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 "" @@ -12708,7 +12943,7 @@ 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 "" @@ -12735,11 +12970,11 @@ msgstr "" msgid "Undead" msgstr "" -#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:370 +#: Source/Core/Core/HotkeyManager.cpp:181 Source/Core/DolphinQt/MenuBar.cpp:388 msgid "Undo Load State" msgstr "取消讀取進度" -#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:387 +#: Source/Core/Core/HotkeyManager.cpp:182 Source/Core/DolphinQt/MenuBar.cpp:405 msgid "Undo Save State" msgstr "取消儲存進度" @@ -12757,13 +12992,13 @@ msgid "" "title from the NAND without deleting its save data. Continue?" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:312 +#: 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 @@ -12773,7 +13008,7 @@ 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 "" @@ -12802,7 +13037,7 @@ msgid "" "player!" msgstr "" -#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:91 +#: Source/Core/DolphinQt/SkylanderPortal/SkylanderModifyDialog.cpp:92 msgid "Unknown Skylander type!" msgstr "" @@ -12822,7 +13057,7 @@ msgstr "" msgid "Unknown disc" msgstr "" -#: Source/Core/DolphinQt/CheatSearchWidget.cpp:381 +#: Source/Core/DolphinQt/CheatSearchWidget.cpp:383 msgid "Unknown error occurred." msgstr "" @@ -12902,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 @@ -12913,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 "更新" @@ -12980,7 +13215,7 @@ msgstr "" 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 "" @@ -12988,7 +13223,7 @@ msgstr "" msgid "Use Full Resolution Per Eye" msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:147 +#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:146 msgid "Use Lossless Codec (FFV1)" msgstr "" @@ -12996,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 " @@ -13019,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 "" @@ -13059,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'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 " @@ -13078,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 " @@ -13348,7 +13587,7 @@ 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:1563 +#: Source/Core/DolphinQt/MenuBar.cpp:1590 #: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:474 msgid "Warning" msgstr "警告" @@ -13444,7 +13683,7 @@ msgid "" "unchecked." msgstr "" -#: Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp:327 +#: 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 " @@ -13452,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 " @@ -13460,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 "" @@ -13492,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" @@ -13510,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 "" @@ -13530,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 "" @@ -13538,15 +13777,15 @@ msgstr "" msgid "Wii data is not public yet" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1126 +#: 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 "" @@ -13555,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 "" @@ -13573,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:272 +#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:275 msgid "Write" msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:923 +#: Source/Core/DolphinQt/MenuBar.cpp:943 msgid "Write JIT Block Log Dump" msgstr "" @@ -13626,11 +13873,11 @@ msgstr "" 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 "" @@ -13681,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 " @@ -13765,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." @@ -13785,7 +14032,7 @@ msgid "" "If you select \"No\", audio might be garbled." msgstr "" -#: Source/Core/DolphinQt/MenuBar.cpp:1209 +#: Source/Core/DolphinQt/MenuBar.cpp:1232 msgid "" "Your NAND contains more data than allowed. Wii software may behave " "incorrectly or not allow saving." @@ -13803,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 "" @@ -13852,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 "" @@ -13868,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 "" @@ -13933,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 "" @@ -13953,15 +14202,15 @@ 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 "" 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..bc6205e190 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -118,8 +118,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 +146,14 @@ void Host_UpdateDisasmDialog() { } +void Host_JitCacheInvalidation() +{ +} + +void Host_JitProfileDataWiped() +{ +} + void Host_UpdateMainFrame() { } @@ -276,13 +283,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 +293,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 +408,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 +419,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/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/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/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/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/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 513a880cd7..935db75d2f 100644 --- a/Source/Core/Common/StringUtil.cpp +++ b/Source/Core/Common/StringUtil.cpp @@ -234,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) @@ -368,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, ' '); @@ -418,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 @@ -671,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 c1eaf94ad4..8aa5bd3f68 100644 --- a/Source/Core/Common/StringUtil.h +++ b/Source/Core/Common/StringUtil.h @@ -200,7 +200,6 @@ std::from_chars_result FromChars(std::string_view sv, T& value, 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/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..c724476ad7 100644 --- a/Source/Core/Core/AchievementManager.cpp +++ b/Source/Core/Core/AchievementManager.cpp @@ -24,6 +24,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 +64,7 @@ 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)); + SetHardcoreMode(); m_queue.Reset("AchievementManagerQueue", [](const std::function& func) { func(); }); m_image_queue.Reset("AchievementManagerImageQueue", [](const std::function& func) { func(); }); @@ -204,6 +206,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 +363,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 +758,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 +770,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 +789,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 +842,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 2ec4a6dea7..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(); 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 1f331fbe54..baf2079677 100644 --- a/Source/Core/Core/Boot/Boot_BS2Emu.cpp +++ b/Source/Core/Core/Boot/Boot_BS2Emu.cpp @@ -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/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.h b/Source/Core/Core/CPUThreadConfigCallback.h index 02df9583a5..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() 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 cd916c6864..708a4ebe0d 100644 --- a/Source/Core/Core/Config/GraphicsSettings.cpp +++ b/Source/Core/Core/Config/GraphicsSettings.cpp @@ -177,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/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/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 4ea0559cd9..7facfda5d0 100644 --- a/Source/Core/Core/Debugger/BranchWatch.cpp +++ b/Source/Core/Core/Debugger/BranchWatch.cpp @@ -307,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/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/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/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 ab93e4ffc9..3600d1b9ba 100644 --- a/Source/Core/Core/GeckoCode.h +++ b/Source/Core/Core/GeckoCode.h @@ -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/HW/AddressSpace.cpp b/Source/Core/Core/HW/AddressSpace.cpp index e9fc552d4d..adee6ba97c 100644 --- a/Source/Core/Core/HW/AddressSpace.cpp +++ b/Source/Core/Core/HW/AddressSpace.cpp @@ -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 3b9161a52d..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) { @@ -445,7 +487,7 @@ void AXUCode::ProcessPBList(u32 pb_addr) 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 f819c066aa..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; }; @@ -213,6 +228,12 @@ struct AXPB u16 padding[24]; }; +struct PBHighPassFilter +{ + u16 on; + u16 unk[3]; +}; + struct PBBiquadFilter { u16 on; @@ -252,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; @@ -269,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 ad491196e2..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,21 +368,20 @@ 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. +// 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) - f.yn1 = samples[i] = (f.a0 * (s32)samples[i] + f.b0 * (s32)f.yn1) >> 15; + f.yn1 = samples[i] = ClampS16((f.a0 * (s32)samples[i] + f.b0 * (s32)f.yn1) >> 15); } #ifdef AX_WII @@ -425,7 +403,7 @@ static void BiquadFilter(s16* samples, u32 count, PBBiquadFilter& f) else tmp += 0x7FFF; tmp >>= 16; - s16 yn0 = s16(tmp); + s16 yn0 = ClampS16(tmp); f.xn2 = f.xn1; f.yn2 = f.yn1; f.xn1 = xn0; @@ -459,7 +437,7 @@ 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; } diff --git a/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.cpp b/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.cpp index 8ddd119517..04dee941ca 100644 --- a/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.cpp +++ b/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.cpp @@ -360,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) @@ -439,25 +450,25 @@ 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_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 { @@ -466,7 +477,7 @@ void AXWiiUCode::ProcessPBList(u32 pb_addr) 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); } } @@ -602,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; @@ -635,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 85d3300384..a281734090 100644 --- a/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.h +++ b/Source/Core/Core/HW/DSPHLE/UCodes/AXWii.h @@ -46,11 +46,6 @@ protected: 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. @@ -73,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/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/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/MotionPlus.cpp b/Source/Core/Core/HW/WiimoteEmu/MotionPlus.cpp index ad5e899c1e..9dc3b2ad1c 100644 --- a/Source/Core/Core/HW/WiimoteEmu/MotionPlus.cpp +++ b/Source/Core/Core/HW/WiimoteEmu/MotionPlus.cpp @@ -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..9fd6a3c35f 100644 --- a/Source/Core/Core/Host.h +++ b/Source/Core/Core/Host.h @@ -60,6 +60,8 @@ void Host_PPCSymbolsChanged(); 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 b0be6bc249..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. 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 df9dbb1505..a43efb442d 100644 --- a/Source/Core/Core/IOS/USB/Emulated/Skylanders/Skylander.cpp +++ b/Source/Core/Core/IOS/USB/Emulated/Skylanders/Skylander.cpp @@ -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}}, @@ -929,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/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/CachedInterpreterEmitter.h b/Source/Core/Core/PowerPC/CachedInterpreter/CachedInterpreterEmitter.h index db1a22c413..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) {} @@ -63,6 +84,7 @@ public: } 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..bbd72b8391 100644 --- a/Source/Core/Core/PowerPC/GDBStub.cpp +++ b/Source/Core/Core/PowerPC/GDBStub.cpp @@ -258,7 +258,7 @@ static void ReadCommand() static bool IsDataAvailable() { - struct timeval t; + timeval t; fd_set _fds, *fds = &_fds; FD_ZERO(fds); 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/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/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/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/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/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/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 ce1e210b77..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 { 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/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 10c4f261ed..c0f3930899 100644 --- a/Source/Core/DiscIO/WIABlob.cpp +++ b/Source/Core/DiscIO/WIABlob.cpp @@ -1256,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; } @@ -1635,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/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..33490265b3 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -86,6 +86,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..93b9f35af3 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,15 @@ void AchievementSettingsWidget::ToggleProgress() SaveSettings(); } +void AchievementSettingsWidget::UpdateHardcoreMode() +{ + AchievementManager::GetInstance().SetHardcoreMode(); + 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 897eea6be6..7cf67ab39a 100644 --- a/Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp @@ -546,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." @@ -645,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)." 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 9e89a42d41..7718af6ab4 100644 --- a/Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp +++ b/Source/Core/DolphinQt/Debugger/BranchWatchDialog.cpp @@ -1156,8 +1156,7 @@ 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(); } void BranchWatchDialog::SetBreakpointMenuActionsIcons() const diff --git a/Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp b/Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp index 92b49a3b0e..2737cb22ff 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 on_read, bool on_write, bool do_log, @@ -696,8 +691,7 @@ void BreakpointWidget::AddRangedMBP(u32 from, u32 to, bool on_read, bool on_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 ed1ab0c7cb..792d78d9b0 100644 --- a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp @@ -188,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)); @@ -563,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(); @@ -879,7 +881,7 @@ void CodeViewWidget::OnPPCComparison() { const u32 addr = GetContextAddress(); - emit RequestPPCComparison(addr); + emit RequestPPCComparison(addr, m_system.GetPPCState().msr.IR); } void CodeViewWidget::OnAddFunction() @@ -1139,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 5c92975f39..c36f8c31d7 100644 --- a/Source/Core/DolphinQt/Debugger/CodeWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/CodeWidget.cpp @@ -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 0523944f63..d29bf100db 100644 --- a/Source/Core/DolphinQt/Debugger/GekkoSyntaxHighlight.cpp +++ b/Source/Core/DolphinQt/Debugger/GekkoSyntaxHighlight.cpp @@ -162,10 +162,9 @@ void GekkoSyntaxHighlight::highlightBlock(const QString& text) } 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/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/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 80a4247a2b..f936986b5f 100644 --- a/Source/Core/DolphinQt/Host.cpp +++ b/Source/Core/DolphinQt/Host.cpp @@ -256,6 +256,16 @@ 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(); }); 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 bc441dcef4..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)) @@ -360,7 +360,7 @@ void HotkeyScheduler::Run() if (IsHotkey(HK_VOLUME_TOGGLE_MUTE)) { - AudioCommon::ToggleMuteVolume(Core::System::GetInstance()); + AudioCommon::ToggleMuteVolume(system); ShowVolume(); } @@ -469,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/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 5c3ca31d5a..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,7 +916,7 @@ 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; @@ -944,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) { @@ -980,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; } @@ -1001,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()) @@ -1021,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() @@ -1126,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; @@ -1140,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); @@ -1379,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); }); } @@ -1426,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() @@ -1438,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) @@ -1550,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!")); @@ -1617,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!")); @@ -1679,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) @@ -1773,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})); @@ -1864,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() @@ -1875,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. @@ -1894,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; @@ -1928,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()) @@ -1945,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() @@ -1989,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(); @@ -2005,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 91c2bfb766..29457c15f7 100644 --- a/Source/Core/DolphinQt/MenuBar.h +++ b/Source/Core/DolphinQt/MenuBar.h @@ -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 15576e074a..70c6faa0ac 100644 --- a/Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp +++ b/Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp @@ -806,9 +806,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 f59e7c143b..ad7be608c3 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/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..6e3f590a2d 100644 --- a/Source/Core/DolphinTool/ToolHeadlessPlatform.cpp +++ b/Source/Core/DolphinTool/ToolHeadlessPlatform.cpp @@ -61,6 +61,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/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/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 0dfcd51281..6a86217190 100644 --- a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp +++ b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp @@ -263,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; }; @@ -318,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)); } @@ -326,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) @@ -442,6 +435,9 @@ InputBackend::InputBackend(ControllerInterface* controller_interface) // We want buttons to come in as positions, not labels SDL_SetHint(SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS, "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([] { // TODO: there seems to be some sort of memory leak with SDL, quit isn't freeing everything up @@ -585,8 +581,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) @@ -714,8 +710,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 @@ -809,9 +805,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/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/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 db369a157d..4b1e5308a2 100644 --- a/Source/Core/VideoBackends/OGL/OGLConfig.cpp +++ b/Source/Core/VideoBackends/OGL/OGLConfig.cpp @@ -4,6 +4,7 @@ #include "VideoBackends/OGL/OGLConfig.h" #include +#include #include #include @@ -585,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, ", ")); } @@ -614,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, ", ")); } @@ -630,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 { @@ -660,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.h b/Source/Core/VideoBackends/Vulkan/VulkanLoader.h index cb9a91e1b3..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 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 ecb045e6ad..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 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/Present.cpp b/Source/Core/VideoCommon/Present.cpp index c7ae018bbc..6813c7a4e3 100644 --- a/Source/Core/VideoCommon/Present.cpp +++ b/Source/Core/VideoCommon/Present.cpp @@ -844,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(); @@ -860,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 3284a2ccdb..a3597b53e5 100644 --- a/Source/Core/VideoCommon/VertexLoaderBase.cpp +++ b/Source/Core/VideoCommon/VertexLoaderBase.cpp @@ -68,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; @@ -77,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; @@ -92,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; @@ -140,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 ce8b6a22d1..0e1caa6fa1 100644 --- a/Source/Core/VideoCommon/VertexLoaderManager.h +++ b/Source/Core/VideoCommon/VertexLoaderManager.h @@ -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 648e26be59..715dbee692 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.h +++ b/Source/Core/VideoCommon/VertexManagerBase.h @@ -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/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/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..8fcd5d8d76 100644 --- a/Source/DSPTool/StubHost.cpp +++ b/Source/DSPTool/StubHost.cpp @@ -41,6 +41,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/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..19d833bde3 100644 --- a/Source/UnitTests/StubHost.cpp +++ b/Source/UnitTests/StubHost.cpp @@ -41,6 +41,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