mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Qt: Update menubar action code. Make it more readable.
This commit is contained in:
parent
c256c15cdd
commit
e3f48b4824
@ -4,76 +4,75 @@
|
||||
<context>
|
||||
<name>Controls</name>
|
||||
<message>
|
||||
<location filename="../controls.ui" line="20"/>
|
||||
<source>Controls</source>
|
||||
<comment>Controls window title</comment>
|
||||
<translation>Einstellungen</translation>
|
||||
<translation type="obsolete">Einstellungen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CtrlDisAsmView</name>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="93"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="91"/>
|
||||
<source>Copy &address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="97"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="95"/>
|
||||
<source>Copy instruction (&hex)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="101"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="99"/>
|
||||
<source>Copy instruction (&disasm)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="107"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="105"/>
|
||||
<source>&Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="111"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="109"/>
|
||||
<source>&Set Next Statement</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="115"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="113"/>
|
||||
<source>&Toggle breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="119"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="117"/>
|
||||
<source>&Follow branch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="129"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="127"/>
|
||||
<source>Go to in &Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="139"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="137"/>
|
||||
<source>&Rename function...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="222"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="208"/>
|
||||
<source>New function name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="223"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="209"/>
|
||||
<source>New function name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>Warning</source>
|
||||
<translation type="unfinished">Warnung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>No symbol selected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -81,32 +80,32 @@
|
||||
<context>
|
||||
<name>CtrlMemView</name>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="208"/>
|
||||
<location filename="../ctrlmemview.cpp" line="205"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="214"/>
|
||||
<location filename="../ctrlmemview.cpp" line="211"/>
|
||||
<source>&Copy value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="218"/>
|
||||
<location filename="../ctrlmemview.cpp" line="215"/>
|
||||
<source>C&hange value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="222"/>
|
||||
<location filename="../ctrlmemview.cpp" line="219"/>
|
||||
<source>Dump...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="249"/>
|
||||
<location filename="../ctrlmemview.cpp" line="242"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="250"/>
|
||||
<location filename="../ctrlmemview.cpp" line="243"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -114,32 +113,32 @@
|
||||
<context>
|
||||
<name>CtrlRegisterList</name>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="261"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="260"/>
|
||||
<source>Go to in &memory view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="265"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="264"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="271"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="270"/>
|
||||
<source>&Copy value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="275"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="274"/>
|
||||
<source>C&hange...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="336"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="327"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="337"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="328"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -285,32 +284,32 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="403"/>
|
||||
<location filename="../debugger_disasm.cpp" line="367"/>
|
||||
<source>Remove breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="481"/>
|
||||
<location filename="../debugger_disasm.cpp" line="443"/>
|
||||
<source>Go to entry point</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="485"/>
|
||||
<location filename="../debugger_disasm.cpp" line="447"/>
|
||||
<source>Change status</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="487"/>
|
||||
<location filename="../debugger_disasm.cpp" line="449"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="491"/>
|
||||
<location filename="../debugger_disasm.cpp" line="453"/>
|
||||
<source>Wait</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="495"/>
|
||||
<location filename="../debugger_disasm.cpp" line="457"/>
|
||||
<source>Suspend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -518,12 +517,12 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1799"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1773"/>
|
||||
<source>Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1823"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1797"/>
|
||||
<source>Run to draw using this texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -556,7 +555,7 @@
|
||||
<translation>Symbole</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_memory.cpp" line="15"/>
|
||||
<location filename="../debugger_memory.cpp" line="14"/>
|
||||
<source>Memory Viewer - %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -664,97 +663,97 @@
|
||||
<translation type="obsolete">PPSSPP</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="530"/>
|
||||
<location filename="../mainwindow.cpp" line="504"/>
|
||||
<source>&File</source>
|
||||
<translation>&Datei</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="533"/>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<source>Quickload State</source>
|
||||
<translation>Schnellladen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="534"/>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<source>Quicksave State</source>
|
||||
<translation>Schnellspeichern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="539"/>
|
||||
<location filename="../mainwindow.cpp" line="505"/>
|
||||
<source>&Emulation</source>
|
||||
<translation>&Emulation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="542"/>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<source>Re&set</source>
|
||||
<translation>Z&urücksetzen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="543"/>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<source>Run on &load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<source>Load Map File...</source>
|
||||
<translation>Lade Map Dateien...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<source>Save Map File...</source>
|
||||
<translation>&Speichere Map Dateien...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="548"/>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<source>Reset Symbol Table</source>
|
||||
<translation>&Setze Symboltabelle zurück</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<source>Dump next frame to log</source>
|
||||
<translation>Dump nächsten Frame</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<source>Disassembly</source>
|
||||
<translation>Demontage</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<source>Display List...</source>
|
||||
<translation>Anzeige Liste...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<source>Log Console</source>
|
||||
<translation>&Log Konsole</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="553"/>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<source>Memory View</source>
|
||||
<translation>Speicher Anzeigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<source>Memory View Texture</source>
|
||||
<translation>Speicher Anzeigen Texture</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="556"/>
|
||||
<location filename="../mainwindow.cpp" line="507"/>
|
||||
<source>&Options</source>
|
||||
<translation>&Optionen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<location filename="../mainwindow.cpp" line="582"/>
|
||||
<source>&CPU Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<location filename="../mainwindow.cpp" line="583"/>
|
||||
<source>&Vertex Decoder Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<location filename="../mainwindow.cpp" line="584"/>
|
||||
<source>Fast &Memory (unstable)</source>
|
||||
<translation>Schnellen Speicher (instabil)</translation>
|
||||
</message>
|
||||
@ -763,37 +762,37 @@
|
||||
<translation type="obsolete">&Ignorier Illegal lese/schreibt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<location filename="../mainwindow.cpp" line="599"/>
|
||||
<source>&Stretch to Display</source>
|
||||
<translation>S&trecke auf Bildschirm</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="569"/>
|
||||
<source>&VertexCache</source>
|
||||
<location filename="../mainwindow.cpp" line="602"/>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation>&Vertex Cache</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<location filename="../mainwindow.cpp" line="603"/>
|
||||
<source>&Frameskip</source>
|
||||
<translation>V&ollbildübersprung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="571"/>
|
||||
<location filename="../mainwindow.cpp" line="604"/>
|
||||
<source>&Audio</source>
|
||||
<translation>&Audio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<location filename="../mainwindow.cpp" line="606"/>
|
||||
<source>&Fullscreen</source>
|
||||
<translation>Vollbild</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<location filename="../mainwindow.cpp" line="607"/>
|
||||
<source>&Show debug statistics</source>
|
||||
<translation>Zeige &debug statistiken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<location filename="../mainwindow.cpp" line="608"/>
|
||||
<source>&Show FPS</source>
|
||||
<translation>Zeige &FPS</translation>
|
||||
</message>
|
||||
@ -806,7 +805,7 @@
|
||||
<translation type="obsolete">HLE</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="579"/>
|
||||
<location filename="../mainwindow.cpp" line="667"/>
|
||||
<source>&Go to official website</source>
|
||||
<translation>&Sehen Sie die offizielle Website</translation>
|
||||
</message>
|
||||
@ -815,12 +814,12 @@
|
||||
<translation type="obsolete">Standard</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<location filename="../mainwindow.cpp" line="513"/>
|
||||
<source>&Language</source>
|
||||
<translation>&Sprache</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<location filename="../mainwindow.cpp" line="509"/>
|
||||
<source>&Video</source>
|
||||
<translation>&Video</translation>
|
||||
</message>
|
||||
@ -837,22 +836,22 @@
|
||||
<translation type="obsolete">Ta&stenbelegung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="557"/>
|
||||
<location filename="../mainwindow.cpp" line="508"/>
|
||||
<source>&Core</source>
|
||||
<translation>&Kern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="578"/>
|
||||
<location filename="../mainwindow.cpp" line="514"/>
|
||||
<source>&Help</source>
|
||||
<translation>&Hilfe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="531"/>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<source>&Open...</source>
|
||||
<translation>&Öffnen...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="532"/>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<source>&Close</source>
|
||||
<translation>&Schließen</translation>
|
||||
</message>
|
||||
@ -873,22 +872,22 @@
|
||||
<translation type="obsolete">F2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="535"/>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<source>&Load State File...</source>
|
||||
<translation>&Lade Spielstand...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="536"/>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<source>&Save State File...</source>
|
||||
<translation>&Speichere Spielstand...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="537"/>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<source>E&xit</source>
|
||||
<translation>B&ende</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="540"/>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<source>&Run</source>
|
||||
<translation>&Starte</translation>
|
||||
</message>
|
||||
@ -897,7 +896,7 @@
|
||||
<translation type="obsolete">F7</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="541"/>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<source>&Pause</source>
|
||||
<translation>&Pause</translation>
|
||||
</message>
|
||||
@ -986,7 +985,7 @@
|
||||
<translation type="obsolete">F11</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="564"/>
|
||||
<location filename="../mainwindow.cpp" line="592"/>
|
||||
<source>&Buffered Rendering</source>
|
||||
<translation>&Gepuffert Rendering</translation>
|
||||
</message>
|
||||
@ -995,7 +994,7 @@
|
||||
<translation type="obsolete">F5</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<location filename="../mainwindow.cpp" line="601"/>
|
||||
<source>&Hardware Transform</source>
|
||||
<translation>&Hardware Transformation</translation>
|
||||
</message>
|
||||
@ -1004,7 +1003,7 @@
|
||||
<translation type="obsolete">F6</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="565"/>
|
||||
<location filename="../mainwindow.cpp" line="593"/>
|
||||
<source>&Linear Filtering</source>
|
||||
<translation>&Lineare Filterung</translation>
|
||||
</message>
|
||||
@ -1049,7 +1048,7 @@
|
||||
<translation type="obsolete">&Besuche http://www.ppsspp.org</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="580"/>
|
||||
<location filename="../mainwindow.cpp" line="668"/>
|
||||
<source>&About PPSSPP...</source>
|
||||
<translation>&Über PPSSPP...</translation>
|
||||
</message>
|
||||
@ -1058,27 +1057,27 @@
|
||||
<translation type="obsolete">&Nutze VBO</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="545"/>
|
||||
<location filename="../mainwindow.cpp" line="506"/>
|
||||
<source>De&bug</source>
|
||||
<translation>De&bug</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="561"/>
|
||||
<location filename="../mainwindow.cpp" line="585"/>
|
||||
<source>&Ignore Illegal reads/writes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="563"/>
|
||||
<location filename="../mainwindow.cpp" line="510"/>
|
||||
<source>&Anisotropic Filtering</source>
|
||||
<translation>&Anisotrope Filterung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<location filename="../mainwindow.cpp" line="511"/>
|
||||
<source>&Screen Size</source>
|
||||
<translation>&Bildschirmgröße</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<location filename="../mainwindow.cpp" line="512"/>
|
||||
<source>Lo&g levels</source>
|
||||
<translation>Anmelden &Ebenen</translation>
|
||||
</message>
|
||||
|
@ -1,79 +1,70 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="en_US">
|
||||
<context>
|
||||
<name>Controls</name>
|
||||
<message>
|
||||
<location filename="../controls.ui" line="20"/>
|
||||
<source>Controls</source>
|
||||
<comment>Controls window title</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CtrlDisAsmView</name>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="93"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="91"/>
|
||||
<source>Copy &address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="97"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="95"/>
|
||||
<source>Copy instruction (&hex)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="101"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="99"/>
|
||||
<source>Copy instruction (&disasm)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="107"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="105"/>
|
||||
<source>&Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="111"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="109"/>
|
||||
<source>&Set Next Statement</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="115"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="113"/>
|
||||
<source>&Toggle breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="119"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="117"/>
|
||||
<source>&Follow branch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="129"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="127"/>
|
||||
<source>Go to in &Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="139"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="137"/>
|
||||
<source>&Rename function...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="222"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="208"/>
|
||||
<source>New function name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="223"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="209"/>
|
||||
<source>New function name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>Warning</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>No symbol selected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -81,32 +72,32 @@
|
||||
<context>
|
||||
<name>CtrlMemView</name>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="208"/>
|
||||
<location filename="../ctrlmemview.cpp" line="205"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="214"/>
|
||||
<location filename="../ctrlmemview.cpp" line="211"/>
|
||||
<source>&Copy value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="218"/>
|
||||
<location filename="../ctrlmemview.cpp" line="215"/>
|
||||
<source>C&hange value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="222"/>
|
||||
<location filename="../ctrlmemview.cpp" line="219"/>
|
||||
<source>Dump...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="249"/>
|
||||
<location filename="../ctrlmemview.cpp" line="242"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="250"/>
|
||||
<location filename="../ctrlmemview.cpp" line="243"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -114,32 +105,32 @@
|
||||
<context>
|
||||
<name>CtrlRegisterList</name>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="261"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="260"/>
|
||||
<source>Go to in &memory view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="265"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="264"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="271"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="270"/>
|
||||
<source>&Copy value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="275"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="274"/>
|
||||
<source>C&hange...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="336"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="327"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="337"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="328"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -285,32 +276,32 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="403"/>
|
||||
<location filename="../debugger_disasm.cpp" line="367"/>
|
||||
<source>Remove breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="481"/>
|
||||
<location filename="../debugger_disasm.cpp" line="443"/>
|
||||
<source>Go to entry point</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="485"/>
|
||||
<location filename="../debugger_disasm.cpp" line="447"/>
|
||||
<source>Change status</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="487"/>
|
||||
<location filename="../debugger_disasm.cpp" line="449"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="491"/>
|
||||
<location filename="../debugger_disasm.cpp" line="453"/>
|
||||
<source>Wait</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="495"/>
|
||||
<location filename="../debugger_disasm.cpp" line="457"/>
|
||||
<source>Suspend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -518,12 +509,12 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1799"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1773"/>
|
||||
<source>Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1823"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1797"/>
|
||||
<source>Run to draw using this texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -556,7 +547,7 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_memory.cpp" line="15"/>
|
||||
<location filename="../debugger_memory.cpp" line="14"/>
|
||||
<source>Memory Viewer - %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -660,237 +651,237 @@
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="530"/>
|
||||
<location filename="../mainwindow.cpp" line="504"/>
|
||||
<source>&File</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="539"/>
|
||||
<location filename="../mainwindow.cpp" line="505"/>
|
||||
<source>&Emulation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="543"/>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<source>Run on &load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="556"/>
|
||||
<location filename="../mainwindow.cpp" line="507"/>
|
||||
<source>&Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<location filename="../mainwindow.cpp" line="582"/>
|
||||
<source>&CPU Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<location filename="../mainwindow.cpp" line="583"/>
|
||||
<source>&Vertex Decoder Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<location filename="../mainwindow.cpp" line="513"/>
|
||||
<source>&Language</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<location filename="../mainwindow.cpp" line="509"/>
|
||||
<source>&Video</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="557"/>
|
||||
<location filename="../mainwindow.cpp" line="508"/>
|
||||
<source>&Core</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="561"/>
|
||||
<location filename="../mainwindow.cpp" line="585"/>
|
||||
<source>&Ignore Illegal reads/writes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="578"/>
|
||||
<location filename="../mainwindow.cpp" line="514"/>
|
||||
<source>&Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="545"/>
|
||||
<location filename="../mainwindow.cpp" line="506"/>
|
||||
<source>De&bug</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="531"/>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<source>&Open...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="532"/>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="533"/>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<source>Quickload State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="534"/>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<source>Quicksave State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="535"/>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<source>&Load State File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="536"/>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<source>&Save State File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="537"/>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<source>E&xit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="540"/>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<source>&Run</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="541"/>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<source>&Pause</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="542"/>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<source>Re&set</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<source>Load Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<source>Save Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="548"/>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<source>Reset Symbol Table</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<source>Dump next frame to log</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<source>Disassembly</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<source>Display List...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<source>Log Console</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="553"/>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<source>Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<source>Memory View Texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<location filename="../mainwindow.cpp" line="584"/>
|
||||
<source>Fast &Memory (unstable)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="563"/>
|
||||
<location filename="../mainwindow.cpp" line="510"/>
|
||||
<source>&Anisotropic Filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="564"/>
|
||||
<location filename="../mainwindow.cpp" line="592"/>
|
||||
<source>&Buffered Rendering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="565"/>
|
||||
<location filename="../mainwindow.cpp" line="593"/>
|
||||
<source>&Linear Filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<location filename="../mainwindow.cpp" line="511"/>
|
||||
<source>&Screen Size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<location filename="../mainwindow.cpp" line="599"/>
|
||||
<source>&Stretch to Display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<location filename="../mainwindow.cpp" line="601"/>
|
||||
<source>&Hardware Transform</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="569"/>
|
||||
<source>&VertexCache</source>
|
||||
<location filename="../mainwindow.cpp" line="602"/>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<location filename="../mainwindow.cpp" line="603"/>
|
||||
<source>&Frameskip</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="571"/>
|
||||
<location filename="../mainwindow.cpp" line="604"/>
|
||||
<source>&Audio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<location filename="../mainwindow.cpp" line="606"/>
|
||||
<source>&Fullscreen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<location filename="../mainwindow.cpp" line="607"/>
|
||||
<source>&Show debug statistics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<location filename="../mainwindow.cpp" line="608"/>
|
||||
<source>&Show FPS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<location filename="../mainwindow.cpp" line="512"/>
|
||||
<source>Lo&g levels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="579"/>
|
||||
<location filename="../mainwindow.cpp" line="667"/>
|
||||
<source>&Go to official website</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="580"/>
|
||||
<location filename="../mainwindow.cpp" line="668"/>
|
||||
<source>&About PPSSPP...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -4,76 +4,75 @@
|
||||
<context>
|
||||
<name>Controls</name>
|
||||
<message>
|
||||
<location filename="../controls.ui" line="20"/>
|
||||
<source>Controls</source>
|
||||
<comment>Controls window title</comment>
|
||||
<translation>Contrôles</translation>
|
||||
<translation type="obsolete">Contrôles</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CtrlDisAsmView</name>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="93"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="91"/>
|
||||
<source>Copy &address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="97"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="95"/>
|
||||
<source>Copy instruction (&hex)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="101"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="99"/>
|
||||
<source>Copy instruction (&disasm)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="107"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="105"/>
|
||||
<source>&Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="111"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="109"/>
|
||||
<source>&Set Next Statement</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="115"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="113"/>
|
||||
<source>&Toggle breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="119"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="117"/>
|
||||
<source>&Follow branch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="129"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="127"/>
|
||||
<source>Go to in &Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="139"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="137"/>
|
||||
<source>&Rename function...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="222"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="208"/>
|
||||
<source>New function name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="223"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="209"/>
|
||||
<source>New function name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>Warning</source>
|
||||
<translation type="unfinished">Avertissement</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>No symbol selected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -81,32 +80,32 @@
|
||||
<context>
|
||||
<name>CtrlMemView</name>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="208"/>
|
||||
<location filename="../ctrlmemview.cpp" line="205"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="214"/>
|
||||
<location filename="../ctrlmemview.cpp" line="211"/>
|
||||
<source>&Copy value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="218"/>
|
||||
<location filename="../ctrlmemview.cpp" line="215"/>
|
||||
<source>C&hange value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="222"/>
|
||||
<location filename="../ctrlmemview.cpp" line="219"/>
|
||||
<source>Dump...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="249"/>
|
||||
<location filename="../ctrlmemview.cpp" line="242"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="250"/>
|
||||
<location filename="../ctrlmemview.cpp" line="243"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -114,32 +113,32 @@
|
||||
<context>
|
||||
<name>CtrlRegisterList</name>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="261"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="260"/>
|
||||
<source>Go to in &memory view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="265"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="264"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="271"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="270"/>
|
||||
<source>&Copy value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="275"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="274"/>
|
||||
<source>C&hange...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="336"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="327"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="337"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="328"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -285,32 +284,32 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="403"/>
|
||||
<location filename="../debugger_disasm.cpp" line="367"/>
|
||||
<source>Remove breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="481"/>
|
||||
<location filename="../debugger_disasm.cpp" line="443"/>
|
||||
<source>Go to entry point</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="485"/>
|
||||
<location filename="../debugger_disasm.cpp" line="447"/>
|
||||
<source>Change status</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="487"/>
|
||||
<location filename="../debugger_disasm.cpp" line="449"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="491"/>
|
||||
<location filename="../debugger_disasm.cpp" line="453"/>
|
||||
<source>Wait</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="495"/>
|
||||
<location filename="../debugger_disasm.cpp" line="457"/>
|
||||
<source>Suspend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -518,12 +517,12 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1799"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1773"/>
|
||||
<source>Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1823"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1797"/>
|
||||
<source>Run to draw using this texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -556,7 +555,7 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_memory.cpp" line="15"/>
|
||||
<location filename="../debugger_memory.cpp" line="14"/>
|
||||
<source>Memory Viewer - %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -664,22 +663,22 @@
|
||||
<translation type="obsolete">PPSSPP</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="530"/>
|
||||
<location filename="../mainwindow.cpp" line="504"/>
|
||||
<source>&File</source>
|
||||
<translation>&Fichier</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="533"/>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<source>Quickload State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="534"/>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<source>Quicksave State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="539"/>
|
||||
<location filename="../mainwindow.cpp" line="505"/>
|
||||
<source>&Emulation</source>
|
||||
<translation>&Emulation</translation>
|
||||
</message>
|
||||
@ -688,7 +687,7 @@
|
||||
<translation type="obsolete">Debu&g</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="556"/>
|
||||
<location filename="../mainwindow.cpp" line="507"/>
|
||||
<source>&Options</source>
|
||||
<translation>&Options</translation>
|
||||
</message>
|
||||
@ -709,12 +708,12 @@
|
||||
<translation type="obsolete">Op&tions du journal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<location filename="../mainwindow.cpp" line="513"/>
|
||||
<source>&Language</source>
|
||||
<translation>&Langue</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<location filename="../mainwindow.cpp" line="509"/>
|
||||
<source>&Video</source>
|
||||
<translation>&Video</translation>
|
||||
</message>
|
||||
@ -731,27 +730,27 @@
|
||||
<translation type="obsolete">Co&ntrôles</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="557"/>
|
||||
<location filename="../mainwindow.cpp" line="508"/>
|
||||
<source>&Core</source>
|
||||
<translation>&Emulation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="561"/>
|
||||
<location filename="../mainwindow.cpp" line="585"/>
|
||||
<source>&Ignore Illegal reads/writes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="578"/>
|
||||
<location filename="../mainwindow.cpp" line="514"/>
|
||||
<source>&Help</source>
|
||||
<translation>&Aide</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="531"/>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<source>&Open...</source>
|
||||
<translation type="unfinished">&Ouvrir...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="532"/>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished">&Fermer</translation>
|
||||
</message>
|
||||
@ -776,22 +775,22 @@
|
||||
<translation type="obsolete">F2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="535"/>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<source>&Load State File...</source>
|
||||
<translation type="unfinished">&Charger...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="536"/>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<source>&Save State File...</source>
|
||||
<translation type="unfinished">&Sauvegarder...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="537"/>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<source>E&xit</source>
|
||||
<translation type="unfinished">&Quitter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="540"/>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<source>&Run</source>
|
||||
<translation type="unfinished">&Démarrer</translation>
|
||||
</message>
|
||||
@ -800,7 +799,7 @@
|
||||
<translation type="obsolete">F7</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="541"/>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<source>&Pause</source>
|
||||
<translation type="unfinished">&Pause</translation>
|
||||
</message>
|
||||
@ -882,7 +881,7 @@
|
||||
<translation type="obsolete">F11</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="564"/>
|
||||
<location filename="../mainwindow.cpp" line="592"/>
|
||||
<source>&Buffered Rendering</source>
|
||||
<translation type="unfinished">&Rendu Tampon</translation>
|
||||
</message>
|
||||
@ -891,7 +890,7 @@
|
||||
<translation type="obsolete">F5</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<location filename="../mainwindow.cpp" line="601"/>
|
||||
<source>&Hardware Transform</source>
|
||||
<translation type="unfinished">&Hardware Transform</translation>
|
||||
</message>
|
||||
@ -900,7 +899,7 @@
|
||||
<translation type="obsolete">F6</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="565"/>
|
||||
<location filename="../mainwindow.cpp" line="593"/>
|
||||
<source>&Linear Filtering</source>
|
||||
<translation type="unfinished">&Filtrage Linéaire</translation>
|
||||
</message>
|
||||
@ -949,7 +948,7 @@
|
||||
<translation type="obsolete">&Aller à http://www.ppsspp.org/</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="580"/>
|
||||
<location filename="../mainwindow.cpp" line="668"/>
|
||||
<source>&About PPSSPP...</source>
|
||||
<translation type="unfinished">&A propos de PPSSPP...</translation>
|
||||
</message>
|
||||
@ -958,127 +957,127 @@
|
||||
<translation type="obsolete">&Utiliser les VBO</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="542"/>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<source>Re&set</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="543"/>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<source>Run on &load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="545"/>
|
||||
<location filename="../mainwindow.cpp" line="506"/>
|
||||
<source>De&bug</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<source>Load Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<source>Save Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="548"/>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<source>Reset Symbol Table</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<source>Dump next frame to log</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<source>Disassembly</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<source>Display List...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<source>Log Console</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="553"/>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<source>Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<source>Memory View Texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<location filename="../mainwindow.cpp" line="582"/>
|
||||
<source>&CPU Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<location filename="../mainwindow.cpp" line="583"/>
|
||||
<source>&Vertex Decoder Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<location filename="../mainwindow.cpp" line="584"/>
|
||||
<source>Fast &Memory (unstable)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="563"/>
|
||||
<location filename="../mainwindow.cpp" line="510"/>
|
||||
<source>&Anisotropic Filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<location filename="../mainwindow.cpp" line="511"/>
|
||||
<source>&Screen Size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<location filename="../mainwindow.cpp" line="599"/>
|
||||
<source>&Stretch to Display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="569"/>
|
||||
<source>&VertexCache</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<location filename="../mainwindow.cpp" line="602"/>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="unfinished">&Cache du Vertex</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<location filename="../mainwindow.cpp" line="603"/>
|
||||
<source>&Frameskip</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="571"/>
|
||||
<location filename="../mainwindow.cpp" line="604"/>
|
||||
<source>&Audio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<location filename="../mainwindow.cpp" line="606"/>
|
||||
<source>&Fullscreen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<location filename="../mainwindow.cpp" line="607"/>
|
||||
<source>&Show debug statistics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<location filename="../mainwindow.cpp" line="608"/>
|
||||
<source>&Show FPS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<location filename="../mainwindow.cpp" line="512"/>
|
||||
<source>Lo&g levels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -1099,14 +1098,10 @@
|
||||
<translation type="obsolete">Informations</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="579"/>
|
||||
<location filename="../mainwindow.cpp" line="667"/>
|
||||
<source>&Go to official website</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="obsolete">&Cache du Vertex</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Simple 2xAA</source>
|
||||
<translation type="obsolete">2x AA</translation>
|
||||
|
@ -4,76 +4,75 @@
|
||||
<context>
|
||||
<name>Controls</name>
|
||||
<message>
|
||||
<location filename="../controls.ui" line="20"/>
|
||||
<source>Controls</source>
|
||||
<comment>Controls window title</comment>
|
||||
<translation>Τίτλος παραθύρου χειρισμών</translation>
|
||||
<translation type="obsolete">Τίτλος παραθύρου χειρισμών</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CtrlDisAsmView</name>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="93"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="91"/>
|
||||
<source>Copy &address</source>
|
||||
<translation>Αντιγραφή &address</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="97"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="95"/>
|
||||
<source>Copy instruction (&hex)</source>
|
||||
<translation>Αντιγραφή οδηγίας (&hex)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="101"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="99"/>
|
||||
<source>Copy instruction (&disasm)</source>
|
||||
<translation>Αντιγραφή οδηγίας (&disasm)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="107"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="105"/>
|
||||
<source>&Run to here</source>
|
||||
<translation>&Τρέξιμο ως εδώ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="111"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="109"/>
|
||||
<source>&Set Next Statement</source>
|
||||
<translation>&Ορισμός Επόμενη Κατάστασης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="115"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="113"/>
|
||||
<source>&Toggle breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="119"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="117"/>
|
||||
<source>&Follow branch</source>
|
||||
<translation>&Ακολούθηση κλάδου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="129"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="127"/>
|
||||
<source>Go to in &Memory View</source>
|
||||
<translation>Μετάβαση σε &Προβολέα Μνήμης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="139"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="137"/>
|
||||
<source>&Rename function...</source>
|
||||
<translation>&Μετονομασία λειτουργίας...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="222"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="208"/>
|
||||
<source>New function name</source>
|
||||
<translation>Νέο όνομα λειτουργίας</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="223"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="209"/>
|
||||
<source>New function name:</source>
|
||||
<translation>Νέο όνομα λειτουργίας:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>Warning</source>
|
||||
<translation type="unfinished">Προειδοποίηση</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>No symbol selected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -81,32 +80,32 @@
|
||||
<context>
|
||||
<name>CtrlMemView</name>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="208"/>
|
||||
<location filename="../ctrlmemview.cpp" line="205"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation>Μετάβαση σε &disasm</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="214"/>
|
||||
<location filename="../ctrlmemview.cpp" line="211"/>
|
||||
<source>&Copy value</source>
|
||||
<translation>&Αντιγραφή τιμής</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="218"/>
|
||||
<location filename="../ctrlmemview.cpp" line="215"/>
|
||||
<source>C&hange value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="222"/>
|
||||
<location filename="../ctrlmemview.cpp" line="219"/>
|
||||
<source>Dump...</source>
|
||||
<translation>Αποτύπωση...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="249"/>
|
||||
<location filename="../ctrlmemview.cpp" line="242"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished">Ορισμός νέας τιμής</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="250"/>
|
||||
<location filename="../ctrlmemview.cpp" line="243"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished">Ορισμός νέας τιμής:</translation>
|
||||
</message>
|
||||
@ -114,32 +113,32 @@
|
||||
<context>
|
||||
<name>CtrlRegisterList</name>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="261"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="260"/>
|
||||
<source>Go to in &memory view</source>
|
||||
<translation>Μετάβαση σε &προβολής μνήμης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="265"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="264"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation>Μετάβαση σε &disasm</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="271"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="270"/>
|
||||
<source>&Copy value</source>
|
||||
<translation>&Αντιγραφή τιμής</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="275"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="274"/>
|
||||
<source>C&hange...</source>
|
||||
<translation>Α&λλαγή...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="336"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="327"/>
|
||||
<source>Set new value</source>
|
||||
<translation>Ορισμός νέας τιμής</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="337"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="328"/>
|
||||
<source>Set new value:</source>
|
||||
<translation>Ορισμός νέας τιμής:</translation>
|
||||
</message>
|
||||
@ -285,32 +284,32 @@
|
||||
<translation>Σημείο έναρξης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="403"/>
|
||||
<location filename="../debugger_disasm.cpp" line="367"/>
|
||||
<source>Remove breakpoint</source>
|
||||
<translation>Αφαίρεση σημείου διακοπής</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="481"/>
|
||||
<location filename="../debugger_disasm.cpp" line="443"/>
|
||||
<source>Go to entry point</source>
|
||||
<translation>Μετάβαση στο σημείο εισόδου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="485"/>
|
||||
<location filename="../debugger_disasm.cpp" line="447"/>
|
||||
<source>Change status</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="487"/>
|
||||
<location filename="../debugger_disasm.cpp" line="449"/>
|
||||
<source>Running</source>
|
||||
<translation>Σε λειτουργία</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="491"/>
|
||||
<location filename="../debugger_disasm.cpp" line="453"/>
|
||||
<source>Wait</source>
|
||||
<translation>Αναμονή</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="495"/>
|
||||
<location filename="../debugger_disasm.cpp" line="457"/>
|
||||
<source>Suspend</source>
|
||||
<translation>Αναστολή</translation>
|
||||
</message>
|
||||
@ -518,12 +517,12 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1799"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1773"/>
|
||||
<source>Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1823"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1797"/>
|
||||
<source>Run to draw using this texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -556,7 +555,7 @@
|
||||
<translation>Σύμβολα</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_memory.cpp" line="15"/>
|
||||
<location filename="../debugger_memory.cpp" line="14"/>
|
||||
<source>Memory Viewer - %1</source>
|
||||
<translation>Προβολέας Μνήμης - %1</translation>
|
||||
</message>
|
||||
@ -660,22 +659,22 @@
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="530"/>
|
||||
<location filename="../mainwindow.cpp" line="504"/>
|
||||
<source>&File</source>
|
||||
<translation>&Αρχείο</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="533"/>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<source>Quickload State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="534"/>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<source>Quicksave State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="539"/>
|
||||
<location filename="../mainwindow.cpp" line="505"/>
|
||||
<source>&Emulation</source>
|
||||
<translation>&Εξομοίωση</translation>
|
||||
</message>
|
||||
@ -684,7 +683,7 @@
|
||||
<translation type="obsolete">Αποσφαλμάτωσ&η</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="556"/>
|
||||
<location filename="../mainwindow.cpp" line="507"/>
|
||||
<source>&Options</source>
|
||||
<translation>&Επιλογές</translation>
|
||||
</message>
|
||||
@ -701,12 +700,12 @@
|
||||
<translation type="obsolete">Επ&ίπεδα Καταγραφικού</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<location filename="../mainwindow.cpp" line="513"/>
|
||||
<source>&Language</source>
|
||||
<translation>&Γλώσσα</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<location filename="../mainwindow.cpp" line="509"/>
|
||||
<source>&Video</source>
|
||||
<translation>&Βίντεο</translation>
|
||||
</message>
|
||||
@ -723,37 +722,37 @@
|
||||
<translation type="obsolete">Χε&ιριστήρια</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="557"/>
|
||||
<location filename="../mainwindow.cpp" line="508"/>
|
||||
<source>&Core</source>
|
||||
<translation>&Πυρήνας</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<location filename="../mainwindow.cpp" line="582"/>
|
||||
<source>&CPU Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<location filename="../mainwindow.cpp" line="583"/>
|
||||
<source>&Vertex Decoder Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="561"/>
|
||||
<location filename="../mainwindow.cpp" line="585"/>
|
||||
<source>&Ignore Illegal reads/writes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="578"/>
|
||||
<location filename="../mainwindow.cpp" line="514"/>
|
||||
<source>&Help</source>
|
||||
<translation>&Βοήθεια</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="531"/>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<source>&Open...</source>
|
||||
<translation type="unfinished">&’νοιγμα...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="532"/>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished">&Κλείσιμο</translation>
|
||||
</message>
|
||||
@ -766,27 +765,27 @@
|
||||
<translation type="obsolete">Γρήγορη Αποθήκευση</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="535"/>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<source>&Load State File...</source>
|
||||
<translation type="unfinished">&Φόρτωση Σημείου Αποθήκευσης...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="536"/>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<source>&Save State File...</source>
|
||||
<translation type="unfinished">&Αποθήκευση Σημείου Αποθήκευσης...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="537"/>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<source>E&xit</source>
|
||||
<translation type="unfinished">Έ&ξοδος</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="540"/>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<source>&Run</source>
|
||||
<translation type="unfinished">&Εκκίνηση</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="541"/>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<source>&Pause</source>
|
||||
<translation type="unfinished">&Παύση</translation>
|
||||
</message>
|
||||
@ -855,17 +854,17 @@
|
||||
<translation type="obsolete">&Εξομοίωση ήχου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="564"/>
|
||||
<location filename="../mainwindow.cpp" line="592"/>
|
||||
<source>&Buffered Rendering</source>
|
||||
<translation type="unfinished">&Buffered Απεικόνιση</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<location filename="../mainwindow.cpp" line="601"/>
|
||||
<source>&Hardware Transform</source>
|
||||
<translation type="unfinished">Hardware Μετασχηματισμός</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="565"/>
|
||||
<location filename="../mainwindow.cpp" line="593"/>
|
||||
<source>&Linear Filtering</source>
|
||||
<translation type="unfinished">Γραμμικό φιλτράρισμα</translation>
|
||||
</message>
|
||||
@ -902,7 +901,7 @@
|
||||
<translation type="obsolete">&Μετάβαση σε http://www.ppsspp.org/</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="580"/>
|
||||
<location filename="../mainwindow.cpp" line="668"/>
|
||||
<source>&About PPSSPP...</source>
|
||||
<translation type="unfinished">&Περί του PPSSPP...</translation>
|
||||
</message>
|
||||
@ -911,117 +910,117 @@
|
||||
<translation type="obsolete">&Χρήση VBO</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="542"/>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<source>Re&set</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="543"/>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<source>Run on &load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="545"/>
|
||||
<location filename="../mainwindow.cpp" line="506"/>
|
||||
<source>De&bug</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<source>Load Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<source>Save Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="548"/>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<source>Reset Symbol Table</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<source>Dump next frame to log</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<source>Disassembly</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<source>Display List...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<source>Log Console</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="553"/>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<source>Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<source>Memory View Texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<location filename="../mainwindow.cpp" line="584"/>
|
||||
<source>Fast &Memory (unstable)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="563"/>
|
||||
<location filename="../mainwindow.cpp" line="510"/>
|
||||
<source>&Anisotropic Filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<location filename="../mainwindow.cpp" line="511"/>
|
||||
<source>&Screen Size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<location filename="../mainwindow.cpp" line="599"/>
|
||||
<source>&Stretch to Display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="569"/>
|
||||
<source>&VertexCache</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<location filename="../mainwindow.cpp" line="602"/>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="unfinished">&Προσορηνή Μνήμη Κορυφών</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<location filename="../mainwindow.cpp" line="603"/>
|
||||
<source>&Frameskip</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="571"/>
|
||||
<location filename="../mainwindow.cpp" line="604"/>
|
||||
<source>&Audio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<location filename="../mainwindow.cpp" line="606"/>
|
||||
<source>&Fullscreen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<location filename="../mainwindow.cpp" line="607"/>
|
||||
<source>&Show debug statistics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<location filename="../mainwindow.cpp" line="608"/>
|
||||
<source>&Show FPS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<location filename="../mainwindow.cpp" line="512"/>
|
||||
<source>Lo&g levels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -1042,7 +1041,7 @@
|
||||
<translation type="obsolete">Πληροφορίες</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="579"/>
|
||||
<location filename="../mainwindow.cpp" line="667"/>
|
||||
<source>&Go to official website</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -1050,10 +1049,6 @@
|
||||
<source>D&ump next frame to log</source>
|
||||
<translation type="obsolete">Ε&ξαγωγή επόμενου καρέ στον καταγραφέα</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="obsolete">&Προσορηνή Μνήμη Κορυφών</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Memory View Texture...</source>
|
||||
<translation type="obsolete">Προβολή Μνήμης Υφών...</translation>
|
||||
|
@ -4,76 +4,75 @@
|
||||
<context>
|
||||
<name>Controls</name>
|
||||
<message>
|
||||
<location filename="../controls.ui" line="20"/>
|
||||
<source>Controls</source>
|
||||
<comment>Controls window title</comment>
|
||||
<translation>Írányítás</translation>
|
||||
<translation type="obsolete">Írányítás</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CtrlDisAsmView</name>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="93"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="91"/>
|
||||
<source>Copy &address</source>
|
||||
<translation>Cím másolása</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="97"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="95"/>
|
||||
<source>Copy instruction (&hex)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="101"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="99"/>
|
||||
<source>Copy instruction (&disasm)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="107"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="105"/>
|
||||
<source>&Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="111"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="109"/>
|
||||
<source>&Set Next Statement</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="115"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="113"/>
|
||||
<source>&Toggle breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="119"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="117"/>
|
||||
<source>&Follow branch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="129"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="127"/>
|
||||
<source>Go to in &Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="139"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="137"/>
|
||||
<source>&Rename function...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="222"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="208"/>
|
||||
<source>New function name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="223"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="209"/>
|
||||
<source>New function name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>Warning</source>
|
||||
<translation type="unfinished">Figyelmeztetés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>No symbol selected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -81,32 +80,32 @@
|
||||
<context>
|
||||
<name>CtrlMemView</name>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="208"/>
|
||||
<location filename="../ctrlmemview.cpp" line="205"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="214"/>
|
||||
<location filename="../ctrlmemview.cpp" line="211"/>
|
||||
<source>&Copy value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="218"/>
|
||||
<location filename="../ctrlmemview.cpp" line="215"/>
|
||||
<source>C&hange value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="222"/>
|
||||
<location filename="../ctrlmemview.cpp" line="219"/>
|
||||
<source>Dump...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="249"/>
|
||||
<location filename="../ctrlmemview.cpp" line="242"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="250"/>
|
||||
<location filename="../ctrlmemview.cpp" line="243"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -114,32 +113,32 @@
|
||||
<context>
|
||||
<name>CtrlRegisterList</name>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="261"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="260"/>
|
||||
<source>Go to in &memory view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="265"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="264"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="271"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="270"/>
|
||||
<source>&Copy value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="275"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="274"/>
|
||||
<source>C&hange...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="336"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="327"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="337"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="328"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -285,32 +284,32 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="403"/>
|
||||
<location filename="../debugger_disasm.cpp" line="367"/>
|
||||
<source>Remove breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="481"/>
|
||||
<location filename="../debugger_disasm.cpp" line="443"/>
|
||||
<source>Go to entry point</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="485"/>
|
||||
<location filename="../debugger_disasm.cpp" line="447"/>
|
||||
<source>Change status</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="487"/>
|
||||
<location filename="../debugger_disasm.cpp" line="449"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="491"/>
|
||||
<location filename="../debugger_disasm.cpp" line="453"/>
|
||||
<source>Wait</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="495"/>
|
||||
<location filename="../debugger_disasm.cpp" line="457"/>
|
||||
<source>Suspend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -518,12 +517,12 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1799"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1773"/>
|
||||
<source>Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1823"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1797"/>
|
||||
<source>Run to draw using this texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -556,7 +555,7 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_memory.cpp" line="15"/>
|
||||
<location filename="../debugger_memory.cpp" line="14"/>
|
||||
<source>Memory Viewer - %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -664,137 +663,137 @@
|
||||
<translation type="obsolete">PPSSPP</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="530"/>
|
||||
<location filename="../mainwindow.cpp" line="504"/>
|
||||
<source>&File</source>
|
||||
<translation>Fájl</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="533"/>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<source>Quickload State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="534"/>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<source>Quicksave State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="539"/>
|
||||
<location filename="../mainwindow.cpp" line="505"/>
|
||||
<source>&Emulation</source>
|
||||
<translation>Emuláció</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="542"/>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<source>Re&set</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="543"/>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<source>Run on &load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<source>Load Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<source>Save Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="548"/>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<source>Reset Symbol Table</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<source>Dump next frame to log</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<source>Disassembly</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<source>Display List...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<source>Log Console</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="553"/>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<source>Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<source>Memory View Texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="556"/>
|
||||
<location filename="../mainwindow.cpp" line="507"/>
|
||||
<source>&Options</source>
|
||||
<translation>Beállítások</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<location filename="../mainwindow.cpp" line="582"/>
|
||||
<source>&CPU Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<location filename="../mainwindow.cpp" line="583"/>
|
||||
<source>&Vertex Decoder Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<location filename="../mainwindow.cpp" line="584"/>
|
||||
<source>Fast &Memory (unstable)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<location filename="../mainwindow.cpp" line="599"/>
|
||||
<source>&Stretch to Display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="569"/>
|
||||
<source>&VertexCache</source>
|
||||
<location filename="../mainwindow.cpp" line="602"/>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<location filename="../mainwindow.cpp" line="603"/>
|
||||
<source>&Frameskip</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="571"/>
|
||||
<location filename="../mainwindow.cpp" line="604"/>
|
||||
<source>&Audio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<location filename="../mainwindow.cpp" line="606"/>
|
||||
<source>&Fullscreen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<location filename="../mainwindow.cpp" line="607"/>
|
||||
<source>&Show debug statistics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<location filename="../mainwindow.cpp" line="608"/>
|
||||
<source>&Show FPS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="579"/>
|
||||
<location filename="../mainwindow.cpp" line="667"/>
|
||||
<source>&Go to official website</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -807,12 +806,12 @@
|
||||
<translation type="obsolete">Log szint</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<location filename="../mainwindow.cpp" line="513"/>
|
||||
<source>&Language</source>
|
||||
<translation>Nyelv</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<location filename="../mainwindow.cpp" line="509"/>
|
||||
<source>&Video</source>
|
||||
<translation>Videó</translation>
|
||||
</message>
|
||||
@ -829,22 +828,22 @@
|
||||
<translation type="obsolete">Irányítás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="557"/>
|
||||
<location filename="../mainwindow.cpp" line="508"/>
|
||||
<source>&Core</source>
|
||||
<translation>Központi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="578"/>
|
||||
<location filename="../mainwindow.cpp" line="514"/>
|
||||
<source>&Help</source>
|
||||
<translation>Segítség</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="531"/>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<source>&Open...</source>
|
||||
<translation type="unfinished">Megnyitás...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="532"/>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished">Bezárás</translation>
|
||||
</message>
|
||||
@ -869,22 +868,22 @@
|
||||
<translation type="obsolete">F2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="535"/>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<source>&Load State File...</source>
|
||||
<translation type="unfinished">Állás betöltése...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="536"/>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<source>&Save State File...</source>
|
||||
<translation type="unfinished">Állás mentése...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="537"/>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<source>E&xit</source>
|
||||
<translation type="unfinished">Kilépés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="540"/>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<source>&Run</source>
|
||||
<translation type="unfinished">Futtatás</translation>
|
||||
</message>
|
||||
@ -893,7 +892,7 @@
|
||||
<translation type="obsolete">F7</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="541"/>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<source>&Pause</source>
|
||||
<translation type="unfinished">Szüneteltetés</translation>
|
||||
</message>
|
||||
@ -970,12 +969,12 @@
|
||||
<translation type="obsolete">Hang emuláció</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="564"/>
|
||||
<location filename="../mainwindow.cpp" line="592"/>
|
||||
<source>&Buffered Rendering</source>
|
||||
<translation type="unfinished">Pufferelt Renderelés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<location filename="../mainwindow.cpp" line="601"/>
|
||||
<source>&Hardware Transform</source>
|
||||
<translation type="unfinished">Hardveres Átváltoztatás</translation>
|
||||
</message>
|
||||
@ -984,7 +983,7 @@
|
||||
<translation type="obsolete">F6</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="565"/>
|
||||
<location filename="../mainwindow.cpp" line="593"/>
|
||||
<source>&Linear Filtering</source>
|
||||
<translation type="unfinished">Lineáris Szűrés</translation>
|
||||
</message>
|
||||
@ -997,7 +996,7 @@
|
||||
<translation type="obsolete">Ugrás a honlapra http//www.ppsspp.org/ </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="580"/>
|
||||
<location filename="../mainwindow.cpp" line="668"/>
|
||||
<source>&About PPSSPP...</source>
|
||||
<translation type="unfinished">PPSSPP Névjegye</translation>
|
||||
</message>
|
||||
@ -1006,27 +1005,27 @@
|
||||
<translation type="obsolete">VBO Használata</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="545"/>
|
||||
<location filename="../mainwindow.cpp" line="506"/>
|
||||
<source>De&bug</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="561"/>
|
||||
<location filename="../mainwindow.cpp" line="585"/>
|
||||
<source>&Ignore Illegal reads/writes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="563"/>
|
||||
<location filename="../mainwindow.cpp" line="510"/>
|
||||
<source>&Anisotropic Filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<location filename="../mainwindow.cpp" line="511"/>
|
||||
<source>&Screen Size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<location filename="../mainwindow.cpp" line="512"/>
|
||||
<source>Lo&g levels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1,79 +1,70 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="id_id">
|
||||
<context>
|
||||
<name>Controls</name>
|
||||
<message>
|
||||
<location filename="../controls.ui" line="20"/>
|
||||
<source>Controls</source>
|
||||
<comment>Controls window title</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CtrlDisAsmView</name>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="93"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="91"/>
|
||||
<source>Copy &address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="97"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="95"/>
|
||||
<source>Copy instruction (&hex)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="101"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="99"/>
|
||||
<source>Copy instruction (&disasm)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="107"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="105"/>
|
||||
<source>&Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="111"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="109"/>
|
||||
<source>&Set Next Statement</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="115"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="113"/>
|
||||
<source>&Toggle breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="119"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="117"/>
|
||||
<source>&Follow branch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="129"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="127"/>
|
||||
<source>Go to in &Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="139"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="137"/>
|
||||
<source>&Rename function...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="222"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="208"/>
|
||||
<source>New function name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="223"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="209"/>
|
||||
<source>New function name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>Warning</source>
|
||||
<translation type="unfinished">Peringatan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>No symbol selected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -81,32 +72,32 @@
|
||||
<context>
|
||||
<name>CtrlMemView</name>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="208"/>
|
||||
<location filename="../ctrlmemview.cpp" line="205"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="214"/>
|
||||
<location filename="../ctrlmemview.cpp" line="211"/>
|
||||
<source>&Copy value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="218"/>
|
||||
<location filename="../ctrlmemview.cpp" line="215"/>
|
||||
<source>C&hange value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="222"/>
|
||||
<location filename="../ctrlmemview.cpp" line="219"/>
|
||||
<source>Dump...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="249"/>
|
||||
<location filename="../ctrlmemview.cpp" line="242"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="250"/>
|
||||
<location filename="../ctrlmemview.cpp" line="243"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -114,32 +105,32 @@
|
||||
<context>
|
||||
<name>CtrlRegisterList</name>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="261"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="260"/>
|
||||
<source>Go to in &memory view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="265"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="264"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="271"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="270"/>
|
||||
<source>&Copy value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="275"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="274"/>
|
||||
<source>C&hange...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="336"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="327"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="337"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="328"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -285,32 +276,32 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="403"/>
|
||||
<location filename="../debugger_disasm.cpp" line="367"/>
|
||||
<source>Remove breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="481"/>
|
||||
<location filename="../debugger_disasm.cpp" line="443"/>
|
||||
<source>Go to entry point</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="485"/>
|
||||
<location filename="../debugger_disasm.cpp" line="447"/>
|
||||
<source>Change status</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="487"/>
|
||||
<location filename="../debugger_disasm.cpp" line="449"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="491"/>
|
||||
<location filename="../debugger_disasm.cpp" line="453"/>
|
||||
<source>Wait</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="495"/>
|
||||
<location filename="../debugger_disasm.cpp" line="457"/>
|
||||
<source>Suspend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -518,12 +509,12 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1799"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1773"/>
|
||||
<source>Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1823"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1797"/>
|
||||
<source>Run to draw using this texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -556,7 +547,7 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_memory.cpp" line="15"/>
|
||||
<location filename="../debugger_memory.cpp" line="14"/>
|
||||
<source>Memory Viewer - %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -660,227 +651,227 @@
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="530"/>
|
||||
<location filename="../mainwindow.cpp" line="504"/>
|
||||
<source>&File</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="539"/>
|
||||
<location filename="../mainwindow.cpp" line="505"/>
|
||||
<source>&Emulation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="543"/>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<source>Run on &load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="556"/>
|
||||
<location filename="../mainwindow.cpp" line="507"/>
|
||||
<source>&Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<location filename="../mainwindow.cpp" line="582"/>
|
||||
<source>&CPU Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<location filename="../mainwindow.cpp" line="583"/>
|
||||
<source>&Vertex Decoder Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<location filename="../mainwindow.cpp" line="513"/>
|
||||
<source>&Language</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<location filename="../mainwindow.cpp" line="509"/>
|
||||
<source>&Video</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="557"/>
|
||||
<location filename="../mainwindow.cpp" line="508"/>
|
||||
<source>&Core</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="561"/>
|
||||
<location filename="../mainwindow.cpp" line="585"/>
|
||||
<source>&Ignore Illegal reads/writes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="578"/>
|
||||
<location filename="../mainwindow.cpp" line="514"/>
|
||||
<source>&Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="545"/>
|
||||
<location filename="../mainwindow.cpp" line="506"/>
|
||||
<source>De&bug</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="531"/>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<source>&Open...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="532"/>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="533"/>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<source>Quickload State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="534"/>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<source>Quicksave State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="535"/>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<source>&Load State File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="536"/>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<source>&Save State File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="537"/>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<source>E&xit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="540"/>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<source>&Run</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="541"/>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<source>&Pause</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="542"/>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<source>Re&set</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<source>Load Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<source>Save Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="548"/>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<source>Reset Symbol Table</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<source>Dump next frame to log</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<source>Disassembly</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<source>Display List...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<source>Log Console</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="553"/>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<source>Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<source>Memory View Texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<location filename="../mainwindow.cpp" line="584"/>
|
||||
<source>Fast &Memory (unstable)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="563"/>
|
||||
<location filename="../mainwindow.cpp" line="510"/>
|
||||
<source>&Anisotropic Filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="564"/>
|
||||
<location filename="../mainwindow.cpp" line="592"/>
|
||||
<source>&Buffered Rendering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="565"/>
|
||||
<location filename="../mainwindow.cpp" line="593"/>
|
||||
<source>&Linear Filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<location filename="../mainwindow.cpp" line="511"/>
|
||||
<source>&Screen Size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<location filename="../mainwindow.cpp" line="599"/>
|
||||
<source>&Stretch to Display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<location filename="../mainwindow.cpp" line="601"/>
|
||||
<source>&Hardware Transform</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="569"/>
|
||||
<source>&VertexCache</source>
|
||||
<location filename="../mainwindow.cpp" line="602"/>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<location filename="../mainwindow.cpp" line="603"/>
|
||||
<source>&Frameskip</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="571"/>
|
||||
<location filename="../mainwindow.cpp" line="604"/>
|
||||
<source>&Audio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<location filename="../mainwindow.cpp" line="606"/>
|
||||
<source>&Fullscreen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<location filename="../mainwindow.cpp" line="607"/>
|
||||
<source>&Show debug statistics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<location filename="../mainwindow.cpp" line="608"/>
|
||||
<source>&Show FPS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<location filename="../mainwindow.cpp" line="512"/>
|
||||
<source>Lo&g levels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -897,12 +888,12 @@
|
||||
<translation type="obsolete">Informasi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="579"/>
|
||||
<location filename="../mainwindow.cpp" line="667"/>
|
||||
<source>&Go to official website</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="580"/>
|
||||
<location filename="../mainwindow.cpp" line="668"/>
|
||||
<source>&About PPSSPP...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -4,76 +4,75 @@
|
||||
<context>
|
||||
<name>Controls</name>
|
||||
<message>
|
||||
<location filename="../controls.ui" line="20"/>
|
||||
<source>Controls</source>
|
||||
<comment>Controls window title</comment>
|
||||
<translation>Układ klawiszy</translation>
|
||||
<translation type="obsolete">Układ klawiszy</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CtrlDisAsmView</name>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="93"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="91"/>
|
||||
<source>Copy &address</source>
|
||||
<translation>Kopiuj &adres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="97"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="95"/>
|
||||
<source>Copy instruction (&hex)</source>
|
||||
<translation>Kopiuj instrukcję (&hex)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="101"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="99"/>
|
||||
<source>Copy instruction (&disasm)</source>
|
||||
<translation>Kopiuj instrukcję (&deasm)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="107"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="105"/>
|
||||
<source>&Run to here</source>
|
||||
<translation>&Uruchom do tego miejsca</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="111"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="109"/>
|
||||
<source>&Set Next Statement</source>
|
||||
<translation>U&staw następny rozkaz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="115"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="113"/>
|
||||
<source>&Toggle breakpoint</source>
|
||||
<translation>Ustaw &breakpoint</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="119"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="117"/>
|
||||
<source>&Follow branch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="129"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="127"/>
|
||||
<source>Go to in &Memory View</source>
|
||||
<translation>Przejdź do widoku &pamięci</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="139"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="137"/>
|
||||
<source>&Rename function...</source>
|
||||
<translation>&Zmień nazwę funkcji...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="222"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="208"/>
|
||||
<source>New function name</source>
|
||||
<translation>Nowa nazwa funkcji</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="223"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="209"/>
|
||||
<source>New function name:</source>
|
||||
<translation>Nowa nazwa funkcji:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>Warning</source>
|
||||
<translation type="unfinished">Ostrzeżenia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>No symbol selected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -81,32 +80,32 @@
|
||||
<context>
|
||||
<name>CtrlMemView</name>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="208"/>
|
||||
<location filename="../ctrlmemview.cpp" line="205"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation>&Przejdź do deasemblera</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="214"/>
|
||||
<location filename="../ctrlmemview.cpp" line="211"/>
|
||||
<source>&Copy value</source>
|
||||
<translation>&Kopiuj wartość</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="218"/>
|
||||
<location filename="../ctrlmemview.cpp" line="215"/>
|
||||
<source>C&hange value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="222"/>
|
||||
<location filename="../ctrlmemview.cpp" line="219"/>
|
||||
<source>Dump...</source>
|
||||
<translation>Zrzut...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="249"/>
|
||||
<location filename="../ctrlmemview.cpp" line="242"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished">Ustaw nową wartość</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="250"/>
|
||||
<location filename="../ctrlmemview.cpp" line="243"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished">Ustaw nową wartość:</translation>
|
||||
</message>
|
||||
@ -114,32 +113,32 @@
|
||||
<context>
|
||||
<name>CtrlRegisterList</name>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="261"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="260"/>
|
||||
<source>Go to in &memory view</source>
|
||||
<translation>Przejdź do widoku &pamięci</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="265"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="264"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation>Przejdź do &deasemblera</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="271"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="270"/>
|
||||
<source>&Copy value</source>
|
||||
<translation>&Kopiuj wartość</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="275"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="274"/>
|
||||
<source>C&hange...</source>
|
||||
<translation>&Zmień...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="336"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="327"/>
|
||||
<source>Set new value</source>
|
||||
<translation>Ustaw nową wartość</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="337"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="328"/>
|
||||
<source>Set new value:</source>
|
||||
<translation>Ustaw nową wartość:</translation>
|
||||
</message>
|
||||
@ -293,32 +292,32 @@
|
||||
<translation>Punkt wejścia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="403"/>
|
||||
<location filename="../debugger_disasm.cpp" line="367"/>
|
||||
<source>Remove breakpoint</source>
|
||||
<translation>Usuń breakpoint</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="481"/>
|
||||
<location filename="../debugger_disasm.cpp" line="443"/>
|
||||
<source>Go to entry point</source>
|
||||
<translation>Przejdź do punktu wejścia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="485"/>
|
||||
<location filename="../debugger_disasm.cpp" line="447"/>
|
||||
<source>Change status</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="487"/>
|
||||
<location filename="../debugger_disasm.cpp" line="449"/>
|
||||
<source>Running</source>
|
||||
<translation>Działający</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="491"/>
|
||||
<location filename="../debugger_disasm.cpp" line="453"/>
|
||||
<source>Wait</source>
|
||||
<translation>Czekający</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="495"/>
|
||||
<location filename="../debugger_disasm.cpp" line="457"/>
|
||||
<source>Suspend</source>
|
||||
<translation>Uśpiony</translation>
|
||||
</message>
|
||||
@ -530,12 +529,12 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1799"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1773"/>
|
||||
<source>Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1823"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1797"/>
|
||||
<source>Run to draw using this texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -568,7 +567,7 @@
|
||||
<translation>Symboliczny</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_memory.cpp" line="15"/>
|
||||
<location filename="../debugger_memory.cpp" line="14"/>
|
||||
<source>Memory Viewer - %1</source>
|
||||
<translation>Widok pamięci - %1</translation>
|
||||
</message>
|
||||
@ -676,22 +675,22 @@
|
||||
<translation type="obsolete">PPSSPP</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="530"/>
|
||||
<location filename="../mainwindow.cpp" line="504"/>
|
||||
<source>&File</source>
|
||||
<translation>&Plik</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="533"/>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<source>Quickload State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="534"/>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<source>Quicksave State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="539"/>
|
||||
<location filename="../mainwindow.cpp" line="505"/>
|
||||
<source>&Emulation</source>
|
||||
<translation>&Emulacja</translation>
|
||||
</message>
|
||||
@ -700,7 +699,7 @@
|
||||
<translation type="obsolete">&Debugger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="556"/>
|
||||
<location filename="../mainwindow.cpp" line="507"/>
|
||||
<source>&Options</source>
|
||||
<translation>&Opcje</translation>
|
||||
</message>
|
||||
@ -721,12 +720,12 @@
|
||||
<translation type="obsolete">&Poziomy logowania</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<location filename="../mainwindow.cpp" line="513"/>
|
||||
<source>&Language</source>
|
||||
<translation>&Język</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<location filename="../mainwindow.cpp" line="509"/>
|
||||
<source>&Video</source>
|
||||
<translation>&Wideo</translation>
|
||||
</message>
|
||||
@ -743,27 +742,27 @@
|
||||
<translation type="obsolete">S&terowanie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="557"/>
|
||||
<location filename="../mainwindow.cpp" line="508"/>
|
||||
<source>&Core</source>
|
||||
<translation>Jądr&o</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="561"/>
|
||||
<location filename="../mainwindow.cpp" line="585"/>
|
||||
<source>&Ignore Illegal reads/writes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="578"/>
|
||||
<location filename="../mainwindow.cpp" line="514"/>
|
||||
<source>&Help</source>
|
||||
<translation>Pomo&c</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="531"/>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<source>&Open...</source>
|
||||
<translation type="unfinished">&Otwórz...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="532"/>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished">&Zamknij</translation>
|
||||
</message>
|
||||
@ -784,22 +783,22 @@
|
||||
<translation type="obsolete">F2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="535"/>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<source>&Load State File...</source>
|
||||
<translation type="unfinished">&Wczytaj plik stanu...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="536"/>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<source>&Save State File...</source>
|
||||
<translation type="unfinished">&Zapisz plik stanu...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="537"/>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<source>E&xit</source>
|
||||
<translation type="unfinished">Wyj&dź</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="540"/>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<source>&Run</source>
|
||||
<translation type="unfinished">&Uruchom</translation>
|
||||
</message>
|
||||
@ -808,7 +807,7 @@
|
||||
<translation type="obsolete">F7</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="541"/>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<source>&Pause</source>
|
||||
<translation type="unfinished">&Pauza</translation>
|
||||
</message>
|
||||
@ -909,7 +908,7 @@
|
||||
<translation type="obsolete">F11</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="564"/>
|
||||
<location filename="../mainwindow.cpp" line="592"/>
|
||||
<source>&Buffered Rendering</source>
|
||||
<translation type="unfinished">&Buforowane renderowanie</translation>
|
||||
</message>
|
||||
@ -918,7 +917,7 @@
|
||||
<translation type="obsolete">F5</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<location filename="../mainwindow.cpp" line="601"/>
|
||||
<source>&Hardware Transform</source>
|
||||
<translation type="unfinished">Sprzętowa &transformacja</translation>
|
||||
</message>
|
||||
@ -927,7 +926,7 @@
|
||||
<translation type="obsolete">F6</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="565"/>
|
||||
<location filename="../mainwindow.cpp" line="593"/>
|
||||
<source>&Linear Filtering</source>
|
||||
<translation type="unfinished">Filtrowanie &liniowe</translation>
|
||||
</message>
|
||||
@ -980,7 +979,7 @@
|
||||
<translation type="obsolete">&Idź do http://www.ppsspp.org</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="580"/>
|
||||
<location filename="../mainwindow.cpp" line="668"/>
|
||||
<source>&About PPSSPP...</source>
|
||||
<translation type="unfinished">&O PPSSPP...</translation>
|
||||
</message>
|
||||
@ -989,127 +988,127 @@
|
||||
<translation type="obsolete">Użyj &VBO</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="542"/>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<source>Re&set</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="543"/>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<source>Run on &load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="545"/>
|
||||
<location filename="../mainwindow.cpp" line="506"/>
|
||||
<source>De&bug</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<source>Load Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<source>Save Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="548"/>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<source>Reset Symbol Table</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<source>Dump next frame to log</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<source>Disassembly</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<source>Display List...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<source>Log Console</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="553"/>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<source>Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<source>Memory View Texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<location filename="../mainwindow.cpp" line="582"/>
|
||||
<source>&CPU Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<location filename="../mainwindow.cpp" line="583"/>
|
||||
<source>&Vertex Decoder Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<location filename="../mainwindow.cpp" line="584"/>
|
||||
<source>Fast &Memory (unstable)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="563"/>
|
||||
<location filename="../mainwindow.cpp" line="510"/>
|
||||
<source>&Anisotropic Filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<location filename="../mainwindow.cpp" line="511"/>
|
||||
<source>&Screen Size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<location filename="../mainwindow.cpp" line="599"/>
|
||||
<source>&Stretch to Display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="569"/>
|
||||
<source>&VertexCache</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<location filename="../mainwindow.cpp" line="602"/>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="unfinished">&Cache wierzchołków</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<location filename="../mainwindow.cpp" line="603"/>
|
||||
<source>&Frameskip</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="571"/>
|
||||
<location filename="../mainwindow.cpp" line="604"/>
|
||||
<source>&Audio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<location filename="../mainwindow.cpp" line="606"/>
|
||||
<source>&Fullscreen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<location filename="../mainwindow.cpp" line="607"/>
|
||||
<source>&Show debug statistics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<location filename="../mainwindow.cpp" line="608"/>
|
||||
<source>&Show FPS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<location filename="../mainwindow.cpp" line="512"/>
|
||||
<source>Lo&g levels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -1130,7 +1129,7 @@
|
||||
<translation type="obsolete">Info</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="579"/>
|
||||
<location filename="../mainwindow.cpp" line="667"/>
|
||||
<source>&Go to official website</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -1138,10 +1137,6 @@
|
||||
<source>D&ump next frame to log</source>
|
||||
<translation type="obsolete">Z&rzuć następną ramkę do logu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="obsolete">&Cache wierzchołków</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Off</source>
|
||||
<translation type="obsolete">Wyłączone</translation>
|
||||
|
@ -4,76 +4,75 @@
|
||||
<context>
|
||||
<name>Controls</name>
|
||||
<message>
|
||||
<location filename="../controls.ui" line="20"/>
|
||||
<source>Controls</source>
|
||||
<comment>Controls window title</comment>
|
||||
<translation>Controles</translation>
|
||||
<translation type="obsolete">Controles</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CtrlDisAsmView</name>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="93"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="91"/>
|
||||
<source>Copy &address</source>
|
||||
<translation>Copiar &endereço</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="97"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="95"/>
|
||||
<source>Copy instruction (&hex)</source>
|
||||
<translation>Copiar instrução (&hex)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="101"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="99"/>
|
||||
<source>Copy instruction (&disasm)</source>
|
||||
<translation>Copiar instrução (&disam)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="107"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="105"/>
|
||||
<source>&Run to here</source>
|
||||
<translation>&Rodar aqui</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="111"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="109"/>
|
||||
<source>&Set Next Statement</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="115"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="113"/>
|
||||
<source>&Toggle breakpoint</source>
|
||||
<translation>&Ativar breakpoint</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="119"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="117"/>
|
||||
<source>&Follow branch</source>
|
||||
<translation>&Seguir caminho</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="129"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="127"/>
|
||||
<source>Go to in &Memory View</source>
|
||||
<translation>Vá para o Visualizador de &Memória</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="139"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="137"/>
|
||||
<source>&Rename function...</source>
|
||||
<translation>&Renomear função...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="222"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="208"/>
|
||||
<source>New function name</source>
|
||||
<translation>Novo nome de função</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="223"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="209"/>
|
||||
<source>New function name:</source>
|
||||
<translation>Novo nome de função:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>Warning</source>
|
||||
<translation type="unfinished">Atenção</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>No symbol selected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -81,32 +80,32 @@
|
||||
<context>
|
||||
<name>CtrlMemView</name>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="208"/>
|
||||
<location filename="../ctrlmemview.cpp" line="205"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation>Vá para &disasm</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="214"/>
|
||||
<location filename="../ctrlmemview.cpp" line="211"/>
|
||||
<source>&Copy value</source>
|
||||
<translation>&Copiar valor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="218"/>
|
||||
<location filename="../ctrlmemview.cpp" line="215"/>
|
||||
<source>C&hange value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="222"/>
|
||||
<location filename="../ctrlmemview.cpp" line="219"/>
|
||||
<source>Dump...</source>
|
||||
<translation>Despejar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="249"/>
|
||||
<location filename="../ctrlmemview.cpp" line="242"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished">Setar novo valor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="250"/>
|
||||
<location filename="../ctrlmemview.cpp" line="243"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished">Setar novo valor:</translation>
|
||||
</message>
|
||||
@ -114,32 +113,32 @@
|
||||
<context>
|
||||
<name>CtrlRegisterList</name>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="261"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="260"/>
|
||||
<source>Go to in &memory view</source>
|
||||
<translation>Vá para o visualizador de &memória</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="265"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="264"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation>Vá para o &disasm</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="271"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="270"/>
|
||||
<source>&Copy value</source>
|
||||
<translation>&Copiar valor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="275"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="274"/>
|
||||
<source>C&hange...</source>
|
||||
<translation>&Trocar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="336"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="327"/>
|
||||
<source>Set new value</source>
|
||||
<translation>Setar novo valor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="337"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="328"/>
|
||||
<source>Set new value:</source>
|
||||
<translation>Setar novo valor:</translation>
|
||||
</message>
|
||||
@ -293,32 +292,32 @@
|
||||
<translation>Ponto de entrada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="403"/>
|
||||
<location filename="../debugger_disasm.cpp" line="367"/>
|
||||
<source>Remove breakpoint</source>
|
||||
<translation>Remover breakpoint</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="481"/>
|
||||
<location filename="../debugger_disasm.cpp" line="443"/>
|
||||
<source>Go to entry point</source>
|
||||
<translation>Ir para ponto de entrada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="485"/>
|
||||
<location filename="../debugger_disasm.cpp" line="447"/>
|
||||
<source>Change status</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="487"/>
|
||||
<location filename="../debugger_disasm.cpp" line="449"/>
|
||||
<source>Running</source>
|
||||
<translation>Rodando</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="491"/>
|
||||
<location filename="../debugger_disasm.cpp" line="453"/>
|
||||
<source>Wait</source>
|
||||
<translation>Esperando</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="495"/>
|
||||
<location filename="../debugger_disasm.cpp" line="457"/>
|
||||
<source>Suspend</source>
|
||||
<translation>Suspenso</translation>
|
||||
</message>
|
||||
@ -530,12 +529,12 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1799"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1773"/>
|
||||
<source>Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1823"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1797"/>
|
||||
<source>Run to draw using this texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -568,7 +567,7 @@
|
||||
<translation>Símbolos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_memory.cpp" line="15"/>
|
||||
<location filename="../debugger_memory.cpp" line="14"/>
|
||||
<source>Memory Viewer - %1</source>
|
||||
<translation>Visualizador de Memória - %1</translation>
|
||||
</message>
|
||||
@ -672,137 +671,137 @@
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="530"/>
|
||||
<location filename="../mainwindow.cpp" line="504"/>
|
||||
<source>&File</source>
|
||||
<translation>&Arquivo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="533"/>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<source>Quickload State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="534"/>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<source>Quicksave State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="539"/>
|
||||
<location filename="../mainwindow.cpp" line="505"/>
|
||||
<source>&Emulation</source>
|
||||
<translation>&Emulação</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="542"/>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<source>Re&set</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="543"/>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<source>Run on &load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<source>Load Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<source>Save Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="548"/>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<source>Reset Symbol Table</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<source>Dump next frame to log</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<source>Disassembly</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<source>Display List...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<source>Log Console</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="553"/>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<source>Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<source>Memory View Texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="556"/>
|
||||
<location filename="../mainwindow.cpp" line="507"/>
|
||||
<source>&Options</source>
|
||||
<translation>&Opções</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<location filename="../mainwindow.cpp" line="582"/>
|
||||
<source>&CPU Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<location filename="../mainwindow.cpp" line="583"/>
|
||||
<source>&Vertex Decoder Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<location filename="../mainwindow.cpp" line="584"/>
|
||||
<source>Fast &Memory (unstable)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<location filename="../mainwindow.cpp" line="599"/>
|
||||
<source>&Stretch to Display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="569"/>
|
||||
<source>&VertexCache</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<location filename="../mainwindow.cpp" line="602"/>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="unfinished">Cache de &Vértices</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<location filename="../mainwindow.cpp" line="603"/>
|
||||
<source>&Frameskip</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="571"/>
|
||||
<location filename="../mainwindow.cpp" line="604"/>
|
||||
<source>&Audio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<location filename="../mainwindow.cpp" line="606"/>
|
||||
<source>&Fullscreen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<location filename="../mainwindow.cpp" line="607"/>
|
||||
<source>&Show debug statistics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<location filename="../mainwindow.cpp" line="608"/>
|
||||
<source>&Show FPS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="579"/>
|
||||
<location filename="../mainwindow.cpp" line="667"/>
|
||||
<source>&Go to official website</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -815,12 +814,12 @@
|
||||
<translation type="obsolete">Nível de Lo&g</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<location filename="../mainwindow.cpp" line="513"/>
|
||||
<source>&Language</source>
|
||||
<translation>&Linguagem</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<location filename="../mainwindow.cpp" line="509"/>
|
||||
<source>&Video</source>
|
||||
<translation>&Vídeo</translation>
|
||||
</message>
|
||||
@ -833,22 +832,22 @@
|
||||
<translation type="obsolete">Co&ntroles</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="557"/>
|
||||
<location filename="../mainwindow.cpp" line="508"/>
|
||||
<source>&Core</source>
|
||||
<translation>&Núcleo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="578"/>
|
||||
<location filename="../mainwindow.cpp" line="514"/>
|
||||
<source>&Help</source>
|
||||
<translation>Aj&uda</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="531"/>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<source>&Open...</source>
|
||||
<translation type="unfinished">&Abrir...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="532"/>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished">&Fechar</translation>
|
||||
</message>
|
||||
@ -861,27 +860,27 @@
|
||||
<translation type="obsolete">Salvar estado rápido</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="535"/>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<source>&Load State File...</source>
|
||||
<translation type="unfinished">&Carregar estado do arquivo...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="536"/>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<source>&Save State File...</source>
|
||||
<translation type="unfinished">&Salvar estado no arquivo...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="537"/>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<source>E&xit</source>
|
||||
<translation type="unfinished">Sai&r</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="540"/>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<source>&Run</source>
|
||||
<translation type="unfinished">&Rodar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="541"/>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<source>&Pause</source>
|
||||
<translation type="unfinished">&Pausar</translation>
|
||||
</message>
|
||||
@ -962,17 +961,17 @@
|
||||
<translation type="obsolete">Emular &som</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="564"/>
|
||||
<location filename="../mainwindow.cpp" line="592"/>
|
||||
<source>&Buffered Rendering</source>
|
||||
<translation type="unfinished">Renderização com &buffer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<location filename="../mainwindow.cpp" line="601"/>
|
||||
<source>&Hardware Transform</source>
|
||||
<translation type="unfinished">Transformação em &Hardware</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="565"/>
|
||||
<location filename="../mainwindow.cpp" line="593"/>
|
||||
<source>&Linear Filtering</source>
|
||||
<translation type="unfinished">Filtragem &Linear</translation>
|
||||
</message>
|
||||
@ -1009,7 +1008,7 @@
|
||||
<translation type="obsolete">&Ir para http://www.ppsspp.org/</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="580"/>
|
||||
<location filename="../mainwindow.cpp" line="668"/>
|
||||
<source>&About PPSSPP...</source>
|
||||
<translation type="unfinished">&Sobre o PPSSPP...</translation>
|
||||
</message>
|
||||
@ -1018,27 +1017,27 @@
|
||||
<translation type="obsolete">&Usar VBO</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="545"/>
|
||||
<location filename="../mainwindow.cpp" line="506"/>
|
||||
<source>De&bug</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="561"/>
|
||||
<location filename="../mainwindow.cpp" line="585"/>
|
||||
<source>&Ignore Illegal reads/writes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="563"/>
|
||||
<location filename="../mainwindow.cpp" line="510"/>
|
||||
<source>&Anisotropic Filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<location filename="../mainwindow.cpp" line="511"/>
|
||||
<source>&Screen Size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<location filename="../mainwindow.cpp" line="512"/>
|
||||
<source>Lo&g levels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -1058,10 +1057,6 @@
|
||||
<source>D&ump next frame to log</source>
|
||||
<translation type="obsolete">D&espejar o próximo frame no log</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="obsolete">Cache de &Vértices</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Memory View Texture...</source>
|
||||
<translation type="obsolete">Ver texturas na memória...</translation>
|
||||
|
@ -4,76 +4,75 @@
|
||||
<context>
|
||||
<name>Controls</name>
|
||||
<message>
|
||||
<location filename="../controls.ui" line="20"/>
|
||||
<source>Controls</source>
|
||||
<comment>Controls window title</comment>
|
||||
<translation>Управление</translation>
|
||||
<translation type="obsolete">Управление</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CtrlDisAsmView</name>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="93"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="91"/>
|
||||
<source>Copy &address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="97"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="95"/>
|
||||
<source>Copy instruction (&hex)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="101"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="99"/>
|
||||
<source>Copy instruction (&disasm)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="107"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="105"/>
|
||||
<source>&Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="111"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="109"/>
|
||||
<source>&Set Next Statement</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="115"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="113"/>
|
||||
<source>&Toggle breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="119"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="117"/>
|
||||
<source>&Follow branch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="129"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="127"/>
|
||||
<source>Go to in &Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="139"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="137"/>
|
||||
<source>&Rename function...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="222"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="208"/>
|
||||
<source>New function name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="223"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="209"/>
|
||||
<source>New function name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>Warning</source>
|
||||
<translation type="unfinished">Предупреждение</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>No symbol selected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -81,32 +80,32 @@
|
||||
<context>
|
||||
<name>CtrlMemView</name>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="208"/>
|
||||
<location filename="../ctrlmemview.cpp" line="205"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="214"/>
|
||||
<location filename="../ctrlmemview.cpp" line="211"/>
|
||||
<source>&Copy value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="218"/>
|
||||
<location filename="../ctrlmemview.cpp" line="215"/>
|
||||
<source>C&hange value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="222"/>
|
||||
<location filename="../ctrlmemview.cpp" line="219"/>
|
||||
<source>Dump...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="249"/>
|
||||
<location filename="../ctrlmemview.cpp" line="242"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="250"/>
|
||||
<location filename="../ctrlmemview.cpp" line="243"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -114,32 +113,32 @@
|
||||
<context>
|
||||
<name>CtrlRegisterList</name>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="261"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="260"/>
|
||||
<source>Go to in &memory view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="265"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="264"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="271"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="270"/>
|
||||
<source>&Copy value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="275"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="274"/>
|
||||
<source>C&hange...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="336"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="327"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="337"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="328"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -285,32 +284,32 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="403"/>
|
||||
<location filename="../debugger_disasm.cpp" line="367"/>
|
||||
<source>Remove breakpoint</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="481"/>
|
||||
<location filename="../debugger_disasm.cpp" line="443"/>
|
||||
<source>Go to entry point</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="485"/>
|
||||
<location filename="../debugger_disasm.cpp" line="447"/>
|
||||
<source>Change status</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="487"/>
|
||||
<location filename="../debugger_disasm.cpp" line="449"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="491"/>
|
||||
<location filename="../debugger_disasm.cpp" line="453"/>
|
||||
<source>Wait</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="495"/>
|
||||
<location filename="../debugger_disasm.cpp" line="457"/>
|
||||
<source>Suspend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -518,12 +517,12 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1799"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1773"/>
|
||||
<source>Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1823"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1797"/>
|
||||
<source>Run to draw using this texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -556,7 +555,7 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_memory.cpp" line="15"/>
|
||||
<location filename="../debugger_memory.cpp" line="14"/>
|
||||
<source>Memory Viewer - %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -664,22 +663,22 @@
|
||||
<translation type="obsolete">PPSSPP</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="530"/>
|
||||
<location filename="../mainwindow.cpp" line="504"/>
|
||||
<source>&File</source>
|
||||
<translation>&Файл</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="533"/>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<source>Quickload State</source>
|
||||
<translation>Быстро загрузить состояние</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="534"/>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<source>Quicksave State</source>
|
||||
<translation>Быстро сохранить состояние</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="539"/>
|
||||
<location filename="../mainwindow.cpp" line="505"/>
|
||||
<source>&Emulation</source>
|
||||
<translation>&Эмуляция</translation>
|
||||
</message>
|
||||
@ -688,7 +687,7 @@
|
||||
<translation type="obsolete">&Отладка</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="556"/>
|
||||
<location filename="../mainwindow.cpp" line="507"/>
|
||||
<source>&Options</source>
|
||||
<translation>&Настройки</translation>
|
||||
</message>
|
||||
@ -709,12 +708,12 @@
|
||||
<translation type="obsolete">Уровень ло&гирования</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<location filename="../mainwindow.cpp" line="513"/>
|
||||
<source>&Language</source>
|
||||
<translation>&Язык</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<location filename="../mainwindow.cpp" line="509"/>
|
||||
<source>&Video</source>
|
||||
<translation>&Видео</translation>
|
||||
</message>
|
||||
@ -731,27 +730,27 @@
|
||||
<translation type="obsolete">У&правление</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="557"/>
|
||||
<location filename="../mainwindow.cpp" line="508"/>
|
||||
<source>&Core</source>
|
||||
<translation>&Ядро</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="561"/>
|
||||
<location filename="../mainwindow.cpp" line="585"/>
|
||||
<source>&Ignore Illegal reads/writes</source>
|
||||
<translation>&Игнорировать неправильные чтения/запись </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="578"/>
|
||||
<location filename="../mainwindow.cpp" line="514"/>
|
||||
<source>&Help</source>
|
||||
<translation>&Помощь</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="531"/>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<source>&Open...</source>
|
||||
<translation>&Открыть...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="532"/>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<source>&Close</source>
|
||||
<translation>&Закрыть</translation>
|
||||
</message>
|
||||
@ -772,27 +771,27 @@
|
||||
<translation type="obsolete">F2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="535"/>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<source>&Load State File...</source>
|
||||
<translation>&Открыть файл состояния...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="536"/>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<source>&Save State File...</source>
|
||||
<translation>&Сохранить файл состояния...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="537"/>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<source>E&xit</source>
|
||||
<translation>В&ыход</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="540"/>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<source>&Run</source>
|
||||
<translation>&Запустить</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="541"/>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<source>&Pause</source>
|
||||
<translation>&Пауза</translation>
|
||||
</message>
|
||||
@ -865,7 +864,7 @@
|
||||
<translation type="obsolete">Эмуляция &звука</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="564"/>
|
||||
<location filename="../mainwindow.cpp" line="592"/>
|
||||
<source>&Buffered Rendering</source>
|
||||
<translation>&Буферированный рендеринг</translation>
|
||||
</message>
|
||||
@ -874,7 +873,7 @@
|
||||
<translation type="obsolete">F5</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<location filename="../mainwindow.cpp" line="601"/>
|
||||
<source>&Hardware Transform</source>
|
||||
<translation>&Аппаратное преобразование</translation>
|
||||
</message>
|
||||
@ -883,7 +882,7 @@
|
||||
<translation type="obsolete">F6</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="565"/>
|
||||
<location filename="../mainwindow.cpp" line="593"/>
|
||||
<source>&Linear Filtering</source>
|
||||
<translation>&Линейная фильтрация</translation>
|
||||
</message>
|
||||
@ -904,7 +903,7 @@
|
||||
<translation type="obsolete">&Быстрая память (dynarec, нестабильно)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="580"/>
|
||||
<location filename="../mainwindow.cpp" line="668"/>
|
||||
<source>&About PPSSPP...</source>
|
||||
<translation>&О PPSSPP...</translation>
|
||||
</message>
|
||||
@ -913,127 +912,127 @@
|
||||
<translation type="obsolete">&Использовать VBO</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="542"/>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<source>Re&set</source>
|
||||
<translation>Пере&загрузить</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="543"/>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<source>Run on &load</source>
|
||||
<translation>Запускать при &загрузке</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="545"/>
|
||||
<location filename="../mainwindow.cpp" line="506"/>
|
||||
<source>De&bug</source>
|
||||
<translation>&Отладка</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<source>Load Map File...</source>
|
||||
<translation>Загрузить файл &карты...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<source>Save Map File...</source>
|
||||
<translation>&Сохранить файл карты...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="548"/>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<source>Reset Symbol Table</source>
|
||||
<translation>&Сбросить таблицу символов</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<source>Dump next frame to log</source>
|
||||
<translation>С&бросить следующий кадр в лог</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<source>Disassembly</source>
|
||||
<translation>&Деасэмблинг</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<source>Display List...</source>
|
||||
<translation>Список экранов...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<source>Log Console</source>
|
||||
<translation>&Консоль логов</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="553"/>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<source>Memory View</source>
|
||||
<translation>&Отображение памяти</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<source>Memory View Texture</source>
|
||||
<translation>Память отображаемых текстур</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<location filename="../mainwindow.cpp" line="582"/>
|
||||
<source>&CPU Dynarec</source>
|
||||
<translation>&Dynarec</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<location filename="../mainwindow.cpp" line="583"/>
|
||||
<source>&Vertex Decoder Dynarec</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<location filename="../mainwindow.cpp" line="584"/>
|
||||
<source>Fast &Memory (unstable)</source>
|
||||
<translation>&Быстрая память (нестабильно)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="563"/>
|
||||
<location filename="../mainwindow.cpp" line="510"/>
|
||||
<source>&Anisotropic Filtering</source>
|
||||
<translation>&Анизотропная фильтрация</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<location filename="../mainwindow.cpp" line="511"/>
|
||||
<source>&Screen Size</source>
|
||||
<translation>(&S)Размер экрана</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<location filename="../mainwindow.cpp" line="599"/>
|
||||
<source>&Stretch to Display</source>
|
||||
<translation>За&стягивать под экран</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="569"/>
|
||||
<source>&VertexCache</source>
|
||||
<location filename="../mainwindow.cpp" line="602"/>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation>&Vertex кэш</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<location filename="../mainwindow.cpp" line="603"/>
|
||||
<source>&Frameskip</source>
|
||||
<translation>Пропуск кадров</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="571"/>
|
||||
<location filename="../mainwindow.cpp" line="604"/>
|
||||
<source>&Audio</source>
|
||||
<translation>&Aудио</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<location filename="../mainwindow.cpp" line="606"/>
|
||||
<source>&Fullscreen</source>
|
||||
<translation>&Полный экран</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<location filename="../mainwindow.cpp" line="607"/>
|
||||
<source>&Show debug statistics</source>
|
||||
<translation>Показывать &отладочную информацию</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<location filename="../mainwindow.cpp" line="608"/>
|
||||
<source>&Show FPS</source>
|
||||
<translation>Показывать &FPS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<location filename="../mainwindow.cpp" line="512"/>
|
||||
<source>Lo&g levels</source>
|
||||
<translation>Уровень ло&гирования</translation>
|
||||
</message>
|
||||
@ -1054,7 +1053,7 @@
|
||||
<translation type="obsolete">Информация</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="579"/>
|
||||
<location filename="../mainwindow.cpp" line="667"/>
|
||||
<source>&Go to official website</source>
|
||||
<translation>(&G)Зайдите на официальный сайт</translation>
|
||||
</message>
|
||||
@ -1062,10 +1061,6 @@
|
||||
<source>D&ump next frame to log</source>
|
||||
<translation type="obsolete">С&бросить следующий кадр в лог</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="obsolete">&Vertex кэш</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Memory View Texture...</source>
|
||||
<translation type="obsolete">Память отображаемых текстур...</translation>
|
||||
|
@ -4,76 +4,75 @@
|
||||
<context>
|
||||
<name>Controls</name>
|
||||
<message>
|
||||
<location filename="../controls.ui" line="20"/>
|
||||
<source>Controls</source>
|
||||
<comment>Controls window title</comment>
|
||||
<translation>控制器</translation>
|
||||
<translation type="obsolete">控制器</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CtrlDisAsmView</name>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="93"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="91"/>
|
||||
<source>Copy &address</source>
|
||||
<translation>(&A)复制地址</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="97"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="95"/>
|
||||
<source>Copy instruction (&hex)</source>
|
||||
<translation>(&H)复制指令(十六进制型)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="101"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="99"/>
|
||||
<source>Copy instruction (&disasm)</source>
|
||||
<translation>(&D)复制指令(汇编型)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="107"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="105"/>
|
||||
<source>&Run to here</source>
|
||||
<translation>(&R)执行到此处</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="111"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="109"/>
|
||||
<source>&Set Next Statement</source>
|
||||
<translation>(&S)设置下一语句</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="115"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="113"/>
|
||||
<source>&Toggle breakpoint</source>
|
||||
<translation>(&T)锁定断点</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="119"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="117"/>
|
||||
<source>&Follow branch</source>
|
||||
<translation>(&F)跟随分支</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="129"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="127"/>
|
||||
<source>Go to in &Memory View</source>
|
||||
<translation>(&M)转到内存视图</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="139"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="137"/>
|
||||
<source>&Rename function...</source>
|
||||
<translation>(&R)重命名函数...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="222"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="208"/>
|
||||
<source>New function name</source>
|
||||
<translation>新函数名称</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="223"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="209"/>
|
||||
<source>New function name:</source>
|
||||
<translation>新函数名称:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>Warning</source>
|
||||
<translation>警告</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>No symbol selected</source>
|
||||
<translation>没有选择象征</translation>
|
||||
</message>
|
||||
@ -81,32 +80,32 @@
|
||||
<context>
|
||||
<name>CtrlMemView</name>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="208"/>
|
||||
<location filename="../ctrlmemview.cpp" line="205"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation>(&D)转到汇编视图</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="214"/>
|
||||
<location filename="../ctrlmemview.cpp" line="211"/>
|
||||
<source>&Copy value</source>
|
||||
<translation>(&C)复制值</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="218"/>
|
||||
<location filename="../ctrlmemview.cpp" line="215"/>
|
||||
<source>C&hange value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="222"/>
|
||||
<location filename="../ctrlmemview.cpp" line="219"/>
|
||||
<source>Dump...</source>
|
||||
<translation>转储...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="249"/>
|
||||
<location filename="../ctrlmemview.cpp" line="242"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished">设置新值</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="250"/>
|
||||
<location filename="../ctrlmemview.cpp" line="243"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished">设置新值:</translation>
|
||||
</message>
|
||||
@ -114,32 +113,32 @@
|
||||
<context>
|
||||
<name>CtrlRegisterList</name>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="261"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="260"/>
|
||||
<source>Go to in &memory view</source>
|
||||
<translation>(&M)转到内存视图</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="265"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="264"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation>(&D)转到汇编视图</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="271"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="270"/>
|
||||
<source>&Copy value</source>
|
||||
<translation>(&C)复制值</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="275"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="274"/>
|
||||
<source>C&hange...</source>
|
||||
<translation>(&H)更改...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="336"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="327"/>
|
||||
<source>Set new value</source>
|
||||
<translation>设置新值</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="337"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="328"/>
|
||||
<source>Set new value:</source>
|
||||
<translation>设置新值:</translation>
|
||||
</message>
|
||||
@ -293,32 +292,32 @@
|
||||
<translation>入口点</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="403"/>
|
||||
<location filename="../debugger_disasm.cpp" line="367"/>
|
||||
<source>Remove breakpoint</source>
|
||||
<translation>移除断点</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="481"/>
|
||||
<location filename="../debugger_disasm.cpp" line="443"/>
|
||||
<source>Go to entry point</source>
|
||||
<translation>转到入口点</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="485"/>
|
||||
<location filename="../debugger_disasm.cpp" line="447"/>
|
||||
<source>Change status</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="487"/>
|
||||
<location filename="../debugger_disasm.cpp" line="449"/>
|
||||
<source>Running</source>
|
||||
<translation>执行中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="491"/>
|
||||
<location filename="../debugger_disasm.cpp" line="453"/>
|
||||
<source>Wait</source>
|
||||
<translation>等待</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="495"/>
|
||||
<location filename="../debugger_disasm.cpp" line="457"/>
|
||||
<source>Suspend</source>
|
||||
<translation>挂起</translation>
|
||||
</message>
|
||||
@ -530,12 +529,12 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1799"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1773"/>
|
||||
<source>Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1823"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1797"/>
|
||||
<source>Run to draw using this texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -568,7 +567,7 @@
|
||||
<translation>特征符模式</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_memory.cpp" line="15"/>
|
||||
<location filename="../debugger_memory.cpp" line="14"/>
|
||||
<source>Memory Viewer - %1</source>
|
||||
<translation>内存查看器 - %1</translation>
|
||||
</message>
|
||||
@ -676,22 +675,22 @@
|
||||
<translation type="obsolete">PPSSPP</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="530"/>
|
||||
<location filename="../mainwindow.cpp" line="504"/>
|
||||
<source>&File</source>
|
||||
<translation>(&F)文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="533"/>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<source>Quickload State</source>
|
||||
<translation>快速负载态</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="534"/>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<source>Quicksave State</source>
|
||||
<translation>快速保存态</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="539"/>
|
||||
<location filename="../mainwindow.cpp" line="505"/>
|
||||
<source>&Emulation</source>
|
||||
<translation>(&E)模拟</translation>
|
||||
</message>
|
||||
@ -700,7 +699,7 @@
|
||||
<translation type="obsolete">(&G)调试</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="556"/>
|
||||
<location filename="../mainwindow.cpp" line="507"/>
|
||||
<source>&Options</source>
|
||||
<translation>(&O)选项</translation>
|
||||
</message>
|
||||
@ -713,12 +712,12 @@
|
||||
<translation type="obsolete">(&G)日志级别</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<location filename="../mainwindow.cpp" line="513"/>
|
||||
<source>&Language</source>
|
||||
<translation>(&L)语言选择</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<location filename="../mainwindow.cpp" line="509"/>
|
||||
<source>&Video</source>
|
||||
<translation>(&V)视频</translation>
|
||||
</message>
|
||||
@ -735,27 +734,27 @@
|
||||
<translation type="obsolete">(&N)控制</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="557"/>
|
||||
<location filename="../mainwindow.cpp" line="508"/>
|
||||
<source>&Core</source>
|
||||
<translation>(&C)核心</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="561"/>
|
||||
<location filename="../mainwindow.cpp" line="585"/>
|
||||
<source>&Ignore Illegal reads/writes</source>
|
||||
<translation>忽略非法读取/写入</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="578"/>
|
||||
<location filename="../mainwindow.cpp" line="514"/>
|
||||
<source>&Help</source>
|
||||
<translation>(&H)帮助</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="531"/>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<source>&Open...</source>
|
||||
<translation>(&O)打开...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="532"/>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<source>&Close</source>
|
||||
<translation>(&C)关闭</translation>
|
||||
</message>
|
||||
@ -780,22 +779,22 @@
|
||||
<translation type="obsolete">F2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="535"/>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<source>&Load State File...</source>
|
||||
<translation>(&L)读取存档...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="536"/>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<source>&Save State File...</source>
|
||||
<translation>(&S)保存存档...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="537"/>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<source>E&xit</source>
|
||||
<translation>(&X)退出</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="540"/>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<source>&Run</source>
|
||||
<translation>(&R)运行</translation>
|
||||
</message>
|
||||
@ -804,7 +803,7 @@
|
||||
<translation type="obsolete">F7</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="541"/>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<source>&Pause</source>
|
||||
<translation>(&P)暂停</translation>
|
||||
</message>
|
||||
@ -905,7 +904,7 @@
|
||||
<translation type="obsolete">F11</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="564"/>
|
||||
<location filename="../mainwindow.cpp" line="592"/>
|
||||
<source>&Buffered Rendering</source>
|
||||
<translation>(&B)渲染缓冲</translation>
|
||||
</message>
|
||||
@ -914,7 +913,7 @@
|
||||
<translation type="obsolete">F5</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<location filename="../mainwindow.cpp" line="601"/>
|
||||
<source>&Hardware Transform</source>
|
||||
<translation>(&H)硬件加速</translation>
|
||||
</message>
|
||||
@ -923,7 +922,7 @@
|
||||
<translation type="obsolete">F6</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="565"/>
|
||||
<location filename="../mainwindow.cpp" line="593"/>
|
||||
<source>&Linear Filtering</source>
|
||||
<translation>(&L)线性过滤</translation>
|
||||
</message>
|
||||
@ -976,7 +975,7 @@
|
||||
<translation type="obsolete">(&G)转到 http://www.ppsspp.org/</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="580"/>
|
||||
<location filename="../mainwindow.cpp" line="668"/>
|
||||
<source>&About PPSSPP...</source>
|
||||
<translation>(&A)关于 PPSSPP...</translation>
|
||||
</message>
|
||||
@ -985,127 +984,127 @@
|
||||
<translation type="obsolete">(&U)使用 VBO</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="542"/>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<source>Re&set</source>
|
||||
<translation>(&R)复位</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="543"/>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<source>Run on &load</source>
|
||||
<translation>加载时执行</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="545"/>
|
||||
<location filename="../mainwindow.cpp" line="506"/>
|
||||
<source>De&bug</source>
|
||||
<translation>调试</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<source>Load Map File...</source>
|
||||
<translation>载入地图文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<source>Save Map File...</source>
|
||||
<translation>保存地图文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="548"/>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<source>Reset Symbol Table</source>
|
||||
<translation>重置符号表</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<source>Dump next frame to log</source>
|
||||
<translation>将下一帧转储至日志</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<source>Disassembly</source>
|
||||
<translation>汇编视图</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<source>Display List...</source>
|
||||
<translation>显示列表...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<source>Log Console</source>
|
||||
<translation>查看控制台日志</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="553"/>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<source>Memory View</source>
|
||||
<translation>内存视图</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<source>Memory View Texture</source>
|
||||
<translation>内存纹理视图</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<location filename="../mainwindow.cpp" line="582"/>
|
||||
<source>&CPU Dynarec</source>
|
||||
<translation>(&D)动态重编译</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<location filename="../mainwindow.cpp" line="583"/>
|
||||
<source>&Vertex Decoder Dynarec</source>
|
||||
<translation>顶点解码器动态重编译</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<location filename="../mainwindow.cpp" line="584"/>
|
||||
<source>Fast &Memory (unstable)</source>
|
||||
<translation>(&F)高速闪存 (动态重编译,不稳定)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="563"/>
|
||||
<location filename="../mainwindow.cpp" line="510"/>
|
||||
<source>&Anisotropic Filtering</source>
|
||||
<translation>(&A)各向异性过滤</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<location filename="../mainwindow.cpp" line="511"/>
|
||||
<source>&Screen Size</source>
|
||||
<translation>屏幕尺寸</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<location filename="../mainwindow.cpp" line="599"/>
|
||||
<source>&Stretch to Display</source>
|
||||
<translation>(&T)拉伸显示</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="569"/>
|
||||
<source>&VertexCache</source>
|
||||
<location filename="../mainwindow.cpp" line="602"/>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation>(&V)顶点缓存</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<location filename="../mainwindow.cpp" line="603"/>
|
||||
<source>&Frameskip</source>
|
||||
<translation>(&F)跳帧</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="571"/>
|
||||
<location filename="../mainwindow.cpp" line="604"/>
|
||||
<source>&Audio</source>
|
||||
<translation>(&S)声响</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<location filename="../mainwindow.cpp" line="606"/>
|
||||
<source>&Fullscreen</source>
|
||||
<translation>(&F)全屏</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<location filename="../mainwindow.cpp" line="607"/>
|
||||
<source>&Show debug statistics</source>
|
||||
<translation>(&D)显示调试信息</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<location filename="../mainwindow.cpp" line="608"/>
|
||||
<source>&Show FPS</source>
|
||||
<translation>(&F)显示帧率计数器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<location filename="../mainwindow.cpp" line="512"/>
|
||||
<source>Lo&g levels</source>
|
||||
<translation>(&G)日志级别</translation>
|
||||
</message>
|
||||
@ -1126,7 +1125,7 @@
|
||||
<translation type="obsolete">信息</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="579"/>
|
||||
<location filename="../mainwindow.cpp" line="667"/>
|
||||
<source>&Go to official website</source>
|
||||
<translation>(&G)进入官方网站</translation>
|
||||
</message>
|
||||
@ -1134,10 +1133,6 @@
|
||||
<source>D&ump next frame to log</source>
|
||||
<translation type="obsolete">(&U)将下一帧转储至日志</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="obsolete">(&V)顶点缓存</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Memory View Texture...</source>
|
||||
<translation type="obsolete">内存纹理视图...</translation>
|
||||
|
@ -4,76 +4,75 @@
|
||||
<context>
|
||||
<name>Controls</name>
|
||||
<message>
|
||||
<location filename="../controls.ui" line="20"/>
|
||||
<source>Controls</source>
|
||||
<comment>Controls window title</comment>
|
||||
<translation>控制器</translation>
|
||||
<translation type="obsolete">控制器</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CtrlDisAsmView</name>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="93"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="91"/>
|
||||
<source>Copy &address</source>
|
||||
<translation>(&A)複製地址</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="97"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="95"/>
|
||||
<source>Copy instruction (&hex)</source>
|
||||
<translation>(&H)複製指令(十六進制型)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="101"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="99"/>
|
||||
<source>Copy instruction (&disasm)</source>
|
||||
<translation>(&D)複製指令(彙編型)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="107"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="105"/>
|
||||
<source>&Run to here</source>
|
||||
<translation>(&R)執行到此處</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="111"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="109"/>
|
||||
<source>&Set Next Statement</source>
|
||||
<translation>(&S)設置下一語句</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="115"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="113"/>
|
||||
<source>&Toggle breakpoint</source>
|
||||
<translation>(&T)鎖定斷點</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="119"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="117"/>
|
||||
<source>&Follow branch</source>
|
||||
<translation>(&F)跟隨分支</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="129"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="127"/>
|
||||
<source>Go to in &Memory View</source>
|
||||
<translation>(&M)轉到內存視圖</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="139"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="137"/>
|
||||
<source>&Rename function...</source>
|
||||
<translation>(&R)重命名函數...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="222"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="208"/>
|
||||
<source>New function name</source>
|
||||
<translation>新函數名稱</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="223"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="209"/>
|
||||
<source>New function name:</source>
|
||||
<translation>新函數名稱:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>Warning</source>
|
||||
<translation type="unfinished">警告</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrldisasmview.cpp" line="234"/>
|
||||
<location filename="../ctrldisasmview.cpp" line="220"/>
|
||||
<source>No symbol selected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -81,32 +80,32 @@
|
||||
<context>
|
||||
<name>CtrlMemView</name>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="208"/>
|
||||
<location filename="../ctrlmemview.cpp" line="205"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation>(&D)轉到彙編視圖</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="214"/>
|
||||
<location filename="../ctrlmemview.cpp" line="211"/>
|
||||
<source>&Copy value</source>
|
||||
<translation>(&C)複製值</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="218"/>
|
||||
<location filename="../ctrlmemview.cpp" line="215"/>
|
||||
<source>C&hange value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="222"/>
|
||||
<location filename="../ctrlmemview.cpp" line="219"/>
|
||||
<source>Dump...</source>
|
||||
<translation>轉儲...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="249"/>
|
||||
<location filename="../ctrlmemview.cpp" line="242"/>
|
||||
<source>Set new value</source>
|
||||
<translation type="unfinished">設置新值</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlmemview.cpp" line="250"/>
|
||||
<location filename="../ctrlmemview.cpp" line="243"/>
|
||||
<source>Set new value:</source>
|
||||
<translation type="unfinished">設置新值:</translation>
|
||||
</message>
|
||||
@ -114,32 +113,32 @@
|
||||
<context>
|
||||
<name>CtrlRegisterList</name>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="261"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="260"/>
|
||||
<source>Go to in &memory view</source>
|
||||
<translation>(&M)轉到內存視圖</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="265"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="264"/>
|
||||
<source>Go to in &disasm</source>
|
||||
<translation>(&D)轉到彙編視圖</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="271"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="270"/>
|
||||
<source>&Copy value</source>
|
||||
<translation>(&C)複製值</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="275"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="274"/>
|
||||
<source>C&hange...</source>
|
||||
<translation>(&H)更改...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="336"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="327"/>
|
||||
<source>Set new value</source>
|
||||
<translation>設置新值</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ctrlregisterlist.cpp" line="337"/>
|
||||
<location filename="../ctrlregisterlist.cpp" line="328"/>
|
||||
<source>Set new value:</source>
|
||||
<translation>設置新值:</translation>
|
||||
</message>
|
||||
@ -293,32 +292,32 @@
|
||||
<translation>入口點</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="403"/>
|
||||
<location filename="../debugger_disasm.cpp" line="367"/>
|
||||
<source>Remove breakpoint</source>
|
||||
<translation>移除斷點</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="481"/>
|
||||
<location filename="../debugger_disasm.cpp" line="443"/>
|
||||
<source>Go to entry point</source>
|
||||
<translation>轉到入口點</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="485"/>
|
||||
<location filename="../debugger_disasm.cpp" line="447"/>
|
||||
<source>Change status</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="487"/>
|
||||
<location filename="../debugger_disasm.cpp" line="449"/>
|
||||
<source>Running</source>
|
||||
<translation>執行中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="491"/>
|
||||
<location filename="../debugger_disasm.cpp" line="453"/>
|
||||
<source>Wait</source>
|
||||
<translation>等待</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_disasm.cpp" line="495"/>
|
||||
<location filename="../debugger_disasm.cpp" line="457"/>
|
||||
<source>Suspend</source>
|
||||
<translation>掛起</translation>
|
||||
</message>
|
||||
@ -530,12 +529,12 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1799"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1773"/>
|
||||
<source>Run to here</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_displaylist.cpp" line="1823"/>
|
||||
<location filename="../debugger_displaylist.cpp" line="1797"/>
|
||||
<source>Run to draw using this texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -568,7 +567,7 @@
|
||||
<translation>特徵符模式</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../debugger_memory.cpp" line="15"/>
|
||||
<location filename="../debugger_memory.cpp" line="14"/>
|
||||
<source>Memory Viewer - %1</source>
|
||||
<translation>內存查看器 - %1</translation>
|
||||
</message>
|
||||
@ -676,22 +675,22 @@
|
||||
<translation type="obsolete">PPSSPP</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="530"/>
|
||||
<location filename="../mainwindow.cpp" line="504"/>
|
||||
<source>&File</source>
|
||||
<translation>(&F)文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="533"/>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<source>Quickload State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="534"/>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<source>Quicksave State</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="539"/>
|
||||
<location filename="../mainwindow.cpp" line="505"/>
|
||||
<source>&Emulation</source>
|
||||
<translation>(&E)模擬</translation>
|
||||
</message>
|
||||
@ -700,7 +699,7 @@
|
||||
<translation type="obsolete">(&G)調試</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="556"/>
|
||||
<location filename="../mainwindow.cpp" line="507"/>
|
||||
<source>&Options</source>
|
||||
<translation>(&O)選項</translation>
|
||||
</message>
|
||||
@ -713,12 +712,12 @@
|
||||
<translation type="obsolete">(&G)日誌級別</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<location filename="../mainwindow.cpp" line="513"/>
|
||||
<source>&Language</source>
|
||||
<translation>(&L)語言選擇</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<location filename="../mainwindow.cpp" line="509"/>
|
||||
<source>&Video</source>
|
||||
<translation>(&V)視頻</translation>
|
||||
</message>
|
||||
@ -735,27 +734,27 @@
|
||||
<translation type="obsolete">(&N)控制</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="557"/>
|
||||
<location filename="../mainwindow.cpp" line="508"/>
|
||||
<source>&Core</source>
|
||||
<translation>(&C)核心</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="561"/>
|
||||
<location filename="../mainwindow.cpp" line="585"/>
|
||||
<source>&Ignore Illegal reads/writes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="578"/>
|
||||
<location filename="../mainwindow.cpp" line="514"/>
|
||||
<source>&Help</source>
|
||||
<translation>(&H)幫助</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="531"/>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<source>&Open...</source>
|
||||
<translation type="unfinished">(&O)打開...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="532"/>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished">(&C)關閉</translation>
|
||||
</message>
|
||||
@ -780,22 +779,22 @@
|
||||
<translation type="obsolete">F2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="535"/>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<source>&Load State File...</source>
|
||||
<translation type="unfinished">(&L)讀取存檔...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="536"/>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<source>&Save State File...</source>
|
||||
<translation type="unfinished">(&S)保存存檔...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="537"/>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<source>E&xit</source>
|
||||
<translation type="unfinished">(&X)退出</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="540"/>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<source>&Run</source>
|
||||
<translation type="unfinished">(&R)運行</translation>
|
||||
</message>
|
||||
@ -804,7 +803,7 @@
|
||||
<translation type="obsolete">F7</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="541"/>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<source>&Pause</source>
|
||||
<translation type="unfinished">(&P)暫停</translation>
|
||||
</message>
|
||||
@ -905,7 +904,7 @@
|
||||
<translation type="obsolete">F11</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="564"/>
|
||||
<location filename="../mainwindow.cpp" line="592"/>
|
||||
<source>&Buffered Rendering</source>
|
||||
<translation type="unfinished">(&B)渲染緩衝</translation>
|
||||
</message>
|
||||
@ -914,7 +913,7 @@
|
||||
<translation type="obsolete">F5</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<location filename="../mainwindow.cpp" line="601"/>
|
||||
<source>&Hardware Transform</source>
|
||||
<translation type="unfinished">(&H)硬件加速</translation>
|
||||
</message>
|
||||
@ -923,7 +922,7 @@
|
||||
<translation type="obsolete">F6</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="565"/>
|
||||
<location filename="../mainwindow.cpp" line="593"/>
|
||||
<source>&Linear Filtering</source>
|
||||
<translation type="unfinished">(&L)線性過濾</translation>
|
||||
</message>
|
||||
@ -976,7 +975,7 @@
|
||||
<translation type="obsolete">(&G)轉到 http://www.ppsspp.org/</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="580"/>
|
||||
<location filename="../mainwindow.cpp" line="668"/>
|
||||
<source>&About PPSSPP...</source>
|
||||
<translation type="unfinished">(&A)關於 PPSSPP...</translation>
|
||||
</message>
|
||||
@ -985,127 +984,127 @@
|
||||
<translation type="obsolete">(&U)使用 VBO</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="542"/>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<source>Re&set</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="543"/>
|
||||
<location filename="../mainwindow.cpp" line="562"/>
|
||||
<source>Run on &load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="545"/>
|
||||
<location filename="../mainwindow.cpp" line="506"/>
|
||||
<source>De&bug</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="546"/>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<source>Load Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="547"/>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<source>Save Map File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="548"/>
|
||||
<location filename="../mainwindow.cpp" line="568"/>
|
||||
<source>Reset Symbol Table</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="549"/>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<source>Dump next frame to log</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="550"/>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<source>Disassembly</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="551"/>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<source>Display List...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="552"/>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<source>Log Console</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="553"/>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<source>Memory View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="554"/>
|
||||
<location filename="../mainwindow.cpp" line="576"/>
|
||||
<source>Memory View Texture</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="558"/>
|
||||
<location filename="../mainwindow.cpp" line="582"/>
|
||||
<source>&CPU Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="559"/>
|
||||
<location filename="../mainwindow.cpp" line="583"/>
|
||||
<source>&Vertex Decoder Dynarec</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="560"/>
|
||||
<location filename="../mainwindow.cpp" line="584"/>
|
||||
<source>Fast &Memory (unstable)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="563"/>
|
||||
<location filename="../mainwindow.cpp" line="510"/>
|
||||
<source>&Anisotropic Filtering</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="566"/>
|
||||
<location filename="../mainwindow.cpp" line="511"/>
|
||||
<source>&Screen Size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="567"/>
|
||||
<location filename="../mainwindow.cpp" line="599"/>
|
||||
<source>&Stretch to Display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="569"/>
|
||||
<source>&VertexCache</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<location filename="../mainwindow.cpp" line="602"/>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="unfinished">(&V)頂點緩存</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="570"/>
|
||||
<location filename="../mainwindow.cpp" line="603"/>
|
||||
<source>&Frameskip</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="571"/>
|
||||
<location filename="../mainwindow.cpp" line="604"/>
|
||||
<source>&Audio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="572"/>
|
||||
<location filename="../mainwindow.cpp" line="606"/>
|
||||
<source>&Fullscreen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="573"/>
|
||||
<location filename="../mainwindow.cpp" line="607"/>
|
||||
<source>&Show debug statistics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="574"/>
|
||||
<location filename="../mainwindow.cpp" line="608"/>
|
||||
<source>&Show FPS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="575"/>
|
||||
<location filename="../mainwindow.cpp" line="512"/>
|
||||
<source>Lo&g levels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -1126,7 +1125,7 @@
|
||||
<translation type="obsolete">信息</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="579"/>
|
||||
<location filename="../mainwindow.cpp" line="667"/>
|
||||
<source>&Go to official website</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -1134,10 +1133,6 @@
|
||||
<source>D&ump next frame to log</source>
|
||||
<translation type="obsolete">(&U)將下一幀轉儲至日誌</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Vertex Cache</source>
|
||||
<translation type="obsolete">(&V)頂點緩存</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Memory View Texture...</source>
|
||||
<translation type="obsolete">內存紋理視圖...</translation>
|
||||
|
@ -502,88 +502,28 @@ void MainWindow::loadLanguage(const QString& language, bool retranslate)
|
||||
|
||||
void MainWindow::retranslateUi() {
|
||||
fileMenu->setTitle(tr("&File"));
|
||||
openAct->setText(tr("&Open..."));
|
||||
closeAct->setText(tr("&Close"));
|
||||
qlstateAct->setText(tr("Quickload State"));
|
||||
qsstateAct->setText(tr("Quicksave State"));
|
||||
lstateAct->setText(tr("&Load State File..."));
|
||||
sstateAct->setText(tr("&Save State File..."));
|
||||
exitAct->setText(tr("E&xit"));
|
||||
|
||||
emuMenu->setTitle(tr("&Emulation"));
|
||||
runAct->setText(tr("&Run"));
|
||||
pauseAct->setText(tr("&Pause"));
|
||||
resetAct->setText(tr("Re&set"));
|
||||
runonloadAct->setText(tr("Run on &load"));
|
||||
|
||||
debugMenu->setTitle(tr("De&bug"));
|
||||
lmapAct->setText(tr("Load Map File..."));
|
||||
smapAct->setText(tr("Save Map File..."));
|
||||
resetTableAct->setText(tr("Reset Symbol Table"));
|
||||
dumpNextAct->setText(tr("Dump next frame to log"));
|
||||
disasmAct->setText(tr("Disassembly"));
|
||||
dpyListAct->setText(tr("Display List..."));
|
||||
consoleAct->setText(tr("Log Console"));
|
||||
memviewAct->setText(tr("Memory View"));
|
||||
memviewTexAct->setText(tr("Memory View Texture"));
|
||||
|
||||
optionsMenu->setTitle(tr("&Options"));
|
||||
coreMenu->setTitle(tr("&Core"));
|
||||
dynarecAct->setText(tr("&CPU Dynarec"));
|
||||
vertexDynarecAct->setText(tr("&Vertex Decoder Dynarec"));
|
||||
fastmemAct->setText(tr("Fast &Memory (unstable)"));
|
||||
ignoreIllegalAct->setText(tr("&Ignore Illegal reads/writes"));
|
||||
videoMenu->setTitle(tr("&Video"));
|
||||
anisotropicMenu->setTitle(tr("&Anisotropic Filtering"));
|
||||
bufferRenderAct->setText(tr("&Buffered Rendering"));
|
||||
linearAct->setText(tr("&Linear Filtering"));
|
||||
screenMenu->setTitle(tr("&Screen Size"));
|
||||
stretchAct->setText(tr("&Stretch to Display"));
|
||||
transformAct->setText(tr("&Hardware Transform"));
|
||||
vertexCacheAct->setText(tr("&VertexCache"));
|
||||
frameskipAct->setText(tr("&Frameskip"));
|
||||
audioAct->setText(tr("&Audio"));
|
||||
fullscreenAct->setText(tr("&Fullscreen"));
|
||||
statsAct->setText(tr("&Show debug statistics"));
|
||||
showFPSAct->setText(tr("&Show FPS"));
|
||||
levelsMenu->setTitle(tr("Lo&g levels"));
|
||||
langMenu->setTitle(tr("&Language"));
|
||||
|
||||
helpMenu->setTitle(tr("&Help"));
|
||||
websiteAct->setText(tr("&Go to official website"));
|
||||
aboutAct->setText(tr("&About PPSSPP..."));
|
||||
emit retranslate();
|
||||
}
|
||||
|
||||
void MainWindow::createMenus()
|
||||
{
|
||||
// In Qt5 we could just use lambdas here
|
||||
#define NEW_ACTION(menu, name) \
|
||||
name = new QAction(this); \
|
||||
connect(name, SIGNAL(triggered()), this, SLOT(name ## _triggered())); \
|
||||
menu->addAction(name);
|
||||
|
||||
#define NEW_ACTION_CHK(menu, name) \
|
||||
NEW_ACTION(menu, name) \
|
||||
name->setCheckable(true);
|
||||
|
||||
#define NEW_ACTION_KEY(menu, name, key) \
|
||||
NEW_ACTION(menu, name) \
|
||||
name->setShortcut(key); \
|
||||
this->addAction(name);
|
||||
|
||||
#define NEW_ACTION_KEY_CHK(menu, name, key) \
|
||||
NEW_ACTION_KEY(menu, name, key) \
|
||||
name->setCheckable(true);
|
||||
|
||||
#define NEW_GROUP(menu, group, stringlist, valuelist) \
|
||||
{ \
|
||||
group = new QActionGroup(this); \
|
||||
QListIterator<int> i(valuelist); \
|
||||
foreach(QString name, stringlist) { \
|
||||
QAction *action = new QAction(name, this); \
|
||||
action->setCheckable(true); \
|
||||
action->setData(i.next()); \
|
||||
group->addAction(action); \
|
||||
QAction *action = new MenuAction(this, group, i.next(), name); \
|
||||
} \
|
||||
connect(group, SIGNAL(triggered(QAction *)), this, SLOT(group ## _triggered(QAction *))); \
|
||||
menu->addActions(group->actions()); \
|
||||
@ -595,12 +535,7 @@ void MainWindow::createMenus()
|
||||
QListIterator<int> i(valuelist); \
|
||||
QListIterator<int> k(keylist); \
|
||||
foreach(QString name, stringlist) { \
|
||||
QAction *action = new QAction(name, this); \
|
||||
action->setCheckable(true); \
|
||||
action->setData(i.next()); \
|
||||
action->setShortcut(k.next()); \
|
||||
group->addAction(action); \
|
||||
this->addAction(action); \
|
||||
QAction *action = new MenuAction(this, group, i.next(), name, k.next()); \
|
||||
} \
|
||||
connect(group, SIGNAL(triggered(QAction *)), this, SLOT(group ## _triggered(QAction *))); \
|
||||
menu->addActions(group->actions()); \
|
||||
@ -608,69 +543,69 @@ void MainWindow::createMenus()
|
||||
|
||||
// File
|
||||
fileMenu = menuBar()->addMenu("");
|
||||
NEW_ACTION_KEY(fileMenu, openAct, QKeySequence::Open);
|
||||
NEW_ACTION_KEY(fileMenu, closeAct, QKeySequence::Close);
|
||||
openAct = new MenuAction(this, fileMenu, SLOT(openAct_triggered()), QT_TR_NOOP("&Open..."), false, QKeySequence::Open);
|
||||
closeAct = new MenuAction(this, fileMenu, SLOT(closeAct_triggered()), QT_TR_NOOP("&Close"), false, QKeySequence::Close);
|
||||
fileMenu->addSeparator();
|
||||
NEW_ACTION_KEY(fileMenu, qlstateAct, Qt::Key_F4);
|
||||
NEW_ACTION_KEY(fileMenu, qsstateAct,Qt::Key_F2);
|
||||
NEW_ACTION(fileMenu, lstateAct);
|
||||
NEW_ACTION(fileMenu, sstateAct);
|
||||
qlstateAct = new MenuAction(this, fileMenu, SLOT(qlstateAct_triggered()), QT_TR_NOOP("Quickload State"), false, Qt::Key_F4);
|
||||
qsstateAct = new MenuAction(this, fileMenu, SLOT(qsstateAct_triggered()), QT_TR_NOOP("Quicksave State"), false, Qt::Key_F2);
|
||||
lstateAct = new MenuAction(this, fileMenu, SLOT(lstateAct_triggered()), QT_TR_NOOP("&Load State File..."), false);
|
||||
sstateAct = new MenuAction(this, fileMenu, SLOT(sstateAct_triggered()), QT_TR_NOOP("&Save State File..."), false);
|
||||
fileMenu->addSeparator();
|
||||
NEW_ACTION(fileMenu, exitAct);
|
||||
exitAct = new MenuAction(this, fileMenu, SLOT(exitAct_triggered()), QT_TR_NOOP("E&xit"), false);
|
||||
|
||||
// Emulation
|
||||
emuMenu = menuBar()->addMenu("");
|
||||
NEW_ACTION_KEY(emuMenu, runAct, Qt::Key_F7);
|
||||
NEW_ACTION_KEY(emuMenu, pauseAct, Qt::Key_F8);
|
||||
NEW_ACTION(emuMenu, resetAct);
|
||||
runAct = new MenuAction(this, emuMenu, SLOT(runAct_triggered()), QT_TR_NOOP("&Run"), false, Qt::Key_F7);
|
||||
pauseAct = new MenuAction(this, emuMenu, SLOT(pauseAct_triggered()), QT_TR_NOOP("&Pause"), false, Qt::Key_F8);
|
||||
resetAct = new MenuAction(this, emuMenu, SLOT(resetAct_triggered()), QT_TR_NOOP("Re&set"), false);
|
||||
emuMenu->addSeparator();
|
||||
NEW_ACTION_CHK(emuMenu, runonloadAct);
|
||||
runonloadAct = new MenuAction(this, emuMenu, SLOT(runonloadAct_triggered()), QT_TR_NOOP("Run on &load"), true);
|
||||
|
||||
// Debug
|
||||
debugMenu = menuBar()->addMenu("");
|
||||
NEW_ACTION(debugMenu, lmapAct);
|
||||
NEW_ACTION(debugMenu, smapAct);
|
||||
NEW_ACTION(debugMenu, resetTableAct);
|
||||
lmapAct = new MenuAction(this, debugMenu, SLOT(lmapAct_triggered()), QT_TR_NOOP("Load Map File..."), false);
|
||||
smapAct = new MenuAction(this, debugMenu, SLOT(smapAct_triggered()), QT_TR_NOOP("Save Map File..."), false);
|
||||
resetTableAct = new MenuAction(this, debugMenu, SLOT(resetTableAct_triggered()), QT_TR_NOOP("Reset Symbol Table"), false);
|
||||
debugMenu->addSeparator();
|
||||
NEW_ACTION(debugMenu, dumpNextAct);
|
||||
dumpNextAct = new MenuAction(this, debugMenu, SLOT(dumpNextAct_triggered()), QT_TR_NOOP("Dump next frame to log"), false);
|
||||
debugMenu->addSeparator();
|
||||
NEW_ACTION_KEY(debugMenu, disasmAct, Qt::CTRL + Qt::Key_D);
|
||||
NEW_ACTION(debugMenu, dpyListAct);
|
||||
NEW_ACTION(debugMenu, consoleAct);
|
||||
NEW_ACTION(debugMenu, memviewAct);
|
||||
NEW_ACTION(debugMenu, memviewTexAct);
|
||||
disasmAct = new MenuAction(this, debugMenu, SLOT(disasmAct_triggered()), QT_TR_NOOP("Disassembly"), false, Qt::CTRL + Qt::Key_D);
|
||||
dpyListAct = new MenuAction(this, debugMenu, SLOT(dpyListAct_triggered()), QT_TR_NOOP("Display List..."), false);
|
||||
consoleAct = new MenuAction(this, debugMenu, SLOT(consoleAct_triggered()), QT_TR_NOOP("Log Console"), false);
|
||||
memviewAct = new MenuAction(this, debugMenu, SLOT(memviewAct_triggered()), QT_TR_NOOP("Memory View"), false);
|
||||
memviewTexAct = new MenuAction(this, debugMenu, SLOT(memviewTexAct_triggered()), QT_TR_NOOP("Memory View Texture"), false);
|
||||
|
||||
// Options
|
||||
optionsMenu = menuBar()->addMenu("");
|
||||
// - Core
|
||||
coreMenu = optionsMenu->addMenu("");
|
||||
NEW_ACTION_CHK(coreMenu, dynarecAct);
|
||||
NEW_ACTION_CHK(coreMenu, vertexDynarecAct);
|
||||
NEW_ACTION_CHK(coreMenu, fastmemAct);
|
||||
NEW_ACTION_CHK(coreMenu, ignoreIllegalAct);
|
||||
dynarecAct = new MenuAction(this, coreMenu, SLOT(dynarecAct_triggered()), QT_TR_NOOP("&CPU Dynarec"), true);
|
||||
vertexDynarecAct = new MenuAction(this, coreMenu, SLOT(vertexDynarecAct_triggered()), QT_TR_NOOP("&Vertex Decoder Dynarec"), true);
|
||||
fastmemAct = new MenuAction(this, coreMenu, SLOT(fastmemAct_triggered()), QT_TR_NOOP("Fast &Memory (unstable)"), true);
|
||||
ignoreIllegalAct = new MenuAction(this, coreMenu, SLOT(ignoreIllegalAct_triggered()), QT_TR_NOOP("&Ignore Illegal reads/writes"), true);
|
||||
// - Video
|
||||
videoMenu = optionsMenu->addMenu("");
|
||||
// - Anisotropic Filtering
|
||||
anisotropicMenu = videoMenu->addMenu("");
|
||||
NEW_GROUP(anisotropicMenu, anisotropicGroup, QStringList() << "Off" << "2x" << "4x" << "8x" << "16x",
|
||||
QList<int>() << 0 << 1 << 2 << 3 << 4);
|
||||
NEW_ACTION_KEY(videoMenu, bufferRenderAct, Qt::Key_F5);
|
||||
NEW_ACTION_CHK(videoMenu, linearAct);
|
||||
bufferRenderAct = new MenuAction(this, videoMenu, SLOT(bufferRenderAct_triggered()), QT_TR_NOOP("&Buffered Rendering"), false, Qt::Key_F5);
|
||||
linearAct = new MenuAction(this, videoMenu, SLOT(linearAct_triggered()), QT_TR_NOOP("&Linear Filtering"), true);
|
||||
videoMenu->addSeparator();
|
||||
// - Screen Size
|
||||
screenMenu = videoMenu->addMenu("");
|
||||
NEW_GROUP_KEYS(screenMenu, screenGroup, QStringList() << "1x" << "2x" << "3x" << "4x", QList<int>() << 1 << 2 << 3 << 4,
|
||||
QList<int>() << Qt::CTRL + Qt::Key_1 << Qt::CTRL + Qt::Key_2 << Qt::CTRL + Qt::Key_3 << Qt::CTRL + Qt::Key_4);
|
||||
NEW_ACTION_CHK(videoMenu, stretchAct);
|
||||
stretchAct = new MenuAction(this, videoMenu, SLOT(stretchAct_triggered()), QT_TR_NOOP("&Stretch to Display"), true);
|
||||
videoMenu->addSeparator();
|
||||
NEW_ACTION_KEY_CHK(videoMenu, transformAct, Qt::Key_F6);
|
||||
NEW_ACTION_CHK(videoMenu, vertexCacheAct);
|
||||
NEW_ACTION_CHK(videoMenu, frameskipAct);
|
||||
NEW_ACTION_CHK(optionsMenu, audioAct);
|
||||
transformAct = new MenuAction(this, videoMenu, SLOT(transformAct_triggered()), QT_TR_NOOP("&Hardware Transform"), true, Qt::Key_F6);
|
||||
vertexCacheAct = new MenuAction(this, videoMenu, SLOT(vertexCacheAct_triggered()), QT_TR_NOOP("&Vertex Cache"), true);
|
||||
frameskipAct = new MenuAction(this, videoMenu, SLOT(frameskipAct_triggered()), QT_TR_NOOP("&Frameskip"), true);
|
||||
audioAct = new MenuAction(this, videoMenu, SLOT(audioAct_triggered()), QT_TR_NOOP("&Audio"), true);
|
||||
optionsMenu->addSeparator();
|
||||
NEW_ACTION_KEY_CHK(optionsMenu, fullscreenAct, Qt::Key_F11);
|
||||
NEW_ACTION_CHK(optionsMenu, statsAct);
|
||||
NEW_ACTION_CHK(optionsMenu, showFPSAct);
|
||||
fullscreenAct = new MenuAction(this, optionsMenu, SLOT(fullscreenAct_triggered()), QT_TR_NOOP("&Fullscreen"), true, Qt::Key_F11);
|
||||
statsAct = new MenuAction(this, optionsMenu, SLOT(statsAct_triggered()), QT_TR_NOOP("&Show debug statistics"), true);
|
||||
showFPSAct = new MenuAction(this, optionsMenu, SLOT(showFPSAct_triggered()), QT_TR_NOOP("&Show FPS"), true);
|
||||
optionsMenu->addSeparator();
|
||||
// - Log Levels
|
||||
levelsMenu = optionsMenu->addMenu("");
|
||||
@ -696,8 +631,9 @@ void MainWindow::createMenus()
|
||||
langGroup->addAction(action);
|
||||
} else {
|
||||
connect(langGroup, SIGNAL(triggered(QAction *)), this, SLOT(langChanged(QAction *)));
|
||||
QString thisLocale = QLocale().name();
|
||||
thisLocale.truncate(thisLocale.indexOf('_'));
|
||||
bool found = false;
|
||||
QString currentLocale = g_Config.sLanguageIni.c_str();
|
||||
QString currentLang = currentLocale.split('_').first();
|
||||
for (int i = 0; i < fileNames.size(); ++i)
|
||||
{
|
||||
QString locale = fileNames[i];
|
||||
@ -709,18 +645,15 @@ void MainWindow::createMenus()
|
||||
#else
|
||||
QString language = QLocale::languageToString(QLocale(locale).language());
|
||||
#endif
|
||||
QAction *action = new QAction(language, this);
|
||||
action->setCheckable(true);
|
||||
action->setData(locale);
|
||||
|
||||
langGroup->addAction(action);
|
||||
if (thisLocale == locale) {
|
||||
QAction *action = new MenuAction(this, langGroup, locale, language);
|
||||
std::string testLang = g_Config.sLanguageIni;
|
||||
if (currentLocale == locale || currentLang == locale) {
|
||||
action->setChecked(true);
|
||||
currentLanguage = locale;
|
||||
loadLanguage(locale, false);
|
||||
found = true;
|
||||
}
|
||||
else if (currentLanguage == "en" && locale == "en")
|
||||
{
|
||||
|
||||
if (!found && locale == "en") {
|
||||
action->setChecked(true);
|
||||
}
|
||||
}
|
||||
@ -729,8 +662,8 @@ void MainWindow::createMenus()
|
||||
|
||||
// Help
|
||||
helpMenu = menuBar()->addMenu("");
|
||||
NEW_ACTION(helpMenu, websiteAct);
|
||||
NEW_ACTION(helpMenu, aboutAct);
|
||||
websiteAct = new MenuAction(this, helpMenu, SLOT(websiteAct_triggered()), QT_TR_NOOP("&Go to official website"), false);
|
||||
aboutAct = new MenuAction(this, helpMenu, SLOT(aboutAct_triggered()), QT_TR_NOOP("&About PPSSPP..."), false);
|
||||
|
||||
retranslateUi();
|
||||
}
|
||||
|
@ -40,6 +40,9 @@ protected:
|
||||
void keyReleaseEvent(QKeyEvent *e);
|
||||
void timerEvent(QTimerEvent *);
|
||||
|
||||
signals:
|
||||
void retranslate();
|
||||
|
||||
public slots:
|
||||
void Boot();
|
||||
|
||||
@ -117,12 +120,12 @@ private slots:
|
||||
|
||||
// Others
|
||||
void langChanged(QAction *action) { loadLanguage(action->data().toString(), true); }
|
||||
void retranslateUi();
|
||||
|
||||
private:
|
||||
void SetZoom(int zoom);
|
||||
void SetGameTitle(QString text);
|
||||
void loadLanguage(const QString &language, bool retranslate);
|
||||
void retranslateUi();
|
||||
void createMenus();
|
||||
void notifyMapsLoaded();
|
||||
|
||||
@ -168,4 +171,41 @@ private:
|
||||
|
||||
};
|
||||
|
||||
class MenuAction : public QAction
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MenuAction(QWidget* parent, QMenu* menu, const char* callback, char* text, bool isCheckable = false, QKeySequence key = 0) :
|
||||
QAction(parent), _text(text)
|
||||
{
|
||||
this->setCheckable(isCheckable);
|
||||
menu->addAction(this);
|
||||
if (key) {
|
||||
this->setShortcut(key);
|
||||
parent->addAction(this); // So we don't lose the shortcut when menubar is hidden
|
||||
}
|
||||
connect(this, SIGNAL(triggered()), parent, callback);
|
||||
connect(parent, SIGNAL(retranslate()), this, SLOT(retranslate()));
|
||||
}
|
||||
MenuAction(QWidget* parent, QActionGroup* group, QVariant data, QString text, QKeySequence key = 0) :
|
||||
QAction(parent)
|
||||
{
|
||||
this->setCheckable(true);
|
||||
this->setData(data);
|
||||
this->setText(text); // Not translatable, yet
|
||||
if (key) {
|
||||
this->setShortcut(key);
|
||||
parent->addAction(this); // So we don't lose the shortcut when menubar is hidden
|
||||
}
|
||||
group->addAction(this);
|
||||
}
|
||||
public slots:
|
||||
void retranslate() {
|
||||
setText(qApp->translate("MainWindow", _text));
|
||||
}
|
||||
private:
|
||||
char* _text;
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
Loading…
Reference in New Issue
Block a user