diff --git a/.ci/gta5view.nsi b/.ci/gta5view.nsi index 0b381a7..9028970 100644 --- a/.ci/gta5view.nsi +++ b/.ci/gta5view.nsi @@ -3,7 +3,7 @@ !define APP_NAME "gta5view" !define COMP_NAME "Syping" !define WEB_SITE "https://gta5view.syping.de/" -!define VERSION "1.7.0.0" +!define VERSION "1.7.1.0" !define COPYRIGHT "Copyright © 2016-2019 Syping" !define DESCRIPTION "Grand Theft Auto V Savegame and Snapmatic Viewer/Editor" !define INSTALLER_NAME "gta5view_setup.exe" @@ -79,6 +79,7 @@ InstallDir "$PROGRAMFILES64\Syping\gta5view" !insertmacro MUI_LANGUAGE "English" !insertmacro MUI_LANGUAGE "French" !insertmacro MUI_LANGUAGE "German" +!insertmacro MUI_LANGUAGE "Korean" !insertmacro MUI_LANGUAGE "Russian" !insertmacro MUI_LANGUAGE "Ukrainian" !insertmacro MUI_LANGUAGE "TradChinese" @@ -118,12 +119,14 @@ SetOutPath "$INSTDIR\lang" File "../res/gta5sync_en_US.qm" File "../res/gta5sync_de.qm" File "../res/gta5sync_fr.qm" +File "../res/gta5sync_ko.qm" File "../res/gta5sync_ru.qm" File "../res/gta5sync_uk.qm" File "../res/gta5sync_zh_TW.qm" File "../res/qtbase_en_GB.qm" File "../res/qtbase_de.qm" File "../res/qtbase_fr.qm" +File "../res/qtbase_ko.qm" File "../res/qtbase_ru.qm" File "../res/qtbase_uk.qm" File "../res/qtbase_zh_TW.qm" @@ -206,12 +209,14 @@ Delete "$INSTDIR\Qt5WinExtras.dll" Delete "$INSTDIR\lang\gta5sync_en_US.qm" Delete "$INSTDIR\lang\gta5sync_de.qm" Delete "$INSTDIR\lang\gta5sync_fr.qm" +Delete "$INSTDIR\lang\gta5sync_ko.qm" Delete "$INSTDIR\lang\gta5sync_ru.qm" Delete "$INSTDIR\lang\gta5sync_uk.qm" Delete "$INSTDIR\lang\gta5sync_zh_TW.qm" Delete "$INSTDIR\lang\qtbase_en_GB.qm" Delete "$INSTDIR\lang\qtbase_de.qm" Delete "$INSTDIR\lang\qtbase_fr.qm" +Delete "$INSTDIR\lang\qtbase_ko.qm" Delete "$INSTDIR\lang\qtbase_ru.qm" Delete "$INSTDIR\lang\qtbase_uk.qm" Delete "$INSTDIR\lang\qtbase_zh_TW.qm" diff --git a/config.h b/config.h index dbc4a5a..2e325fa 100644 --- a/config.h +++ b/config.h @@ -44,7 +44,7 @@ #endif #ifndef GTA5SYNC_APPVER -#define GTA5SYNC_APPVER "1.7.0" +#define GTA5SYNC_APPVER "1.7.1" #endif #if __cplusplus diff --git a/gta5view.pro b/gta5view.pro index fb5f98c..849ed63 100644 --- a/gta5view.pro +++ b/gta5view.pro @@ -137,6 +137,7 @@ TRANSLATIONS += \ res/gta5sync_en_US.ts \ res/gta5sync_es.ts \ res/gta5sync_fr.ts \ + res/gta5sync_ko.ts \ res/gta5sync_ru.ts \ res/gta5sync_uk.ts \ res/gta5sync_zh_TW.ts @@ -151,6 +152,7 @@ DISTFILES += res/app.rc \ res/gta5sync_en_US.ts \ res/gta5sync_es.ts \ res/gta5sync_fr.ts \ + res/gta5sync_ko.ts \ res/gta5sync_ru.ts \ res/gta5sync_uk.ts \ res/gta5sync_zh_TW.ts \ @@ -230,7 +232,7 @@ contains(DEFINES, GTA5SYNC_QCONF){ !contains(DEFINES, GTA5SYNC_QCONF_IN){ RESOURCES -= res/tr_g5p.qrc langfiles.path = $$GTA5SYNC_PREFIX/share/gta5view/translations - langfiles.files = $$PWD/res/gta5sync_en_US.qm $$PWD/res/gta5sync_de.qm $$PWD/res/gta5sync_fr.qm $$PWD/res/gta5sync_ru.qm $$PWD/res/gta5sync_uk.qm $$PWD/res/gta5sync_zh_TW.qm $$PWD/res/qtbase_en_GB.qm $$PWD/res/qtbase_zh_TW.qm + langfiles.files = $$PWD/res/gta5sync_en_US.qm $$PWD/res/gta5sync_de.qm $$PWD/res/gta5sync_fr.qm $$PWD/res/gta5sync_ko.qm $$PWD/res/gta5sync_ru.qm $$PWD/res/gta5sync_uk.qm $$PWD/res/gta5sync_zh_TW.qm $$PWD/res/qtbase_en_GB.qm $$PWD/res/qtbase_zh_TW.qm INSTALLS += langfiles } } diff --git a/res/app.rc b/res/app.rc index bb94d68..042a7b3 100644 --- a/res/app.rc +++ b/res/app.rc @@ -7,8 +7,8 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view.exe.manifest" #include <windows.h> VS_VERSION_INFO VERSIONINFO -FILEVERSION 1, 7, 0, 0 -PRODUCTVERSION 1, 7, 0, 0 +FILEVERSION 1, 7, 1, 0 +PRODUCTVERSION 1, 7, 1, 0 FILEFLAGSMASK 0x3fL FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -25,12 +25,12 @@ BEGIN BEGIN VALUE "CompanyName", "Syping" VALUE "FileDescription", "gta5view" - VALUE "FileVersion", "1.7.0" + VALUE "FileVersion", "1.7.1" VALUE "InternalName", "gta5view" - VALUE "LegalCopyright", "Copyright � 2016-2018 Syping" + VALUE "LegalCopyright", "Copyright � 2016-2019 Syping" VALUE "OriginalFilename", "gta5view.exe" VALUE "ProductName", "gta5view" - VALUE "ProductVersion", "1.7.0" + VALUE "ProductVersion", "1.7.1" END END END diff --git a/res/gta5sync.ts b/res/gta5sync.ts index ca49499..7991ead 100644 --- a/res/gta5sync.ts +++ b/res/gta5sync.ts @@ -167,7 +167,7 @@ Pictures and Savegames</source> <name>ImageEditorDialog</name> <message> <location filename="../ImageEditorDialog.ui" line="14"/> - <location filename="../ImportDialog.cpp" line="635"/> + <location filename="../ImportDialog.cpp" line="639"/> <source>Overwrite Image...</source> <translation type="unfinished"></translation> </message> @@ -183,49 +183,49 @@ Pictures and Savegames</source> </message> <message> <location filename="../ImageEditorDialog.ui" line="82"/> - <location filename="../ImportDialog.cpp" line="637"/> + <location filename="../ImportDialog.cpp" line="641"/> <source>Apply changes</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="85"/> - <location filename="../ImportDialog.cpp" line="636"/> + <location filename="../ImportDialog.cpp" line="640"/> <source>&Overwrite</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="92"/> - <location filename="../ImportDialog.cpp" line="639"/> + <location filename="../ImportDialog.cpp" line="643"/> <source>Discard changes</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="95"/> - <location filename="../ImportDialog.cpp" line="638"/> + <location filename="../ImportDialog.cpp" line="642"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Snapmatic Image Editor</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> <source>Patching of Snapmatic Image failed because of I/O Error</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Patching of Snapmatic Image failed because of Image Error</source> <translation type="unfinished"></translation> </message> @@ -266,8 +266,8 @@ Pictures and Savegames</source> <message> <location filename="../ImportDialog.ui" line="150"/> <location filename="../ImportDialog.cpp" line="87"/> - <location filename="../ImportDialog.cpp" line="311"/> - <location filename="../ImportDialog.cpp" line="723"/> + <location filename="../ImportDialog.cpp" line="315"/> + <location filename="../ImportDialog.cpp" line="727"/> <source>Background Colour: <span style="color: %1">%1</span></source> <translation type="unfinished"></translation> </message> @@ -285,8 +285,8 @@ Pictures and Savegames</source> <message> <location filename="../ImportDialog.ui" line="203"/> <location filename="../ImportDialog.cpp" line="88"/> - <location filename="../ImportDialog.cpp" line="319"/> - <location filename="../ImportDialog.cpp" line="803"/> + <location filename="../ImportDialog.cpp" line="323"/> + <location filename="../ImportDialog.cpp" line="807"/> <source>Background Image:</source> <translation type="unfinished"></translation> </message> @@ -361,120 +361,120 @@ Pictures and Savegames</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="197"/> - <location filename="../ProfileInterface.cpp" line="713"/> + <location filename="../ImportDialog.cpp" line="198"/> + <location filename="../ProfileInterface.cpp" line="712"/> <source>Custom Avatar</source> <comment>Custom Avatar Description in SC, don't use Special Character!</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="224"/> - <location filename="../ProfileInterface.cpp" line="732"/> + <location filename="../ImportDialog.cpp" line="225"/> + <location filename="../ProfileInterface.cpp" line="731"/> <source>Custom Picture</source> <comment>Custom Picture Description in SC, don't use Special Character!</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> + <location filename="../ImportDialog.cpp" line="318"/> <source>Storage</source> <comment>Background Image: Storage</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="351"/> + <location filename="../ImportDialog.cpp" line="355"/> <source>Crop Picture...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="393"/> + <location filename="../ImportDialog.cpp" line="397"/> <source>&Crop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="394"/> + <location filename="../ImportDialog.cpp" line="398"/> <source>Crop Picture</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="529"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="533"/> <source>Please import a new picture first</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="486"/> - <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="490"/> + <location filename="../ImportDialog.cpp" line="500"/> <source>Default</source> <comment>Default as Default Profile</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="487"/> - <location filename="../ImportDialog.cpp" line="488"/> - <location filename="../ImportDialog.cpp" line="489"/> - <location filename="../ImportDialog.cpp" line="490"/> <location filename="../ImportDialog.cpp" line="491"/> - <location filename="../ImportDialog.cpp" line="500"/> + <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="493"/> + <location filename="../ImportDialog.cpp" line="494"/> + <location filename="../ImportDialog.cpp" line="495"/> <location filename="../ImportDialog.cpp" line="504"/> <location filename="../ImportDialog.cpp" line="508"/> <location filename="../ImportDialog.cpp" line="512"/> <location filename="../ImportDialog.cpp" line="516"/> - <location filename="../ImportDialog.cpp" line="534"/> - <location filename="../ImportDialog.cpp" line="535"/> - <location filename="../ImportDialog.cpp" line="536"/> - <location filename="../ImportDialog.cpp" line="537"/> + <location filename="../ImportDialog.cpp" line="520"/> <location filename="../ImportDialog.cpp" line="538"/> - <location filename="../ImportDialog.cpp" line="543"/> + <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="540"/> + <location filename="../ImportDialog.cpp" line="541"/> + <location filename="../ImportDialog.cpp" line="542"/> <location filename="../ImportDialog.cpp" line="547"/> <location filename="../ImportDialog.cpp" line="551"/> <location filename="../ImportDialog.cpp" line="555"/> <location filename="../ImportDialog.cpp" line="559"/> + <location filename="../ImportDialog.cpp" line="563"/> <source>Profile %1</source> <comment>Profile %1 as Profile 1</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="496"/> <source>Load Settings...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="529"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="533"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Save Settings...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Snapmatic Avatar Zone</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Are you sure to use a square image outside of the Avatar Zone? When you want to use it as Avatar the image will be detached!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="719"/> + <location filename="../ImportDialog.cpp" line="723"/> <source>Select Colour...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="318"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>Background Image: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="492"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Please select your settings profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>File</source> <comment>Background Image: File</comment> <translation type="unfinished"></translation> @@ -508,7 +508,7 @@ When you want to use it as Avatar the image will be detached!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="179"/> + <location filename="../JsonEditorDialog.cpp" line="180"/> <source>JSON Error</source> <translation type="unfinished"></translation> </message> @@ -571,7 +571,7 @@ When you want to use it as Avatar the image will be detached!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MapLocationDialog.cpp" line="92"/> + <location filename="../MapLocationDialog.cpp" line="96"/> <source>X: %1 Y: %2</source> <comment>X and Y position</comment> @@ -1010,80 +1010,80 @@ Y: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="159"/> - <location filename="../ProfileInterface.cpp" line="1610"/> + <location filename="../PictureDialog.cpp" line="165"/> + <location filename="../ProfileInterface.cpp" line="1609"/> <source>Export as &Picture...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="160"/> - <location filename="../ProfileInterface.cpp" line="1611"/> + <location filename="../PictureDialog.cpp" line="166"/> + <location filename="../ProfileInterface.cpp" line="1610"/> <source>Export as &Snapmatic...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="162"/> - <location filename="../ProfileInterface.cpp" line="1604"/> + <location filename="../PictureDialog.cpp" line="168"/> + <location filename="../ProfileInterface.cpp" line="1603"/> <source>&Edit Properties...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="163"/> - <location filename="../ProfileInterface.cpp" line="1605"/> + <location filename="../PictureDialog.cpp" line="169"/> + <location filename="../ProfileInterface.cpp" line="1604"/> <source>&Overwrite Image...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="165"/> - <location filename="../ProfileInterface.cpp" line="1607"/> + <location filename="../PictureDialog.cpp" line="171"/> + <location filename="../ProfileInterface.cpp" line="1606"/> <source>Open &Map Viewer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="167"/> - <location filename="../ProfileInterface.cpp" line="1608"/> + <location filename="../PictureDialog.cpp" line="173"/> + <location filename="../ProfileInterface.cpp" line="1607"/> <source>Open &JSON Editor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="564"/> + <location filename="../PictureDialog.cpp" line="575"/> <source>Key 1 - Avatar Preview Mode Key 2 - Toggle Overlay Arrow Keys - Navigate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Snapmatic Picture Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Failed at %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="790"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="798"/> <location filename="../SnapmaticEditor.cpp" line="247"/> <source>No Players</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="770"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="774"/> <source>No Crew</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> + <location filename="../PictureDialog.cpp" line="661"/> <source>Unknown Location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="736"/> + <location filename="../PictureDialog.cpp" line="732"/> <source>Avatar Preview Mode Press 1 for Default View</source> <translation type="unfinished"></translation> @@ -1205,43 +1205,43 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="102"/> + <location filename="../PlayerListDialog.ui" line="108"/> <source>Selected Players:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="144"/> + <location filename="../PlayerListDialog.ui" line="150"/> <source>&Apply</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="157"/> + <location filename="../PlayerListDialog.ui" line="163"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Add Players...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Failed to add more Players because the limit of Players are %1!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="168"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Add Player...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> + <location filename="../PlayerListDialog.cpp" line="168"/> <source>Enter Social Club Player ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Failed to add Player %1 because Player %1 is already added!</source> <translation type="unfinished"></translation> </message> @@ -1292,25 +1292,25 @@ Press 1 for Default View</source> </message> <message> <location filename="../ImageEditorDialog.cpp" line="109"/> - <location filename="../ImportDialog.cpp" line="422"/> - <location filename="../ImportDialog.cpp" line="742"/> + <location filename="../ImportDialog.cpp" line="426"/> + <location filename="../ImportDialog.cpp" line="746"/> + <location filename="../ProfileInterface.cpp" line="487"/> <location filename="../ProfileInterface.cpp" line="488"/> - <location filename="../ProfileInterface.cpp" line="489"/> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="554"/> - <location filename="../ProfileInterface.cpp" line="588"/> - <location filename="../ProfileInterface.cpp" line="630"/> - <location filename="../ProfileInterface.cpp" line="665"/> - <location filename="../ProfileInterface.cpp" line="770"/> - <location filename="../ProfileInterface.cpp" line="780"/> - <location filename="../ProfileInterface.cpp" line="919"/> - <location filename="../ProfileInterface.cpp" line="924"/> - <location filename="../ProfileInterface.cpp" line="962"/> - <location filename="../ProfileInterface.cpp" line="1084"/> - <location filename="../ProfileInterface.cpp" line="1092"/> - <location filename="../ProfileInterface.cpp" line="1172"/> - <location filename="../ProfileInterface.cpp" line="1209"/> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="553"/> + <location filename="../ProfileInterface.cpp" line="587"/> + <location filename="../ProfileInterface.cpp" line="629"/> + <location filename="../ProfileInterface.cpp" line="664"/> + <location filename="../ProfileInterface.cpp" line="769"/> + <location filename="../ProfileInterface.cpp" line="779"/> + <location filename="../ProfileInterface.cpp" line="918"/> + <location filename="../ProfileInterface.cpp" line="923"/> + <location filename="../ProfileInterface.cpp" line="961"/> + <location filename="../ProfileInterface.cpp" line="1083"/> + <location filename="../ProfileInterface.cpp" line="1091"/> + <location filename="../ProfileInterface.cpp" line="1171"/> + <location filename="../ProfileInterface.cpp" line="1208"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Import...</source> <translation type="unfinished"></translation> </message> @@ -1318,242 +1318,242 @@ Press 1 for Default View</source> <location filename="../ImageEditorDialog.cpp" line="110"/> <location filename="../ImageEditorDialog.cpp" line="141"/> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="423"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="743"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ImportDialog.cpp" line="783"/> + <location filename="../ImportDialog.cpp" line="427"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="747"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ImportDialog.cpp" line="787"/> <source>Import</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="120"/> - <location filename="../ImportDialog.cpp" line="433"/> - <location filename="../ImportDialog.cpp" line="753"/> - <location filename="../ProfileInterface.cpp" line="508"/> + <location filename="../ImportDialog.cpp" line="437"/> + <location filename="../ImportDialog.cpp" line="757"/> + <location filename="../ProfileInterface.cpp" line="507"/> <source>All image files (%1)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="121"/> - <location filename="../ImportDialog.cpp" line="434"/> - <location filename="../ImportDialog.cpp" line="754"/> - <location filename="../ProfileInterface.cpp" line="509"/> + <location filename="../ImportDialog.cpp" line="438"/> + <location filename="../ImportDialog.cpp" line="758"/> + <location filename="../ProfileInterface.cpp" line="508"/> <location filename="../UserInterface.cpp" line="463"/> <source>All files (**)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="141"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ProfileInterface.cpp" line="770"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ProfileInterface.cpp" line="769"/> <source>Can't import %1 because file can't be open</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="783"/> - <location filename="../ProfileInterface.cpp" line="780"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="787"/> + <location filename="../ProfileInterface.cpp" line="779"/> <source>Can't import %1 because file can't be parsed properly</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="86"/> + <location filename="../ProfileInterface.cpp" line="85"/> <source>Enabled pictures: %1 of %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="186"/> + <location filename="../ProfileInterface.cpp" line="185"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source>Snapmatic Loader</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source><h4>Following Snapmatic Pictures got repaired</h4>%1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="504"/> + <location filename="../ProfileInterface.cpp" line="503"/> <source>Importable files (%1)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="505"/> + <location filename="../ProfileInterface.cpp" line="504"/> <location filename="../UserInterface.cpp" line="460"/> <source>GTA V Export (*.g5e)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="506"/> + <location filename="../ProfileInterface.cpp" line="505"/> <location filename="../UserInterface.cpp" line="461"/> <source>Savegames files (SGTA*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="507"/> + <location filename="../ProfileInterface.cpp" line="506"/> <location filename="../UserInterface.cpp" line="462"/> <source>Snapmatic pictures (PGTA*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="924"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="923"/> <location filename="../UserInterface.cpp" line="551"/> <source>No valid file is selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="555"/> - <location filename="../ProfileInterface.cpp" line="572"/> + <location filename="../ProfileInterface.cpp" line="554"/> + <location filename="../ProfileInterface.cpp" line="571"/> <source>Import file %1 of %2 files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="588"/> + <location filename="../ProfileInterface.cpp" line="587"/> <source>Import failed with... %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="630"/> + <location filename="../ProfileInterface.cpp" line="629"/> <location filename="../UserInterface.cpp" line="503"/> <source>Failed to read Snapmatic picture</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="665"/> + <location filename="../ProfileInterface.cpp" line="664"/> <location filename="../UserInterface.cpp" line="519"/> <source>Failed to read Savegame file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="919"/> + <location filename="../ProfileInterface.cpp" line="918"/> <source>Can't import %1 because file format can't be detected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="978"/> + <location filename="../ProfileInterface.cpp" line="977"/> <source>Prepare Content for Import...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1084"/> + <location filename="../ProfileInterface.cpp" line="1083"/> <source>Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1092"/> + <location filename="../ProfileInterface.cpp" line="1091"/> <source>A Snapmatic picture already exists with the uid %1, you want assign your import a new uid and timestamp?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1172"/> + <location filename="../ProfileInterface.cpp" line="1171"/> <source>Failed to import the Snapmatic picture, can't copy the file into profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1209"/> + <location filename="../ProfileInterface.cpp" line="1208"/> <source>Failed to import the Savegame, can't copy the file into profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Failed to import the Savegame, no Savegame slot is left</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1279"/> - <location filename="../ProfileInterface.cpp" line="1317"/> - <location filename="../ProfileInterface.cpp" line="1362"/> - <location filename="../ProfileInterface.cpp" line="1397"/> - <location filename="../ProfileInterface.cpp" line="1417"/> + <location filename="../ProfileInterface.cpp" line="1278"/> + <location filename="../ProfileInterface.cpp" line="1316"/> + <location filename="../ProfileInterface.cpp" line="1361"/> + <location filename="../ProfileInterface.cpp" line="1396"/> + <location filename="../ProfileInterface.cpp" line="1416"/> <source>Export selected...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1302"/> - <location filename="../ProfileInterface.cpp" line="1320"/> + <location filename="../ProfileInterface.cpp" line="1301"/> + <location filename="../ProfileInterface.cpp" line="1319"/> <source>JPG pictures and GTA Snapmatic</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1303"/> - <location filename="../ProfileInterface.cpp" line="1325"/> + <location filename="../ProfileInterface.cpp" line="1302"/> + <location filename="../ProfileInterface.cpp" line="1324"/> <source>JPG pictures only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1304"/> - <location filename="../ProfileInterface.cpp" line="1329"/> + <location filename="../ProfileInterface.cpp" line="1303"/> + <location filename="../ProfileInterface.cpp" line="1328"/> <source>GTA Snapmatic only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1317"/> + <location filename="../ProfileInterface.cpp" line="1316"/> <source>%1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1363"/> + <location filename="../ProfileInterface.cpp" line="1362"/> <source>Initialising export...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1397"/> + <location filename="../ProfileInterface.cpp" line="1396"/> <source>Export failed with... %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1417"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1416"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>No Snapmatic pictures or Savegames files are selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> - <location filename="../ProfileInterface.cpp" line="1453"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1424"/> + <location filename="../ProfileInterface.cpp" line="1452"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>Remove selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> + <location filename="../ProfileInterface.cpp" line="1424"/> <source>You really want remove the selected Snapmatic picutres and Savegame files?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1453"/> + <location filename="../ProfileInterface.cpp" line="1452"/> <source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2282"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2277"/> <source>No Snapmatic pictures are selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../ProfileInterface.cpp" line="2031"/> - <location filename="../ProfileInterface.cpp" line="2130"/> - <location filename="../ProfileInterface.cpp" line="2261"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../ProfileInterface.cpp" line="2026"/> + <location filename="../ProfileInterface.cpp" line="2125"/> + <location filename="../ProfileInterface.cpp" line="2256"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>%1 failed with... %2</source> @@ -1561,81 +1561,81 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify as Avatar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1977"/> - <location filename="../ProfileInterface.cpp" line="2080"/> - <location filename="../ProfileInterface.cpp" line="2211"/> - <location filename="../ProfileInterface.cpp" line="2317"/> + <location filename="../ProfileInterface.cpp" line="1972"/> + <location filename="../ProfileInterface.cpp" line="2075"/> + <location filename="../ProfileInterface.cpp" line="2206"/> + <location filename="../ProfileInterface.cpp" line="2312"/> <source>Patch selected...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1978"/> - <location filename="../ProfileInterface.cpp" line="1997"/> - <location filename="../ProfileInterface.cpp" line="2081"/> - <location filename="../ProfileInterface.cpp" line="2100"/> - <location filename="../ProfileInterface.cpp" line="2212"/> - <location filename="../ProfileInterface.cpp" line="2231"/> - <location filename="../ProfileInterface.cpp" line="2318"/> - <location filename="../ProfileInterface.cpp" line="2337"/> + <location filename="../ProfileInterface.cpp" line="1973"/> + <location filename="../ProfileInterface.cpp" line="1992"/> + <location filename="../ProfileInterface.cpp" line="2076"/> + <location filename="../ProfileInterface.cpp" line="2095"/> + <location filename="../ProfileInterface.cpp" line="2207"/> + <location filename="../ProfileInterface.cpp" line="2226"/> + <location filename="../ProfileInterface.cpp" line="2313"/> + <location filename="../ProfileInterface.cpp" line="2332"/> <source>Patch file %1 of %2 files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify</source> <comment>%1 failed with...</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players</source> <comment>%1 failed with...</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2188"/> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2183"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2188"/> + <location filename="../ProfileInterface.cpp" line="2183"/> <source>Failed to enter a valid Snapmatic Crew ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew</source> <comment>%1 failed with...</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2282"/> - <location filename="../ProfileInterface.cpp" line="2299"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2277"/> + <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2299"/> + <location filename="../ProfileInterface.cpp" line="2294"/> <source>Failed to enter a valid Snapmatic title</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title</source> <comment>%1 failed with...</comment> <translation type="unfinished"></translation> @@ -1649,17 +1649,17 @@ Press 1 for Default View</source> <context> <name>QApplication</name> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Selected Font: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="138"/> + <location filename="../main.cpp" line="142"/> <source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source> <translation type="unfinished"></translation> </message> @@ -1737,37 +1737,37 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1646"/> + <location filename="../ProfileInterface.cpp" line="1645"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1647"/> + <location filename="../ProfileInterface.cpp" line="1646"/> <source>&Export</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1648"/> + <location filename="../ProfileInterface.cpp" line="1647"/> <source>&Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1650"/> + <location filename="../ProfileInterface.cpp" line="1649"/> <source>&Select</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1651"/> + <location filename="../ProfileInterface.cpp" line="1650"/> <source>&Deselect</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1654"/> + <location filename="../ProfileInterface.cpp" line="1653"/> <source>Select &All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1658"/> + <location filename="../ProfileInterface.cpp" line="1657"/> <source>&Deselect All</source> <translation type="unfinished"></translation> </message> @@ -1810,48 +1810,48 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="65"/> + <location filename="../SavegameWidget.cpp" line="64"/> <source>Export Savegame...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="68"/> - <location filename="../SavegameWidget.cpp" line="125"/> + <location filename="../SavegameWidget.cpp" line="67"/> + <location filename="../SavegameWidget.cpp" line="124"/> <source>AUTOSAVE - %1 %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="69"/> - <location filename="../SavegameWidget.cpp" line="126"/> + <location filename="../SavegameWidget.cpp" line="68"/> + <location filename="../SavegameWidget.cpp" line="125"/> <source>SAVE %3 - %1 %2</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../SavegameWidget.cpp" line="96"/> <location filename="../SavegameWidget.cpp" line="97"/> - <location filename="../SavegameWidget.cpp" line="98"/> <source>WRONG FORMAT</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="119"/> + <location filename="../SavegameWidget.cpp" line="118"/> <source>UNKNOWN</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="138"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Delete Savegame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> + <location filename="../SavegameWidget.cpp" line="138"/> <source>Are you sure to delete %1 from your savegames?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Failed at deleting %1 from your savegames</source> <translation type="unfinished"></translation> </message> @@ -1861,13 +1861,13 @@ Press 1 for Default View</source> <message> <location filename="../SnapmaticEditor.ui" line="14"/> <location filename="../SnapmaticEditor.ui" line="81"/> - <location filename="../JsonEditorDialog.cpp" line="116"/> - <location filename="../JsonEditorDialog.cpp" line="181"/> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../JsonEditorDialog.cpp" line="216"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Snapmatic Properties</source> <translation type="unfinished"></translation> </message> @@ -1947,48 +1947,48 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="116"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> <source><h4>Unsaved changes detected</h4>You want to save the JSON content before you quit?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="181"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> <source>Patching of Snapmatic Properties failed because of %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Patching of Snapmatic Properties failed because of I/O Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="216"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> <source>Patching of Snapmatic Properties failed because of JSON Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>Snapmatic Crew</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>New Snapmatic crew:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>Snapmatic Title</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>New Snapmatic title:</source> <translation type="unfinished"></translation> @@ -2044,19 +2044,19 @@ Press 1 for Default View</source> <context> <name>SnapmaticPicture</name> <message> - <location filename="../JsonEditorDialog.cpp" line="167"/> + <location filename="../JsonEditorDialog.cpp" line="168"/> <location filename="../SnapmaticPicture.cpp" line="730"/> <source>JSON is incomplete and malformed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="171"/> + <location filename="../JsonEditorDialog.cpp" line="172"/> <location filename="../SnapmaticPicture.cpp" line="734"/> <source>JSON is incomplete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="175"/> + <location filename="../JsonEditorDialog.cpp" line="176"/> <location filename="../SnapmaticPicture.cpp" line="738"/> <source>JSON is malformed</source> <translation type="unfinished"></translation> @@ -2152,8 +2152,8 @@ Press 1 for Default View</source> </message> <message> <location filename="../SnapmaticWidget.ui" line="152"/> - <location filename="../SnapmaticWidget.cpp" line="164"/> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Delete picture</source> <translation type="unfinished"></translation> </message> @@ -2163,72 +2163,72 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1595"/> + <location filename="../ProfileInterface.cpp" line="1594"/> <source>Edi&t</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1598"/> + <location filename="../ProfileInterface.cpp" line="1597"/> <source>Show &In-game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1602"/> + <location filename="../ProfileInterface.cpp" line="1601"/> <source>Hide &In-game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1609"/> + <location filename="../ProfileInterface.cpp" line="1608"/> <source>&Export</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1612"/> + <location filename="../ProfileInterface.cpp" line="1611"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1615"/> + <location filename="../ProfileInterface.cpp" line="1614"/> <source>&Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1617"/> + <location filename="../ProfileInterface.cpp" line="1616"/> <source>&Select</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1618"/> + <location filename="../ProfileInterface.cpp" line="1617"/> <source>&Deselect</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1621"/> + <location filename="../ProfileInterface.cpp" line="1620"/> <source>Select &All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1625"/> + <location filename="../ProfileInterface.cpp" line="1624"/> <source>&Deselect All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="164"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> <source>Are you sure to delete %1 from your Snapmatic pictures?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Failed at deleting %1 from your Snapmatic pictures</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Failed to hide %1 In-game from your Snapmatic pictures</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Failed to show %1 In-game from your Snapmatic pictures</source> <translation type="unfinished"></translation> </message> @@ -2236,22 +2236,22 @@ Press 1 for Default View</source> <context> <name>TelemetryDialog</name> <message> - <location filename="../main.cpp" line="167"/> + <location filename="../main.cpp" line="171"/> <source>You want help %1 to improve in the future by including personal usage data in your submission?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="168"/> + <location filename="../main.cpp" line="172"/> <source>%1 User Statistics</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="172"/> + <location filename="../main.cpp" line="176"/> <source>Yes, I want include personal usage data.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="181"/> + <location filename="../main.cpp" line="185"/> <source>&OK</source> <translation type="unfinished"></translation> </message> @@ -2427,16 +2427,16 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Show In-game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Hide In-game</source> <translation type="unfinished"></translation> </message> diff --git a/res/gta5sync_de.ts b/res/gta5sync_de.ts index af2799a..e76f958 100644 --- a/res/gta5sync_de.ts +++ b/res/gta5sync_de.ts @@ -178,16 +178,16 @@ Snapmatic Bilder und Spielständen</translation> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Snapmatic Image Editor</source> <translation>Snapmatic Bild Editor</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="14"/> - <location filename="../ImportDialog.cpp" line="635"/> + <location filename="../ImportDialog.cpp" line="639"/> <source>Overwrite Image...</source> <translation>Bild überschreiben...</translation> </message> @@ -203,39 +203,39 @@ Snapmatic Bilder und Spielständen</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="82"/> - <location filename="../ImportDialog.cpp" line="637"/> + <location filename="../ImportDialog.cpp" line="641"/> <source>Apply changes</source> <translation>Änderungen übernehmen</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="85"/> - <location filename="../ImportDialog.cpp" line="636"/> + <location filename="../ImportDialog.cpp" line="640"/> <source>&Overwrite</source> <translation>&Überschreiben</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="92"/> - <location filename="../ImportDialog.cpp" line="639"/> + <location filename="../ImportDialog.cpp" line="643"/> <source>Discard changes</source> <translation>Änderungen verwerfen</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="95"/> - <location filename="../ImportDialog.cpp" line="638"/> + <location filename="../ImportDialog.cpp" line="642"/> <source>&Close</source> <translation>S&chließen</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> <source>Patching of Snapmatic Image failed because of I/O Error</source> <translation>Patchen von Snapmatic Bild fehlgeschlagen wegen I/O Fehler</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Patching of Snapmatic Image failed because of Image Error</source> <translation>Patchen von Snapmatic Bild fehlgeschlagen wegen Bild Fehler</translation> </message> @@ -276,8 +276,8 @@ Snapmatic Bilder und Spielständen</translation> <message> <location filename="../ImportDialog.ui" line="150"/> <location filename="../ImportDialog.cpp" line="87"/> - <location filename="../ImportDialog.cpp" line="311"/> - <location filename="../ImportDialog.cpp" line="723"/> + <location filename="../ImportDialog.cpp" line="315"/> + <location filename="../ImportDialog.cpp" line="727"/> <source>Background Colour: <span style="color: %1">%1</span></source> <translation>Hintergrundfarbe: <span style="color: %1">%1</span></translation> </message> @@ -303,8 +303,8 @@ Snapmatic Bilder und Spielständen</translation> <translation>Hintergrundbild entfernen</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="318"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>Background Image: %1</source> <translation>Hintergrundbild: %1</translation> </message> @@ -351,8 +351,8 @@ Snapmatic Bilder und Spielständen</translation> <message> <location filename="../ImportDialog.ui" line="203"/> <location filename="../ImportDialog.cpp" line="88"/> - <location filename="../ImportDialog.cpp" line="319"/> - <location filename="../ImportDialog.cpp" line="803"/> + <location filename="../ImportDialog.cpp" line="323"/> + <location filename="../ImportDialog.cpp" line="807"/> <source>Background Image:</source> <translation>Hintergrundbild:</translation> </message> @@ -377,115 +377,115 @@ Snapmatic Bilder und Spielständen</translation> <translation>Einstellungen &speichern...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="197"/> - <location filename="../ProfileInterface.cpp" line="713"/> + <location filename="../ImportDialog.cpp" line="198"/> + <location filename="../ProfileInterface.cpp" line="712"/> <source>Custom Avatar</source> <comment>Custom Avatar Description in SC, don't use Special Character!</comment> <translation>Eigener Avatar</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="224"/> - <location filename="../ProfileInterface.cpp" line="732"/> + <location filename="../ImportDialog.cpp" line="225"/> + <location filename="../ProfileInterface.cpp" line="731"/> <source>Custom Picture</source> <comment>Custom Picture Description in SC, don't use Special Character!</comment> <translation>Eigenes Bild</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> + <location filename="../ImportDialog.cpp" line="318"/> <source>Storage</source> <comment>Background Image: Storage</comment> <translation>Speicher</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="351"/> + <location filename="../ImportDialog.cpp" line="355"/> <source>Crop Picture...</source> <translation>Bild zuschneiden...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="393"/> + <location filename="../ImportDialog.cpp" line="397"/> <source>&Crop</source> <translation>Zu&schneiden</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="394"/> + <location filename="../ImportDialog.cpp" line="398"/> <source>Crop Picture</source> <translation>Bild zuschneiden</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="529"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="533"/> <source>Please import a new picture first</source> <translation>Bitte importiere ein neues Bild zuerst</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="486"/> - <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="490"/> + <location filename="../ImportDialog.cpp" line="500"/> <source>Default</source> <comment>Default as Default Profile</comment> <translation>Standard</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="487"/> - <location filename="../ImportDialog.cpp" line="488"/> - <location filename="../ImportDialog.cpp" line="489"/> - <location filename="../ImportDialog.cpp" line="490"/> <location filename="../ImportDialog.cpp" line="491"/> - <location filename="../ImportDialog.cpp" line="500"/> + <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="493"/> + <location filename="../ImportDialog.cpp" line="494"/> + <location filename="../ImportDialog.cpp" line="495"/> <location filename="../ImportDialog.cpp" line="504"/> <location filename="../ImportDialog.cpp" line="508"/> <location filename="../ImportDialog.cpp" line="512"/> <location filename="../ImportDialog.cpp" line="516"/> - <location filename="../ImportDialog.cpp" line="534"/> - <location filename="../ImportDialog.cpp" line="535"/> - <location filename="../ImportDialog.cpp" line="536"/> - <location filename="../ImportDialog.cpp" line="537"/> + <location filename="../ImportDialog.cpp" line="520"/> <location filename="../ImportDialog.cpp" line="538"/> - <location filename="../ImportDialog.cpp" line="543"/> + <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="540"/> + <location filename="../ImportDialog.cpp" line="541"/> + <location filename="../ImportDialog.cpp" line="542"/> <location filename="../ImportDialog.cpp" line="547"/> <location filename="../ImportDialog.cpp" line="551"/> <location filename="../ImportDialog.cpp" line="555"/> <location filename="../ImportDialog.cpp" line="559"/> + <location filename="../ImportDialog.cpp" line="563"/> <source>Profile %1</source> <comment>Profile %1 as Profile 1</comment> <translation>Profil %1</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="496"/> <source>Load Settings...</source> <translation>Einstellungen laden...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="492"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Please select your settings profile</source> <translation>Bitte wähle dein Einstellungsprofil aus</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="529"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="533"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Save Settings...</source> <translation>Einstellungen speichern...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Are you sure to use a square image outside of the Avatar Zone? When you want to use it as Avatar the image will be detached!</source> <translation>Bist du sicher ein Quadrat Bild außerhalb der Avatar Zone zu verwenden? Wenn du es als Avatar verwenden möchtest wird es abgetrennt!</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Snapmatic Avatar Zone</source> <translation>Snapmatic Avatar Zone</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="719"/> + <location filename="../ImportDialog.cpp" line="723"/> <source>Select Colour...</source> <translation>Farbe auswählen...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>File</source> <comment>Background Image: File</comment> <translation>Datei</translation> @@ -519,7 +519,7 @@ Wenn du es als Avatar verwenden möchtest wird es abgetrennt!</translation> <translation>S&chließen</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="179"/> + <location filename="../JsonEditorDialog.cpp" line="180"/> <source>JSON Error</source> <translation>JSON Fehler</translation> </message> @@ -582,7 +582,7 @@ Wenn du es als Avatar verwenden möchtest wird es abgetrennt!</translation> <translation>&Fertig</translation> </message> <message> - <location filename="../MapLocationDialog.cpp" line="92"/> + <location filename="../MapLocationDialog.cpp" line="96"/> <source>X: %1 Y: %2</source> <comment>X and Y position</comment> @@ -1031,37 +1031,37 @@ Y: %2</translation> <translation>Exportieren</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="159"/> - <location filename="../ProfileInterface.cpp" line="1610"/> + <location filename="../PictureDialog.cpp" line="165"/> + <location filename="../ProfileInterface.cpp" line="1609"/> <source>Export as &Picture...</source> <translation>Als &Bild exportieren...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="160"/> - <location filename="../ProfileInterface.cpp" line="1611"/> + <location filename="../PictureDialog.cpp" line="166"/> + <location filename="../ProfileInterface.cpp" line="1610"/> <source>Export as &Snapmatic...</source> <translation>Als &Snapmatic exportieren...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="162"/> - <location filename="../ProfileInterface.cpp" line="1604"/> + <location filename="../PictureDialog.cpp" line="168"/> + <location filename="../ProfileInterface.cpp" line="1603"/> <source>&Edit Properties...</source> <translation>Eigenschaften bearb&eiten...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="163"/> - <location filename="../ProfileInterface.cpp" line="1605"/> + <location filename="../PictureDialog.cpp" line="169"/> + <location filename="../ProfileInterface.cpp" line="1604"/> <source>&Overwrite Image...</source> <translation>Bild &überschreiben...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="165"/> - <location filename="../ProfileInterface.cpp" line="1607"/> + <location filename="../PictureDialog.cpp" line="171"/> + <location filename="../ProfileInterface.cpp" line="1606"/> <source>Open &Map Viewer...</source> <translation>&Kartenansicht öffnen...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="564"/> + <location filename="../PictureDialog.cpp" line="575"/> <source>Key 1 - Avatar Preview Mode Key 2 - Toggle Overlay Arrow Keys - Navigate</source> @@ -1070,39 +1070,39 @@ Taste 2 - Overlay umschalten Pfeiltasten - Navigieren</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Snapmatic Picture Viewer</source> <translation>Snapmatic Bildansicht</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Failed at %1</source> <translation>Fehlgeschlagen beim %1</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="770"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="774"/> <source>No Crew</source> <translation>Keine Crew</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="790"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="798"/> <location filename="../SnapmaticEditor.cpp" line="247"/> <source>No Players</source> <translation>Keine Spieler</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="736"/> + <location filename="../PictureDialog.cpp" line="732"/> <source>Avatar Preview Mode Press 1 for Default View</source> <translation>Avatar Vorschaumodus Drücke 1 für Standardmodus</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> + <location filename="../PictureDialog.cpp" line="661"/> <source>Unknown Location</source> <translation>Unbekannter Standort</translation> </message> @@ -1204,8 +1204,8 @@ Drücke 1 für Standardmodus</translation> <translation>Keine gültige Datei wurde ausgewählt</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="167"/> - <location filename="../ProfileInterface.cpp" line="1608"/> + <location filename="../PictureDialog.cpp" line="173"/> + <location filename="../ProfileInterface.cpp" line="1607"/> <source>Open &JSON Editor...</source> <translation>&JSON Editor öffnen...</translation> </message> @@ -1223,43 +1223,43 @@ Drücke 1 für Standardmodus</translation> <translation>Verfügbare Spieler:</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="102"/> + <location filename="../PlayerListDialog.ui" line="108"/> <source>Selected Players:</source> <translation>Ausgewählte Spieler:</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="144"/> + <location filename="../PlayerListDialog.ui" line="150"/> <source>&Apply</source> <translation>&Übernehmen</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="157"/> + <location filename="../PlayerListDialog.ui" line="163"/> <source>&Cancel</source> <translation>Abbre&chen</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Add Players...</source> <translation>Spieler hinzufügen...</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Failed to add more Players because the limit of Players are %1!</source> <translation>Fehlgeschlagen beim Hinzufügen von mehr Spielern weil der Limit von Spielern %1 ist!</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="168"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Add Player...</source> <translation>Spieler hinzufügen...</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> + <location filename="../PlayerListDialog.cpp" line="168"/> <source>Enter Social Club Player ID</source> <translation>Social Club Spieler ID eingeben</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Failed to add Player %1 because Player %1 is already added!</source> <translation>Fehlgeschlagen beim Hinzufügen vom Spieler %1 weil Spieler %1 bereits hinzugefügt wurde!</translation> </message> @@ -1303,41 +1303,41 @@ Drücke 1 für Standardmodus</translation> <translation>S&chließen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="186"/> + <location filename="../ProfileInterface.cpp" line="185"/> <source>Loading...</source> <translation>Lade...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source>Snapmatic Loader</source> <translation>Snapmatic Lader</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source><h4>Following Snapmatic Pictures got repaired</h4>%1</source> <translation><h4>Folgende Snapmatic Bilder wurden repariert</h4>%1</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="109"/> - <location filename="../ImportDialog.cpp" line="422"/> - <location filename="../ImportDialog.cpp" line="742"/> + <location filename="../ImportDialog.cpp" line="426"/> + <location filename="../ImportDialog.cpp" line="746"/> + <location filename="../ProfileInterface.cpp" line="487"/> <location filename="../ProfileInterface.cpp" line="488"/> - <location filename="../ProfileInterface.cpp" line="489"/> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="554"/> - <location filename="../ProfileInterface.cpp" line="588"/> - <location filename="../ProfileInterface.cpp" line="630"/> - <location filename="../ProfileInterface.cpp" line="665"/> - <location filename="../ProfileInterface.cpp" line="770"/> - <location filename="../ProfileInterface.cpp" line="780"/> - <location filename="../ProfileInterface.cpp" line="919"/> - <location filename="../ProfileInterface.cpp" line="924"/> - <location filename="../ProfileInterface.cpp" line="962"/> - <location filename="../ProfileInterface.cpp" line="1084"/> - <location filename="../ProfileInterface.cpp" line="1092"/> - <location filename="../ProfileInterface.cpp" line="1172"/> - <location filename="../ProfileInterface.cpp" line="1209"/> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="553"/> + <location filename="../ProfileInterface.cpp" line="587"/> + <location filename="../ProfileInterface.cpp" line="629"/> + <location filename="../ProfileInterface.cpp" line="664"/> + <location filename="../ProfileInterface.cpp" line="769"/> + <location filename="../ProfileInterface.cpp" line="779"/> + <location filename="../ProfileInterface.cpp" line="918"/> + <location filename="../ProfileInterface.cpp" line="923"/> + <location filename="../ProfileInterface.cpp" line="961"/> + <location filename="../ProfileInterface.cpp" line="1083"/> + <location filename="../ProfileInterface.cpp" line="1091"/> + <location filename="../ProfileInterface.cpp" line="1171"/> + <location filename="../ProfileInterface.cpp" line="1208"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Import...</source> <translation>Importieren...</translation> </message> @@ -1345,57 +1345,57 @@ Drücke 1 für Standardmodus</translation> <location filename="../ImageEditorDialog.cpp" line="110"/> <location filename="../ImageEditorDialog.cpp" line="141"/> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="423"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="743"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ImportDialog.cpp" line="783"/> + <location filename="../ImportDialog.cpp" line="427"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="747"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ImportDialog.cpp" line="787"/> <source>Import</source> <translation>Importieren</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="506"/> + <location filename="../ProfileInterface.cpp" line="505"/> <location filename="../UserInterface.cpp" line="461"/> <source>Savegames files (SGTA*)</source> <translation>Spielstanddateien (SGTA*)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="507"/> + <location filename="../ProfileInterface.cpp" line="506"/> <location filename="../UserInterface.cpp" line="462"/> <source>Snapmatic pictures (PGTA*)</source> <translation>Snapmatic Bilder (PGTA*)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="504"/> + <location filename="../ProfileInterface.cpp" line="503"/> <source>Importable files (%1)</source> <translation>Importfähige Dateien (%1)</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="120"/> - <location filename="../ImportDialog.cpp" line="433"/> - <location filename="../ImportDialog.cpp" line="753"/> - <location filename="../ProfileInterface.cpp" line="508"/> + <location filename="../ImportDialog.cpp" line="437"/> + <location filename="../ImportDialog.cpp" line="757"/> + <location filename="../ProfileInterface.cpp" line="507"/> <source>All image files (%1)</source> <translation>Alle Bilddateien (%1)</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="121"/> - <location filename="../ImportDialog.cpp" line="434"/> - <location filename="../ImportDialog.cpp" line="754"/> - <location filename="../ProfileInterface.cpp" line="509"/> + <location filename="../ImportDialog.cpp" line="438"/> + <location filename="../ImportDialog.cpp" line="758"/> + <location filename="../ProfileInterface.cpp" line="508"/> <location filename="../UserInterface.cpp" line="463"/> <source>All files (**)</source> <translation>Alle Dateien (**)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="555"/> - <location filename="../ProfileInterface.cpp" line="572"/> + <location filename="../ProfileInterface.cpp" line="554"/> + <location filename="../ProfileInterface.cpp" line="571"/> <source>Import file %1 of %2 files</source> <translation>Importiere Datei %1 von %2 Dateien</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="588"/> + <location filename="../ProfileInterface.cpp" line="587"/> <source>Import failed with... %1</source> @@ -1404,151 +1404,151 @@ Drücke 1 für Standardmodus</translation> %1</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="630"/> + <location filename="../ProfileInterface.cpp" line="629"/> <location filename="../UserInterface.cpp" line="503"/> <source>Failed to read Snapmatic picture</source> <translation>Fehler beim Lesen vom Snapmatic Bild</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="665"/> + <location filename="../ProfileInterface.cpp" line="664"/> <location filename="../UserInterface.cpp" line="519"/> <source>Failed to read Savegame file</source> <translation>Fehler beim Lesen von Spielstanddatei</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="141"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ProfileInterface.cpp" line="770"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ProfileInterface.cpp" line="769"/> <source>Can't import %1 because file can't be open</source> <translation>Kann %1 nicht importieren weil die Datei nicht geöffnet werden kann</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="783"/> - <location filename="../ProfileInterface.cpp" line="780"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="787"/> + <location filename="../ProfileInterface.cpp" line="779"/> <source>Can't import %1 because file can't be parsed properly</source> <translation>Kann %1 nicht importieren weil die Datei nicht richtig gelesen werden kann</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="919"/> + <location filename="../ProfileInterface.cpp" line="918"/> <source>Can't import %1 because file format can't be detected</source> <translation>Kann %1 nicht importieren weil das Dateiformat nicht erkannt werden kann</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1363"/> + <location filename="../ProfileInterface.cpp" line="1362"/> <source>Initialising export...</source> <translation>Initialisiere Export...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1084"/> + <location filename="../ProfileInterface.cpp" line="1083"/> <source>Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e</source> <translation>Fehlgeschlagen beim Importieren vom Snapmatic Bild, Datei beginnt nicht mit PGTA oder endet mit .g5e</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1317"/> + <location filename="../ProfileInterface.cpp" line="1316"/> <source>%1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source> <translation>%1Exportiere Snapmatic Bilder%2<br><br>JPG Bilder machen es möglich sie mit ein Bildansicht Programm zu öffnen<br>Das GTA Snapmatic Format macht es möglich sie wieder ins Game zu importieren<br><br>Exportieren als:</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="924"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="923"/> <location filename="../UserInterface.cpp" line="551"/> <source>No valid file is selected</source> <translation>Keine gültige Datei wurde ausgewählt</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="86"/> + <location filename="../ProfileInterface.cpp" line="85"/> <source>Enabled pictures: %1 of %2</source> <translation>Aktivierte Bilder: %1 von %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1092"/> + <location filename="../ProfileInterface.cpp" line="1091"/> <source>A Snapmatic picture already exists with the uid %1, you want assign your import a new uid and timestamp?</source> <translation>Ein Snapmatic Bild mit der Uid %1 existiert bereits, möchtest du dein Import eine neue Uid und Zeitstempel zuweisen?</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1172"/> + <location filename="../ProfileInterface.cpp" line="1171"/> <source>Failed to import the Snapmatic picture, can't copy the file into profile</source> <translation>Fehlgeschlagen beim Importieren vom Snapmatic Bild, kann Snapmatic Bild nicht ins Profil kopieren</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1209"/> + <location filename="../ProfileInterface.cpp" line="1208"/> <source>Failed to import the Savegame, can't copy the file into profile</source> <translation>Fehlgeschlagen beim Importieren vom Spielstand, kann Spielstanddatei nicht ins Profil kopieren</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Failed to import the Savegame, no Savegame slot is left</source> <translation>Fehlgeschlagen beim Importieren vom Spielstand, kein Spielstandslot mehr frei</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1302"/> - <location filename="../ProfileInterface.cpp" line="1320"/> + <location filename="../ProfileInterface.cpp" line="1301"/> + <location filename="../ProfileInterface.cpp" line="1319"/> <source>JPG pictures and GTA Snapmatic</source> <translation>JPG Bilder und GTA Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1303"/> - <location filename="../ProfileInterface.cpp" line="1325"/> + <location filename="../ProfileInterface.cpp" line="1302"/> + <location filename="../ProfileInterface.cpp" line="1324"/> <source>JPG pictures only</source> <translation>Nur JPG Bilder</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1304"/> - <location filename="../ProfileInterface.cpp" line="1329"/> + <location filename="../ProfileInterface.cpp" line="1303"/> + <location filename="../ProfileInterface.cpp" line="1328"/> <source>GTA Snapmatic only</source> <translation>Nur GTA Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1977"/> - <location filename="../ProfileInterface.cpp" line="2080"/> - <location filename="../ProfileInterface.cpp" line="2211"/> - <location filename="../ProfileInterface.cpp" line="2317"/> + <location filename="../ProfileInterface.cpp" line="1972"/> + <location filename="../ProfileInterface.cpp" line="2075"/> + <location filename="../ProfileInterface.cpp" line="2206"/> + <location filename="../ProfileInterface.cpp" line="2312"/> <source>Patch selected...</source> <translation>Auswahl patchen...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1978"/> - <location filename="../ProfileInterface.cpp" line="1997"/> - <location filename="../ProfileInterface.cpp" line="2081"/> - <location filename="../ProfileInterface.cpp" line="2100"/> - <location filename="../ProfileInterface.cpp" line="2212"/> - <location filename="../ProfileInterface.cpp" line="2231"/> - <location filename="../ProfileInterface.cpp" line="2318"/> - <location filename="../ProfileInterface.cpp" line="2337"/> + <location filename="../ProfileInterface.cpp" line="1973"/> + <location filename="../ProfileInterface.cpp" line="1992"/> + <location filename="../ProfileInterface.cpp" line="2076"/> + <location filename="../ProfileInterface.cpp" line="2095"/> + <location filename="../ProfileInterface.cpp" line="2207"/> + <location filename="../ProfileInterface.cpp" line="2226"/> + <location filename="../ProfileInterface.cpp" line="2313"/> + <location filename="../ProfileInterface.cpp" line="2332"/> <source>Patch file %1 of %2 files</source> <translation>Patche Datei %1 von %2 Dateien</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify as Avatar</source> <translation>Als Avatar qualifizieren</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2282"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2277"/> <source>No Snapmatic pictures are selected</source> <translation>Keine Snapmatic Bilder sind ausgewählt</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1453"/> + <location filename="../ProfileInterface.cpp" line="1452"/> <source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source> <translation>Fehlgeschlagen beim Entfernen von allen augewählten Snapmatic Bildern und/oder Spielstanddateien</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../ProfileInterface.cpp" line="2031"/> - <location filename="../ProfileInterface.cpp" line="2130"/> - <location filename="../ProfileInterface.cpp" line="2261"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../ProfileInterface.cpp" line="2026"/> + <location filename="../ProfileInterface.cpp" line="2125"/> + <location filename="../ProfileInterface.cpp" line="2256"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>%1 failed with... %2</source> @@ -1558,93 +1558,93 @@ Drücke 1 für Standardmodus</translation> %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="978"/> + <location filename="../ProfileInterface.cpp" line="977"/> <source>Prepare Content for Import...</source> <translation>Bereite Inhalt für Import vor...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify</source> <comment>%1 failed with...</comment> <translation>Qualifizieren</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players...</source> <translation>Spieler ändern...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players</source> <comment>%1 failed with...</comment> <translation>Spieler ändern</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2188"/> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2183"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew...</source> <translation>Crew ändern...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2188"/> + <location filename="../ProfileInterface.cpp" line="2183"/> <source>Failed to enter a valid Snapmatic Crew ID</source> <translation>Fehlgeschlagen beim Eingeben von einer gültigen Crew ID</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew</source> <comment>%1 failed with...</comment> <translation>Crew ändern</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2282"/> - <location filename="../ProfileInterface.cpp" line="2299"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2277"/> + <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title...</source> <translation>Titel ändern...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2299"/> + <location filename="../ProfileInterface.cpp" line="2294"/> <source>Failed to enter a valid Snapmatic title</source> <translation>Fehlgeschlagen beim Eingeben eines gültigen Snapmatic Titel</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title</source> <comment>%1 failed with...</comment> <translation>Titel ändern</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1417"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1416"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>No Snapmatic pictures or Savegames files are selected</source> <translation>Keine Snapmatic Bilder oder Spielstände sind ausgewählt</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> - <location filename="../ProfileInterface.cpp" line="1453"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1424"/> + <location filename="../ProfileInterface.cpp" line="1452"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>Remove selected</source> <translation>Auswahl löschen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> + <location filename="../ProfileInterface.cpp" line="1424"/> <source>You really want remove the selected Snapmatic picutres and Savegame files?</source> <translation>Möchtest du wirklich die ausgewählten Snapmatic Bilder und Spielstanddateien löschen?</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1279"/> - <location filename="../ProfileInterface.cpp" line="1317"/> - <location filename="../ProfileInterface.cpp" line="1362"/> - <location filename="../ProfileInterface.cpp" line="1397"/> - <location filename="../ProfileInterface.cpp" line="1417"/> + <location filename="../ProfileInterface.cpp" line="1278"/> + <location filename="../ProfileInterface.cpp" line="1316"/> + <location filename="../ProfileInterface.cpp" line="1361"/> + <location filename="../ProfileInterface.cpp" line="1396"/> + <location filename="../ProfileInterface.cpp" line="1416"/> <source>Export selected...</source> <translation>Auswahl exportieren...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1397"/> + <location filename="../ProfileInterface.cpp" line="1396"/> <source>Export failed with... %1</source> @@ -1663,7 +1663,7 @@ Drücke 1 für Standardmodus</translation> <translation>Alle Profildateien (*.g5e SGTA* PGTA*)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="505"/> + <location filename="../ProfileInterface.cpp" line="504"/> <location filename="../UserInterface.cpp" line="460"/> <source>GTA V Export (*.g5e)</source> <translation>GTA V Export (*.g5e)</translation> @@ -1672,17 +1672,17 @@ Drücke 1 für Standardmodus</translation> <context> <name>QApplication</name> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Font</source> <translation>Schrift</translation> </message> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Selected Font: %1</source> <translation>Ausgewähle Schrift: %1</translation> </message> <message> - <location filename="../main.cpp" line="138"/> + <location filename="../main.cpp" line="142"/> <source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source> <translation><h4>Willkommen zu %1!</h4>Möchtest du %1 einstellen bevor du es nutzt?</translation> </message> @@ -1745,7 +1745,7 @@ Drücke 1 für Standardmodus</translation> <translation>Savegame löschen</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="65"/> + <location filename="../SavegameWidget.cpp" line="64"/> <source>Export Savegame...</source> <translation>Spielstand exportieren...</translation> </message> @@ -1755,75 +1755,75 @@ Drücke 1 für Standardmodus</translation> <translation>SPIELSTAND %3 - %1<br>%2</translation> </message> <message> + <location filename="../SavegameWidget.cpp" line="96"/> <location filename="../SavegameWidget.cpp" line="97"/> - <location filename="../SavegameWidget.cpp" line="98"/> <source>WRONG FORMAT</source> <translation>FALSCHES FORMAT</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="68"/> - <location filename="../SavegameWidget.cpp" line="125"/> + <location filename="../SavegameWidget.cpp" line="67"/> + <location filename="../SavegameWidget.cpp" line="124"/> <source>AUTOSAVE - %1 %2</source> <translation>AUTOSAVE - %1 %2</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="69"/> - <location filename="../SavegameWidget.cpp" line="126"/> + <location filename="../SavegameWidget.cpp" line="68"/> + <location filename="../SavegameWidget.cpp" line="125"/> <source>SAVE %3 - %1 %2</source> <translation>SPIELSTAND %3 - %1 %2</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="119"/> + <location filename="../SavegameWidget.cpp" line="118"/> <source>UNKNOWN</source> <translation>UNKNOWN</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> + <location filename="../SavegameWidget.cpp" line="138"/> <source>Are you sure to delete %1 from your savegames?</source> <translation>Bist du sicher %1 von deinen Spielständen zu löschen?</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="138"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Delete Savegame</source> <translation>Savegame löschen</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Failed at deleting %1 from your savegames</source> <translation>Fehlgeschlagen beim Löschen %1 von deinen Spielständen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1646"/> + <location filename="../ProfileInterface.cpp" line="1645"/> <source>&View</source> <translation>A&nsehen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1648"/> + <location filename="../ProfileInterface.cpp" line="1647"/> <source>&Remove</source> <translation>Entfe&rnen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1650"/> + <location filename="../ProfileInterface.cpp" line="1649"/> <source>&Select</source> <translation>Au&swählen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1651"/> + <location filename="../ProfileInterface.cpp" line="1650"/> <source>&Deselect</source> <translation>A&bwählen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1654"/> + <location filename="../ProfileInterface.cpp" line="1653"/> <source>Select &All</source> <translation>&Alles auswählen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1658"/> + <location filename="../ProfileInterface.cpp" line="1657"/> <source>&Deselect All</source> <translation>Alles a&bwählen</translation> </message> @@ -1838,7 +1838,7 @@ Drücke 1 für Standardmodus</translation> <translation>Spielstand kopieren</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1647"/> + <location filename="../ProfileInterface.cpp" line="1646"/> <source>&Export</source> <translation>&Exportieren</translation> </message> @@ -1886,13 +1886,13 @@ Drücke 1 für Standardmodus</translation> <message> <location filename="../SnapmaticEditor.ui" line="14"/> <location filename="../SnapmaticEditor.ui" line="81"/> - <location filename="../JsonEditorDialog.cpp" line="116"/> - <location filename="../JsonEditorDialog.cpp" line="181"/> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../JsonEditorDialog.cpp" line="216"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Snapmatic Properties</source> <translation>Snapmatic Eigenschaften</translation> </message> @@ -1932,7 +1932,7 @@ Drücke 1 für Standardmodus</translation> <translation>Meme</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>Snapmatic Title</source> <translation>Snapmatic Titel</translation> @@ -2025,42 +2025,42 @@ Drücke 1 für Standardmodus</translation> <translation>Nein</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="116"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> <source><h4>Unsaved changes detected</h4>You want to save the JSON content before you quit?</source> <translation><h4>Ungespeicherte Änderungen erkannt</h4>Möchtest du den JSON Inhalt speichern bevor du verlässt?</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="181"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> <source>Patching of Snapmatic Properties failed because of %1</source> <translation>Patchen von Snapmatic Eigenschaften fehlgeschlagen wegen %1</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="216"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> <source>Patching of Snapmatic Properties failed because of JSON Error</source> <translation>Patchen von Snapmatic Eigenschaften fehlgeschlagen wegen JSON Fehler</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Patching of Snapmatic Properties failed because of I/O Error</source> <translation>Patchen von Snapmatic Eigenschaften fehlgeschlagen wegen I/O Fehler</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>New Snapmatic title:</source> <translation>Neuer Snapmatic Titel:</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>Snapmatic Crew</source> <translation>Snapmatic Crew</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>New Snapmatic crew:</source> <translation>Neue Snapmatic Crew:</translation> @@ -2115,19 +2115,19 @@ Drücke 1 für Standardmodus</translation> <translation>Datei lesen von %1 weil %2</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="167"/> + <location filename="../JsonEditorDialog.cpp" line="168"/> <location filename="../SnapmaticPicture.cpp" line="730"/> <source>JSON is incomplete and malformed</source> <translation>JSON ist unvollständig und Fehlerhaft</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="171"/> + <location filename="../JsonEditorDialog.cpp" line="172"/> <location filename="../SnapmaticPicture.cpp" line="734"/> <source>JSON is incomplete</source> <translation>JSON ist unvollständig</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="175"/> + <location filename="../JsonEditorDialog.cpp" line="176"/> <location filename="../SnapmaticPicture.cpp" line="738"/> <source>JSON is malformed</source> <translation>JSON ist Fehlerhaft</translation> @@ -2167,73 +2167,73 @@ Drücke 1 für Standardmodus</translation> </message> <message> <location filename="../SnapmaticWidget.ui" line="152"/> - <location filename="../SnapmaticWidget.cpp" line="164"/> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Delete picture</source> <translation>Bild löschen</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="164"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> <source>Are you sure to delete %1 from your Snapmatic pictures?</source> <translation>Bist du sicher %1 von deine Snapmatic Bilder zu löschen?</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Failed to hide %1 In-game from your Snapmatic pictures</source> <translation>Fehlgeschlagen beim Ausblenden von %1 im Spiel von deinen Snapmatic Bildern</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Failed to show %1 In-game from your Snapmatic pictures</source> <translation>Fehlgeschlagen beim Anzeigen von %1 im Spiel von deinen Snapmatic Bildern</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1595"/> + <location filename="../ProfileInterface.cpp" line="1594"/> <source>Edi&t</source> <translation>Bearbei&ten</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1609"/> + <location filename="../ProfileInterface.cpp" line="1608"/> <source>&Export</source> <translation>&Exportieren</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1598"/> + <location filename="../ProfileInterface.cpp" line="1597"/> <source>Show &In-game</source> <translation>&Im Spiel anzeigen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1602"/> + <location filename="../ProfileInterface.cpp" line="1601"/> <source>Hide &In-game</source> <translation>&Im Spiel ausblenden</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1612"/> + <location filename="../ProfileInterface.cpp" line="1611"/> <source>&View</source> <translation>A&nsehen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1615"/> + <location filename="../ProfileInterface.cpp" line="1614"/> <source>&Remove</source> <translation>Entfe&rnen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1617"/> + <location filename="../ProfileInterface.cpp" line="1616"/> <source>&Select</source> <translation>Au&swählen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1618"/> + <location filename="../ProfileInterface.cpp" line="1617"/> <source>&Deselect</source> <translation>A&bwählen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1621"/> + <location filename="../ProfileInterface.cpp" line="1620"/> <source>Select &All</source> <translation>Alles &auswählen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1625"/> + <location filename="../ProfileInterface.cpp" line="1624"/> <source>&Deselect All</source> <translation>Alles a&bwählen</translation> </message> @@ -2253,7 +2253,7 @@ Drücke 1 für Standardmodus</translation> <translation>Bild exportieren</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Failed at deleting %1 from your Snapmatic pictures</source> <translation>Fehlgeschlagen beim Löschen von %1 von deinen Snapmatic Bildern</translation> </message> @@ -2261,22 +2261,22 @@ Drücke 1 für Standardmodus</translation> <context> <name>TelemetryDialog</name> <message> - <location filename="../main.cpp" line="168"/> + <location filename="../main.cpp" line="172"/> <source>%1 User Statistics</source> <translation>%1 Benutzerstatistik</translation> </message> <message> - <location filename="../main.cpp" line="167"/> + <location filename="../main.cpp" line="171"/> <source>You want help %1 to improve in the future by including personal usage data in your submission?</source> <translation>Sollen bei Einreichungen Persönliche Nutzungsdaten einbezogen werden um %1 in der Zukunft zu unterstützen?</translation> </message> <message> - <location filename="../main.cpp" line="172"/> + <location filename="../main.cpp" line="176"/> <source>Yes, I want include personal usage data.</source> <translation>Ja, ich möchte Persönliche Nutzungsdaten einbeziehen.</translation> </message> <message> - <location filename="../main.cpp" line="181"/> + <location filename="../main.cpp" line="185"/> <source>&OK</source> <translation>&OK</translation> </message> @@ -2477,16 +2477,16 @@ Drücke 1 für Standardmodus</translation> <translation>&Neuladen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Show In-game</source> <translation>Im Spiel anzeigen</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Hide In-game</source> <translation>Im Spiel ausblenden</translation> </message> diff --git a/res/gta5sync_en_US.ts b/res/gta5sync_en_US.ts index 5472ba5..ae92637 100644 --- a/res/gta5sync_en_US.ts +++ b/res/gta5sync_en_US.ts @@ -168,16 +168,16 @@ Pictures and Savegames</source> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Snapmatic Image Editor</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="14"/> - <location filename="../ImportDialog.cpp" line="635"/> + <location filename="../ImportDialog.cpp" line="639"/> <source>Overwrite Image...</source> <translation type="unfinished"></translation> </message> @@ -193,39 +193,39 @@ Pictures and Savegames</source> </message> <message> <location filename="../ImageEditorDialog.ui" line="82"/> - <location filename="../ImportDialog.cpp" line="637"/> + <location filename="../ImportDialog.cpp" line="641"/> <source>Apply changes</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="85"/> - <location filename="../ImportDialog.cpp" line="636"/> + <location filename="../ImportDialog.cpp" line="640"/> <source>&Overwrite</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="92"/> - <location filename="../ImportDialog.cpp" line="639"/> + <location filename="../ImportDialog.cpp" line="643"/> <source>Discard changes</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="95"/> - <location filename="../ImportDialog.cpp" line="638"/> + <location filename="../ImportDialog.cpp" line="642"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> <source>Patching of Snapmatic Image failed because of I/O Error</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Patching of Snapmatic Image failed because of Image Error</source> <translation type="unfinished"></translation> </message> @@ -240,8 +240,8 @@ Pictures and Savegames</source> <message> <location filename="../ImportDialog.ui" line="150"/> <location filename="../ImportDialog.cpp" line="87"/> - <location filename="../ImportDialog.cpp" line="311"/> - <location filename="../ImportDialog.cpp" line="723"/> + <location filename="../ImportDialog.cpp" line="315"/> + <location filename="../ImportDialog.cpp" line="727"/> <source>Background Colour: <span style="color: %1">%1</span></source> <translation>Background Color: <span style="color: %1">%1</span></translation> </message> @@ -283,8 +283,8 @@ Pictures and Savegames</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="318"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>Background Image: %1</source> <translation type="unfinished"></translation> </message> @@ -341,8 +341,8 @@ Pictures and Savegames</source> <message> <location filename="../ImportDialog.ui" line="203"/> <location filename="../ImportDialog.cpp" line="88"/> - <location filename="../ImportDialog.cpp" line="319"/> - <location filename="../ImportDialog.cpp" line="803"/> + <location filename="../ImportDialog.cpp" line="323"/> + <location filename="../ImportDialog.cpp" line="807"/> <source>Background Image:</source> <translation type="unfinished"></translation> </message> @@ -367,114 +367,114 @@ Pictures and Savegames</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="197"/> - <location filename="../ProfileInterface.cpp" line="713"/> + <location filename="../ImportDialog.cpp" line="198"/> + <location filename="../ProfileInterface.cpp" line="712"/> <source>Custom Avatar</source> <comment>Custom Avatar Description in SC, don't use Special Character!</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="224"/> - <location filename="../ProfileInterface.cpp" line="732"/> + <location filename="../ImportDialog.cpp" line="225"/> + <location filename="../ProfileInterface.cpp" line="731"/> <source>Custom Picture</source> <comment>Custom Picture Description in SC, don't use Special Character!</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> + <location filename="../ImportDialog.cpp" line="318"/> <source>Storage</source> <comment>Background Image: Storage</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="351"/> + <location filename="../ImportDialog.cpp" line="355"/> <source>Crop Picture...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="393"/> + <location filename="../ImportDialog.cpp" line="397"/> <source>&Crop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="394"/> + <location filename="../ImportDialog.cpp" line="398"/> <source>Crop Picture</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="529"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="533"/> <source>Please import a new picture first</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="486"/> - <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="490"/> + <location filename="../ImportDialog.cpp" line="500"/> <source>Default</source> <comment>Default as Default Profile</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="487"/> - <location filename="../ImportDialog.cpp" line="488"/> - <location filename="../ImportDialog.cpp" line="489"/> - <location filename="../ImportDialog.cpp" line="490"/> <location filename="../ImportDialog.cpp" line="491"/> - <location filename="../ImportDialog.cpp" line="500"/> + <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="493"/> + <location filename="../ImportDialog.cpp" line="494"/> + <location filename="../ImportDialog.cpp" line="495"/> <location filename="../ImportDialog.cpp" line="504"/> <location filename="../ImportDialog.cpp" line="508"/> <location filename="../ImportDialog.cpp" line="512"/> <location filename="../ImportDialog.cpp" line="516"/> - <location filename="../ImportDialog.cpp" line="534"/> - <location filename="../ImportDialog.cpp" line="535"/> - <location filename="../ImportDialog.cpp" line="536"/> - <location filename="../ImportDialog.cpp" line="537"/> + <location filename="../ImportDialog.cpp" line="520"/> <location filename="../ImportDialog.cpp" line="538"/> - <location filename="../ImportDialog.cpp" line="543"/> + <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="540"/> + <location filename="../ImportDialog.cpp" line="541"/> + <location filename="../ImportDialog.cpp" line="542"/> <location filename="../ImportDialog.cpp" line="547"/> <location filename="../ImportDialog.cpp" line="551"/> <location filename="../ImportDialog.cpp" line="555"/> <location filename="../ImportDialog.cpp" line="559"/> + <location filename="../ImportDialog.cpp" line="563"/> <source>Profile %1</source> <comment>Profile %1 as Profile 1</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="496"/> <source>Load Settings...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="492"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Please select your settings profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="529"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="533"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Save Settings...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Snapmatic Avatar Zone</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Are you sure to use a square image outside of the Avatar Zone? When you want to use it as Avatar the image will be detached!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="719"/> + <location filename="../ImportDialog.cpp" line="723"/> <source>Select Colour...</source> <translation>Select Color...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>File</source> <comment>Background Image: File</comment> <translation type="unfinished"></translation> @@ -508,7 +508,7 @@ When you want to use it as Avatar the image will be detached!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="179"/> + <location filename="../JsonEditorDialog.cpp" line="180"/> <source>JSON Error</source> <translation type="unfinished"></translation> </message> @@ -571,7 +571,7 @@ When you want to use it as Avatar the image will be detached!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MapLocationDialog.cpp" line="92"/> + <location filename="../MapLocationDialog.cpp" line="96"/> <source>X: %1 Y: %2</source> <comment>X and Y position</comment> @@ -1010,74 +1010,74 @@ Y: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="159"/> - <location filename="../ProfileInterface.cpp" line="1610"/> + <location filename="../PictureDialog.cpp" line="165"/> + <location filename="../ProfileInterface.cpp" line="1609"/> <source>Export as &Picture...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="160"/> - <location filename="../ProfileInterface.cpp" line="1611"/> + <location filename="../PictureDialog.cpp" line="166"/> + <location filename="../ProfileInterface.cpp" line="1610"/> <source>Export as &Snapmatic...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="163"/> - <location filename="../ProfileInterface.cpp" line="1605"/> + <location filename="../PictureDialog.cpp" line="169"/> + <location filename="../ProfileInterface.cpp" line="1604"/> <source>&Overwrite Image...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="162"/> - <location filename="../ProfileInterface.cpp" line="1604"/> + <location filename="../PictureDialog.cpp" line="168"/> + <location filename="../ProfileInterface.cpp" line="1603"/> <source>&Edit Properties...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="165"/> - <location filename="../ProfileInterface.cpp" line="1607"/> + <location filename="../PictureDialog.cpp" line="171"/> + <location filename="../ProfileInterface.cpp" line="1606"/> <source>Open &Map Viewer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="564"/> + <location filename="../PictureDialog.cpp" line="575"/> <source>Key 1 - Avatar Preview Mode Key 2 - Toggle Overlay Arrow Keys - Navigate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Snapmatic Picture Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Failed at %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="790"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="798"/> <location filename="../SnapmaticEditor.cpp" line="247"/> <source>No Players</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="770"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="774"/> <source>No Crew</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> + <location filename="../PictureDialog.cpp" line="661"/> <source>Unknown Location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="736"/> + <location filename="../PictureDialog.cpp" line="732"/> <source>Avatar Preview Mode Press 1 for Default View</source> <translation type="unfinished"></translation> @@ -1186,8 +1186,8 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="167"/> - <location filename="../ProfileInterface.cpp" line="1608"/> + <location filename="../PictureDialog.cpp" line="173"/> + <location filename="../ProfileInterface.cpp" line="1607"/> <source>Open &JSON Editor...</source> <translation type="unfinished"></translation> </message> @@ -1205,43 +1205,43 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="102"/> + <location filename="../PlayerListDialog.ui" line="108"/> <source>Selected Players:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="144"/> + <location filename="../PlayerListDialog.ui" line="150"/> <source>&Apply</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="157"/> + <location filename="../PlayerListDialog.ui" line="163"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Add Players...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Failed to add more Players because the limit of Players are %1!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="168"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Add Player...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> + <location filename="../PlayerListDialog.cpp" line="168"/> <source>Enter Social Club Player ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Failed to add Player %1 because Player %1 is already added!</source> <translation type="unfinished"></translation> </message> @@ -1291,46 +1291,46 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="86"/> + <location filename="../ProfileInterface.cpp" line="85"/> <source>Enabled pictures: %1 of %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="186"/> + <location filename="../ProfileInterface.cpp" line="185"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source>Snapmatic Loader</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source><h4>Following Snapmatic Pictures got repaired</h4>%1</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="109"/> - <location filename="../ImportDialog.cpp" line="422"/> - <location filename="../ImportDialog.cpp" line="742"/> + <location filename="../ImportDialog.cpp" line="426"/> + <location filename="../ImportDialog.cpp" line="746"/> + <location filename="../ProfileInterface.cpp" line="487"/> <location filename="../ProfileInterface.cpp" line="488"/> - <location filename="../ProfileInterface.cpp" line="489"/> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="554"/> - <location filename="../ProfileInterface.cpp" line="588"/> - <location filename="../ProfileInterface.cpp" line="630"/> - <location filename="../ProfileInterface.cpp" line="665"/> - <location filename="../ProfileInterface.cpp" line="770"/> - <location filename="../ProfileInterface.cpp" line="780"/> - <location filename="../ProfileInterface.cpp" line="919"/> - <location filename="../ProfileInterface.cpp" line="924"/> - <location filename="../ProfileInterface.cpp" line="962"/> - <location filename="../ProfileInterface.cpp" line="1084"/> - <location filename="../ProfileInterface.cpp" line="1092"/> - <location filename="../ProfileInterface.cpp" line="1172"/> - <location filename="../ProfileInterface.cpp" line="1209"/> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="553"/> + <location filename="../ProfileInterface.cpp" line="587"/> + <location filename="../ProfileInterface.cpp" line="629"/> + <location filename="../ProfileInterface.cpp" line="664"/> + <location filename="../ProfileInterface.cpp" line="769"/> + <location filename="../ProfileInterface.cpp" line="779"/> + <location filename="../ProfileInterface.cpp" line="918"/> + <location filename="../ProfileInterface.cpp" line="923"/> + <location filename="../ProfileInterface.cpp" line="961"/> + <location filename="../ProfileInterface.cpp" line="1083"/> + <location filename="../ProfileInterface.cpp" line="1091"/> + <location filename="../ProfileInterface.cpp" line="1171"/> + <location filename="../ProfileInterface.cpp" line="1208"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Import...</source> <translation type="unfinished"></translation> </message> @@ -1338,233 +1338,233 @@ Press 1 for Default View</source> <location filename="../ImageEditorDialog.cpp" line="110"/> <location filename="../ImageEditorDialog.cpp" line="141"/> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="423"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="743"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ImportDialog.cpp" line="783"/> + <location filename="../ImportDialog.cpp" line="427"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="747"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ImportDialog.cpp" line="787"/> <source>Import</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="504"/> + <location filename="../ProfileInterface.cpp" line="503"/> <source>Importable files (%1)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="505"/> + <location filename="../ProfileInterface.cpp" line="504"/> <location filename="../UserInterface.cpp" line="460"/> <source>GTA V Export (*.g5e)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="506"/> + <location filename="../ProfileInterface.cpp" line="505"/> <location filename="../UserInterface.cpp" line="461"/> <source>Savegames files (SGTA*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="507"/> + <location filename="../ProfileInterface.cpp" line="506"/> <location filename="../UserInterface.cpp" line="462"/> <source>Snapmatic pictures (PGTA*)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="120"/> - <location filename="../ImportDialog.cpp" line="433"/> - <location filename="../ImportDialog.cpp" line="753"/> - <location filename="../ProfileInterface.cpp" line="508"/> + <location filename="../ImportDialog.cpp" line="437"/> + <location filename="../ImportDialog.cpp" line="757"/> + <location filename="../ProfileInterface.cpp" line="507"/> <source>All image files (%1)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="121"/> - <location filename="../ImportDialog.cpp" line="434"/> - <location filename="../ImportDialog.cpp" line="754"/> - <location filename="../ProfileInterface.cpp" line="509"/> + <location filename="../ImportDialog.cpp" line="438"/> + <location filename="../ImportDialog.cpp" line="758"/> + <location filename="../ProfileInterface.cpp" line="508"/> <location filename="../UserInterface.cpp" line="463"/> <source>All files (**)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="924"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="923"/> <location filename="../UserInterface.cpp" line="551"/> <source>No valid file is selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="555"/> - <location filename="../ProfileInterface.cpp" line="572"/> + <location filename="../ProfileInterface.cpp" line="554"/> + <location filename="../ProfileInterface.cpp" line="571"/> <source>Import file %1 of %2 files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="588"/> + <location filename="../ProfileInterface.cpp" line="587"/> <source>Import failed with... %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="630"/> + <location filename="../ProfileInterface.cpp" line="629"/> <location filename="../UserInterface.cpp" line="503"/> <source>Failed to read Snapmatic picture</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="665"/> + <location filename="../ProfileInterface.cpp" line="664"/> <location filename="../UserInterface.cpp" line="519"/> <source>Failed to read Savegame file</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="141"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ProfileInterface.cpp" line="770"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ProfileInterface.cpp" line="769"/> <source>Can't import %1 because file can't be open</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="783"/> - <location filename="../ProfileInterface.cpp" line="780"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="787"/> + <location filename="../ProfileInterface.cpp" line="779"/> <source>Can't import %1 because file can't be parsed properly</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="919"/> + <location filename="../ProfileInterface.cpp" line="918"/> <source>Can't import %1 because file format can't be detected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1084"/> + <location filename="../ProfileInterface.cpp" line="1083"/> <source>Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1172"/> + <location filename="../ProfileInterface.cpp" line="1171"/> <source>Failed to import the Snapmatic picture, can't copy the file into profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1209"/> + <location filename="../ProfileInterface.cpp" line="1208"/> <source>Failed to import the Savegame, can't copy the file into profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Failed to import the Savegame, no Savegame slot is left</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1302"/> - <location filename="../ProfileInterface.cpp" line="1320"/> + <location filename="../ProfileInterface.cpp" line="1301"/> + <location filename="../ProfileInterface.cpp" line="1319"/> <source>JPG pictures and GTA Snapmatic</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1303"/> - <location filename="../ProfileInterface.cpp" line="1325"/> + <location filename="../ProfileInterface.cpp" line="1302"/> + <location filename="../ProfileInterface.cpp" line="1324"/> <source>JPG pictures only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1304"/> - <location filename="../ProfileInterface.cpp" line="1329"/> + <location filename="../ProfileInterface.cpp" line="1303"/> + <location filename="../ProfileInterface.cpp" line="1328"/> <source>GTA Snapmatic only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1317"/> + <location filename="../ProfileInterface.cpp" line="1316"/> <source>%1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1279"/> - <location filename="../ProfileInterface.cpp" line="1317"/> - <location filename="../ProfileInterface.cpp" line="1362"/> - <location filename="../ProfileInterface.cpp" line="1397"/> - <location filename="../ProfileInterface.cpp" line="1417"/> + <location filename="../ProfileInterface.cpp" line="1278"/> + <location filename="../ProfileInterface.cpp" line="1316"/> + <location filename="../ProfileInterface.cpp" line="1361"/> + <location filename="../ProfileInterface.cpp" line="1396"/> + <location filename="../ProfileInterface.cpp" line="1416"/> <source>Export selected...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1363"/> + <location filename="../ProfileInterface.cpp" line="1362"/> <source>Initialising export...</source> <translation>Initializing export...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1397"/> + <location filename="../ProfileInterface.cpp" line="1396"/> <source>Export failed with... %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1417"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1416"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>No Snapmatic pictures or Savegames files are selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> - <location filename="../ProfileInterface.cpp" line="1453"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1424"/> + <location filename="../ProfileInterface.cpp" line="1452"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>Remove selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> + <location filename="../ProfileInterface.cpp" line="1424"/> <source>You really want remove the selected Snapmatic picutres and Savegame files?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify as Avatar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2282"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2277"/> <source>No Snapmatic pictures are selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1977"/> - <location filename="../ProfileInterface.cpp" line="2080"/> - <location filename="../ProfileInterface.cpp" line="2211"/> - <location filename="../ProfileInterface.cpp" line="2317"/> + <location filename="../ProfileInterface.cpp" line="1972"/> + <location filename="../ProfileInterface.cpp" line="2075"/> + <location filename="../ProfileInterface.cpp" line="2206"/> + <location filename="../ProfileInterface.cpp" line="2312"/> <source>Patch selected...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1978"/> - <location filename="../ProfileInterface.cpp" line="1997"/> - <location filename="../ProfileInterface.cpp" line="2081"/> - <location filename="../ProfileInterface.cpp" line="2100"/> - <location filename="../ProfileInterface.cpp" line="2212"/> - <location filename="../ProfileInterface.cpp" line="2231"/> - <location filename="../ProfileInterface.cpp" line="2318"/> - <location filename="../ProfileInterface.cpp" line="2337"/> + <location filename="../ProfileInterface.cpp" line="1973"/> + <location filename="../ProfileInterface.cpp" line="1992"/> + <location filename="../ProfileInterface.cpp" line="2076"/> + <location filename="../ProfileInterface.cpp" line="2095"/> + <location filename="../ProfileInterface.cpp" line="2207"/> + <location filename="../ProfileInterface.cpp" line="2226"/> + <location filename="../ProfileInterface.cpp" line="2313"/> + <location filename="../ProfileInterface.cpp" line="2332"/> <source>Patch file %1 of %2 files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../ProfileInterface.cpp" line="2031"/> - <location filename="../ProfileInterface.cpp" line="2130"/> - <location filename="../ProfileInterface.cpp" line="2261"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../ProfileInterface.cpp" line="2026"/> + <location filename="../ProfileInterface.cpp" line="2125"/> + <location filename="../ProfileInterface.cpp" line="2256"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>%1 failed with... %2</source> @@ -1572,70 +1572,70 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1453"/> + <location filename="../ProfileInterface.cpp" line="1452"/> <source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="978"/> + <location filename="../ProfileInterface.cpp" line="977"/> <source>Prepare Content for Import...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1092"/> + <location filename="../ProfileInterface.cpp" line="1091"/> <source>A Snapmatic picture already exists with the uid %1, you want assign your import a new uid and timestamp?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify</source> <comment>%1 failed with...</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players</source> <comment>%1 failed with...</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2188"/> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2183"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2188"/> + <location filename="../ProfileInterface.cpp" line="2183"/> <source>Failed to enter a valid Snapmatic Crew ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew</source> <comment>%1 failed with...</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2282"/> - <location filename="../ProfileInterface.cpp" line="2299"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2277"/> + <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2299"/> + <location filename="../ProfileInterface.cpp" line="2294"/> <source>Failed to enter a valid Snapmatic title</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title</source> <comment>%1 failed with...</comment> <translation type="unfinished"></translation> @@ -1649,17 +1649,17 @@ Press 1 for Default View</source> <context> <name>QApplication</name> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Selected Font: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="138"/> + <location filename="../main.cpp" line="142"/> <source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source> <translation type="unfinished"></translation> </message> @@ -1737,37 +1737,37 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1646"/> + <location filename="../ProfileInterface.cpp" line="1645"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1647"/> + <location filename="../ProfileInterface.cpp" line="1646"/> <source>&Export</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1648"/> + <location filename="../ProfileInterface.cpp" line="1647"/> <source>&Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1650"/> + <location filename="../ProfileInterface.cpp" line="1649"/> <source>&Select</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1651"/> + <location filename="../ProfileInterface.cpp" line="1650"/> <source>&Deselect</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1654"/> + <location filename="../ProfileInterface.cpp" line="1653"/> <source>Select &All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1658"/> + <location filename="../ProfileInterface.cpp" line="1657"/> <source>&Deselect All</source> <translation type="unfinished"></translation> </message> @@ -1810,48 +1810,48 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="65"/> + <location filename="../SavegameWidget.cpp" line="64"/> <source>Export Savegame...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="68"/> - <location filename="../SavegameWidget.cpp" line="125"/> + <location filename="../SavegameWidget.cpp" line="67"/> + <location filename="../SavegameWidget.cpp" line="124"/> <source>AUTOSAVE - %1 %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="69"/> - <location filename="../SavegameWidget.cpp" line="126"/> + <location filename="../SavegameWidget.cpp" line="68"/> + <location filename="../SavegameWidget.cpp" line="125"/> <source>SAVE %3 - %1 %2</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../SavegameWidget.cpp" line="96"/> <location filename="../SavegameWidget.cpp" line="97"/> - <location filename="../SavegameWidget.cpp" line="98"/> <source>WRONG FORMAT</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="119"/> + <location filename="../SavegameWidget.cpp" line="118"/> <source>UNKNOWN</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> + <location filename="../SavegameWidget.cpp" line="138"/> <source>Are you sure to delete %1 from your savegames?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="138"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Delete Savegame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Failed at deleting %1 from your savegames</source> <translation type="unfinished"></translation> </message> @@ -1861,13 +1861,13 @@ Press 1 for Default View</source> <message> <location filename="../SnapmaticEditor.ui" line="14"/> <location filename="../SnapmaticEditor.ui" line="81"/> - <location filename="../JsonEditorDialog.cpp" line="116"/> - <location filename="../JsonEditorDialog.cpp" line="181"/> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../JsonEditorDialog.cpp" line="216"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Snapmatic Properties</source> <translation type="unfinished"></translation> </message> @@ -1994,48 +1994,48 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="116"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> <source><h4>Unsaved changes detected</h4>You want to save the JSON content before you quit?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="181"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> <source>Patching of Snapmatic Properties failed because of %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="216"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> <source>Patching of Snapmatic Properties failed because of JSON Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Patching of Snapmatic Properties failed because of I/O Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>Snapmatic Title</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>New Snapmatic title:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>Snapmatic Crew</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>New Snapmatic crew:</source> <translation type="unfinished"></translation> @@ -2090,19 +2090,19 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="167"/> + <location filename="../JsonEditorDialog.cpp" line="168"/> <location filename="../SnapmaticPicture.cpp" line="730"/> <source>JSON is incomplete and malformed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="171"/> + <location filename="../JsonEditorDialog.cpp" line="172"/> <location filename="../SnapmaticPicture.cpp" line="734"/> <source>JSON is incomplete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="175"/> + <location filename="../JsonEditorDialog.cpp" line="176"/> <location filename="../SnapmaticPicture.cpp" line="738"/> <source>JSON is malformed</source> <translation type="unfinished"></translation> @@ -2152,8 +2152,8 @@ Press 1 for Default View</source> </message> <message> <location filename="../SnapmaticWidget.ui" line="152"/> - <location filename="../SnapmaticWidget.cpp" line="164"/> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Delete picture</source> <translation type="unfinished"></translation> </message> @@ -2163,72 +2163,72 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1595"/> + <location filename="../ProfileInterface.cpp" line="1594"/> <source>Edi&t</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1598"/> + <location filename="../ProfileInterface.cpp" line="1597"/> <source>Show &In-game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1602"/> + <location filename="../ProfileInterface.cpp" line="1601"/> <source>Hide &In-game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1609"/> + <location filename="../ProfileInterface.cpp" line="1608"/> <source>&Export</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1612"/> + <location filename="../ProfileInterface.cpp" line="1611"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1615"/> + <location filename="../ProfileInterface.cpp" line="1614"/> <source>&Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1617"/> + <location filename="../ProfileInterface.cpp" line="1616"/> <source>&Select</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1618"/> + <location filename="../ProfileInterface.cpp" line="1617"/> <source>&Deselect</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1621"/> + <location filename="../ProfileInterface.cpp" line="1620"/> <source>Select &All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1625"/> + <location filename="../ProfileInterface.cpp" line="1624"/> <source>&Deselect All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="164"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> <source>Are you sure to delete %1 from your Snapmatic pictures?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Failed at deleting %1 from your Snapmatic pictures</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Failed to hide %1 In-game from your Snapmatic pictures</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Failed to show %1 In-game from your Snapmatic pictures</source> <translation type="unfinished"></translation> </message> @@ -2236,22 +2236,22 @@ Press 1 for Default View</source> <context> <name>TelemetryDialog</name> <message> - <location filename="../main.cpp" line="167"/> + <location filename="../main.cpp" line="171"/> <source>You want help %1 to improve in the future by including personal usage data in your submission?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="168"/> + <location filename="../main.cpp" line="172"/> <source>%1 User Statistics</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="172"/> + <location filename="../main.cpp" line="176"/> <source>Yes, I want include personal usage data.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="181"/> + <location filename="../main.cpp" line="185"/> <source>&OK</source> <translation type="unfinished"></translation> </message> @@ -2452,16 +2452,16 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Show In-game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Hide In-game</source> <translation type="unfinished"></translation> </message> diff --git a/res/gta5sync_es.ts b/res/gta5sync_es.ts index 7731589..c620157 100644 --- a/res/gta5sync_es.ts +++ b/res/gta5sync_es.ts @@ -167,7 +167,7 @@ Pictures and Savegames</source> <name>ImageEditorDialog</name> <message> <location filename="../ImageEditorDialog.ui" line="14"/> - <location filename="../ImportDialog.cpp" line="635"/> + <location filename="../ImportDialog.cpp" line="639"/> <source>Overwrite Image...</source> <translation type="unfinished"></translation> </message> @@ -183,49 +183,49 @@ Pictures and Savegames</source> </message> <message> <location filename="../ImageEditorDialog.ui" line="82"/> - <location filename="../ImportDialog.cpp" line="637"/> + <location filename="../ImportDialog.cpp" line="641"/> <source>Apply changes</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="85"/> - <location filename="../ImportDialog.cpp" line="636"/> + <location filename="../ImportDialog.cpp" line="640"/> <source>&Overwrite</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="92"/> - <location filename="../ImportDialog.cpp" line="639"/> + <location filename="../ImportDialog.cpp" line="643"/> <source>Discard changes</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="95"/> - <location filename="../ImportDialog.cpp" line="638"/> + <location filename="../ImportDialog.cpp" line="642"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Snapmatic Image Editor</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> <source>Patching of Snapmatic Image failed because of I/O Error</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Patching of Snapmatic Image failed because of Image Error</source> <translation type="unfinished"></translation> </message> @@ -266,8 +266,8 @@ Pictures and Savegames</source> <message> <location filename="../ImportDialog.ui" line="150"/> <location filename="../ImportDialog.cpp" line="87"/> - <location filename="../ImportDialog.cpp" line="311"/> - <location filename="../ImportDialog.cpp" line="723"/> + <location filename="../ImportDialog.cpp" line="315"/> + <location filename="../ImportDialog.cpp" line="727"/> <source>Background Colour: <span style="color: %1">%1</span></source> <translation type="unfinished"></translation> </message> @@ -285,8 +285,8 @@ Pictures and Savegames</source> <message> <location filename="../ImportDialog.ui" line="203"/> <location filename="../ImportDialog.cpp" line="88"/> - <location filename="../ImportDialog.cpp" line="319"/> - <location filename="../ImportDialog.cpp" line="803"/> + <location filename="../ImportDialog.cpp" line="323"/> + <location filename="../ImportDialog.cpp" line="807"/> <source>Background Image:</source> <translation type="unfinished"></translation> </message> @@ -361,120 +361,120 @@ Pictures and Savegames</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="197"/> - <location filename="../ProfileInterface.cpp" line="713"/> + <location filename="../ImportDialog.cpp" line="198"/> + <location filename="../ProfileInterface.cpp" line="712"/> <source>Custom Avatar</source> <comment>Custom Avatar Description in SC, don't use Special Character!</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="224"/> - <location filename="../ProfileInterface.cpp" line="732"/> + <location filename="../ImportDialog.cpp" line="225"/> + <location filename="../ProfileInterface.cpp" line="731"/> <source>Custom Picture</source> <comment>Custom Picture Description in SC, don't use Special Character!</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="318"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>Background Image: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> + <location filename="../ImportDialog.cpp" line="318"/> <source>Storage</source> <comment>Background Image: Storage</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="351"/> + <location filename="../ImportDialog.cpp" line="355"/> <source>Crop Picture...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="393"/> + <location filename="../ImportDialog.cpp" line="397"/> <source>&Crop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="394"/> + <location filename="../ImportDialog.cpp" line="398"/> <source>Crop Picture</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="496"/> <source>Load Settings...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="529"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="533"/> <source>Please import a new picture first</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="486"/> - <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="490"/> + <location filename="../ImportDialog.cpp" line="500"/> <source>Default</source> <comment>Default as Default Profile</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="487"/> - <location filename="../ImportDialog.cpp" line="488"/> - <location filename="../ImportDialog.cpp" line="489"/> - <location filename="../ImportDialog.cpp" line="490"/> <location filename="../ImportDialog.cpp" line="491"/> - <location filename="../ImportDialog.cpp" line="500"/> + <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="493"/> + <location filename="../ImportDialog.cpp" line="494"/> + <location filename="../ImportDialog.cpp" line="495"/> <location filename="../ImportDialog.cpp" line="504"/> <location filename="../ImportDialog.cpp" line="508"/> <location filename="../ImportDialog.cpp" line="512"/> <location filename="../ImportDialog.cpp" line="516"/> - <location filename="../ImportDialog.cpp" line="534"/> - <location filename="../ImportDialog.cpp" line="535"/> - <location filename="../ImportDialog.cpp" line="536"/> - <location filename="../ImportDialog.cpp" line="537"/> + <location filename="../ImportDialog.cpp" line="520"/> <location filename="../ImportDialog.cpp" line="538"/> - <location filename="../ImportDialog.cpp" line="543"/> + <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="540"/> + <location filename="../ImportDialog.cpp" line="541"/> + <location filename="../ImportDialog.cpp" line="542"/> <location filename="../ImportDialog.cpp" line="547"/> <location filename="../ImportDialog.cpp" line="551"/> <location filename="../ImportDialog.cpp" line="555"/> <location filename="../ImportDialog.cpp" line="559"/> + <location filename="../ImportDialog.cpp" line="563"/> <source>Profile %1</source> <comment>Profile %1 as Profile 1</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="492"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Please select your settings profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="529"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="533"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Save Settings...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Snapmatic Avatar Zone</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Are you sure to use a square image outside of the Avatar Zone? When you want to use it as Avatar the image will be detached!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="719"/> + <location filename="../ImportDialog.cpp" line="723"/> <source>Select Colour...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>File</source> <comment>Background Image: File</comment> <translation type="unfinished"></translation> @@ -508,7 +508,7 @@ When you want to use it as Avatar the image will be detached!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="179"/> + <location filename="../JsonEditorDialog.cpp" line="180"/> <source>JSON Error</source> <translation type="unfinished"></translation> </message> @@ -571,7 +571,7 @@ When you want to use it as Avatar the image will be detached!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MapLocationDialog.cpp" line="92"/> + <location filename="../MapLocationDialog.cpp" line="96"/> <source>X: %1 Y: %2</source> <comment>X and Y position</comment> @@ -1010,80 +1010,80 @@ Y: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="159"/> - <location filename="../ProfileInterface.cpp" line="1610"/> + <location filename="../PictureDialog.cpp" line="165"/> + <location filename="../ProfileInterface.cpp" line="1609"/> <source>Export as &Picture...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="160"/> - <location filename="../ProfileInterface.cpp" line="1611"/> + <location filename="../PictureDialog.cpp" line="166"/> + <location filename="../ProfileInterface.cpp" line="1610"/> <source>Export as &Snapmatic...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="162"/> - <location filename="../ProfileInterface.cpp" line="1604"/> + <location filename="../PictureDialog.cpp" line="168"/> + <location filename="../ProfileInterface.cpp" line="1603"/> <source>&Edit Properties...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="163"/> - <location filename="../ProfileInterface.cpp" line="1605"/> + <location filename="../PictureDialog.cpp" line="169"/> + <location filename="../ProfileInterface.cpp" line="1604"/> <source>&Overwrite Image...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="165"/> - <location filename="../ProfileInterface.cpp" line="1607"/> + <location filename="../PictureDialog.cpp" line="171"/> + <location filename="../ProfileInterface.cpp" line="1606"/> <source>Open &Map Viewer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="167"/> - <location filename="../ProfileInterface.cpp" line="1608"/> + <location filename="../PictureDialog.cpp" line="173"/> + <location filename="../ProfileInterface.cpp" line="1607"/> <source>Open &JSON Editor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="564"/> + <location filename="../PictureDialog.cpp" line="575"/> <source>Key 1 - Avatar Preview Mode Key 2 - Toggle Overlay Arrow Keys - Navigate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Snapmatic Picture Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Failed at %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="790"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="798"/> <location filename="../SnapmaticEditor.cpp" line="247"/> <source>No Players</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="770"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="774"/> <source>No Crew</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> + <location filename="../PictureDialog.cpp" line="661"/> <source>Unknown Location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PictureDialog.cpp" line="736"/> + <location filename="../PictureDialog.cpp" line="732"/> <source>Avatar Preview Mode Press 1 for Default View</source> <translation type="unfinished"></translation> @@ -1205,43 +1205,43 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="102"/> + <location filename="../PlayerListDialog.ui" line="108"/> <source>Selected Players:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="144"/> + <location filename="../PlayerListDialog.ui" line="150"/> <source>&Apply</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="157"/> + <location filename="../PlayerListDialog.ui" line="163"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Add Players...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Failed to add more Players because the limit of Players are %1!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="168"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Add Player...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> + <location filename="../PlayerListDialog.cpp" line="168"/> <source>Enter Social Club Player ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Failed to add Player %1 because Player %1 is already added!</source> <translation type="unfinished"></translation> </message> @@ -1292,25 +1292,25 @@ Press 1 for Default View</source> </message> <message> <location filename="../ImageEditorDialog.cpp" line="109"/> - <location filename="../ImportDialog.cpp" line="422"/> - <location filename="../ImportDialog.cpp" line="742"/> + <location filename="../ImportDialog.cpp" line="426"/> + <location filename="../ImportDialog.cpp" line="746"/> + <location filename="../ProfileInterface.cpp" line="487"/> <location filename="../ProfileInterface.cpp" line="488"/> - <location filename="../ProfileInterface.cpp" line="489"/> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="554"/> - <location filename="../ProfileInterface.cpp" line="588"/> - <location filename="../ProfileInterface.cpp" line="630"/> - <location filename="../ProfileInterface.cpp" line="665"/> - <location filename="../ProfileInterface.cpp" line="770"/> - <location filename="../ProfileInterface.cpp" line="780"/> - <location filename="../ProfileInterface.cpp" line="919"/> - <location filename="../ProfileInterface.cpp" line="924"/> - <location filename="../ProfileInterface.cpp" line="962"/> - <location filename="../ProfileInterface.cpp" line="1084"/> - <location filename="../ProfileInterface.cpp" line="1092"/> - <location filename="../ProfileInterface.cpp" line="1172"/> - <location filename="../ProfileInterface.cpp" line="1209"/> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="553"/> + <location filename="../ProfileInterface.cpp" line="587"/> + <location filename="../ProfileInterface.cpp" line="629"/> + <location filename="../ProfileInterface.cpp" line="664"/> + <location filename="../ProfileInterface.cpp" line="769"/> + <location filename="../ProfileInterface.cpp" line="779"/> + <location filename="../ProfileInterface.cpp" line="918"/> + <location filename="../ProfileInterface.cpp" line="923"/> + <location filename="../ProfileInterface.cpp" line="961"/> + <location filename="../ProfileInterface.cpp" line="1083"/> + <location filename="../ProfileInterface.cpp" line="1091"/> + <location filename="../ProfileInterface.cpp" line="1171"/> + <location filename="../ProfileInterface.cpp" line="1208"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Import...</source> <translation type="unfinished"></translation> </message> @@ -1318,242 +1318,242 @@ Press 1 for Default View</source> <location filename="../ImageEditorDialog.cpp" line="110"/> <location filename="../ImageEditorDialog.cpp" line="141"/> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="423"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="743"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ImportDialog.cpp" line="783"/> + <location filename="../ImportDialog.cpp" line="427"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="747"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ImportDialog.cpp" line="787"/> <source>Import</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="120"/> - <location filename="../ImportDialog.cpp" line="433"/> - <location filename="../ImportDialog.cpp" line="753"/> - <location filename="../ProfileInterface.cpp" line="508"/> + <location filename="../ImportDialog.cpp" line="437"/> + <location filename="../ImportDialog.cpp" line="757"/> + <location filename="../ProfileInterface.cpp" line="507"/> <source>All image files (%1)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="121"/> - <location filename="../ImportDialog.cpp" line="434"/> - <location filename="../ImportDialog.cpp" line="754"/> - <location filename="../ProfileInterface.cpp" line="509"/> + <location filename="../ImportDialog.cpp" line="438"/> + <location filename="../ImportDialog.cpp" line="758"/> + <location filename="../ProfileInterface.cpp" line="508"/> <location filename="../UserInterface.cpp" line="463"/> <source>All files (**)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="141"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ProfileInterface.cpp" line="770"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ProfileInterface.cpp" line="769"/> <source>Can't import %1 because file can't be open</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="783"/> - <location filename="../ProfileInterface.cpp" line="780"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="787"/> + <location filename="../ProfileInterface.cpp" line="779"/> <source>Can't import %1 because file can't be parsed properly</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="86"/> + <location filename="../ProfileInterface.cpp" line="85"/> <source>Enabled pictures: %1 of %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="186"/> + <location filename="../ProfileInterface.cpp" line="185"/> <source>Loading...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source>Snapmatic Loader</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source><h4>Following Snapmatic Pictures got repaired</h4>%1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="504"/> + <location filename="../ProfileInterface.cpp" line="503"/> <source>Importable files (%1)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="505"/> + <location filename="../ProfileInterface.cpp" line="504"/> <location filename="../UserInterface.cpp" line="460"/> <source>GTA V Export (*.g5e)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="506"/> + <location filename="../ProfileInterface.cpp" line="505"/> <location filename="../UserInterface.cpp" line="461"/> <source>Savegames files (SGTA*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="507"/> + <location filename="../ProfileInterface.cpp" line="506"/> <location filename="../UserInterface.cpp" line="462"/> <source>Snapmatic pictures (PGTA*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="924"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="923"/> <location filename="../UserInterface.cpp" line="551"/> <source>No valid file is selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="555"/> - <location filename="../ProfileInterface.cpp" line="572"/> + <location filename="../ProfileInterface.cpp" line="554"/> + <location filename="../ProfileInterface.cpp" line="571"/> <source>Import file %1 of %2 files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="588"/> + <location filename="../ProfileInterface.cpp" line="587"/> <source>Import failed with... %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="630"/> + <location filename="../ProfileInterface.cpp" line="629"/> <location filename="../UserInterface.cpp" line="503"/> <source>Failed to read Snapmatic picture</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="665"/> + <location filename="../ProfileInterface.cpp" line="664"/> <location filename="../UserInterface.cpp" line="519"/> <source>Failed to read Savegame file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="919"/> + <location filename="../ProfileInterface.cpp" line="918"/> <source>Can't import %1 because file format can't be detected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="978"/> + <location filename="../ProfileInterface.cpp" line="977"/> <source>Prepare Content for Import...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1084"/> + <location filename="../ProfileInterface.cpp" line="1083"/> <source>Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1092"/> + <location filename="../ProfileInterface.cpp" line="1091"/> <source>A Snapmatic picture already exists with the uid %1, you want assign your import a new uid and timestamp?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1172"/> + <location filename="../ProfileInterface.cpp" line="1171"/> <source>Failed to import the Snapmatic picture, can't copy the file into profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1209"/> + <location filename="../ProfileInterface.cpp" line="1208"/> <source>Failed to import the Savegame, can't copy the file into profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Failed to import the Savegame, no Savegame slot is left</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1279"/> - <location filename="../ProfileInterface.cpp" line="1317"/> - <location filename="../ProfileInterface.cpp" line="1362"/> - <location filename="../ProfileInterface.cpp" line="1397"/> - <location filename="../ProfileInterface.cpp" line="1417"/> + <location filename="../ProfileInterface.cpp" line="1278"/> + <location filename="../ProfileInterface.cpp" line="1316"/> + <location filename="../ProfileInterface.cpp" line="1361"/> + <location filename="../ProfileInterface.cpp" line="1396"/> + <location filename="../ProfileInterface.cpp" line="1416"/> <source>Export selected...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1302"/> - <location filename="../ProfileInterface.cpp" line="1320"/> + <location filename="../ProfileInterface.cpp" line="1301"/> + <location filename="../ProfileInterface.cpp" line="1319"/> <source>JPG pictures and GTA Snapmatic</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1303"/> - <location filename="../ProfileInterface.cpp" line="1325"/> + <location filename="../ProfileInterface.cpp" line="1302"/> + <location filename="../ProfileInterface.cpp" line="1324"/> <source>JPG pictures only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1304"/> - <location filename="../ProfileInterface.cpp" line="1329"/> + <location filename="../ProfileInterface.cpp" line="1303"/> + <location filename="../ProfileInterface.cpp" line="1328"/> <source>GTA Snapmatic only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1317"/> + <location filename="../ProfileInterface.cpp" line="1316"/> <source>%1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1363"/> + <location filename="../ProfileInterface.cpp" line="1362"/> <source>Initialising export...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1397"/> + <location filename="../ProfileInterface.cpp" line="1396"/> <source>Export failed with... %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1417"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1416"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>No Snapmatic pictures or Savegames files are selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> - <location filename="../ProfileInterface.cpp" line="1453"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1424"/> + <location filename="../ProfileInterface.cpp" line="1452"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>Remove selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> + <location filename="../ProfileInterface.cpp" line="1424"/> <source>You really want remove the selected Snapmatic picutres and Savegame files?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1453"/> + <location filename="../ProfileInterface.cpp" line="1452"/> <source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2282"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2277"/> <source>No Snapmatic pictures are selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../ProfileInterface.cpp" line="2031"/> - <location filename="../ProfileInterface.cpp" line="2130"/> - <location filename="../ProfileInterface.cpp" line="2261"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../ProfileInterface.cpp" line="2026"/> + <location filename="../ProfileInterface.cpp" line="2125"/> + <location filename="../ProfileInterface.cpp" line="2256"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>%1 failed with... %2</source> @@ -1561,81 +1561,81 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify as Avatar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1977"/> - <location filename="../ProfileInterface.cpp" line="2080"/> - <location filename="../ProfileInterface.cpp" line="2211"/> - <location filename="../ProfileInterface.cpp" line="2317"/> + <location filename="../ProfileInterface.cpp" line="1972"/> + <location filename="../ProfileInterface.cpp" line="2075"/> + <location filename="../ProfileInterface.cpp" line="2206"/> + <location filename="../ProfileInterface.cpp" line="2312"/> <source>Patch selected...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1978"/> - <location filename="../ProfileInterface.cpp" line="1997"/> - <location filename="../ProfileInterface.cpp" line="2081"/> - <location filename="../ProfileInterface.cpp" line="2100"/> - <location filename="../ProfileInterface.cpp" line="2212"/> - <location filename="../ProfileInterface.cpp" line="2231"/> - <location filename="../ProfileInterface.cpp" line="2318"/> - <location filename="../ProfileInterface.cpp" line="2337"/> + <location filename="../ProfileInterface.cpp" line="1973"/> + <location filename="../ProfileInterface.cpp" line="1992"/> + <location filename="../ProfileInterface.cpp" line="2076"/> + <location filename="../ProfileInterface.cpp" line="2095"/> + <location filename="../ProfileInterface.cpp" line="2207"/> + <location filename="../ProfileInterface.cpp" line="2226"/> + <location filename="../ProfileInterface.cpp" line="2313"/> + <location filename="../ProfileInterface.cpp" line="2332"/> <source>Patch file %1 of %2 files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify</source> <comment>%1 failed with...</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players</source> <comment>%1 failed with...</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2188"/> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2183"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2188"/> + <location filename="../ProfileInterface.cpp" line="2183"/> <source>Failed to enter a valid Snapmatic Crew ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew</source> <comment>%1 failed with...</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2282"/> - <location filename="../ProfileInterface.cpp" line="2299"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2277"/> + <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2299"/> + <location filename="../ProfileInterface.cpp" line="2294"/> <source>Failed to enter a valid Snapmatic title</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title</source> <comment>%1 failed with...</comment> <translation type="unfinished"></translation> @@ -1649,17 +1649,17 @@ Press 1 for Default View</source> <context> <name>QApplication</name> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Selected Font: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="138"/> + <location filename="../main.cpp" line="142"/> <source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source> <translation type="unfinished"></translation> </message> @@ -1737,37 +1737,37 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1646"/> + <location filename="../ProfileInterface.cpp" line="1645"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1647"/> + <location filename="../ProfileInterface.cpp" line="1646"/> <source>&Export</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1648"/> + <location filename="../ProfileInterface.cpp" line="1647"/> <source>&Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1650"/> + <location filename="../ProfileInterface.cpp" line="1649"/> <source>&Select</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1651"/> + <location filename="../ProfileInterface.cpp" line="1650"/> <source>&Deselect</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1654"/> + <location filename="../ProfileInterface.cpp" line="1653"/> <source>Select &All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1658"/> + <location filename="../ProfileInterface.cpp" line="1657"/> <source>&Deselect All</source> <translation type="unfinished"></translation> </message> @@ -1810,48 +1810,48 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="65"/> + <location filename="../SavegameWidget.cpp" line="64"/> <source>Export Savegame...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="68"/> - <location filename="../SavegameWidget.cpp" line="125"/> + <location filename="../SavegameWidget.cpp" line="67"/> + <location filename="../SavegameWidget.cpp" line="124"/> <source>AUTOSAVE - %1 %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="69"/> - <location filename="../SavegameWidget.cpp" line="126"/> + <location filename="../SavegameWidget.cpp" line="68"/> + <location filename="../SavegameWidget.cpp" line="125"/> <source>SAVE %3 - %1 %2</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../SavegameWidget.cpp" line="96"/> <location filename="../SavegameWidget.cpp" line="97"/> - <location filename="../SavegameWidget.cpp" line="98"/> <source>WRONG FORMAT</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="119"/> + <location filename="../SavegameWidget.cpp" line="118"/> <source>UNKNOWN</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="138"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Delete Savegame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> + <location filename="../SavegameWidget.cpp" line="138"/> <source>Are you sure to delete %1 from your savegames?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Failed at deleting %1 from your savegames</source> <translation type="unfinished"></translation> </message> @@ -1861,13 +1861,13 @@ Press 1 for Default View</source> <message> <location filename="../SnapmaticEditor.ui" line="14"/> <location filename="../SnapmaticEditor.ui" line="81"/> - <location filename="../JsonEditorDialog.cpp" line="116"/> - <location filename="../JsonEditorDialog.cpp" line="181"/> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../JsonEditorDialog.cpp" line="216"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Snapmatic Properties</source> <translation type="unfinished"></translation> </message> @@ -1947,48 +1947,48 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="116"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> <source><h4>Unsaved changes detected</h4>You want to save the JSON content before you quit?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="181"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> <source>Patching of Snapmatic Properties failed because of %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Patching of Snapmatic Properties failed because of I/O Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="216"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> <source>Patching of Snapmatic Properties failed because of JSON Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>Snapmatic Crew</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>New Snapmatic crew:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>Snapmatic Title</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>New Snapmatic title:</source> <translation type="unfinished"></translation> @@ -2044,19 +2044,19 @@ Press 1 for Default View</source> <context> <name>SnapmaticPicture</name> <message> - <location filename="../JsonEditorDialog.cpp" line="167"/> + <location filename="../JsonEditorDialog.cpp" line="168"/> <location filename="../SnapmaticPicture.cpp" line="730"/> <source>JSON is incomplete and malformed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="171"/> + <location filename="../JsonEditorDialog.cpp" line="172"/> <location filename="../SnapmaticPicture.cpp" line="734"/> <source>JSON is incomplete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="175"/> + <location filename="../JsonEditorDialog.cpp" line="176"/> <location filename="../SnapmaticPicture.cpp" line="738"/> <source>JSON is malformed</source> <translation type="unfinished"></translation> @@ -2152,8 +2152,8 @@ Press 1 for Default View</source> </message> <message> <location filename="../SnapmaticWidget.ui" line="152"/> - <location filename="../SnapmaticWidget.cpp" line="164"/> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Delete picture</source> <translation type="unfinished"></translation> </message> @@ -2163,72 +2163,72 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1595"/> + <location filename="../ProfileInterface.cpp" line="1594"/> <source>Edi&t</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1598"/> + <location filename="../ProfileInterface.cpp" line="1597"/> <source>Show &In-game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1602"/> + <location filename="../ProfileInterface.cpp" line="1601"/> <source>Hide &In-game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1609"/> + <location filename="../ProfileInterface.cpp" line="1608"/> <source>&Export</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1612"/> + <location filename="../ProfileInterface.cpp" line="1611"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1615"/> + <location filename="../ProfileInterface.cpp" line="1614"/> <source>&Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1617"/> + <location filename="../ProfileInterface.cpp" line="1616"/> <source>&Select</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1618"/> + <location filename="../ProfileInterface.cpp" line="1617"/> <source>&Deselect</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1621"/> + <location filename="../ProfileInterface.cpp" line="1620"/> <source>Select &All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1625"/> + <location filename="../ProfileInterface.cpp" line="1624"/> <source>&Deselect All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="164"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> <source>Are you sure to delete %1 from your Snapmatic pictures?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Failed at deleting %1 from your Snapmatic pictures</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Failed to hide %1 In-game from your Snapmatic pictures</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Failed to show %1 In-game from your Snapmatic pictures</source> <translation type="unfinished"></translation> </message> @@ -2236,22 +2236,22 @@ Press 1 for Default View</source> <context> <name>TelemetryDialog</name> <message> - <location filename="../main.cpp" line="167"/> + <location filename="../main.cpp" line="171"/> <source>You want help %1 to improve in the future by including personal usage data in your submission?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="168"/> + <location filename="../main.cpp" line="172"/> <source>%1 User Statistics</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="172"/> + <location filename="../main.cpp" line="176"/> <source>Yes, I want include personal usage data.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="181"/> + <location filename="../main.cpp" line="185"/> <source>&OK</source> <translation type="unfinished"></translation> </message> @@ -2427,16 +2427,16 @@ Press 1 for Default View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Show In-game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Hide In-game</source> <translation type="unfinished"></translation> </message> diff --git a/res/gta5sync_fr.ts b/res/gta5sync_fr.ts index 6294c32..86134cc 100644 --- a/res/gta5sync_fr.ts +++ b/res/gta5sync_fr.ts @@ -178,16 +178,16 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Snapmatic Image Editor</source> <translation>Éditeur d'images Snapmatic</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="14"/> - <location filename="../ImportDialog.cpp" line="635"/> + <location filename="../ImportDialog.cpp" line="639"/> <source>Overwrite Image...</source> <translation>Remplacer l'image...</translation> </message> @@ -203,39 +203,39 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="82"/> - <location filename="../ImportDialog.cpp" line="637"/> + <location filename="../ImportDialog.cpp" line="641"/> <source>Apply changes</source> <translation>Appliquer les modifications</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="85"/> - <location filename="../ImportDialog.cpp" line="636"/> + <location filename="../ImportDialog.cpp" line="640"/> <source>&Overwrite</source> <translation>&Remplacer</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="92"/> - <location filename="../ImportDialog.cpp" line="639"/> + <location filename="../ImportDialog.cpp" line="643"/> <source>Discard changes</source> <translation>Annuler les modifications</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="95"/> - <location filename="../ImportDialog.cpp" line="638"/> + <location filename="../ImportDialog.cpp" line="642"/> <source>&Close</source> <translation>&Fermer</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> <source>Patching of Snapmatic Image failed because of I/O Error</source> <translation>Échec du patch Snapmatic : I/O Error</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Patching of Snapmatic Image failed because of Image Error</source> <translation>Échec du patch Snapmatic : Image Error</translation> </message> @@ -276,8 +276,8 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> <message> <location filename="../ImportDialog.ui" line="150"/> <location filename="../ImportDialog.cpp" line="87"/> - <location filename="../ImportDialog.cpp" line="311"/> - <location filename="../ImportDialog.cpp" line="723"/> + <location filename="../ImportDialog.cpp" line="315"/> + <location filename="../ImportDialog.cpp" line="727"/> <source>Background Colour: <span style="color: %1">%1</span></source> <translation>Couleur de fond : <span style="color: %1">%1</span></translation> </message> @@ -303,8 +303,8 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> <translation>Supprimer l'image de fond</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="318"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>Background Image: %1</source> <translation>Image de fond : %1</translation> </message> @@ -351,8 +351,8 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> <message> <location filename="../ImportDialog.ui" line="203"/> <location filename="../ImportDialog.cpp" line="88"/> - <location filename="../ImportDialog.cpp" line="319"/> - <location filename="../ImportDialog.cpp" line="803"/> + <location filename="../ImportDialog.cpp" line="323"/> + <location filename="../ImportDialog.cpp" line="807"/> <source>Background Image:</source> <translation>Image de fond :</translation> </message> @@ -377,115 +377,115 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> <translation>&Sauvegarder les paramètres...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="197"/> - <location filename="../ProfileInterface.cpp" line="713"/> + <location filename="../ImportDialog.cpp" line="198"/> + <location filename="../ProfileInterface.cpp" line="712"/> <source>Custom Avatar</source> <comment>Custom Avatar Description in SC, don't use Special Character!</comment> <translation>Avatar personnalisé</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="224"/> - <location filename="../ProfileInterface.cpp" line="732"/> + <location filename="../ImportDialog.cpp" line="225"/> + <location filename="../ProfileInterface.cpp" line="731"/> <source>Custom Picture</source> <comment>Custom Picture Description in SC, don't use Special Character!</comment> <translation>Image personnalisé</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> + <location filename="../ImportDialog.cpp" line="318"/> <source>Storage</source> <comment>Background Image: Storage</comment> <translation>Stockage</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="351"/> + <location filename="../ImportDialog.cpp" line="355"/> <source>Crop Picture...</source> <translation>Rogner l'image...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="393"/> + <location filename="../ImportDialog.cpp" line="397"/> <source>&Crop</source> <translation>&Rogner</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="394"/> + <location filename="../ImportDialog.cpp" line="398"/> <source>Crop Picture</source> <translation>Rogner l'image</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="529"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="533"/> <source>Please import a new picture first</source> <translation>Veuillez d'abord importer une nouvelle image</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="486"/> - <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="490"/> + <location filename="../ImportDialog.cpp" line="500"/> <source>Default</source> <comment>Default as Default Profile</comment> <translation>Défaut</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="487"/> - <location filename="../ImportDialog.cpp" line="488"/> - <location filename="../ImportDialog.cpp" line="489"/> - <location filename="../ImportDialog.cpp" line="490"/> <location filename="../ImportDialog.cpp" line="491"/> - <location filename="../ImportDialog.cpp" line="500"/> + <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="493"/> + <location filename="../ImportDialog.cpp" line="494"/> + <location filename="../ImportDialog.cpp" line="495"/> <location filename="../ImportDialog.cpp" line="504"/> <location filename="../ImportDialog.cpp" line="508"/> <location filename="../ImportDialog.cpp" line="512"/> <location filename="../ImportDialog.cpp" line="516"/> - <location filename="../ImportDialog.cpp" line="534"/> - <location filename="../ImportDialog.cpp" line="535"/> - <location filename="../ImportDialog.cpp" line="536"/> - <location filename="../ImportDialog.cpp" line="537"/> + <location filename="../ImportDialog.cpp" line="520"/> <location filename="../ImportDialog.cpp" line="538"/> - <location filename="../ImportDialog.cpp" line="543"/> + <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="540"/> + <location filename="../ImportDialog.cpp" line="541"/> + <location filename="../ImportDialog.cpp" line="542"/> <location filename="../ImportDialog.cpp" line="547"/> <location filename="../ImportDialog.cpp" line="551"/> <location filename="../ImportDialog.cpp" line="555"/> <location filename="../ImportDialog.cpp" line="559"/> + <location filename="../ImportDialog.cpp" line="563"/> <source>Profile %1</source> <comment>Profile %1 as Profile 1</comment> <translation>Profil %1</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="496"/> <source>Load Settings...</source> <translation>Charger les paramètres...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="492"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Please select your settings profile</source> <translation>Veuillez choisir votre profil de paramètres</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="529"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="533"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Save Settings...</source> <translation>Sauvegarder les paramètres...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Are you sure to use a square image outside of the Avatar Zone? When you want to use it as Avatar the image will be detached!</source> <translation>Êtes-vous sûr d'utiliser une image carrée en dehors de la Zone d'Avatar ? Si vous l'utilisez comme Avatar, l'image sera détachée !</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Snapmatic Avatar Zone</source> <translation>Zone d'Avatar Snapmatic</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="719"/> + <location filename="../ImportDialog.cpp" line="723"/> <source>Select Colour...</source> <translation>Choisir une couleur...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>File</source> <comment>Background Image: File</comment> <translation>Fichier</translation> @@ -519,7 +519,7 @@ Si vous l'utilisez comme Avatar, l'image sera détachée !</translatio <translation>&Fermer</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="179"/> + <location filename="../JsonEditorDialog.cpp" line="180"/> <source>JSON Error</source> <translation>Erreur JSON</translation> </message> @@ -582,7 +582,7 @@ Si vous l'utilisez comme Avatar, l'image sera détachée !</translatio <translation>&Terminer</translation> </message> <message> - <location filename="../MapLocationDialog.cpp" line="92"/> + <location filename="../MapLocationDialog.cpp" line="96"/> <source>X: %1 Y: %2</source> <comment>X and Y position</comment> @@ -1111,37 +1111,37 @@ Y : %2</translation> <translation>Fichier invalide</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="159"/> - <location filename="../ProfileInterface.cpp" line="1610"/> + <location filename="../PictureDialog.cpp" line="165"/> + <location filename="../ProfileInterface.cpp" line="1609"/> <source>Export as &Picture...</source> <translation>Exporter comme &image...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="160"/> - <location filename="../ProfileInterface.cpp" line="1611"/> + <location filename="../PictureDialog.cpp" line="166"/> + <location filename="../ProfileInterface.cpp" line="1610"/> <source>Export as &Snapmatic...</source> <translation>Exporter comme &Snapmatic...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="163"/> - <location filename="../ProfileInterface.cpp" line="1605"/> + <location filename="../PictureDialog.cpp" line="169"/> + <location filename="../ProfileInterface.cpp" line="1604"/> <source>&Overwrite Image...</source> <translation>&Remplacer l'image...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="162"/> - <location filename="../ProfileInterface.cpp" line="1604"/> + <location filename="../PictureDialog.cpp" line="168"/> + <location filename="../ProfileInterface.cpp" line="1603"/> <source>&Edit Properties...</source> <translation>Modifier les &propriétés...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="165"/> - <location filename="../ProfileInterface.cpp" line="1607"/> + <location filename="../PictureDialog.cpp" line="171"/> + <location filename="../ProfileInterface.cpp" line="1606"/> <source>Open &Map Viewer...</source> <translation>Ouvrir la &Visionneuse de Carte...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="564"/> + <location filename="../PictureDialog.cpp" line="575"/> <source>Key 1 - Avatar Preview Mode Key 2 - Toggle Overlay Arrow Keys - Navigate</source> @@ -1150,39 +1150,39 @@ Touche 2 - Activer/désactiver l'overlay Touches fléchées - Naviguer</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Snapmatic Picture Viewer</source> <translation>Visionneuse de photo Snapmatic</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Failed at %1</source> <translation>Echec de %1</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="770"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="774"/> <source>No Crew</source> <translation>Aucun crew</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="790"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="798"/> <location filename="../SnapmaticEditor.cpp" line="247"/> <source>No Players</source> <translation>Aucun joueurs</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="736"/> + <location filename="../PictureDialog.cpp" line="732"/> <source>Avatar Preview Mode Press 1 for Default View</source> <translation>Mode Aperçu Avatar Appuyer sur 1 pour le mode par défaut</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> + <location filename="../PictureDialog.cpp" line="661"/> <source>Unknown Location</source> <translation>Emplacement inconnu</translation> </message> @@ -1204,8 +1204,8 @@ Appuyer sur 1 pour le mode par défaut</translation> <translation>Échec de l'export de la photo Snapmatic</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="167"/> - <location filename="../ProfileInterface.cpp" line="1608"/> + <location filename="../PictureDialog.cpp" line="173"/> + <location filename="../ProfileInterface.cpp" line="1607"/> <source>Open &JSON Editor...</source> <translation>Ouvrir l'éditeur &JSON...</translation> </message> @@ -1223,43 +1223,43 @@ Appuyer sur 1 pour le mode par défaut</translation> <translation>Joueurs disponibles :</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="102"/> + <location filename="../PlayerListDialog.ui" line="108"/> <source>Selected Players:</source> <translation>Joueurs sélectionnés :</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="144"/> + <location filename="../PlayerListDialog.ui" line="150"/> <source>&Apply</source> <translation>A&ppliquer</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="157"/> + <location filename="../PlayerListDialog.ui" line="163"/> <source>&Cancel</source> <translation>A&nnuler</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Add Players...</source> <translation>Ajouter des joueurs...</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Failed to add more Players because the limit of Players are %1!</source> <translation>Échec de l'ajout de joueurs : la limite de %1 est atteinte !</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="168"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Add Player...</source> <translation>Ajouter un joueur...</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> + <location filename="../PlayerListDialog.cpp" line="168"/> <source>Enter Social Club Player ID</source> <translation>Entrer l'ID Social Club du joueur</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Failed to add Player %1 because Player %1 is already added!</source> <translation>Échec de l'ajout du joueur %1 car le joueur %1 est déjà ajouté !</translation> </message> @@ -1309,46 +1309,46 @@ Appuyer sur 1 pour le mode par défaut</translation> <translation>Copie du fichier %1 sur %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="86"/> + <location filename="../ProfileInterface.cpp" line="85"/> <source>Enabled pictures: %1 of %2</source> <translation>Photos activées : %1 sur %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="186"/> + <location filename="../ProfileInterface.cpp" line="185"/> <source>Loading...</source> <translation>Chargement...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source>Snapmatic Loader</source> <translation>Snapmatic Loader</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source><h4>Following Snapmatic Pictures got repaired</h4>%1</source> <translation><h4>Les Snapmatic suivants ont été répaés</h4>%1</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="109"/> - <location filename="../ImportDialog.cpp" line="422"/> - <location filename="../ImportDialog.cpp" line="742"/> + <location filename="../ImportDialog.cpp" line="426"/> + <location filename="../ImportDialog.cpp" line="746"/> + <location filename="../ProfileInterface.cpp" line="487"/> <location filename="../ProfileInterface.cpp" line="488"/> - <location filename="../ProfileInterface.cpp" line="489"/> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="554"/> - <location filename="../ProfileInterface.cpp" line="588"/> - <location filename="../ProfileInterface.cpp" line="630"/> - <location filename="../ProfileInterface.cpp" line="665"/> - <location filename="../ProfileInterface.cpp" line="770"/> - <location filename="../ProfileInterface.cpp" line="780"/> - <location filename="../ProfileInterface.cpp" line="919"/> - <location filename="../ProfileInterface.cpp" line="924"/> - <location filename="../ProfileInterface.cpp" line="962"/> - <location filename="../ProfileInterface.cpp" line="1084"/> - <location filename="../ProfileInterface.cpp" line="1092"/> - <location filename="../ProfileInterface.cpp" line="1172"/> - <location filename="../ProfileInterface.cpp" line="1209"/> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="553"/> + <location filename="../ProfileInterface.cpp" line="587"/> + <location filename="../ProfileInterface.cpp" line="629"/> + <location filename="../ProfileInterface.cpp" line="664"/> + <location filename="../ProfileInterface.cpp" line="769"/> + <location filename="../ProfileInterface.cpp" line="779"/> + <location filename="../ProfileInterface.cpp" line="918"/> + <location filename="../ProfileInterface.cpp" line="923"/> + <location filename="../ProfileInterface.cpp" line="961"/> + <location filename="../ProfileInterface.cpp" line="1083"/> + <location filename="../ProfileInterface.cpp" line="1091"/> + <location filename="../ProfileInterface.cpp" line="1171"/> + <location filename="../ProfileInterface.cpp" line="1208"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Import...</source> <translation>Importer...</translation> </message> @@ -1356,52 +1356,52 @@ Appuyer sur 1 pour le mode par défaut</translation> <location filename="../ImageEditorDialog.cpp" line="110"/> <location filename="../ImageEditorDialog.cpp" line="141"/> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="423"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="743"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ImportDialog.cpp" line="783"/> + <location filename="../ImportDialog.cpp" line="427"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="747"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ImportDialog.cpp" line="787"/> <source>Import</source> <translation>Importer</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="506"/> + <location filename="../ProfileInterface.cpp" line="505"/> <location filename="../UserInterface.cpp" line="461"/> <source>Savegames files (SGTA*)</source> <translation>Fichiers de sauvegarde GTA (SGTA*)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="507"/> + <location filename="../ProfileInterface.cpp" line="506"/> <location filename="../UserInterface.cpp" line="462"/> <source>Snapmatic pictures (PGTA*)</source> <translation>Photos Snapmatic (PGTA*)</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="120"/> - <location filename="../ImportDialog.cpp" line="433"/> - <location filename="../ImportDialog.cpp" line="753"/> - <location filename="../ProfileInterface.cpp" line="508"/> + <location filename="../ImportDialog.cpp" line="437"/> + <location filename="../ImportDialog.cpp" line="757"/> + <location filename="../ProfileInterface.cpp" line="507"/> <source>All image files (%1)</source> <translation>Toutes les images (%1)</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="121"/> - <location filename="../ImportDialog.cpp" line="434"/> - <location filename="../ImportDialog.cpp" line="754"/> - <location filename="../ProfileInterface.cpp" line="509"/> + <location filename="../ImportDialog.cpp" line="438"/> + <location filename="../ImportDialog.cpp" line="758"/> + <location filename="../ProfileInterface.cpp" line="508"/> <location filename="../UserInterface.cpp" line="463"/> <source>All files (**)</source> <translation>Tous les fichiers (**)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="555"/> - <location filename="../ProfileInterface.cpp" line="572"/> + <location filename="../ProfileInterface.cpp" line="554"/> + <location filename="../ProfileInterface.cpp" line="571"/> <source>Import file %1 of %2 files</source> <translation>Importation du fichier %1 sur %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="588"/> + <location filename="../ProfileInterface.cpp" line="587"/> <source>Import failed with... %1</source> @@ -1410,150 +1410,150 @@ Appuyer sur 1 pour le mode par défaut</translation> %1</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="924"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="923"/> <location filename="../UserInterface.cpp" line="551"/> <source>No valid file is selected</source> <translation>Fichier invalide</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="504"/> + <location filename="../ProfileInterface.cpp" line="503"/> <source>Importable files (%1)</source> <translation>Fichiers importables (%1)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="630"/> + <location filename="../ProfileInterface.cpp" line="629"/> <location filename="../UserInterface.cpp" line="503"/> <source>Failed to read Snapmatic picture</source> <translation>Impossible d'ouvrir la photo Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="665"/> + <location filename="../ProfileInterface.cpp" line="664"/> <location filename="../UserInterface.cpp" line="519"/> <source>Failed to read Savegame file</source> <translation>Impossible de lire le fichier de sauvegarde</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="141"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ProfileInterface.cpp" line="770"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ProfileInterface.cpp" line="769"/> <source>Can't import %1 because file can't be open</source> <translation>Impossible d'importer %1, le fichier ne peut pas être ouvert</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="783"/> - <location filename="../ProfileInterface.cpp" line="780"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="787"/> + <location filename="../ProfileInterface.cpp" line="779"/> <source>Can't import %1 because file can't be parsed properly</source> <translation>Impossible d'importer %1, le fichier ne peut pas être parsé correctement</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="919"/> + <location filename="../ProfileInterface.cpp" line="918"/> <source>Can't import %1 because file format can't be detected</source> <translation>Impossible d'importer %1, le format du fichier n'est pas détecté</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1084"/> + <location filename="../ProfileInterface.cpp" line="1083"/> <source>Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e</source> <translation>Impossible d'importer la photo Snapmatic,nom de fichier incorrect (PGTA*, *.g5e)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1172"/> + <location filename="../ProfileInterface.cpp" line="1171"/> <source>Failed to import the Snapmatic picture, can't copy the file into profile</source> <translation>Impossible d'importer la photo Snapmatic, impossible de copier le fichier dans le profil</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1209"/> + <location filename="../ProfileInterface.cpp" line="1208"/> <source>Failed to import the Savegame, can't copy the file into profile</source> <translation>Impossible d'importer la sauvegarde, impossible de copier le fichier dans le profil</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Failed to import the Savegame, no Savegame slot is left</source> <translation>Impossible d'importer la sauvegarde, aucun emplacement libre</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1302"/> - <location filename="../ProfileInterface.cpp" line="1320"/> + <location filename="../ProfileInterface.cpp" line="1301"/> + <location filename="../ProfileInterface.cpp" line="1319"/> <source>JPG pictures and GTA Snapmatic</source> <translation>Images JPG et GTA Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1303"/> - <location filename="../ProfileInterface.cpp" line="1325"/> + <location filename="../ProfileInterface.cpp" line="1302"/> + <location filename="../ProfileInterface.cpp" line="1324"/> <source>JPG pictures only</source> <translation>Images JPG seulement</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1304"/> - <location filename="../ProfileInterface.cpp" line="1329"/> + <location filename="../ProfileInterface.cpp" line="1303"/> + <location filename="../ProfileInterface.cpp" line="1328"/> <source>GTA Snapmatic only</source> <translation>GTA Snapmatic seulement</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1317"/> + <location filename="../ProfileInterface.cpp" line="1316"/> <source>%1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source> <translation>%1Exporter les photos Snapmatic%2<br><br>Les fichiers JPG permettent d'ouvrir les photos avec une visionneuse d'images<br>Les GTA Snapmatic permettent d'importer les photos dans le jeu<br><br>Exporter comme :</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1279"/> - <location filename="../ProfileInterface.cpp" line="1317"/> - <location filename="../ProfileInterface.cpp" line="1362"/> - <location filename="../ProfileInterface.cpp" line="1397"/> - <location filename="../ProfileInterface.cpp" line="1417"/> + <location filename="../ProfileInterface.cpp" line="1278"/> + <location filename="../ProfileInterface.cpp" line="1316"/> + <location filename="../ProfileInterface.cpp" line="1361"/> + <location filename="../ProfileInterface.cpp" line="1396"/> + <location filename="../ProfileInterface.cpp" line="1416"/> <source>Export selected...</source> <translation>Exporter la sélection...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1363"/> + <location filename="../ProfileInterface.cpp" line="1362"/> <source>Initialising export...</source> <translation>Initialisation de l'export...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify as Avatar</source> <translation>Qualifier comme Avatar</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2282"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2277"/> <source>No Snapmatic pictures are selected</source> <translation>Aucun Snapmatic sélectionné</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1977"/> - <location filename="../ProfileInterface.cpp" line="2080"/> - <location filename="../ProfileInterface.cpp" line="2211"/> - <location filename="../ProfileInterface.cpp" line="2317"/> + <location filename="../ProfileInterface.cpp" line="1972"/> + <location filename="../ProfileInterface.cpp" line="2075"/> + <location filename="../ProfileInterface.cpp" line="2206"/> + <location filename="../ProfileInterface.cpp" line="2312"/> <source>Patch selected...</source> <translation>Patcher la sélection...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1978"/> - <location filename="../ProfileInterface.cpp" line="1997"/> - <location filename="../ProfileInterface.cpp" line="2081"/> - <location filename="../ProfileInterface.cpp" line="2100"/> - <location filename="../ProfileInterface.cpp" line="2212"/> - <location filename="../ProfileInterface.cpp" line="2231"/> - <location filename="../ProfileInterface.cpp" line="2318"/> - <location filename="../ProfileInterface.cpp" line="2337"/> + <location filename="../ProfileInterface.cpp" line="1973"/> + <location filename="../ProfileInterface.cpp" line="1992"/> + <location filename="../ProfileInterface.cpp" line="2076"/> + <location filename="../ProfileInterface.cpp" line="2095"/> + <location filename="../ProfileInterface.cpp" line="2207"/> + <location filename="../ProfileInterface.cpp" line="2226"/> + <location filename="../ProfileInterface.cpp" line="2313"/> + <location filename="../ProfileInterface.cpp" line="2332"/> <source>Patch file %1 of %2 files</source> <translation>Patch du fichier %1 sur %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../ProfileInterface.cpp" line="2031"/> - <location filename="../ProfileInterface.cpp" line="2130"/> - <location filename="../ProfileInterface.cpp" line="2261"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../ProfileInterface.cpp" line="2026"/> + <location filename="../ProfileInterface.cpp" line="2125"/> + <location filename="../ProfileInterface.cpp" line="2256"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>%1 failed with... %2</source> @@ -1563,76 +1563,76 @@ Appuyer sur 1 pour le mode par défaut</translation> %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1453"/> + <location filename="../ProfileInterface.cpp" line="1452"/> <source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source> <translation>Échec de la supression des Snapmatic et/ou des fichiers de sauvegarde sélectionnés</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="978"/> + <location filename="../ProfileInterface.cpp" line="977"/> <source>Prepare Content for Import...</source> <translation>Préparation du contenu pour l'import...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1092"/> + <location filename="../ProfileInterface.cpp" line="1091"/> <source>A Snapmatic picture already exists with the uid %1, you want assign your import a new uid and timestamp?</source> <translation>Un Snapmatic existe déjà avec le uid %1, voulez-vous assigner à votre import un nouvel uid et timestamp ?</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify</source> <comment>%1 failed with...</comment> <translation>Qualifier</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players...</source> <translation>Modifier les joueurs...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players</source> <comment>%1 failed with...</comment> <translation>Modifier les joueurs</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2188"/> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2183"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew...</source> <translation>Modifier le Crew...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2188"/> + <location filename="../ProfileInterface.cpp" line="2183"/> <source>Failed to enter a valid Snapmatic Crew ID</source> <translation>Snapmatic Crew ID invalide</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew</source> <comment>%1 failed with...</comment> <translation>Changer le Crew</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2282"/> - <location filename="../ProfileInterface.cpp" line="2299"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2277"/> + <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title...</source> <translation>Changer le titre...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2299"/> + <location filename="../ProfileInterface.cpp" line="2294"/> <source>Failed to enter a valid Snapmatic title</source> <translation>Titre Snapmatic invalide</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title</source> <comment>%1 failed with...</comment> <translation>Changer le titre</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1397"/> + <location filename="../ProfileInterface.cpp" line="1396"/> <source>Export failed with... %1</source> @@ -1641,20 +1641,20 @@ Appuyer sur 1 pour le mode par défaut</translation> %1</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1417"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1416"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>No Snapmatic pictures or Savegames files are selected</source> <translation>Aucun fichier de sauvegarde ou photo Snapmatic sélectionné</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> - <location filename="../ProfileInterface.cpp" line="1453"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1424"/> + <location filename="../ProfileInterface.cpp" line="1452"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>Remove selected</source> <translation>Supprimer la sélection</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> + <location filename="../ProfileInterface.cpp" line="1424"/> <source>You really want remove the selected Snapmatic picutres and Savegame files?</source> <translation>Supprimer la sélection ?</translation> </message> @@ -1664,7 +1664,7 @@ Appuyer sur 1 pour le mode par défaut</translation> <translation>Tous les fichiers de profil (*.g5e SGTA* PGTA*)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="505"/> + <location filename="../ProfileInterface.cpp" line="504"/> <location filename="../UserInterface.cpp" line="460"/> <source>GTA V Export (*.g5e)</source> <translation>GTA V Export (*.g5e)</translation> @@ -1673,17 +1673,17 @@ Appuyer sur 1 pour le mode par défaut</translation> <context> <name>QApplication</name> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Font</source> <translation>Police</translation> </message> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Selected Font: %1</source> <translation>Police sélectionnée : %1</translation> </message> <message> - <location filename="../main.cpp" line="138"/> + <location filename="../main.cpp" line="142"/> <source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source> <translation><h4>Bienvenue sur %1!</h4>Voulez-vous configurer %1 avant de l'utiliser t?</translation> </message> @@ -1761,7 +1761,7 @@ Appuyer sur 1 pour le mode par défaut</translation> <translation>Supprimer</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1647"/> + <location filename="../ProfileInterface.cpp" line="1646"/> <source>&Export</source> <translation>&Exporter</translation> </message> @@ -1804,80 +1804,80 @@ Appuyer sur 1 pour le mode par défaut</translation> <translation>Fichier invalide</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="65"/> + <location filename="../SavegameWidget.cpp" line="64"/> <source>Export Savegame...</source> <translation>Exporter la sauvegarde...</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="68"/> - <location filename="../SavegameWidget.cpp" line="125"/> + <location filename="../SavegameWidget.cpp" line="67"/> + <location filename="../SavegameWidget.cpp" line="124"/> <source>AUTOSAVE - %1 %2</source> <translation>SAUVEGARDE AUTO - %1 %2</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="69"/> - <location filename="../SavegameWidget.cpp" line="126"/> + <location filename="../SavegameWidget.cpp" line="68"/> + <location filename="../SavegameWidget.cpp" line="125"/> <source>SAVE %3 - %1 %2</source> <translation>SAUVEGARDE %3 - %1 %2</translation> </message> <message> + <location filename="../SavegameWidget.cpp" line="96"/> <location filename="../SavegameWidget.cpp" line="97"/> - <location filename="../SavegameWidget.cpp" line="98"/> <source>WRONG FORMAT</source> <translation>Format invalide</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="119"/> + <location filename="../SavegameWidget.cpp" line="118"/> <source>UNKNOWN</source> <translation>Inconnu</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> + <location filename="../SavegameWidget.cpp" line="138"/> <source>Are you sure to delete %1 from your savegames?</source> <translation>Supprimer %1 ?</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="138"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Delete Savegame</source> <translation>Supprimer la sauvegarde</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Failed at deleting %1 from your savegames</source> <translation>Impossible de supprimer %1</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1646"/> + <location filename="../ProfileInterface.cpp" line="1645"/> <source>&View</source> <translation>&Voir</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1648"/> + <location filename="../ProfileInterface.cpp" line="1647"/> <source>&Remove</source> <translation>&Supprimer</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1650"/> + <location filename="../ProfileInterface.cpp" line="1649"/> <source>&Select</source> <translation>&Sélectionner</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1651"/> + <location filename="../ProfileInterface.cpp" line="1650"/> <source>&Deselect</source> <translation>&Déselectionner</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1654"/> + <location filename="../ProfileInterface.cpp" line="1653"/> <source>Select &All</source> <translation>Sélectionner to&ut</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1658"/> + <location filename="../ProfileInterface.cpp" line="1657"/> <source>&Deselect All</source> <translation>&Déselectionner tout</translation> </message> @@ -1887,13 +1887,13 @@ Appuyer sur 1 pour le mode par défaut</translation> <message> <location filename="../SnapmaticEditor.ui" line="14"/> <location filename="../SnapmaticEditor.ui" line="81"/> - <location filename="../JsonEditorDialog.cpp" line="116"/> - <location filename="../JsonEditorDialog.cpp" line="181"/> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../JsonEditorDialog.cpp" line="216"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Snapmatic Properties</source> <translation>Propriétés Snapmatic</translation> </message> @@ -1933,7 +1933,7 @@ Appuyer sur 1 pour le mode par défaut</translation> <translation>Meme</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>Snapmatic Title</source> <translation>Titre Snapmatic</translation> @@ -2028,42 +2028,42 @@ Appuyer sur 1 pour le mode par défaut</translation> <translation>Non</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="116"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> <source><h4>Unsaved changes detected</h4>You want to save the JSON content before you quit?</source> <translation><h4>Modifications détectées</h4>Voulez-vous sauvegarder le contenu JSON avant de quitter ?</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="181"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> <source>Patching of Snapmatic Properties failed because of %1</source> <translation>Patch des propriétés Snapmatic échoué : %1</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="216"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> <source>Patching of Snapmatic Properties failed because of JSON Error</source> <translation>Patch des propriétés Snapmatic échoué : erreur JSON</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Patching of Snapmatic Properties failed because of I/O Error</source> <translation>La modification des propriétés Snapmatic a échoué : erreur d'entrée/sortie</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>New Snapmatic title:</source> <translation>Nouveau titre Snapmatic :</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>Snapmatic Crew</source> <translation>Crew Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>New Snapmatic crew:</source> <translation>Nouveau crew Snapmatic :</translation> @@ -2118,19 +2118,19 @@ Appuyer sur 1 pour le mode par défaut</translation> <translation>lecture du fichier %1 : %2</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="167"/> + <location filename="../JsonEditorDialog.cpp" line="168"/> <location filename="../SnapmaticPicture.cpp" line="730"/> <source>JSON is incomplete and malformed</source> <translation>JSON incomplet ou incorrect</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="171"/> + <location filename="../JsonEditorDialog.cpp" line="172"/> <location filename="../SnapmaticPicture.cpp" line="734"/> <source>JSON is incomplete</source> <translation>JSON incomplet</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="175"/> + <location filename="../JsonEditorDialog.cpp" line="176"/> <location filename="../SnapmaticPicture.cpp" line="738"/> <source>JSON is malformed</source> <translation>JSON incorrect</translation> @@ -2180,8 +2180,8 @@ Appuyer sur 1 pour le mode par défaut</translation> </message> <message> <location filename="../SnapmaticWidget.ui" line="152"/> - <location filename="../SnapmaticWidget.cpp" line="164"/> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Delete picture</source> <translation>Supprimer la photo</translation> </message> @@ -2191,72 +2191,72 @@ Appuyer sur 1 pour le mode par défaut</translation> <translation>Supprimer</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="164"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> <source>Are you sure to delete %1 from your Snapmatic pictures?</source> <translation>Supprimer %1 ?</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Failed at deleting %1 from your Snapmatic pictures</source> <translation>Impossible de supprimer %1</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Failed to hide %1 In-game from your Snapmatic pictures</source> <translation>%1 n'a pas pu être rendu invisible en jeu</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Failed to show %1 In-game from your Snapmatic pictures</source> <translation>%1 n'a pas pu être rendu visible en jeu</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1595"/> + <location filename="../ProfileInterface.cpp" line="1594"/> <source>Edi&t</source> <translation>Édi&ter</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1598"/> + <location filename="../ProfileInterface.cpp" line="1597"/> <source>Show &In-game</source> <translation>&Visible en jeu</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1602"/> + <location filename="../ProfileInterface.cpp" line="1601"/> <source>Hide &In-game</source> <translation>&Invisible en jeu</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1609"/> + <location filename="../ProfileInterface.cpp" line="1608"/> <source>&Export</source> <translation>&Exporter</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1612"/> + <location filename="../ProfileInterface.cpp" line="1611"/> <source>&View</source> <translation>&Voir</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1615"/> + <location filename="../ProfileInterface.cpp" line="1614"/> <source>&Remove</source> <translation>S&upprimer</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1617"/> + <location filename="../ProfileInterface.cpp" line="1616"/> <source>&Select</source> <translation>&Sélectionner</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1618"/> + <location filename="../ProfileInterface.cpp" line="1617"/> <source>&Deselect</source> <translation>&Déselectionner</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1621"/> + <location filename="../ProfileInterface.cpp" line="1620"/> <source>Select &All</source> <translation>Sélectionner &tout</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1625"/> + <location filename="../ProfileInterface.cpp" line="1624"/> <source>&Deselect All</source> <translation>&Déselectionner tout</translation> </message> @@ -2264,22 +2264,22 @@ Appuyer sur 1 pour le mode par défaut</translation> <context> <name>TelemetryDialog</name> <message> - <location filename="../main.cpp" line="167"/> + <location filename="../main.cpp" line="171"/> <source>You want help %1 to improve in the future by including personal usage data in your submission?</source> <translation>Voulez-vous aider au développement de %1 en transmettant vos données d'utilisation ?</translation> </message> <message> - <location filename="../main.cpp" line="168"/> + <location filename="../main.cpp" line="172"/> <source>%1 User Statistics</source> <translation>Statistiques utilisateurs %1</translation> </message> <message> - <location filename="../main.cpp" line="172"/> + <location filename="../main.cpp" line="176"/> <source>Yes, I want include personal usage data.</source> <translation>Oui, je veux partager mes données d'utilisation.</translation> </message> <message> - <location filename="../main.cpp" line="181"/> + <location filename="../main.cpp" line="185"/> <source>&OK</source> <translation>&OK</translation> </message> @@ -2480,16 +2480,16 @@ Appuyer sur 1 pour le mode par défaut</translation> <translation>Impossible d'ouvrir %1, format invalide</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Show In-game</source> <translation>Visible en jeu</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Hide In-game</source> <translation>Invisible en jeu</translation> </message> diff --git a/res/gta5sync_ko.qm b/res/gta5sync_ko.qm new file mode 100644 index 0000000..23d0a44 Binary files /dev/null and b/res/gta5sync_ko.qm differ diff --git a/res/gta5sync_ko.ts b/res/gta5sync_ko.ts new file mode 100644 index 0000000..7daedfa --- /dev/null +++ b/res/gta5sync_ko.ts @@ -0,0 +1,2520 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ko_KR"> +<context> + <name>AboutDialog</name> + <message> + <location filename="../AboutDialog.ui" line="14"/> + <source>About %1</source> + <translation>%1 정보</translation> + </message> + <message> + <location filename="../AboutDialog.ui" line="29"/> + <source><span style=" font-weight:600;">%1</span><br/> +<br/> +%2<br/> +<br/> +Version %3<br/> +Created on %4<br/> +Built with Qt %5<br/> +Running with Qt %6<br/> +<br/> +%7</source> + <translation><span style=" font-weight:600;">%1</span><br/> +<br/> +%2<br/> +<br/> +버전 %3<br/> +생성됨 %4<br/> +Qt로 제작 %5<br/> +Qt로 실행 %6<br/> +<br/> +%7</translation> + </message> + <message> + <location filename="../AboutDialog.ui" line="75"/> + <source>&Close</source> + <translation>닫기(&C)</translation> + </message> + <message> + <location filename="../AboutDialog.cpp" line="48"/> + <source>Translated by %1</source> + <extracomment>Translated by translator, example Translated by Syping</extracomment> + <translation>번역 %1</translation> + </message> + <message> + <location filename="../AboutDialog.cpp" line="50"/> + <source>TRANSLATOR</source> + <extracomment>Insert your name here and profile here in following scheme, First Translator,First Profile\nSecond Translator\nThird Translator,Second Profile</extracomment> + <translation><a href="https://steamcommunity.com/id/BLACKPINK-/">가는 말이 고양이</a></translation> + </message> + <message> + <location filename="../AboutDialog.cpp" line="73"/> + <source>A project for viewing Grand Theft Auto V Snapmatic<br/> +Pictures and Savegames</source> + <translation>Grand Theft Auto V 스냅매틱을 보기 위한 프로젝트입니다<br/> +사진 및 세이브 파일 관리 지원</translation> + </message> + <message> + <location filename="../AboutDialog.cpp" line="76"/> + <source>Copyright &copy; <a href="%1">%2</a> %3</source> + <translation>저작권 &copy; <a href="%1">%2</a> %3</translation> + </message> + <message> + <location filename="../AboutDialog.cpp" line="78"/> + <source>%1 is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></source> + <translation>%1는 <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a> 에 따라 라이센스가 부여됩니다</translation> + </message> + <message> + <location filename="../config.h" line="53"/> + <source>Release</source> + <translation>릴리스</translation> + </message> + <message> + <location filename="../config.h" line="59"/> + <source>Release Candidate</source> + <translation>릴리스 후보</translation> + </message> + <message> + <location filename="../config.h" line="65"/> + <source>Daily Build</source> + <translation>데일리 빌드</translation> + </message> + <message> + <location filename="../config.h" line="71"/> + <source>Developer</source> + <translation>개발자</translation> + </message> + <message> + <location filename="../config.h" line="77"/> + <source>Beta</source> + <translation>베타</translation> + </message> + <message> + <location filename="../config.h" line="83"/> + <source>Alpha</source> + <translation>알파</translation> + </message> + <message> + <location filename="../config.h" line="88"/> + <source>Custom</source> + <translation>사용자 지정</translation> + </message> +</context> +<context> + <name>CrewDatabase</name> + <message> + <location filename="../CrewDatabase.cpp" line="102"/> + <location filename="../CrewDatabase.cpp" line="113"/> + <source>No Crew</source> + <translation>조직 없음</translation> + </message> +</context> +<context> + <name>ExportDialog</name> + <message> + <location filename="../ExportDialog.ui" line="14"/> + <source>Dialog</source> + <translation>다이얼로그</translation> + </message> + <message> + <location filename="../ExportDialog.ui" line="45"/> + <source>Export Format</source> + <translation>내보낼 형식</translation> + </message> + <message> + <location filename="../ExportDialog.ui" line="51"/> + <source>&JPEG/PNG format</source> + <translation>JPEG/PNG 형식(&J)</translation> + </message> + <message> + <location filename="../ExportDialog.ui" line="58"/> + <source>GTA &Snapmatic format</source> + <translation>GTA 스냅매틱 형식(&S)</translation> + </message> + <message> + <location filename="../ExportDialog.ui" line="68"/> + <source>Export Size</source> + <translation>내보낼 크기</translation> + </message> + <message> + <location filename="../ExportDialog.ui" line="74"/> + <source>Default &Size</source> + <translation>기본 크기(&S)</translation> + </message> + <message> + <location filename="../ExportDialog.ui" line="81"/> + <source>&Desktop Size</source> + <translation>바탕화면 크기(&D)</translation> + </message> + <message> + <location filename="../ExportDialog.ui" line="88"/> + <source>&Custom Size</source> + <translation>사용자 정의 크기(&C)</translation> + </message> + <message> + <location filename="../ExportDialog.ui" line="100"/> + <source>Custom Size:</source> + <translation>사용자 정의 크기:</translation> + </message> + <message> + <location filename="../ExportDialog.ui" line="123"/> + <source>x</source> + <translation>x</translation> + </message> + <message> + <location filename="../ExportDialog.ui" line="198"/> + <source>&Export</source> + <translation>내보내기(&E)</translation> + </message> + <message> + <location filename="../ExportDialog.ui" line="211"/> + <source>&Close</source> + <translation>닫기(&C)</translation> + </message> +</context> +<context> + <name>ImageEditorDialog</name> + <message> + <location filename="../ImageEditorDialog.ui" line="14"/> + <location filename="../ImportDialog.cpp" line="639"/> + <source>Overwrite Image...</source> + <translation>이미지 덮어쓰기...</translation> + </message> + <message> + <location filename="../ImageEditorDialog.ui" line="59"/> + <source>Import picture</source> + <translation>사진 가져오기</translation> + </message> + <message> + <location filename="../ImageEditorDialog.ui" line="62"/> + <source>&Import...</source> + <translation>가져오기(&I)...</translation> + </message> + <message> + <location filename="../ImageEditorDialog.ui" line="82"/> + <location filename="../ImportDialog.cpp" line="641"/> + <source>Apply changes</source> + <translation>변경 사항 적용</translation> + </message> + <message> + <location filename="../ImageEditorDialog.ui" line="85"/> + <location filename="../ImportDialog.cpp" line="640"/> + <source>&Overwrite</source> + <translation>덮어쓰기(&O)</translation> + </message> + <message> + <location filename="../ImageEditorDialog.ui" line="92"/> + <location filename="../ImportDialog.cpp" line="643"/> + <source>Discard changes</source> + <translation>변경 사항 무시</translation> + </message> + <message> + <location filename="../ImageEditorDialog.ui" line="95"/> + <location filename="../ImportDialog.cpp" line="642"/> + <source>&Close</source> + <translation>닫기(&C)</translation> + </message> + <message> + <location filename="../ImageEditorDialog.cpp" line="193"/> + <location filename="../ImageEditorDialog.cpp" line="200"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> + <source>Snapmatic Image Editor</source> + <translation>스냅매틱 이미지 편집기</translation> + </message> + <message> + <location filename="../ImageEditorDialog.cpp" line="193"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> + <source>Patching of Snapmatic Image failed because of I/O Error</source> + <translation>I/O 오류로 인해 스냅매틱 이미지를 패치하지 못했습니다</translation> + </message> + <message> + <location filename="../ImageEditorDialog.cpp" line="200"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> + <source>Patching of Snapmatic Image failed because of Image Error</source> + <translation>이미지 오류로 인해 스냅매틱 이미지를 패치하지 못했습니다</translation> + </message> +</context> +<context> + <name>ImportDialog</name> + <message> + <location filename="../ImportDialog.ui" line="20"/> + <source>Import...</source> + <translation>가져오기...</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="84"/> + <source>Picture</source> + <translation>사진</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="98"/> + <source>Avatar</source> + <translation>아바타</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="111"/> + <location filename="../ImportDialog.ui" line="278"/> + <source>Ignore Aspect Ratio</source> + <translation>화면 비율 무시</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="128"/> + <source>Watermark</source> + <translation>워터마크</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="140"/> + <source>Background</source> + <translation>배경</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="150"/> + <location filename="../ImportDialog.cpp" line="87"/> + <location filename="../ImportDialog.cpp" line="315"/> + <location filename="../ImportDialog.cpp" line="727"/> + <source>Background Colour: <span style="color: %1">%1</span></source> + <translation>배경 색상: <span style="color: %1">%1</span></translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="174"/> + <source>Select background colour</source> + <translation>배경 색상 선택</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="177"/> + <location filename="../ImportDialog.ui" line="230"/> + <source>...</source> + <translation>...</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="203"/> + <location filename="../ImportDialog.cpp" line="88"/> + <location filename="../ImportDialog.cpp" line="323"/> + <location filename="../ImportDialog.cpp" line="807"/> + <source>Background Image:</source> + <translation>배경 이미지:</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="227"/> + <source>Select background image</source> + <translation>배경 이미지 선택</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="237"/> + <source>Remove background image</source> + <translation>배경 이미지 제거</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="240"/> + <source>X</source> + <translation>X</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="268"/> + <source>Force Colour in Avatar Zone</source> + <translation>아바타 구역에 색상을 적용합니다</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="305"/> + <source>Import options</source> + <translation>가져오기 옵션</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="308"/> + <source>&Options</source> + <translation>옵션(&O)</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="337"/> + <source>Import picture</source> + <translation>사진 가져오기</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="340"/> + <source>&OK</source> + <translation>확인(&O)</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="353"/> + <source>Discard picture</source> + <translation>사진 삭제</translation> + </message> + <message> + <location filename="../ImportDialog.ui" line="356"/> + <source>&Cancel</source> + <translation>취소(&C)</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="120"/> + <source>&Import new Picture...</source> + <translation>새로운 사진 가져오기(&I)...</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="121"/> + <source>&Crop Picture...</source> + <translation>사진 자르기(&C)...</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="123"/> + <source>&Load Settings...</source> + <translation>설정 불러오기(&L)...</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="124"/> + <source>&Save Settings...</source> + <translation>설정 저장(&S)...</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="198"/> + <location filename="../ProfileInterface.cpp" line="712"/> + <source>Custom Avatar</source> + <comment>Custom Avatar Description in SC, don't use Special Character!</comment> + <translatorcomment>소셜클럽의 사용자 지정 아바타 설명입니다. 특수 문자를 사용하지 마십시오!</translatorcomment> + <translation>사용자 지정 아바타</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="225"/> + <location filename="../ProfileInterface.cpp" line="731"/> + <source>Custom Picture</source> + <comment>Custom Picture Description in SC, don't use Special Character!</comment> + <translatorcomment>소셜클럽의 사용자 지정 그림 설명입니다. 특수 문자를 사용하지 마십시오!</translatorcomment> + <translation>사용자 지정 사진</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="318"/> + <location filename="../ImportDialog.cpp" line="792"/> + <source>Background Image: %1</source> + <translation>배경 이미지: %1</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="318"/> + <source>Storage</source> + <comment>Background Image: Storage</comment> + <translatorcomment>배경 이미지: 저장됨</translatorcomment> + <translation>저장됨</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="355"/> + <source>Crop Picture...</source> + <translation>사진 자르기...</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="397"/> + <source>&Crop</source> + <translation>자르기(&C)</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="398"/> + <source>Crop Picture</source> + <translation>사진 자르기</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="496"/> + <source>Load Settings...</source> + <translation>설정 불러오기...</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="533"/> + <source>Please import a new picture first</source> + <translation>먼저 새 사진을 가져오세요</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="490"/> + <location filename="../ImportDialog.cpp" line="500"/> + <source>Default</source> + <comment>Default as Default Profile</comment> + <translatorcomment>기본 프로필로 기본 설정</translatorcomment> + <translation>기본</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="491"/> + <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="493"/> + <location filename="../ImportDialog.cpp" line="494"/> + <location filename="../ImportDialog.cpp" line="495"/> + <location filename="../ImportDialog.cpp" line="504"/> + <location filename="../ImportDialog.cpp" line="508"/> + <location filename="../ImportDialog.cpp" line="512"/> + <location filename="../ImportDialog.cpp" line="516"/> + <location filename="../ImportDialog.cpp" line="520"/> + <location filename="../ImportDialog.cpp" line="538"/> + <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="540"/> + <location filename="../ImportDialog.cpp" line="541"/> + <location filename="../ImportDialog.cpp" line="542"/> + <location filename="../ImportDialog.cpp" line="547"/> + <location filename="../ImportDialog.cpp" line="551"/> + <location filename="../ImportDialog.cpp" line="555"/> + <location filename="../ImportDialog.cpp" line="559"/> + <location filename="../ImportDialog.cpp" line="563"/> + <source>Profile %1</source> + <comment>Profile %1 as Profile 1</comment> + <translatorcomment>%1을 프로필 1로 지정합니다.</translatorcomment> + <translation>프로필 %1</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="543"/> + <source>Please select your settings profile</source> + <translation>설정 프로필을 선택하세요</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="533"/> + <location filename="../ImportDialog.cpp" line="543"/> + <source>Save Settings...</source> + <translation>설정 저장...</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="674"/> + <source>Snapmatic Avatar Zone</source> + <translation>스낵매틱 아바타 영역</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="674"/> + <source>Are you sure to use a square image outside of the Avatar Zone? +When you want to use it as Avatar the image will be detached!</source> + <translation>아바타 구역 밖에서 네모난 이미지를 정말 사용합니까? +아바타로 사용하려는 경우 이미지가 분리됩니다!</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="723"/> + <source>Select Colour...</source> + <translation>색상 선택...</translation> + </message> + <message> + <location filename="../ImportDialog.cpp" line="792"/> + <source>File</source> + <comment>Background Image: File</comment> + <translatorcomment>배경 이미지: 파일</translatorcomment> + <translation>파일</translation> + </message> +</context> +<context> + <name>JsonEditorDialog</name> + <message> + <location filename="../JsonEditorDialog.ui" line="14"/> + <source>Snapmatic JSON Editor</source> + <translation>스냅매틱 JSON 편집기</translation> + </message> + <message> + <location filename="../JsonEditorDialog.ui" line="116"/> + <source>Apply changes</source> + <translation>변경 사항 적용</translation> + </message> + <message> + <location filename="../JsonEditorDialog.ui" line="119"/> + <source>&Save</source> + <translation>저장(&S)</translation> + </message> + <message> + <location filename="../JsonEditorDialog.ui" line="132"/> + <source>Discard changes</source> + <translation>변경 사항 무시</translation> + </message> + <message> + <location filename="../JsonEditorDialog.ui" line="135"/> + <source>&Close</source> + <translation>닫기(&C)</translation> + </message> + <message> + <location filename="../JsonEditorDialog.cpp" line="180"/> + <source>JSON Error</source> + <translation>JSON 오류</translation> + </message> +</context> +<context> + <name>MapLocationDialog</name> + <message> + <location filename="../MapLocationDialog.ui" line="26"/> + <source>Snapmatic Map Viewer</source> + <translation>스냅매틱 지도 뷰어</translation> + </message> + <message> + <location filename="../MapLocationDialog.ui" line="138"/> + <source>Close viewer</source> + <translation>뷰어 닫기</translation> + </message> + <message> + <location filename="../MapLocationDialog.ui" line="141"/> + <source>&Close</source> + <translation>닫기(&C)</translation> + </message> + <message> + <location filename="../MapLocationDialog.ui" line="167"/> + <source>Apply new position</source> + <translation>새 위치 적용</translation> + </message> + <message> + <location filename="../MapLocationDialog.ui" line="170"/> + <source>&Apply</source> + <translation>적용(&A)</translation> + </message> + <message> + <location filename="../MapLocationDialog.ui" line="183"/> + <source>Revert old position</source> + <translation>이전 위치 되돌리기</translation> + </message> + <message> + <location filename="../MapLocationDialog.ui" line="186"/> + <source>&Revert</source> + <translation>되돌리기(&R)</translation> + </message> + <message> + <location filename="../MapLocationDialog.ui" line="199"/> + <source>Select new position</source> + <translation>새 위치 선택</translation> + </message> + <message> + <location filename="../MapLocationDialog.ui" line="202"/> + <source>&Select</source> + <translation>선택(&S)</translation> + </message> + <message> + <location filename="../MapLocationDialog.ui" line="215"/> + <source>Quit select position</source> + <translation>선택 위치 종료</translation> + </message> + <message> + <location filename="../MapLocationDialog.ui" line="218"/> + <source>&Done</source> + <translation>완료(&D)</translation> + </message> + <message> + <location filename="../MapLocationDialog.cpp" line="96"/> + <source>X: %1 +Y: %2</source> + <comment>X and Y position</comment> + <translatorcomment>X 및 Y 위치</translatorcomment> + <translation>X: %1 +Y: %2</translation> + </message> +</context> +<context> + <name>OptionsDialog</name> + <message> + <location filename="../OptionsDialog.ui" line="14"/> + <source>%1 - Settings</source> + <translation>%1 - 설정</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="27"/> + <source>Profiles</source> + <translation>프로필</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="33"/> + <source>Content Open/Select Mode</source> + <translation>컨텐츠 열기/선택 모드</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="39"/> + <source>Open with Singleclick</source> + <translation>한 번 클릭으로 열기</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="49"/> + <source>Open with Doubleclick</source> + <translation>두 번 클릭으로 열기</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="56"/> + <source>Select with Singleclick</source> + <translation>한 번 클릭으로 선택</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="66"/> + <source>Default Profile</source> + <translation>기본 프로필</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="78"/> + <source>Custom GTA V Folder</source> + <translation>사용자 지정 GTA V 폴더</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="84"/> + <source>Force using Custom Folder</source> + <translation>사용자 지정 폴더를 강제로 사용합니다</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="96"/> + <source>...</source> + <translation>...</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="122"/> + <source>Pictures</source> + <translation>사진들</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="128"/> + <source>Export Size</source> + <translation>내보낼 크기</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="134"/> + <source>Default: %1x%2</source> + <translation>기본: %1x%2</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="144"/> + <source>Screen Resolution: %1x%2</source> + <translation>화면 해상도: %1x%2</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="153"/> + <location filename="../OptionsDialog.ui" line="163"/> + <source>Custom Size:</source> + <translation>사용자 지정 크기:</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="189"/> + <source>x</source> + <translation>x</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="229"/> + <source>Ignore Aspect Ratio</source> + <translation>화면 비율 무시</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="241"/> + <source>Export Quality</source> + <translation>내보낼 품질</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="247"/> + <source>Enable Custom Quality</source> + <translation>사용자 지정 품질 사용</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="259"/> + <source>Quality:</source> + <translation>품질:</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="288"/> + <source>%1%</source> + <translation>%1%</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="303"/> + <source>Picture Viewer</source> + <translation>사진 뷰어</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="309"/> + <source>Enable Navigation Bar</source> + <translation>탐색바 사용</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="333"/> + <source>Players</source> + <translation>플레이어</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="373"/> + <source>ID</source> + <translation>아이디</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="378"/> + <source>Name</source> + <translation>이름</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="387"/> + <source>Game</source> + <translation>게임</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="393"/> + <source>Social Club Version</source> + <translation>소셜 클럽 버전</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="399"/> + <location filename="../OptionsDialog.ui" line="422"/> + <location filename="../OptionsDialog.cpp" line="612"/> + <location filename="../OptionsDialog.cpp" line="613"/> + <location filename="../OptionsDialog.cpp" line="627"/> + <location filename="../OptionsDialog.cpp" line="628"/> + <location filename="../OptionsDialog.cpp" line="641"/> + <location filename="../OptionsDialog.cpp" line="642"/> + <source>Found: %1</source> + <translation>찾음: %1</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="406"/> + <location filename="../OptionsDialog.ui" line="429"/> + <location filename="../OptionsDialog.cpp" line="616"/> + <location filename="../OptionsDialog.cpp" line="620"/> + <location filename="../OptionsDialog.cpp" line="632"/> + <location filename="../OptionsDialog.cpp" line="636"/> + <location filename="../OptionsDialog.cpp" line="645"/> + <location filename="../OptionsDialog.cpp" line="649"/> + <location filename="../OptionsDialog.cpp" line="653"/> + <location filename="../OptionsDialog.cpp" line="657"/> + <source>Language: %1</source> + <translation>언어: %1</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="416"/> + <source>Steam Version</source> + <translation>스팀 버전</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="453"/> + <source>Feedback</source> + <translation>피드백</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="459"/> + <source>Participation</source> + <translation>참가</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="465"/> + <location filename="../OptionsDialog.cpp" line="574"/> + <source>Participate in %1 User Statistics</source> + <translation>사용자 통계 참가 %1</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="491"/> + <source>Categories</source> + <translation>카테고리</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="500"/> + <source>Hardware, Application and OS Specification</source> + <translation>하드웨어, 응용 프로그램 및 OS 사양</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="513"/> + <source>System Language Configuration</source> + <translation>시스템 언어 설정</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="523"/> + <source>Application Configuration</source> + <translation>응용 프로그램 설정</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="530"/> + <source>Personal Usage Data</source> + <translation>개인 사용 데이터</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="540"/> + <source>Other</source> + <translation>다른</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="554"/> + <location filename="../OptionsDialog.cpp" line="590"/> + <location filename="../OptionsDialog.cpp" line="594"/> + <source>Participation ID: %1</source> + <translation>참여 아이디: %1</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="567"/> + <source>&Copy</source> + <translation>복사(&C)</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="596"/> + <source>Interface</source> + <translation>인터페이스</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="602"/> + <source>Language for Interface</source> + <translation>인터페이스 언어</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="611"/> + <location filename="../OptionsDialog.ui" line="633"/> + <location filename="../OptionsDialog.cpp" line="202"/> + <location filename="../OptionsDialog.cpp" line="251"/> + <source>Current: %1</source> + <translation>현재: %1</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="624"/> + <source>Language for Areas</source> + <translation>지역 언어</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="646"/> + <source>Style</source> + <translation>스타일</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="652"/> + <source>Use Default Style (Restart)</source> + <translation>기본 스타일을 사용합니다 (다시 시작 필요)</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="664"/> + <source>Style:</source> + <translation>스타일:</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="689"/> + <source>Font</source> + <translation>폰트</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="695"/> + <source>Always use Message Font (Windows 2003 and earlier)</source> + <translation>항상 메시지 글꼴을 사용합니다. (Windows 2003 및 이전 버전)</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="743"/> + <source>Apply changes</source> + <translation>변경 사항 적용</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="746"/> + <source>&OK</source> + <extracomment>OK, Cancel, Apply</extracomment> + <translatorcomment>확인, 취소, 적용</translatorcomment> + <translation>확인(&O)</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="759"/> + <source>Discard changes</source> + <translation>변경 사항 무시</translation> + </message> + <message> + <location filename="../OptionsDialog.ui" line="762"/> + <source>&Cancel</source> + <extracomment>OK, Cancel, Apply</extracomment> + <translatorcomment>확인, 취소, 적용</translatorcomment> + <translation>취소(&C)</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="154"/> + <source>%1 (Language priority)</source> + <comment>First language a person can talk with a different person/application. "Native" or "Not Native".</comment> + <translation>%1 (우선 순위)</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="154"/> + <source>System</source> + <comment>System in context of System default</comment> + <translation>시스템</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="160"/> + <source>%1 (Game language)</source> + <comment>Next closest language compared to the Game settings</comment> + <translatorcomment>게임 설정과 가장 가까운 언어</translatorcomment> + <translation>%1 (게임 언어)</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="160"/> + <location filename="../OptionsDialog.cpp" line="164"/> + <location filename="../OptionsDialog.cpp" line="167"/> + <source>Auto</source> + <comment>Automatic language choice.</comment> + <translatorcomment>언어 자동 선택</translatorcomment> + <translation>자동</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="164"/> + <location filename="../OptionsDialog.cpp" line="167"/> + <source>%1 (Closest to Interface)</source> + <comment>Next closest language compared to the Interface</comment> + <translatorcomment>인터페이스와 가장 가까운 언어</translatorcomment> + <translation>%1 (인터페이스와 가까운 언어)</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="462"/> + <source>%1</source> + <comment>%1</comment> + <translatorcomment>%1</translatorcomment> + <translation>%1</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="462"/> + <source>The new Custom Folder will initialise after you restart %1.</source> + <translation>다시 시작한 후 새 사용자 지정 폴더가 초기화됩니다. %1.</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="472"/> + <source>No Profile</source> + <comment>No Profile, as default</comment> + <translatorcomment>프로필 없음 (기본값)</translatorcomment> + <translation>프로필 없음</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="480"/> + <location filename="../OptionsDialog.cpp" line="484"/> + <location filename="../OptionsDialog.cpp" line="486"/> + <source>Profile: %1</source> + <translation>프로필: %1</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="575"/> + <source>View %1 User Statistics Online</source> + <translation>온라인 %1 사용자 통계 보기</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="594"/> + <source>Not registered</source> + <translation>등록되지 않았습니다</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="612"/> + <location filename="../OptionsDialog.cpp" line="628"/> + <location filename="../OptionsDialog.cpp" line="641"/> + <location filename="../OptionsDialog.cpp" line="642"/> + <source>Yes</source> + <translation>예</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="613"/> + <location filename="../OptionsDialog.cpp" line="627"/> + <source>No</source> + <translation>아니요</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="620"/> + <location filename="../OptionsDialog.cpp" line="649"/> + <source>OS defined</source> + <translation>OS 정의</translation> + </message> + <message> + <location filename="../OptionsDialog.cpp" line="636"/> + <location filename="../OptionsDialog.cpp" line="657"/> + <source>Steam defined</source> + <translation>스팀 정의</translation> + </message> +</context> +<context> + <name>PictureDialog</name> + <message> + <location filename="../PictureDialog.ui" line="14"/> + <source>Snapmatic Picture Viewer - %1</source> + <translation>스냅매틱 사진 뷰어 - %1</translation> + </message> + <message> + <location filename="../PictureDialog.ui" line="114"/> + <source><span style=" font-weight:600;">Title: </span>%6<br/> +<span style=" font-weight:600;">Location: </span>%7 (%1, %2, %3)<br/> +<span style=" font-weight:600;">Players: </span>%4 (Crew %5)<br/> +<span style=" font-weight:600;">Created: </span>%8</source> + <translation><span style=" font-weight:600;">제목:: </span>%6<br/> +<span style=" font-weight:600;">위치: </span>%7 (%1, %2, %3)<br/> +<span style=" font-weight:600;">플레이어: </span>%4 (Crew %5)<br/> +<span style=" font-weight:600;">생성 날짜: </span>%8</translation> + </message> + <message> + <location filename="../PictureDialog.ui" line="174"/> + <source>Manage picture</source> + <translation>사진 관리</translation> + </message> + <message> + <location filename="../PictureDialog.ui" line="177"/> + <source>&Manage</source> + <translation>관리(&M)</translation> + </message> + <message> + <location filename="../PictureDialog.ui" line="196"/> + <source>Close viewer</source> + <translation>뷰어 닫기</translation> + </message> + <message> + <location filename="../PictureDialog.ui" line="199"/> + <source>&Close</source> + <translation>닫기(&C)</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="165"/> + <location filename="../ProfileInterface.cpp" line="1609"/> + <source>Export as &Picture...</source> + <translation>사진으로 내보내기(&P)...</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="166"/> + <location filename="../ProfileInterface.cpp" line="1610"/> + <source>Export as &Snapmatic...</source> + <translation>스낵매틱으로 내보내기(&S)...</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="168"/> + <location filename="../ProfileInterface.cpp" line="1603"/> + <source>&Edit Properties...</source> + <translation>속성 편집(&E)...</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="169"/> + <location filename="../ProfileInterface.cpp" line="1604"/> + <source>&Overwrite Image...</source> + <translation>이미지 덮어쓰기(&O)...</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="171"/> + <location filename="../ProfileInterface.cpp" line="1606"/> + <source>Open &Map Viewer...</source> + <translation>지도 뷰어 열기(&M)...</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="173"/> + <location filename="../ProfileInterface.cpp" line="1607"/> + <source>Open &JSON Editor...</source> + <translation>JSON 편집기 열기(&J)...</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="575"/> + <source>Key 1 - Avatar Preview Mode +Key 2 - Toggle Overlay +Arrow Keys - Navigate</source> + <translation>숫자 1 - 아바타 미리보기 모드 +숫자 2 - 오버레이 전환 +화살표키 - 이동</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> + <source>Snapmatic Picture Viewer</source> + <translation>스낵매틱 사진 뷰어</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> + <source>Failed at %1</source> + <translation>%1에서 실패했습니다</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="798"/> + <location filename="../SnapmaticEditor.cpp" line="247"/> + <source>No Players</source> + <translation>플레이어 없음</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="774"/> + <source>No Crew</source> + <translation>조직 없음</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="661"/> + <source>Unknown Location</source> + <translation>알 수 없는 위치</translation> + </message> + <message> + <location filename="../PictureDialog.cpp" line="732"/> + <source>Avatar Preview Mode +Press 1 for Default View</source> + <translation>아바타 미리 보기 모드입니다 +돌아가려면 숫자 1을 누릅니다</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="95"/> + <source>Export as Picture...</source> + <translation>사진으로 내보내기...</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="96"/> + <location filename="../PictureExport.cpp" line="249"/> + <source>Export</source> + <translation>내보내기</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="99"/> + <source>JPEG Graphics (*.jpg *.jpeg)</source> + <translation>JPEG Graphics (*.jpg *.jpeg)</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="100"/> + <source>Portable Network Graphics (*.png)</source> + <translation>Portable Network Graphics (*.png)</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="150"/> + <location filename="../PictureExport.cpp" line="202"/> + <location filename="../PictureExport.cpp" line="205"/> + <location filename="../PictureExport.cpp" line="208"/> + <location filename="../PictureExport.cpp" line="211"/> + <location filename="../PictureExport.cpp" line="218"/> + <source>Export as Picture</source> + <translation>사진으로 내보내기</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="150"/> + <location filename="../PictureExport.cpp" line="285"/> + <source>Overwrite %1 with current Snapmatic picture?</source> + <translation>%1을 현재 스냅매틱 사진으로 덮어쓰시겠습니까?</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="202"/> + <source>Failed to export the picture because the system occurred a write failure</source> + <translation>시스템에서 쓰기 오류가 발생하여 사진을 내보내지 못했습니다</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="205"/> + <source>Failed to export the picture because the format detection failures</source> + <translation>확장자 감지에 실패하여 사진을 내보내지 못했습니다</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="208"/> + <source>Failed to export the picture because the file can't be written</source> + <translation>파일을 쓸 수 없으므로 사진을 내보내지 못했습니다</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="211"/> + <source>Failed to export the picture because of an unknown reason</source> + <translation>알 수 없는 이유로 사진을 내보내지 못했습니다</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="218"/> + <location filename="../PictureExport.cpp" line="316"/> + <source>No valid file is selected</source> + <translation>올바른 파일이 선택되지 않았습니다</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="248"/> + <source>Export as Snapmatic...</source> + <translation>스냅매틱으로 내보내기...</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="252"/> + <source>GTA V Export (*.g5e)</source> + <translation>GTA V Export (*.g5e)</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="253"/> + <source>GTA V Raw Export (*.auto)</source> + <translation>GTA V Raw Export (*.auto)</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="254"/> + <source>Snapmatic pictures (PGTA*)</source> + <translation>Snapmatic pictures (PGTA*)</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="285"/> + <location filename="../PictureExport.cpp" line="296"/> + <location filename="../PictureExport.cpp" line="305"/> + <location filename="../PictureExport.cpp" line="310"/> + <location filename="../PictureExport.cpp" line="316"/> + <source>Export as Snapmatic</source> + <translation>스냅매틱으로 내보내기</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="296"/> + <location filename="../PictureExport.cpp" line="305"/> + <source>Failed to export current Snapmatic picture</source> + <translation>현재 스냅매틱 사진을 내보내지 못했습니다</translation> + </message> + <message> + <location filename="../PictureExport.cpp" line="310"/> + <source>Exported Snapmatic to "%1" because of using the .auto extension.</source> + <translation>.auto 확장자를 사용하기 때문에 스냅매틱을 "%1"로 내보냈습니다.</translation> + </message> +</context> +<context> + <name>PlayerListDialog</name> + <message> + <location filename="../PlayerListDialog.ui" line="14"/> + <source>Edit Players...</source> + <translation>플레이어 편집...</translation> + </message> + <message> + <location filename="../PlayerListDialog.ui" line="24"/> + <source>Available Players:</source> + <translation>사용 가능한 플레이어:</translation> + </message> + <message> + <location filename="../PlayerListDialog.ui" line="108"/> + <source>Selected Players:</source> + <translation>선택된 플레이어:</translation> + </message> + <message> + <location filename="../PlayerListDialog.ui" line="150"/> + <source>&Apply</source> + <translation>적용(&A)</translation> + </message> + <message> + <location filename="../PlayerListDialog.ui" line="163"/> + <source>&Cancel</source> + <translation>취소(&C)</translation> + </message> + <message> + <location filename="../PlayerListDialog.cpp" line="151"/> + <source>Add Players...</source> + <translation>플레이어 추가...</translation> + </message> + <message> + <location filename="../PlayerListDialog.cpp" line="151"/> + <source>Failed to add more Players because the limit of Players are %1!</source> + <translation>플레이어의 제한이 %1이므로 플레이어를 추가하지 못했습니다!</translation> + </message> + <message> + <location filename="../PlayerListDialog.cpp" line="168"/> + <location filename="../PlayerListDialog.cpp" line="191"/> + <source>Add Player...</source> + <translation>플레이어 추가...</translation> + </message> + <message> + <location filename="../PlayerListDialog.cpp" line="168"/> + <source>Enter Social Club Player ID</source> + <translation>소셜 클럽 플레이어 아이디 입력</translation> + </message> + <message> + <location filename="../PlayerListDialog.cpp" line="191"/> + <source>Failed to add Player %1 because Player %1 is already added!</source> + <translation>%1 플레이어가 이미 추가되어 %1 플레이어를 추가하지 못했습니다!</translation> + </message> +</context> +<context> + <name>ProfileInterface</name> + <message> + <location filename="../ProfileInterface.ui" line="14"/> + <source>Profile Interface</source> + <translation>프로필 인터페이스</translation> + </message> + <message> + <location filename="../ProfileInterface.ui" line="55"/> + <source>Loading file %1 of %2 files</source> + <translation>%2 파일의 %1 파일을 불러오는 중입니다</translation> + </message> + <message> + <location filename="../ProfileInterface.ui" line="172"/> + <source>%1 %2</source> + <translation>%1 %2</translation> + </message> + <message> + <location filename="../ProfileInterface.ui" line="198"/> + <source>Import file</source> + <translation>파일 가져오기</translation> + </message> + <message> + <location filename="../ProfileInterface.ui" line="201"/> + <source>&Import...</source> + <translation>가져오기(&I)...</translation> + </message> + <message> + <location filename="../ProfileInterface.ui" line="217"/> + <source>Close profile</source> + <translation>프로필 닫기</translation> + </message> + <message> + <location filename="../ProfileInterface.ui" line="220"/> + <source>&Close</source> + <translation>닫기(&C)</translation> + </message> + <message> + <location filename="../ExportThread.cpp" line="97"/> + <location filename="../ExportThread.cpp" line="136"/> + <location filename="../ExportThread.cpp" line="157"/> + <source>Export file %1 of %2 files</source> + <translation>%2 파일 중 %1 파일을 내보냅니다</translation> + </message> + <message> + <location filename="../ImageEditorDialog.cpp" line="109"/> + <location filename="../ImportDialog.cpp" line="426"/> + <location filename="../ImportDialog.cpp" line="746"/> + <location filename="../ProfileInterface.cpp" line="487"/> + <location filename="../ProfileInterface.cpp" line="488"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="553"/> + <location filename="../ProfileInterface.cpp" line="587"/> + <location filename="../ProfileInterface.cpp" line="629"/> + <location filename="../ProfileInterface.cpp" line="664"/> + <location filename="../ProfileInterface.cpp" line="769"/> + <location filename="../ProfileInterface.cpp" line="779"/> + <location filename="../ProfileInterface.cpp" line="918"/> + <location filename="../ProfileInterface.cpp" line="923"/> + <location filename="../ProfileInterface.cpp" line="961"/> + <location filename="../ProfileInterface.cpp" line="1083"/> + <location filename="../ProfileInterface.cpp" line="1091"/> + <location filename="../ProfileInterface.cpp" line="1171"/> + <location filename="../ProfileInterface.cpp" line="1208"/> + <location filename="../ProfileInterface.cpp" line="1214"/> + <source>Import...</source> + <translation>가져오기...</translation> + </message> + <message> + <location filename="../ImageEditorDialog.cpp" line="110"/> + <location filename="../ImageEditorDialog.cpp" line="141"/> + <location filename="../ImageEditorDialog.cpp" line="150"/> + <location filename="../ImportDialog.cpp" line="427"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="747"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ImportDialog.cpp" line="787"/> + <source>Import</source> + <translation>가져오기</translation> + </message> + <message> + <location filename="../ImageEditorDialog.cpp" line="120"/> + <location filename="../ImportDialog.cpp" line="437"/> + <location filename="../ImportDialog.cpp" line="757"/> + <location filename="../ProfileInterface.cpp" line="507"/> + <source>All image files (%1)</source> + <translation>모든 이미지 파일 (%1)</translation> + </message> + <message> + <location filename="../ImageEditorDialog.cpp" line="121"/> + <location filename="../ImportDialog.cpp" line="438"/> + <location filename="../ImportDialog.cpp" line="758"/> + <location filename="../ProfileInterface.cpp" line="508"/> + <location filename="../UserInterface.cpp" line="463"/> + <source>All files (**)</source> + <translation>모든 파일 (**)</translation> + </message> + <message> + <location filename="../ImageEditorDialog.cpp" line="141"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ProfileInterface.cpp" line="769"/> + <source>Can't import %1 because file can't be open</source> + <translation>파일을 열 수 없으므로 %1을 가져올 수 없습니다</translation> + </message> + <message> + <location filename="../ImageEditorDialog.cpp" line="150"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="787"/> + <location filename="../ProfileInterface.cpp" line="779"/> + <source>Can't import %1 because file can't be parsed properly</source> + <translation>파일을 구문 분석할 수 없으므로 %1을 가져올 수 없습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="85"/> + <source>Enabled pictures: %1 of %2</source> + <translation>활성화된 사진: %2의 %1</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="185"/> + <source>Loading...</source> + <translation>불러오는 중...</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="414"/> + <source>Snapmatic Loader</source> + <translation>스냅매틱 로더</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="414"/> + <source><h4>Following Snapmatic Pictures got repaired</h4>%1</source> + <translation><h4>다음 스냅매틱 사진을 복구했습니다 </h4>%1</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="503"/> + <source>Importable files (%1)</source> + <translation>가져올 수 있는 파일 (%1)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="504"/> + <location filename="../UserInterface.cpp" line="460"/> + <source>GTA V Export (*.g5e)</source> + <translation>GTA V로 내보내기 (*.g5e)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="505"/> + <location filename="../UserInterface.cpp" line="461"/> + <source>Savegames files (SGTA*)</source> + <translation>세이브 파일 (SGTA*)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="506"/> + <location filename="../UserInterface.cpp" line="462"/> + <source>Snapmatic pictures (PGTA*)</source> + <translation>스냅매틱 사진 (PGTA*)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="923"/> + <location filename="../UserInterface.cpp" line="551"/> + <source>No valid file is selected</source> + <translation>올바른 파일이 선택되지 않았습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="554"/> + <location filename="../ProfileInterface.cpp" line="571"/> + <source>Import file %1 of %2 files</source> + <translation>%2 파일 중 %1 파일을 가져옵니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="587"/> + <source>Import failed with... + +%1</source> + <translation>가져오기에 실패했습니다... + +%1</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="629"/> + <location filename="../UserInterface.cpp" line="503"/> + <source>Failed to read Snapmatic picture</source> + <translation>스냅매틱 사진을 읽지 못했습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="664"/> + <location filename="../UserInterface.cpp" line="519"/> + <source>Failed to read Savegame file</source> + <translation>세이브 파일을 읽지 못했습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="918"/> + <source>Can't import %1 because file format can't be detected</source> + <translation>파일 형식을 검색할 수 없으므로 %1을 가져올 수 없습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="977"/> + <source>Prepare Content for Import...</source> + <translation>가져올 컨텐츠를 준비합니다...</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1083"/> + <source>Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e</source> + <translation>스냅매틱 사진을 가져오지 못했습니다. 파일이 PGTA로 시작되거나 .g5e로 끝나지 않습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1091"/> + <source>A Snapmatic picture already exists with the uid %1, you want assign your import a new uid and timestamp?</source> + <translation>uid %1이(가) 있는 스냅매틱 사진이 이미 있습니다. 가져오기를 새 uid 및 타임스탬프를 할당하시겠습니까?</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1171"/> + <source>Failed to import the Snapmatic picture, can't copy the file into profile</source> + <translation>스냅매틱 사진을 가져오지 못했습니다. 파일을 프로파일에 복사할 수 없습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1208"/> + <source>Failed to import the Savegame, can't copy the file into profile</source> + <translation>게임 저장 파일을 가져오지 못했습니다. 파일을 프로필에 복사할 수 없습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1214"/> + <source>Failed to import the Savegame, no Savegame slot is left</source> + <translation>게임 저장 파일을 가져오지 못했습니다. 게임 저장 슬롯이 남아 있지 않습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1278"/> + <location filename="../ProfileInterface.cpp" line="1316"/> + <location filename="../ProfileInterface.cpp" line="1361"/> + <location filename="../ProfileInterface.cpp" line="1396"/> + <location filename="../ProfileInterface.cpp" line="1416"/> + <source>Export selected...</source> + <translation>내보내기를 선택했습니다...</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1301"/> + <location filename="../ProfileInterface.cpp" line="1319"/> + <source>JPG pictures and GTA Snapmatic</source> + <translation>JPG 사진 및 GTA 스냅매틱</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1302"/> + <location filename="../ProfileInterface.cpp" line="1324"/> + <source>JPG pictures only</source> + <translation>JPG 사진만</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1303"/> + <location filename="../ProfileInterface.cpp" line="1328"/> + <source>GTA Snapmatic only</source> + <translation>GTA 스냅매틱만</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1316"/> + <source>%1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source> + <translation>%1 스냅 사진 내보내기를 수행합니다%2 <br><br>JPG 사진을 사용하면 이미지 뷰어 로 사진을 열 수 있습니다<br>GTA 스냅매틱을 사용하면 다음과 같이 사진을 게임으로 가져올 수 있습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1362"/> + <source>Initialising export...</source> + <translation>내보내기를 초기화하는 중...</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1396"/> + <source>Export failed with... + +%1</source> + <translation>내보내지 못했습니다... + +%1</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1416"/> + <location filename="../ProfileInterface.cpp" line="1458"/> + <source>No Snapmatic pictures or Savegames files are selected</source> + <translation>스냅매틱 사진 또는 세이브 파일이 선택되지 않았습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1424"/> + <location filename="../ProfileInterface.cpp" line="1452"/> + <location filename="../ProfileInterface.cpp" line="1458"/> + <source>Remove selected</source> + <translation>선택한 항목 삭제</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1424"/> + <source>You really want remove the selected Snapmatic picutres and Savegame files?</source> + <translation>선택한 스냅매틱 사진 및 세이브 파일을 삭제하시겠습니까?</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1452"/> + <source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source> + <translation>선택한 모든 스냅매틱 사진 및 세이브 파일을 삭제하지 못했습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2277"/> + <source>No Snapmatic pictures are selected</source> + <translation>스냅매틱 사진이 선택되지 않았습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../ProfileInterface.cpp" line="2026"/> + <location filename="../ProfileInterface.cpp" line="2125"/> + <location filename="../ProfileInterface.cpp" line="2256"/> + <location filename="../ProfileInterface.cpp" line="2359"/> + <source>%1 failed with... + +%2</source> + <comment>Action failed with...</comment> + <translatorcomment>작업 실패...</translatorcomment> + <translation>%1이(가) 실패했습니다. + +%2</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2026"/> + <source>Qualify as Avatar</source> + <translation>아바타 자격 부여</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1972"/> + <location filename="../ProfileInterface.cpp" line="2075"/> + <location filename="../ProfileInterface.cpp" line="2206"/> + <location filename="../ProfileInterface.cpp" line="2312"/> + <source>Patch selected...</source> + <translation>패치가 선택됨...</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1973"/> + <location filename="../ProfileInterface.cpp" line="1992"/> + <location filename="../ProfileInterface.cpp" line="2076"/> + <location filename="../ProfileInterface.cpp" line="2095"/> + <location filename="../ProfileInterface.cpp" line="2207"/> + <location filename="../ProfileInterface.cpp" line="2226"/> + <location filename="../ProfileInterface.cpp" line="2313"/> + <location filename="../ProfileInterface.cpp" line="2332"/> + <source>Patch file %1 of %2 files</source> + <translation>%2 파일의 %1 패치 파일입니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2026"/> + <source>Qualify</source> + <comment>%1 failed with...</comment> + <translatorcomment>%1이(가) 실패한 경우...</translatorcomment> + <translation>자격 부여</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2125"/> + <source>Change Players...</source> + <translation>플레이어 변경...</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2125"/> + <source>Change Players</source> + <comment>%1 failed with...</comment> + <translatorcomment>%1이(가) 실패한 경우...</translatorcomment> + <translation>플레이어 변경</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2183"/> + <location filename="../ProfileInterface.cpp" line="2256"/> + <source>Change Crew...</source> + <translation>조직 변경...</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2183"/> + <source>Failed to enter a valid Snapmatic Crew ID</source> + <translation>올바른 스냅매틱 조직 아이디를 입력하지 못했습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2256"/> + <source>Change Crew</source> + <comment>%1 failed with...</comment> + <translatorcomment>%1이(가) 실패한 경우...</translatorcomment> + <translation>조직 변경</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2277"/> + <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2359"/> + <source>Change Title...</source> + <translation>제목 변경...</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2294"/> + <source>Failed to enter a valid Snapmatic title</source> + <translation>올바른 스냅매틱 제목을 입력하지 못했습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2359"/> + <source>Change Title</source> + <comment>%1 failed with...</comment> + <translatorcomment>%1이(가) 실패한 경우...</translatorcomment> + <translation>제목 변경</translation> + </message> + <message> + <location filename="../UserInterface.cpp" line="459"/> + <source>All profile files (*.g5e SGTA* PGTA*)</source> + <translation>모든 프로필 파일 (*.g5e SGTA* PGTA*)</translation> + </message> +</context> +<context> + <name>QApplication</name> + <message> + <location filename="../main.cpp" line="115"/> + <source>Font</source> + <translation>폰트</translation> + </message> + <message> + <location filename="../main.cpp" line="115"/> + <source>Selected Font: %1</source> + <translation>선택된 폰트: %1</translation> + </message> + <message> + <location filename="../main.cpp" line="142"/> + <source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source> + <translation><h4>%1에 오신 것을 환영합니다!</h4>%1을 사용하기 전에 구성하시겠습니까?</translation> + </message> +</context> +<context> + <name>SavegameDialog</name> + <message> + <location filename="../SavegameDialog.ui" line="14"/> + <location filename="../SavegameDialog.cpp" line="84"/> + <source>Savegame Viewer</source> + <translation>세이브 파일 보기</translation> + </message> + <message> + <location filename="../SavegameDialog.ui" line="23"/> + <source><span style=" font-weight:600;">Savegame</span><br><br>%1</source> + <translation><span style=" font-weight:600;">세이브 파일</span><br><br>%1</translation> + </message> + <message> + <location filename="../SavegameDialog.ui" line="70"/> + <source>&Export</source> + <translation>내보내기(&E)</translation> + </message> + <message> + <location filename="../SavegameDialog.ui" line="83"/> + <source>&Close</source> + <translation>닫기(&C)</translation> + </message> + <message> + <location filename="../SavegameDialog.cpp" line="84"/> + <source>Failed at %1</source> + <translation>실패 %1</translation> + </message> +</context> +<context> + <name>SavegameWidget</name> + <message> + <location filename="../SavegameWidget.ui" line="14"/> + <source>Savegame Widget</source> + <translation>세이브 파일 위젯</translation> + </message> + <message> + <location filename="../SavegameWidget.ui" line="67"/> + <source>SAVE %3 - %1<br>%2</source> + <translation>저장 %3 - %1<br>%2</translation> + </message> + <message> + <location filename="../SavegameWidget.ui" line="83"/> + <source>View savegame</source> + <translation>세이브 파일 보기</translation> + </message> + <message> + <location filename="../SavegameWidget.ui" line="86"/> + <source>View</source> + <translation>보기</translation> + </message> + <message> + <location filename="../SavegameWidget.ui" line="99"/> + <source>Copy savegame</source> + <translation>세이브 파일 복사</translation> + </message> + <message> + <location filename="../SavegameWidget.ui" line="102"/> + <location filename="../SavegameCopy.cpp" line="53"/> + <source>Export</source> + <translation>내보내기</translation> + </message> + <message> + <location filename="../SavegameWidget.ui" line="118"/> + <source>Delete savegame</source> + <translation>세이브 파일 삭제</translation> + </message> + <message> + <location filename="../SavegameWidget.ui" line="121"/> + <source>Delete</source> + <translation>삭제</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1645"/> + <source>&View</source> + <translation>보기(&V)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1646"/> + <source>&Export</source> + <translation>내보내기(&E)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1647"/> + <source>&Remove</source> + <translation>삭제(&R)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1649"/> + <source>&Select</source> + <translation>선택(&S)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1650"/> + <source>&Deselect</source> + <translation>선택 해제(&D)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1653"/> + <source>Select &All</source> + <translation>모두 선택(&A)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1657"/> + <source>&Deselect All</source> + <translation>모두 선택 해제(&D)</translation> + </message> + <message> + <location filename="../SavegameCopy.cpp" line="56"/> + <source>Savegame files (SGTA*)</source> + <translation>세이브 파일 (SGTA*)</translation> + </message> + <message> + <location filename="../SavegameCopy.cpp" line="57"/> + <source>All files (**)</source> + <translation>모든 파일 (**)</translation> + </message> + <message> + <location filename="../SavegameCopy.cpp" line="76"/> + <location filename="../SavegameCopy.cpp" line="80"/> + <location filename="../SavegameCopy.cpp" line="93"/> + <location filename="../SavegameCopy.cpp" line="99"/> + <source>Export Savegame</source> + <translation>세이브 파일 내보내기</translation> + </message> + <message> + <location filename="../SavegameCopy.cpp" line="76"/> + <source>Overwrite %1 with current Savegame?</source> + <translation>%1을 현재 세이브 파일로 덮어쓰시겠습니까?</translation> + </message> + <message> + <location filename="../SavegameCopy.cpp" line="80"/> + <source>Failed to overwrite %1 with current Savegame</source> + <translation>%1을 현재 세이브 파일로 덮어쓰지 못했습니다</translation> + </message> + <message> + <location filename="../SavegameCopy.cpp" line="93"/> + <source>Failed to export current Savegame</source> + <translation>현재 세이브 파일을 내보내지 못했습니다</translation> + </message> + <message> + <location filename="../SavegameCopy.cpp" line="99"/> + <source>No valid file is selected</source> + <translation>올바른 파일이 선택되지 않았습니다</translation> + </message> + <message> + <location filename="../SavegameWidget.cpp" line="64"/> + <source>Export Savegame...</source> + <translation>세이브 파일 내보내기...</translation> + </message> + <message> + <location filename="../SavegameWidget.cpp" line="67"/> + <location filename="../SavegameWidget.cpp" line="124"/> + <source>AUTOSAVE - %1 +%2</source> + <translation>자동 저장 - %1 +%2</translation> + </message> + <message> + <location filename="../SavegameWidget.cpp" line="68"/> + <location filename="../SavegameWidget.cpp" line="125"/> + <source>SAVE %3 - %1 +%2</source> + <translation>저장 %3 - %1 +%2</translation> + </message> + <message> + <location filename="../SavegameWidget.cpp" line="96"/> + <location filename="../SavegameWidget.cpp" line="97"/> + <source>WRONG FORMAT</source> + <translation>잘못된 형식</translation> + </message> + <message> + <location filename="../SavegameWidget.cpp" line="118"/> + <source>UNKNOWN</source> + <translation>알 수 없음</translation> + </message> + <message> + <location filename="../SavegameWidget.cpp" line="138"/> + <location filename="../SavegameWidget.cpp" line="183"/> + <source>Delete Savegame</source> + <translation>세이브 파일 삭제</translation> + </message> + <message> + <location filename="../SavegameWidget.cpp" line="138"/> + <source>Are you sure to delete %1 from your savegames?</source> + <translation>%1을(를) 세이브 파일에서 삭제하시겠습니까?</translation> + </message> + <message> + <location filename="../SavegameWidget.cpp" line="183"/> + <source>Failed at deleting %1 from your savegames</source> + <translation>%1을(를) 세이브 파일에서 삭제하지 못했습니다</translation> + </message> +</context> +<context> + <name>SnapmaticEditor</name> + <message> + <location filename="../SnapmaticEditor.ui" line="14"/> + <location filename="../SnapmaticEditor.ui" line="81"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> + <location filename="../PictureDialog.cpp" line="921"/> + <location filename="../SnapmaticEditor.cpp" line="334"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> + <source>Snapmatic Properties</source> + <translation>스냅매틱 속성</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="44"/> + <source>Snapmatic Type</source> + <translation>스낵매틱 형식</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="50"/> + <source>Editor</source> + <translation>편집기</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="57"/> + <source>Selfie</source> + <translation>셀카</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="64"/> + <source>Regular</source> + <translation>일반</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="71"/> + <source>Mugshot</source> + <translation>머그샷</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="87"/> + <source>Meme</source> + <translation>밈</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="94"/> + <source>Director</source> + <translation>감독</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="104"/> + <source>Snapmatic Values</source> + <translation>스냅매틱 값</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="171"/> + <source>Extras</source> + <translation>엑스트라</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="177"/> + <source>Qualify as Avatar automatically at apply</source> + <translation>적용 시 자동으로 아바타 자격을 부여합니다</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="190"/> + <source>Qualify as Avatar allows you to use this Snapmatic as a Social Club profile picture</source> + <translation>이 스냅매틱을 소셜 클럽 프로필 사진으로 사용할 수 있습니다</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="240"/> + <source>Apply changes</source> + <translation>변경 사항 적용</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="243"/> + <source>&Apply</source> + <translation>적용(&A)</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="256"/> + <source>Discard changes</source> + <translation>변경 사항 무시</translation> + </message> + <message> + <location filename="../SnapmaticEditor.ui" line="259"/> + <source>&Cancel</source> + <translation>취소(&C)</translation> + </message> + <message> + <location filename="../JsonEditorDialog.cpp" line="117"/> + <source><h4>Unsaved changes detected</h4>You want to save the JSON content before you quit?</source> + <translation>< h4>저장되지 않은 변경 내용이 감지되었습니다. </h4>그만두기 전에 JSON 콘텐츠를 저장하겠습니까?</translation> + </message> + <message> + <location filename="../JsonEditorDialog.cpp" line="182"/> + <source>Patching of Snapmatic Properties failed because of %1</source> + <translation>%1로 인해 스냅매틱 속성을 패치하지 못했습니다</translation> + </message> + <message> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../PictureDialog.cpp" line="921"/> + <location filename="../SnapmaticEditor.cpp" line="334"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> + <source>Patching of Snapmatic Properties failed because of I/O Error</source> + <translation>I/O 오류로 인해 스냅매틱 속성을 패치하지 못했습니다</translation> + </message> + <message> + <location filename="../JsonEditorDialog.cpp" line="217"/> + <source>Patching of Snapmatic Properties failed because of JSON Error</source> + <translation>JSON 오류로 인해 스냅매틱 속성을 패치하지 못했습니다</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2174"/> + <location filename="../SnapmaticEditor.cpp" line="443"/> + <source>Snapmatic Crew</source> + <translation>조직 스냅매틱</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2174"/> + <location filename="../SnapmaticEditor.cpp" line="443"/> + <source>New Snapmatic crew:</source> + <translation>새로운 조직 스냅매틱:</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2289"/> + <location filename="../SnapmaticEditor.cpp" line="414"/> + <source>Snapmatic Title</source> + <translation>스냅매틱 제목</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="2289"/> + <location filename="../SnapmaticEditor.cpp" line="414"/> + <source>New Snapmatic title:</source> + <translation>새로운 스냅매틱 제목:</translation> + </message> + <message> + <location filename="../SnapmaticEditor.cpp" line="231"/> + <location filename="../SnapmaticEditor.cpp" line="266"/> + <location filename="../SnapmaticEditor.cpp" line="286"/> + <source>Edit</source> + <translation>편집</translation> + </message> + <message> + <location filename="../SnapmaticEditor.cpp" line="235"/> + <source>Players: %1 (%2)</source> + <comment>Multiple Player are inserted here</comment> + <translatorcomment>여기에 여러 플레이어가 추가됩니다.</translatorcomment> + <translation>플레이어: %1 (%2)</translation> + </message> + <message> + <location filename="../SnapmaticEditor.cpp" line="239"/> + <source>Player: %1 (%2)</source> + <comment>One Player is inserted here</comment> + <translatorcomment>여기에 플레이어 하나가 추가됩니다.</translatorcomment> + <translation>플레이어: %1 (%2)</translation> + </message> + <message> + <location filename="../SnapmaticEditor.cpp" line="267"/> + <source>Title: %1 (%2)</source> + <translation>제목: %1 (%2)</translation> + </message> + <message> + <location filename="../SnapmaticEditor.cpp" line="271"/> + <location filename="../SnapmaticEditor.cpp" line="275"/> + <source>Appropriate: %1</source> + <translation>변경: %1</translation> + </message> + <message> + <location filename="../SnapmaticEditor.cpp" line="271"/> + <source>Yes</source> + <comment>Yes, should work fine</comment> + <translatorcomment>네, 잘 될 거예요.</translatorcomment> + <translation>예</translation> + </message> + <message> + <location filename="../SnapmaticEditor.cpp" line="275"/> + <source>No</source> + <comment>No, could lead to issues</comment> + <translatorcomment>아니요, 문제가 발생할 수 있습니다.</translatorcomment> + <translation>아니요</translation> + </message> + <message> + <location filename="../SnapmaticEditor.cpp" line="287"/> + <source>Crew: %1 (%2)</source> + <translation>조직: %1 (%2)</translation> + </message> +</context> +<context> + <name>SnapmaticPicture</name> + <message> + <location filename="../JsonEditorDialog.cpp" line="168"/> + <location filename="../SnapmaticPicture.cpp" line="730"/> + <source>JSON is incomplete and malformed</source> + <translation>JSON이 불안정하고 형식이 잘못되었습니다</translation> + </message> + <message> + <location filename="../JsonEditorDialog.cpp" line="172"/> + <location filename="../SnapmaticPicture.cpp" line="734"/> + <source>JSON is incomplete</source> + <translation>JSON이 불안정합니다</translation> + </message> + <message> + <location filename="../JsonEditorDialog.cpp" line="176"/> + <location filename="../SnapmaticPicture.cpp" line="738"/> + <source>JSON is malformed</source> + <translation>잘못된 JSON 형식</translation> + </message> + <message> + <location filename="../SnapmaticPicture.cpp" line="464"/> + <source>PHOTO - %1</source> + <translation>사진 - %1</translation> + </message> + <message> + <location filename="../SnapmaticPicture.cpp" line="690"/> + <source>open file %1</source> + <translation>파일 열기 %1</translation> + </message> + <message> + <location filename="../SnapmaticPicture.cpp" line="706"/> + <source>header not exists</source> + <translation>헤더가 존재하지 않습니다</translation> + </message> + <message> + <location filename="../SnapmaticPicture.cpp" line="710"/> + <source>header is malformed</source> + <translation>헤더의 형식이 잘못되었습니다</translation> + </message> + <message> + <location filename="../SnapmaticPicture.cpp" line="714"/> + <source>picture not exists (%1)</source> + <translation>사진이 존재하지 않습니다. (%1)</translation> + </message> + <message> + <location filename="../SnapmaticPicture.cpp" line="718"/> + <source>JSON not exists (%1)</source> + <translation>JSON이 존재하지 않습니다. (%1)</translation> + </message> + <message> + <location filename="../SnapmaticPicture.cpp" line="722"/> + <source>title not exists (%1)</source> + <translation>제목이 존재하지 않습니다. (%1)</translation> + </message> + <message> + <location filename="../SnapmaticPicture.cpp" line="726"/> + <source>description not exists (%1)</source> + <translation>설명이 존재하지 않습니다. (%1)</translation> + </message> + <message> + <location filename="../SnapmaticPicture.cpp" line="740"/> + <source>reading file %1 because of %2</source> + <comment>Example for %2: JSON is malformed error</comment> + <translatorcomment>%2의 예: JSON이 잘못된 형식입니다</translatorcomment> + <translation>%2 때문에 %1 파일을 읽습니다</translation> + </message> +</context> +<context> + <name>SnapmaticWidget</name> + <message> + <location filename="../SnapmaticWidget.ui" line="14"/> + <source>Snapmatic Widget</source> + <translation>스냅매틱 위젯</translation> + </message> + <message> + <location filename="../SnapmaticWidget.ui" line="85"/> + <source>PHOTO - 00/00/00 00:00:00</source> + <translation>사진 - 00/00/00 00:00:00</translation> + </message> + <message> + <location filename="../SnapmaticWidget.ui" line="101"/> + <source>View picture</source> + <translation>사진 보기</translation> + </message> + <message> + <location filename="../SnapmaticWidget.ui" line="104"/> + <source>View</source> + <translation>보기</translation> + </message> + <message> + <location filename="../SnapmaticWidget.ui" line="120"/> + <source>Copy picture</source> + <translation>사진 복사</translation> + </message> + <message> + <location filename="../SnapmaticWidget.ui" line="123"/> + <source>Copy</source> + <translation>복사</translation> + </message> + <message> + <location filename="../SnapmaticWidget.ui" line="136"/> + <source>Export picture</source> + <translation>사진 내보내기</translation> + </message> + <message> + <location filename="../SnapmaticWidget.ui" line="139"/> + <source>Export</source> + <translation>내보내기</translation> + </message> + <message> + <location filename="../SnapmaticWidget.ui" line="152"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> + <source>Delete picture</source> + <translation>사진 삭제</translation> + </message> + <message> + <location filename="../SnapmaticWidget.ui" line="155"/> + <source>Delete</source> + <translation>삭제</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1594"/> + <source>Edi&t</source> + <translation>편집(&T)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1597"/> + <source>Show &In-game</source> + <translation>인게임에서 보이기(&I)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1601"/> + <source>Hide &In-game</source> + <translation>인게임에서 숨기기(&I)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1608"/> + <source>&Export</source> + <translation>내보내기(&E)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1611"/> + <source>&View</source> + <translation>보기(&V)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1614"/> + <source>&Remove</source> + <translation>삭제(&R)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1616"/> + <source>&Select</source> + <translation>선택(&S)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1617"/> + <source>&Deselect</source> + <translation>선택 해제(&D)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1620"/> + <source>Select &All</source> + <translation>모두 선택(&A)</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1624"/> + <source>&Deselect All</source> + <translation>모두 선택 해제(&D)</translation> + </message> + <message> + <location filename="../SnapmaticWidget.cpp" line="171"/> + <source>Are you sure to delete %1 from your Snapmatic pictures?</source> + <translation>스냅매틱 사진에서 %1을 삭제하시겠습니까?</translation> + </message> + <message> + <location filename="../SnapmaticWidget.cpp" line="197"/> + <source>Failed at deleting %1 from your Snapmatic pictures</source> + <translation>스냅매틱 사진에서 %1을 삭제하지 못했습니다</translation> + </message> + <message> + <location filename="../SnapmaticWidget.cpp" line="321"/> + <source>Failed to hide %1 In-game from your Snapmatic pictures</source> + <translation>인게임 스냅매틱 사진에서 %1 을 숨기지 못했습니다</translation> + </message> + <message> + <location filename="../SnapmaticWidget.cpp" line="329"/> + <source>Failed to show %1 In-game from your Snapmatic pictures</source> + <translation>인게임 스냅매틱 사진에서 %1 을 표시하지 못했습니다</translation> + </message> +</context> +<context> + <name>TelemetryDialog</name> + <message> + <location filename="../main.cpp" line="171"/> + <source>You want help %1 to improve in the future by including personal usage data in your submission?</source> + <translation>개인 사용 데이터를 제출에 포함시켜 %1이(가) 개선되기를 원합니까?</translation> + </message> + <message> + <location filename="../main.cpp" line="172"/> + <source>%1 User Statistics</source> + <translation>%1 사용자 통계</translation> + </message> + <message> + <location filename="../main.cpp" line="176"/> + <source>Yes, I want include personal usage data.</source> + <translation>예, 개인 사용 데이터를 포함시키고 싶습니다.</translation> + </message> + <message> + <location filename="../main.cpp" line="185"/> + <source>&OK</source> + <translation>확인(&O)</translation> + </message> +</context> +<context> + <name>UserInterface</name> + <message> + <location filename="../UserInterface.ui" line="20"/> + <location filename="../UserInterface.cpp" line="61"/> + <source>%2 - %1</source> + <translation>%2 - %1</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="74"/> + <source>Select profile</source> + <translation>프로필 선택</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="105"/> + <source>%1 %2</source> + <translation>%1 %2</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="131"/> + <source>Reload profile overview</source> + <translation>프로필 다시 불러오기</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="134"/> + <source>&Reload</source> + <translation>새로고침(&R)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="150"/> + <source>Close %1</source> + <extracomment>Close %1 <- (gta5view/gta5sync) - %1 will be replaced automatically</extracomment> + <translatorcomment>닫기 %1 <- (gta5view/gta5sync) - %1 자동으로 교체됩니다.</translatorcomment> + <translation>닫기 %1</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="153"/> + <source>&Close</source> + <translation>닫기(&C)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="179"/> + <source>&File</source> + <translation>파일(&F)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="189"/> + <source>&Help</source> + <translation>도움말(&H)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="195"/> + <source>&Edit</source> + <translation>편집(&E)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="201"/> + <source>&Profile</source> + <translation>프로필(&P)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="205"/> + <source>&Selection visibility</source> + <translation>인게임 표시(&S)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="212"/> + <source>Selection &mass tools</source> + <translation>선택 작업(&M)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="236"/> + <location filename="../UserInterface.cpp" line="59"/> + <location filename="../UserInterface.cpp" line="641"/> + <source>&About %1</source> + <translation>%1 정보(&A)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="244"/> + <source>&Exit</source> + <translation>종료(&E)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="247"/> + <source>Exit</source> + <translation>종료</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="255"/> + <source>Close &Profile</source> + <translation>프로필 닫기(&P)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="263"/> + <source>&Settings</source> + <translation>설정(&S)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="271"/> + <source>Select &All</source> + <translation>모두 선택(&A)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="279"/> + <source>&Deselect All</source> + <translation>모두 선택 해제(&D)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="287"/> + <source>&Export selected...</source> + <translation>선택 내보내기(&E)...</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="295"/> + <source>&Remove selected</source> + <translation>선택 삭제(&R)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="303"/> + <source>&Import files...</source> + <translation>파일 불러오기(&I)...</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="311"/> + <source>&Open File...</source> + <translation>파일 열기(&O)...</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="319"/> + <location filename="../UserInterface.cpp" line="247"/> + <source>Select &GTA V Folder...</source> + <translation>GTA V 폴더 선택(&G)...</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="322"/> + <location filename="../OptionsDialog.cpp" line="720"/> + <location filename="../UserInterface.cpp" line="188"/> + <location filename="../UserInterface.cpp" line="608"/> + <source>Select GTA V Folder...</source> + <translation>GTA V 폴더 선택</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="330"/> + <source>Show In-gam&e</source> + <translation>인게임 보이기(&E)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="338"/> + <source>Hi&de In-game</source> + <translation>인게임 숨기기(&D)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="346"/> + <source>Change &Title...</source> + <translation>제목 변경(&T)...</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="354"/> + <source>Change &Crew...</source> + <translation>&조직 상징 변경(&C)...</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="362"/> + <source>&Qualify as Avatar</source> + <translation>아바타 자격 부여(&Q)</translation> + </message> + <message> + <location filename="../UserInterface.ui" line="370"/> + <source>Change &Players...</source> + <translation>플레이어 변경(&P)...</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> + <source>Show In-game</source> + <translation>인게임 보이기</translation> + </message> + <message> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> + <source>Hide In-game</source> + <translation>인게임 숨기기</translation> + </message> + <message> + <location filename="../UserInterface.cpp" line="63"/> + <location filename="../UserInterface.cpp" line="313"/> + <location filename="../UserInterface.cpp" line="655"/> + <source>Select Profile</source> + <translation>프로필 선택</translation> + </message> + <message> + <location filename="../UserInterface.cpp" line="456"/> + <source>Open File...</source> + <translation>파일 열기...</translation> + </message> + <message> + <location filename="../UserInterface.cpp" line="503"/> + <location filename="../UserInterface.cpp" line="519"/> + <location filename="../UserInterface.cpp" line="546"/> + <location filename="../UserInterface.cpp" line="551"/> + <source>Open File</source> + <translation>파일 열기</translation> + </message> + <message> + <location filename="../UserInterface.cpp" line="546"/> + <source>Can't open %1 because of not valid file format</source> + <translation>올바른 파일 형식이 아니므로 %1을 열 수 없습니다</translation> + </message> +</context> +</TS> diff --git a/res/gta5sync_ru.ts b/res/gta5sync_ru.ts index 13483c3..55697f9 100644 --- a/res/gta5sync_ru.ts +++ b/res/gta5sync_ru.ts @@ -182,16 +182,16 @@ Pictures and Savegames</source> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Snapmatic Image Editor</source> <translation>Редактор картинок Snapmatic</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="14"/> - <location filename="../ImportDialog.cpp" line="635"/> + <location filename="../ImportDialog.cpp" line="639"/> <source>Overwrite Image...</source> <translation>Перезаписать картинку...</translation> </message> @@ -207,39 +207,39 @@ Pictures and Savegames</source> </message> <message> <location filename="../ImageEditorDialog.ui" line="82"/> - <location filename="../ImportDialog.cpp" line="637"/> + <location filename="../ImportDialog.cpp" line="641"/> <source>Apply changes</source> <translation>Применить изменения</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="85"/> - <location filename="../ImportDialog.cpp" line="636"/> + <location filename="../ImportDialog.cpp" line="640"/> <source>&Overwrite</source> <translation>&Перезаписать</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="92"/> - <location filename="../ImportDialog.cpp" line="639"/> + <location filename="../ImportDialog.cpp" line="643"/> <source>Discard changes</source> <translation>Отменить изменения</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="95"/> - <location filename="../ImportDialog.cpp" line="638"/> + <location filename="../ImportDialog.cpp" line="642"/> <source>&Close</source> <translation>&Закрыть</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> <source>Patching of Snapmatic Image failed because of I/O Error</source> <translation>Не удалось изменить картинку Snapmatic из-за ошибки ввода-вывода</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Patching of Snapmatic Image failed because of Image Error</source> <translation>Не удалось изменить картинку Snapmatic из-за ошибки Image Error</translation> </message> @@ -280,8 +280,8 @@ Pictures and Savegames</source> <message> <location filename="../ImportDialog.ui" line="150"/> <location filename="../ImportDialog.cpp" line="87"/> - <location filename="../ImportDialog.cpp" line="311"/> - <location filename="../ImportDialog.cpp" line="723"/> + <location filename="../ImportDialog.cpp" line="315"/> + <location filename="../ImportDialog.cpp" line="727"/> <source>Background Colour: <span style="color: %1">%1</span></source> <translation>Цвет фона: <span style="color: %1">%1</span></translation> </message> @@ -307,8 +307,8 @@ Pictures and Savegames</source> <translation>Убрать фоновую картинку</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="318"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>Background Image: %1</source> <translation>Фоновая картинка: %1</translation> </message> @@ -359,8 +359,8 @@ Pictures and Savegames</source> <message> <location filename="../ImportDialog.ui" line="203"/> <location filename="../ImportDialog.cpp" line="88"/> - <location filename="../ImportDialog.cpp" line="319"/> - <location filename="../ImportDialog.cpp" line="803"/> + <location filename="../ImportDialog.cpp" line="323"/> + <location filename="../ImportDialog.cpp" line="807"/> <source>Background Image:</source> <translation>Фоновая картинка:</translation> </message> @@ -385,114 +385,114 @@ Pictures and Savegames</source> <translation>&Сохранить настройки...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="197"/> - <location filename="../ProfileInterface.cpp" line="713"/> + <location filename="../ImportDialog.cpp" line="198"/> + <location filename="../ProfileInterface.cpp" line="712"/> <source>Custom Avatar</source> <comment>Custom Avatar Description in SC, don't use Special Character!</comment> <translation>Свой Аватар</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="224"/> - <location filename="../ProfileInterface.cpp" line="732"/> + <location filename="../ImportDialog.cpp" line="225"/> + <location filename="../ProfileInterface.cpp" line="731"/> <source>Custom Picture</source> <comment>Custom Picture Description in SC, don't use Special Character!</comment> <translation>Своя Картинка</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> + <location filename="../ImportDialog.cpp" line="318"/> <source>Storage</source> <comment>Background Image: Storage</comment> <translation>Хранилище</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="351"/> + <location filename="../ImportDialog.cpp" line="355"/> <source>Crop Picture...</source> <translation>Обрезать картинку...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="393"/> + <location filename="../ImportDialog.cpp" line="397"/> <source>&Crop</source> <translation>Об&резать</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="394"/> + <location filename="../ImportDialog.cpp" line="398"/> <source>Crop Picture</source> <translation>Обрезать картинку</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="529"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="533"/> <source>Please import a new picture first</source> <translation>Импортируй сначала новую картинку</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="486"/> - <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="490"/> + <location filename="../ImportDialog.cpp" line="500"/> <source>Default</source> <comment>Default as Default Profile</comment> <translation>По умолчанию</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="487"/> - <location filename="../ImportDialog.cpp" line="488"/> - <location filename="../ImportDialog.cpp" line="489"/> - <location filename="../ImportDialog.cpp" line="490"/> <location filename="../ImportDialog.cpp" line="491"/> - <location filename="../ImportDialog.cpp" line="500"/> + <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="493"/> + <location filename="../ImportDialog.cpp" line="494"/> + <location filename="../ImportDialog.cpp" line="495"/> <location filename="../ImportDialog.cpp" line="504"/> <location filename="../ImportDialog.cpp" line="508"/> <location filename="../ImportDialog.cpp" line="512"/> <location filename="../ImportDialog.cpp" line="516"/> - <location filename="../ImportDialog.cpp" line="534"/> - <location filename="../ImportDialog.cpp" line="535"/> - <location filename="../ImportDialog.cpp" line="536"/> - <location filename="../ImportDialog.cpp" line="537"/> + <location filename="../ImportDialog.cpp" line="520"/> <location filename="../ImportDialog.cpp" line="538"/> - <location filename="../ImportDialog.cpp" line="543"/> + <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="540"/> + <location filename="../ImportDialog.cpp" line="541"/> + <location filename="../ImportDialog.cpp" line="542"/> <location filename="../ImportDialog.cpp" line="547"/> <location filename="../ImportDialog.cpp" line="551"/> <location filename="../ImportDialog.cpp" line="555"/> <location filename="../ImportDialog.cpp" line="559"/> + <location filename="../ImportDialog.cpp" line="563"/> <source>Profile %1</source> <comment>Profile %1 as Profile 1</comment> <translation>Профиль %1</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="496"/> <source>Load Settings...</source> <translation>Загрузить настройки...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="492"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Please select your settings profile</source> <translation>Пожалуйста, выбери профиль для настроек</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="529"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="533"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Save Settings...</source> <translation>Сохранить настройки...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Are you sure to use a square image outside of the Avatar Zone? When you want to use it as Avatar the image will be detached!</source> <translation>Ты точно хочешь использовать квадратное изображение вне зоны аватарки? Если это аватар, то изображение будет обрезано!</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Snapmatic Avatar Zone</source> <translation>Зона Snapmatic Аватарки</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="719"/> + <location filename="../ImportDialog.cpp" line="723"/> <source>Select Colour...</source> <translation>Выбрать цвет...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>File</source> <comment>Background Image: File</comment> <translation>Файл</translation> @@ -526,7 +526,7 @@ When you want to use it as Avatar the image will be detached!</source> <translation>&Закрыть</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="179"/> + <location filename="../JsonEditorDialog.cpp" line="180"/> <source>JSON Error</source> <translation>Ошибка JSON</translation> </message> @@ -589,7 +589,7 @@ When you want to use it as Avatar the image will be detached!</source> <translation>&Готово</translation> </message> <message> - <location filename="../MapLocationDialog.cpp" line="92"/> + <location filename="../MapLocationDialog.cpp" line="96"/> <source>X: %1 Y: %2</source> <comment>X and Y position</comment> @@ -1042,37 +1042,37 @@ Y: %2</translation> <translation>Экспортировать</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="159"/> - <location filename="../ProfileInterface.cpp" line="1610"/> + <location filename="../PictureDialog.cpp" line="165"/> + <location filename="../ProfileInterface.cpp" line="1609"/> <source>Export as &Picture...</source> <translation>Экспортировать как &картинку...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="160"/> - <location filename="../ProfileInterface.cpp" line="1611"/> + <location filename="../PictureDialog.cpp" line="166"/> + <location filename="../ProfileInterface.cpp" line="1610"/> <source>Export as &Snapmatic...</source> <translation>Экспортировать как &Snapmatic...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="163"/> - <location filename="../ProfileInterface.cpp" line="1605"/> + <location filename="../PictureDialog.cpp" line="169"/> + <location filename="../ProfileInterface.cpp" line="1604"/> <source>&Overwrite Image...</source> <translation>&Перезаписать картинку...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="162"/> - <location filename="../ProfileInterface.cpp" line="1604"/> + <location filename="../PictureDialog.cpp" line="168"/> + <location filename="../ProfileInterface.cpp" line="1603"/> <source>&Edit Properties...</source> <translation>&Изменить свойства...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="165"/> - <location filename="../ProfileInterface.cpp" line="1607"/> + <location filename="../PictureDialog.cpp" line="171"/> + <location filename="../ProfileInterface.cpp" line="1606"/> <source>Open &Map Viewer...</source> <translation>Открыть &карту...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="564"/> + <location filename="../PictureDialog.cpp" line="575"/> <source>Key 1 - Avatar Preview Mode Key 2 - Toggle Overlay Arrow Keys - Navigate</source> @@ -1081,39 +1081,39 @@ Arrow Keys - Navigate</source> Стрелки - Навигация</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Snapmatic Picture Viewer</source> <translation>Просмотрщик фотографий Snapmatic</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Failed at %1</source> <translation>Ошибка при %1</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="770"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="774"/> <source>No Crew</source> <translation>Вне банды</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="790"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="798"/> <location filename="../SnapmaticEditor.cpp" line="247"/> <source>No Players</source> <translation>Игроков нет</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="736"/> + <location filename="../PictureDialog.cpp" line="732"/> <source>Avatar Preview Mode Press 1 for Default View</source> <translation>Режим просмотра аватарок Нажмите 1 для стандартного просмотра</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> + <location filename="../PictureDialog.cpp" line="661"/> <source>Unknown Location</source> <translation>Неизвестное место</translation> </message> @@ -1215,8 +1215,8 @@ Press 1 for Default View</source> <translation>Картинки Snapmatic (PGTA*)</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="167"/> - <location filename="../ProfileInterface.cpp" line="1608"/> + <location filename="../PictureDialog.cpp" line="173"/> + <location filename="../ProfileInterface.cpp" line="1607"/> <source>Open &JSON Editor...</source> <translation>Открыть &редактор JSON...</translation> </message> @@ -1234,43 +1234,43 @@ Press 1 for Default View</source> <translation>Доступные игроки:</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="102"/> + <location filename="../PlayerListDialog.ui" line="108"/> <source>Selected Players:</source> <translation>Выбранные игроки:</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="144"/> + <location filename="../PlayerListDialog.ui" line="150"/> <source>&Apply</source> <translation>&Применить</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="157"/> + <location filename="../PlayerListDialog.ui" line="163"/> <source>&Cancel</source> <translation>&Отмена</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Add Players...</source> <translation>Добавить игроков...</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Failed to add more Players because the limit of Players are %1!</source> <translation>Невозможно добавить больше игроков из-за ограничения в %1!</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="168"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Add Player...</source> <translation>Добавить игрока...</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> + <location filename="../PlayerListDialog.cpp" line="168"/> <source>Enter Social Club Player ID</source> <translation>Введите идентификатор игрока из Social Club</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Failed to add Player %1 because Player %1 is already added!</source> <translation>Нельзя повторно добавить игрока %1, %1 уже добавлен!</translation> </message> @@ -1313,17 +1313,17 @@ Press 1 for Default View</source> <translation>&Закрыть</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="186"/> + <location filename="../ProfileInterface.cpp" line="185"/> <source>Loading...</source> <translation>Загрузка...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source>Snapmatic Loader</source> <translation>Загрузчик Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source><h4>Following Snapmatic Pictures got repaired</h4>%1</source> <translatorcomment>Change wording if the %1 is not a multiline beginning at new line </translatorcomment> @@ -1331,25 +1331,25 @@ Press 1 for Default View</source> </message> <message> <location filename="../ImageEditorDialog.cpp" line="109"/> - <location filename="../ImportDialog.cpp" line="422"/> - <location filename="../ImportDialog.cpp" line="742"/> + <location filename="../ImportDialog.cpp" line="426"/> + <location filename="../ImportDialog.cpp" line="746"/> + <location filename="../ProfileInterface.cpp" line="487"/> <location filename="../ProfileInterface.cpp" line="488"/> - <location filename="../ProfileInterface.cpp" line="489"/> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="554"/> - <location filename="../ProfileInterface.cpp" line="588"/> - <location filename="../ProfileInterface.cpp" line="630"/> - <location filename="../ProfileInterface.cpp" line="665"/> - <location filename="../ProfileInterface.cpp" line="770"/> - <location filename="../ProfileInterface.cpp" line="780"/> - <location filename="../ProfileInterface.cpp" line="919"/> - <location filename="../ProfileInterface.cpp" line="924"/> - <location filename="../ProfileInterface.cpp" line="962"/> - <location filename="../ProfileInterface.cpp" line="1084"/> - <location filename="../ProfileInterface.cpp" line="1092"/> - <location filename="../ProfileInterface.cpp" line="1172"/> - <location filename="../ProfileInterface.cpp" line="1209"/> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="553"/> + <location filename="../ProfileInterface.cpp" line="587"/> + <location filename="../ProfileInterface.cpp" line="629"/> + <location filename="../ProfileInterface.cpp" line="664"/> + <location filename="../ProfileInterface.cpp" line="769"/> + <location filename="../ProfileInterface.cpp" line="779"/> + <location filename="../ProfileInterface.cpp" line="918"/> + <location filename="../ProfileInterface.cpp" line="923"/> + <location filename="../ProfileInterface.cpp" line="961"/> + <location filename="../ProfileInterface.cpp" line="1083"/> + <location filename="../ProfileInterface.cpp" line="1091"/> + <location filename="../ProfileInterface.cpp" line="1171"/> + <location filename="../ProfileInterface.cpp" line="1208"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Import...</source> <translation>Импортировать...</translation> </message> @@ -1357,44 +1357,44 @@ Press 1 for Default View</source> <location filename="../ImageEditorDialog.cpp" line="110"/> <location filename="../ImageEditorDialog.cpp" line="141"/> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="423"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="743"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ImportDialog.cpp" line="783"/> + <location filename="../ImportDialog.cpp" line="427"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="747"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ImportDialog.cpp" line="787"/> <source>Import</source> <translation>Импортировать</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="506"/> + <location filename="../ProfileInterface.cpp" line="505"/> <location filename="../UserInterface.cpp" line="461"/> <source>Savegames files (SGTA*)</source> <translation>Файлы сохранения (SGTA*)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="507"/> + <location filename="../ProfileInterface.cpp" line="506"/> <location filename="../UserInterface.cpp" line="462"/> <source>Snapmatic pictures (PGTA*)</source> <translation>Картинка Snapmatic (PGTA*)</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="121"/> - <location filename="../ImportDialog.cpp" line="434"/> - <location filename="../ImportDialog.cpp" line="754"/> - <location filename="../ProfileInterface.cpp" line="509"/> + <location filename="../ImportDialog.cpp" line="438"/> + <location filename="../ImportDialog.cpp" line="758"/> + <location filename="../ProfileInterface.cpp" line="508"/> <location filename="../UserInterface.cpp" line="463"/> <source>All files (**)</source> <translation>Все файлы (**)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="555"/> - <location filename="../ProfileInterface.cpp" line="572"/> + <location filename="../ProfileInterface.cpp" line="554"/> + <location filename="../ProfileInterface.cpp" line="571"/> <source>Import file %1 of %2 files</source> <translation>Импортируются файлы %1 из %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="588"/> + <location filename="../ProfileInterface.cpp" line="587"/> <source>Import failed with... %1</source> @@ -1403,172 +1403,172 @@ Press 1 for Default View</source> %1</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="630"/> + <location filename="../ProfileInterface.cpp" line="629"/> <location filename="../UserInterface.cpp" line="503"/> <source>Failed to read Snapmatic picture</source> <translation>Не удалось загрузить картинку Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="665"/> + <location filename="../ProfileInterface.cpp" line="664"/> <location filename="../UserInterface.cpp" line="519"/> <source>Failed to read Savegame file</source> <translation>Не удалось загрузить файл сохранения</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="924"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="923"/> <location filename="../UserInterface.cpp" line="551"/> <source>No valid file is selected</source> <translation>Выбранный файл неверен</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="86"/> + <location filename="../ProfileInterface.cpp" line="85"/> <source>Enabled pictures: %1 of %2</source> <translation>Включенные картинки: %1 из %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="504"/> + <location filename="../ProfileInterface.cpp" line="503"/> <source>Importable files (%1)</source> <translation>Файлы для импорта (%1)</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="120"/> - <location filename="../ImportDialog.cpp" line="433"/> - <location filename="../ImportDialog.cpp" line="753"/> - <location filename="../ProfileInterface.cpp" line="508"/> + <location filename="../ImportDialog.cpp" line="437"/> + <location filename="../ImportDialog.cpp" line="757"/> + <location filename="../ProfileInterface.cpp" line="507"/> <source>All image files (%1)</source> <translation>Все файлы изображений (%1)</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="141"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ProfileInterface.cpp" line="770"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ProfileInterface.cpp" line="769"/> <source>Can't import %1 because file can't be open</source> <translation>Не удалось открыть %1, файл не может быть открыт</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="783"/> - <location filename="../ProfileInterface.cpp" line="780"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="787"/> + <location filename="../ProfileInterface.cpp" line="779"/> <source>Can't import %1 because file can't be parsed properly</source> <translation>Не получилось импортировать %1, файл не может быть правильно обработан</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="919"/> + <location filename="../ProfileInterface.cpp" line="918"/> <source>Can't import %1 because file format can't be detected</source> <translation>Не получилось импортировать %1, не удалось определить формат файла</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1084"/> + <location filename="../ProfileInterface.cpp" line="1083"/> <source>Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e</source> <translation>Не удалось импортировать картинку Snapmatic, название не начинается с PGTA или не заканчивается с .g5e</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1172"/> + <location filename="../ProfileInterface.cpp" line="1171"/> <source>Failed to import the Snapmatic picture, can't copy the file into profile</source> <translation>Не удалось импортировать картинку Snapmatic, не получилось скопировать файл в профиль</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1209"/> + <location filename="../ProfileInterface.cpp" line="1208"/> <source>Failed to import the Savegame, can't copy the file into profile</source> <translation>Не удалось импортировать сохранение, не получилось скопировать файл в профиль</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Failed to import the Savegame, no Savegame slot is left</source> <translation>Не удалось импортировать сохранение, нет пустых ячеек под сохранения</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1302"/> - <location filename="../ProfileInterface.cpp" line="1320"/> + <location filename="../ProfileInterface.cpp" line="1301"/> + <location filename="../ProfileInterface.cpp" line="1319"/> <source>JPG pictures and GTA Snapmatic</source> <translation>Картинки JPG и GTA Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1303"/> - <location filename="../ProfileInterface.cpp" line="1325"/> + <location filename="../ProfileInterface.cpp" line="1302"/> + <location filename="../ProfileInterface.cpp" line="1324"/> <source>JPG pictures only</source> <translation>Только картинки JPG</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1304"/> - <location filename="../ProfileInterface.cpp" line="1329"/> + <location filename="../ProfileInterface.cpp" line="1303"/> + <location filename="../ProfileInterface.cpp" line="1328"/> <source>GTA Snapmatic only</source> <translation>Только GTA Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1363"/> + <location filename="../ProfileInterface.cpp" line="1362"/> <source>Initialising export...</source> <translation>Подготовка к экспорту...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1417"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1416"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>No Snapmatic pictures or Savegames files are selected</source> <translation>Не выделены ни один Snapmatic или сохранение</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> - <location filename="../ProfileInterface.cpp" line="1453"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1424"/> + <location filename="../ProfileInterface.cpp" line="1452"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>Remove selected</source> <translation>Снять выделение</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> + <location filename="../ProfileInterface.cpp" line="1424"/> <source>You really want remove the selected Snapmatic picutres and Savegame files?</source> <translation>Точно ли хочешь удалить выбранные картинки Snapmatic и файлы сохранений?</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="978"/> + <location filename="../ProfileInterface.cpp" line="977"/> <source>Prepare Content for Import...</source> <translation>Подготовка данных к импорту...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify as Avatar</source> <translation>Пометить как Аватар</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2282"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2277"/> <source>No Snapmatic pictures are selected</source> <translation>Не выделена ни одна картинка Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1977"/> - <location filename="../ProfileInterface.cpp" line="2080"/> - <location filename="../ProfileInterface.cpp" line="2211"/> - <location filename="../ProfileInterface.cpp" line="2317"/> + <location filename="../ProfileInterface.cpp" line="1972"/> + <location filename="../ProfileInterface.cpp" line="2075"/> + <location filename="../ProfileInterface.cpp" line="2206"/> + <location filename="../ProfileInterface.cpp" line="2312"/> <source>Patch selected...</source> <translation>Пропатчить выделенные...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1978"/> - <location filename="../ProfileInterface.cpp" line="1997"/> - <location filename="../ProfileInterface.cpp" line="2081"/> - <location filename="../ProfileInterface.cpp" line="2100"/> - <location filename="../ProfileInterface.cpp" line="2212"/> - <location filename="../ProfileInterface.cpp" line="2231"/> - <location filename="../ProfileInterface.cpp" line="2318"/> - <location filename="../ProfileInterface.cpp" line="2337"/> + <location filename="../ProfileInterface.cpp" line="1973"/> + <location filename="../ProfileInterface.cpp" line="1992"/> + <location filename="../ProfileInterface.cpp" line="2076"/> + <location filename="../ProfileInterface.cpp" line="2095"/> + <location filename="../ProfileInterface.cpp" line="2207"/> + <location filename="../ProfileInterface.cpp" line="2226"/> + <location filename="../ProfileInterface.cpp" line="2313"/> + <location filename="../ProfileInterface.cpp" line="2332"/> <source>Patch file %1 of %2 files</source> <translation>Изменяется файл %1 из %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../ProfileInterface.cpp" line="2031"/> - <location filename="../ProfileInterface.cpp" line="2130"/> - <location filename="../ProfileInterface.cpp" line="2261"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../ProfileInterface.cpp" line="2026"/> + <location filename="../ProfileInterface.cpp" line="2125"/> + <location filename="../ProfileInterface.cpp" line="2256"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>%1 failed with... %2</source> @@ -1578,86 +1578,86 @@ Press 1 for Default View</source> %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1092"/> + <location filename="../ProfileInterface.cpp" line="1091"/> <source>A Snapmatic picture already exists with the uid %1, you want assign your import a new uid and timestamp?</source> <translatorcomment>Можно использовать слово "приписать"</translatorcomment> <translation></translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1453"/> + <location filename="../ProfileInterface.cpp" line="1452"/> <source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source> <translation>Не удалось удалить все выделенные картинки Snapmatic и/или сохранения</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify</source> <comment>%1 failed with...</comment> <translation>Помечание</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players...</source> <translation>Изменить игроков...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players</source> <comment>%1 failed with...</comment> <translation>Измение игроков</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2188"/> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2183"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew...</source> <translation>Изменить банду...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2188"/> + <location filename="../ProfileInterface.cpp" line="2183"/> <source>Failed to enter a valid Snapmatic Crew ID</source> <translation>Введённый идентификатор банды не верен</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew</source> <comment>%1 failed with...</comment> <translation>Изменение банды</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2282"/> - <location filename="../ProfileInterface.cpp" line="2299"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2277"/> + <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title...</source> <translation>Изменить заголовок...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2299"/> + <location filename="../ProfileInterface.cpp" line="2294"/> <source>Failed to enter a valid Snapmatic title</source> <translation>Введённый заголовок не верен</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title</source> <comment>%1 failed with...</comment> <translation>Изменение заголовка</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1317"/> + <location filename="../ProfileInterface.cpp" line="1316"/> <source>%1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source> <translation>%1Эскпортировать картинки Snapmatic%2<br><br>Картинки JPG можно открыть любым просмотрщиком<br>Картинки формата GTA Snapmatic можно снова импортировать в игру<br><br>Экспортировать как:</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1279"/> - <location filename="../ProfileInterface.cpp" line="1317"/> - <location filename="../ProfileInterface.cpp" line="1362"/> - <location filename="../ProfileInterface.cpp" line="1397"/> - <location filename="../ProfileInterface.cpp" line="1417"/> + <location filename="../ProfileInterface.cpp" line="1278"/> + <location filename="../ProfileInterface.cpp" line="1316"/> + <location filename="../ProfileInterface.cpp" line="1361"/> + <location filename="../ProfileInterface.cpp" line="1396"/> + <location filename="../ProfileInterface.cpp" line="1416"/> <source>Export selected...</source> <translation>Экпортировать выделенное...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1397"/> + <location filename="../ProfileInterface.cpp" line="1396"/> <source>Export failed with... %1</source> @@ -1678,7 +1678,7 @@ Press 1 for Default View</source> <translation>Все файлы профиля (*.g5e SGTA* PGTA*)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="505"/> + <location filename="../ProfileInterface.cpp" line="504"/> <location filename="../UserInterface.cpp" line="460"/> <source>GTA V Export (*.g5e)</source> <translation>GTA V Export (*.g5e)</translation> @@ -1687,17 +1687,17 @@ Press 1 for Default View</source> <context> <name>QApplication</name> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Font</source> <translation>Шрифт</translation> </message> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Selected Font: %1</source> <translation>Выбранный шрифт: %1</translation> </message> <message> - <location filename="../main.cpp" line="138"/> + <location filename="../main.cpp" line="142"/> <source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source> <translation><h4>Добро пожаловать в %1!</h4>Хочешь изменить настройки %1 перед использованием?</translation> </message> @@ -1765,7 +1765,7 @@ Press 1 for Default View</source> <translation>Удалить сохранение</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="65"/> + <location filename="../SavegameWidget.cpp" line="64"/> <source>Export Savegame...</source> <translation>Экспортировать сохранение...</translation> </message> @@ -1775,75 +1775,75 @@ Press 1 for Default View</source> <translation>СОХРАНЕНИЕ %3 - %1<br>%2</translation> </message> <message> + <location filename="../SavegameWidget.cpp" line="96"/> <location filename="../SavegameWidget.cpp" line="97"/> - <location filename="../SavegameWidget.cpp" line="98"/> <source>WRONG FORMAT</source> <translation>НЕВЕРНЫЙ ФОРМАТ</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="68"/> - <location filename="../SavegameWidget.cpp" line="125"/> + <location filename="../SavegameWidget.cpp" line="67"/> + <location filename="../SavegameWidget.cpp" line="124"/> <source>AUTOSAVE - %1 %2</source> <translation>АВТОСОХРАНЕНИЕ - %1 %2</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="69"/> - <location filename="../SavegameWidget.cpp" line="126"/> + <location filename="../SavegameWidget.cpp" line="68"/> + <location filename="../SavegameWidget.cpp" line="125"/> <source>SAVE %3 - %1 %2</source> <translation>СОХРАНЕНИЕ %3 - %1 %2</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="119"/> + <location filename="../SavegameWidget.cpp" line="118"/> <source>UNKNOWN</source> <translation>НЕИЗВЕСТНО</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> + <location filename="../SavegameWidget.cpp" line="138"/> <source>Are you sure to delete %1 from your savegames?</source> <translation>Вы уверены, что хотите удалить сохранение %1?</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="138"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Delete Savegame</source> <translation>Удалить сохранение</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Failed at deleting %1 from your savegames</source> <translation>Не удалось удалить сохранение %1</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1646"/> + <location filename="../ProfileInterface.cpp" line="1645"/> <source>&View</source> <translation>&Просмотр</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1648"/> + <location filename="../ProfileInterface.cpp" line="1647"/> <source>&Remove</source> <translation>&Удалить</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1650"/> + <location filename="../ProfileInterface.cpp" line="1649"/> <source>&Select</source> <translation>&Выбрать</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1651"/> + <location filename="../ProfileInterface.cpp" line="1650"/> <source>&Deselect</source> <translation>Сн&ять выбор</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1654"/> + <location filename="../ProfileInterface.cpp" line="1653"/> <source>Select &All</source> <translation>В&ыбрать все</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1658"/> + <location filename="../ProfileInterface.cpp" line="1657"/> <source>&Deselect All</source> <translation>Снять выбо&р со всех</translation> </message> @@ -1853,7 +1853,7 @@ Press 1 for Default View</source> <translation>Копировать сохранение</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1647"/> + <location filename="../ProfileInterface.cpp" line="1646"/> <source>&Export</source> <translation>&Экспортировать</translation> </message> @@ -1901,13 +1901,13 @@ Press 1 for Default View</source> <message> <location filename="../SnapmaticEditor.ui" line="14"/> <location filename="../SnapmaticEditor.ui" line="81"/> - <location filename="../JsonEditorDialog.cpp" line="116"/> - <location filename="../JsonEditorDialog.cpp" line="181"/> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../JsonEditorDialog.cpp" line="216"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Snapmatic Properties</source> <translation>Свойства Snapmatic</translation> </message> @@ -1957,7 +1957,7 @@ Press 1 for Default View</source> <translation>Meme</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>Snapmatic Title</source> <translation>Заголовок Snapmatic</translation> @@ -2040,42 +2040,42 @@ Press 1 for Default View</source> <translation>Нет</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="116"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> <source><h4>Unsaved changes detected</h4>You want to save the JSON content before you quit?</source> <translation><h4>Несохранённые изменения</h4>Сохранить изменения в JSON перед выходом?</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="181"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> <source>Patching of Snapmatic Properties failed because of %1</source> <translation>Не удалось изменить свойства Snapmatic из-за %1</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="216"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> <source>Patching of Snapmatic Properties failed because of JSON Error</source> <translation>Не удалось измененить свойства Snapmatic из-за ошибки JSON</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Patching of Snapmatic Properties failed because of I/O Error</source> <translation>Не удалось измененить свойства Snapmatic из-за проблемы ввода/вывода</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>New Snapmatic title:</source> <translation>Новый заголовок Snapmatic:</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>Snapmatic Crew</source> <translation>Банда на Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>New Snapmatic crew:</source> <translation>Новая банда на Snapmatic:</translation> @@ -2130,19 +2130,19 @@ Press 1 for Default View</source> <translation>Чтение из файла %1 из-за %2</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="167"/> + <location filename="../JsonEditorDialog.cpp" line="168"/> <location filename="../SnapmaticPicture.cpp" line="730"/> <source>JSON is incomplete and malformed</source> <translation>JSON не полный и повреждён</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="171"/> + <location filename="../JsonEditorDialog.cpp" line="172"/> <location filename="../SnapmaticPicture.cpp" line="734"/> <source>JSON is incomplete</source> <translation>JSON частично отсутствует</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="175"/> + <location filename="../JsonEditorDialog.cpp" line="176"/> <location filename="../SnapmaticPicture.cpp" line="738"/> <source>JSON is malformed</source> <translation>JSON повреждён</translation> @@ -2187,78 +2187,78 @@ Press 1 for Default View</source> </message> <message> <location filename="../SnapmaticWidget.ui" line="152"/> - <location filename="../SnapmaticWidget.cpp" line="164"/> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Delete picture</source> <translation>Удалить картинку</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="164"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> <source>Are you sure to delete %1 from your Snapmatic pictures?</source> <translation>Уверены, что хотите удалить %1 из коллекции картинок Snapmatic?</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Failed at deleting %1 from your Snapmatic pictures</source> <translation>Не удалось удалить %1 из колелкции картинок Snapmatic</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Failed to hide %1 In-game from your Snapmatic pictures</source> <translation>Не удалось скрыть %1 из списка картинок Snapmatic в игре</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Failed to show %1 In-game from your Snapmatic pictures</source> <translation>Не удалось показать %1 в списке картинок Snapmatic в игре</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1595"/> + <location filename="../ProfileInterface.cpp" line="1594"/> <source>Edi&t</source> <translation>&Правка</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1598"/> + <location filename="../ProfileInterface.cpp" line="1597"/> <source>Show &In-game</source> <translation>Показывать в &игре</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1602"/> + <location filename="../ProfileInterface.cpp" line="1601"/> <source>Hide &In-game</source> <translation>Ск&рыть в игре</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1609"/> + <location filename="../ProfileInterface.cpp" line="1608"/> <source>&Export</source> <translation>&Экспорт</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1612"/> + <location filename="../ProfileInterface.cpp" line="1611"/> <source>&View</source> <translation>По&казать</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1615"/> + <location filename="../ProfileInterface.cpp" line="1614"/> <source>&Remove</source> <translation>У&далить</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1617"/> + <location filename="../ProfileInterface.cpp" line="1616"/> <source>&Select</source> <translation>&Выделить</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1618"/> + <location filename="../ProfileInterface.cpp" line="1617"/> <source>&Deselect</source> <translation>Сн&ять выделение</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1621"/> + <location filename="../ProfileInterface.cpp" line="1620"/> <source>Select &All</source> <translation>В&ыбрать все</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1625"/> + <location filename="../ProfileInterface.cpp" line="1624"/> <source>&Deselect All</source> <translation>Снять выбо&р со всех</translation> </message> @@ -2276,22 +2276,22 @@ Press 1 for Default View</source> <context> <name>TelemetryDialog</name> <message> - <location filename="../main.cpp" line="167"/> + <location filename="../main.cpp" line="171"/> <source>You want help %1 to improve in the future by including personal usage data in your submission?</source> <translation>Разрешишь нам собирать статистику о пользовании тобой %1? Это поможет нам в разработке.</translation> </message> <message> - <location filename="../main.cpp" line="168"/> + <location filename="../main.cpp" line="172"/> <source>%1 User Statistics</source> <translation>%1 Пользовательская статистика</translation> </message> <message> - <location filename="../main.cpp" line="172"/> + <location filename="../main.cpp" line="176"/> <source>Yes, I want include personal usage data.</source> <translation>Да, передавать данные о пользовании программой.</translation> </message> <message> - <location filename="../main.cpp" line="181"/> + <location filename="../main.cpp" line="185"/> <source>&OK</source> <translation>&ОК</translation> </message> @@ -2492,16 +2492,16 @@ Press 1 for Default View</source> <translation>Пере&загрузить</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Show In-game</source> <translation>Показывать в игре</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Hide In-game</source> <translation>Скрыть в игре</translation> </message> diff --git a/res/gta5sync_uk.ts b/res/gta5sync_uk.ts index 34834f6..5c84932 100644 --- a/res/gta5sync_uk.ts +++ b/res/gta5sync_uk.ts @@ -180,7 +180,7 @@ Pictures and Savegames</source> <name>ImageEditorDialog</name> <message> <location filename="../ImageEditorDialog.ui" line="14"/> - <location filename="../ImportDialog.cpp" line="635"/> + <location filename="../ImportDialog.cpp" line="639"/> <source>Overwrite Image...</source> <translation>Перезаписати зображення...</translation> </message> @@ -196,49 +196,49 @@ Pictures and Savegames</source> </message> <message> <location filename="../ImageEditorDialog.ui" line="82"/> - <location filename="../ImportDialog.cpp" line="637"/> + <location filename="../ImportDialog.cpp" line="641"/> <source>Apply changes</source> <translation>Застосувати зміни</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="85"/> - <location filename="../ImportDialog.cpp" line="636"/> + <location filename="../ImportDialog.cpp" line="640"/> <source>&Overwrite</source> <translation>&Перезаписати</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="92"/> - <location filename="../ImportDialog.cpp" line="639"/> + <location filename="../ImportDialog.cpp" line="643"/> <source>Discard changes</source> <translation>Скасувати зміни</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="95"/> - <location filename="../ImportDialog.cpp" line="638"/> + <location filename="../ImportDialog.cpp" line="642"/> <source>&Close</source> <translation>&Закрити</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Snapmatic Image Editor</source> <translation>Редактор Snapmatic зображень</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> <source>Patching of Snapmatic Image failed because of I/O Error</source> <translation>Виправлення Snapmatic зображення не вдалося через I/O Error</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Patching of Snapmatic Image failed because of Image Error</source> <translation>Виправлення Snapmatic зображення не вдалося через помилку картинки</translation> </message> @@ -279,8 +279,8 @@ Pictures and Savegames</source> <message> <location filename="../ImportDialog.ui" line="150"/> <location filename="../ImportDialog.cpp" line="87"/> - <location filename="../ImportDialog.cpp" line="311"/> - <location filename="../ImportDialog.cpp" line="723"/> + <location filename="../ImportDialog.cpp" line="315"/> + <location filename="../ImportDialog.cpp" line="727"/> <source>Background Colour: <span style="color: %1">%1</span></source> <translation>Фоновий колір: <span style="color: %1">%1</span></translation> </message> @@ -298,8 +298,8 @@ Pictures and Savegames</source> <message> <location filename="../ImportDialog.ui" line="203"/> <location filename="../ImportDialog.cpp" line="88"/> - <location filename="../ImportDialog.cpp" line="319"/> - <location filename="../ImportDialog.cpp" line="803"/> + <location filename="../ImportDialog.cpp" line="323"/> + <location filename="../ImportDialog.cpp" line="807"/> <source>Background Image:</source> <translation>Фонове зображення:</translation> </message> @@ -374,121 +374,121 @@ Pictures and Savegames</source> <translation>&Зберегти параметри...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="197"/> - <location filename="../ProfileInterface.cpp" line="713"/> + <location filename="../ImportDialog.cpp" line="198"/> + <location filename="../ProfileInterface.cpp" line="712"/> <source>Custom Avatar</source> <comment>Custom Avatar Description in SC, don't use Special Character!</comment> <translation>Користувацький Аватар</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="224"/> - <location filename="../ProfileInterface.cpp" line="732"/> + <location filename="../ImportDialog.cpp" line="225"/> + <location filename="../ProfileInterface.cpp" line="731"/> <source>Custom Picture</source> <comment>Custom Picture Description in SC, don't use Special Character!</comment> <translation>Користувацьке Зображення</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> + <location filename="../ImportDialog.cpp" line="318"/> <source>Storage</source> <comment>Background Image: Storage</comment> <translation>Зберігання</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="351"/> + <location filename="../ImportDialog.cpp" line="355"/> <source>Crop Picture...</source> <translation>Обрізати зображення...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="393"/> + <location filename="../ImportDialog.cpp" line="397"/> <source>&Crop</source> <translation>&Обрізати</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="394"/> + <location filename="../ImportDialog.cpp" line="398"/> <source>Crop Picture</source> <translation>Обрізати зображення</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="529"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="533"/> <source>Please import a new picture first</source> <translation>Спершу імпортуйте нове зображення</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="486"/> - <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="490"/> + <location filename="../ImportDialog.cpp" line="500"/> <source>Default</source> <comment>Default as Default Profile</comment> <translation>Стандартний</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="487"/> - <location filename="../ImportDialog.cpp" line="488"/> - <location filename="../ImportDialog.cpp" line="489"/> - <location filename="../ImportDialog.cpp" line="490"/> <location filename="../ImportDialog.cpp" line="491"/> - <location filename="../ImportDialog.cpp" line="500"/> + <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="493"/> + <location filename="../ImportDialog.cpp" line="494"/> + <location filename="../ImportDialog.cpp" line="495"/> <location filename="../ImportDialog.cpp" line="504"/> <location filename="../ImportDialog.cpp" line="508"/> <location filename="../ImportDialog.cpp" line="512"/> <location filename="../ImportDialog.cpp" line="516"/> - <location filename="../ImportDialog.cpp" line="534"/> - <location filename="../ImportDialog.cpp" line="535"/> - <location filename="../ImportDialog.cpp" line="536"/> - <location filename="../ImportDialog.cpp" line="537"/> + <location filename="../ImportDialog.cpp" line="520"/> <location filename="../ImportDialog.cpp" line="538"/> - <location filename="../ImportDialog.cpp" line="543"/> + <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="540"/> + <location filename="../ImportDialog.cpp" line="541"/> + <location filename="../ImportDialog.cpp" line="542"/> <location filename="../ImportDialog.cpp" line="547"/> <location filename="../ImportDialog.cpp" line="551"/> <location filename="../ImportDialog.cpp" line="555"/> <location filename="../ImportDialog.cpp" line="559"/> + <location filename="../ImportDialog.cpp" line="563"/> <source>Profile %1</source> <comment>Profile %1 as Profile 1</comment> <translation>Профіль %1</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="496"/> <source>Load Settings...</source> <translation>Завантажити параметри...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="529"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="533"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Save Settings...</source> <translation>Зберегти параметри...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Snapmatic Avatar Zone</source> <translation>Зона Snapmatic Аватару</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Are you sure to use a square image outside of the Avatar Zone? When you want to use it as Avatar the image will be detached!</source> <translation>Ви впевнені, що будете використовувати квадратне зображення поза зоною аватара? Якщо ви хочете використовувати його як Аватар, зображення буде відокремлено!</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="719"/> + <location filename="../ImportDialog.cpp" line="723"/> <source>Select Colour...</source> <translation>Вибір кольору...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="318"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>Background Image: %1</source> <translation>Фонове зображення: %1</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="492"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Please select your settings profile</source> <translation>Будь ласка, виберіть свій профіль налаштувань</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>File</source> <comment>Background Image: File</comment> <translation>Файл</translation> @@ -522,7 +522,7 @@ When you want to use it as Avatar the image will be detached!</source> <translation>&Закрити</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="179"/> + <location filename="../JsonEditorDialog.cpp" line="180"/> <source>JSON Error</source> <translation>JSON помилка</translation> </message> @@ -585,7 +585,7 @@ When you want to use it as Avatar the image will be detached!</source> <translation>&Готово</translation> </message> <message> - <location filename="../MapLocationDialog.cpp" line="92"/> + <location filename="../MapLocationDialog.cpp" line="96"/> <source>X: %1 Y: %2</source> <comment>X and Y position</comment> @@ -1029,43 +1029,43 @@ Y: %2</translation> <translation>&Закрити</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="159"/> - <location filename="../ProfileInterface.cpp" line="1610"/> + <location filename="../PictureDialog.cpp" line="165"/> + <location filename="../ProfileInterface.cpp" line="1609"/> <source>Export as &Picture...</source> <translation>Експортувати як &зображення...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="160"/> - <location filename="../ProfileInterface.cpp" line="1611"/> + <location filename="../PictureDialog.cpp" line="166"/> + <location filename="../ProfileInterface.cpp" line="1610"/> <source>Export as &Snapmatic...</source> <translation>Експортувати як &Snapmatic...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="162"/> - <location filename="../ProfileInterface.cpp" line="1604"/> + <location filename="../PictureDialog.cpp" line="168"/> + <location filename="../ProfileInterface.cpp" line="1603"/> <source>&Edit Properties...</source> <translation>&Змінити властивості...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="163"/> - <location filename="../ProfileInterface.cpp" line="1605"/> + <location filename="../PictureDialog.cpp" line="169"/> + <location filename="../ProfileInterface.cpp" line="1604"/> <source>&Overwrite Image...</source> <translation>&Перезаписати зображення...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="165"/> - <location filename="../ProfileInterface.cpp" line="1607"/> + <location filename="../PictureDialog.cpp" line="171"/> + <location filename="../ProfileInterface.cpp" line="1606"/> <source>Open &Map Viewer...</source> <translation>Відкрити &карту...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="167"/> - <location filename="../ProfileInterface.cpp" line="1608"/> + <location filename="../PictureDialog.cpp" line="173"/> + <location filename="../ProfileInterface.cpp" line="1607"/> <source>Open &JSON Editor...</source> <translation>Відкрити редактор &JSON...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="564"/> + <location filename="../PictureDialog.cpp" line="575"/> <source>Key 1 - Avatar Preview Mode Key 2 - Toggle Overlay Arrow Keys - Navigate</source> @@ -1074,37 +1074,37 @@ Arrow Keys - Navigate</source> Стрілки - Навігація</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Snapmatic Picture Viewer</source> <translation>Переглядач фотографій Snapmatic</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Failed at %1</source> <translation>Помилка на%1</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="790"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="798"/> <location filename="../SnapmaticEditor.cpp" line="247"/> <source>No Players</source> <translation>Гравців немає</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="770"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="774"/> <source>No Crew</source> <translation>Банди немає</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> + <location filename="../PictureDialog.cpp" line="661"/> <source>Unknown Location</source> <translation>Невідома локація</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="736"/> + <location filename="../PictureDialog.cpp" line="732"/> <source>Avatar Preview Mode Press 1 for Default View</source> <translation>Режим для аватарок @@ -1227,43 +1227,43 @@ Press 1 for Default View</source> <translation>Доступні гравці:</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="102"/> + <location filename="../PlayerListDialog.ui" line="108"/> <source>Selected Players:</source> <translation>Вибрані гравці:</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="144"/> + <location filename="../PlayerListDialog.ui" line="150"/> <source>&Apply</source> <translation>&Застосувати</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="157"/> + <location filename="../PlayerListDialog.ui" line="163"/> <source>&Cancel</source> <translation>&Скасувати</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Add Players...</source> <translation>Додати гравців...</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Failed to add more Players because the limit of Players are %1!</source> <translation>Не вдалося додати більше гравців, бо ліміт %1!</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="168"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Add Player...</source> <translation>Додати гравця...</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> + <location filename="../PlayerListDialog.cpp" line="168"/> <source>Enter Social Club Player ID</source> <translation>Введіть ID гравця Social Club</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Failed to add Player %1 because Player %1 is already added!</source> <translation>Не вдалося додати гравця %1, оскільки %1 вже доданий!</translation> </message> @@ -1314,25 +1314,25 @@ Press 1 for Default View</source> </message> <message> <location filename="../ImageEditorDialog.cpp" line="109"/> - <location filename="../ImportDialog.cpp" line="422"/> - <location filename="../ImportDialog.cpp" line="742"/> + <location filename="../ImportDialog.cpp" line="426"/> + <location filename="../ImportDialog.cpp" line="746"/> + <location filename="../ProfileInterface.cpp" line="487"/> <location filename="../ProfileInterface.cpp" line="488"/> - <location filename="../ProfileInterface.cpp" line="489"/> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="554"/> - <location filename="../ProfileInterface.cpp" line="588"/> - <location filename="../ProfileInterface.cpp" line="630"/> - <location filename="../ProfileInterface.cpp" line="665"/> - <location filename="../ProfileInterface.cpp" line="770"/> - <location filename="../ProfileInterface.cpp" line="780"/> - <location filename="../ProfileInterface.cpp" line="919"/> - <location filename="../ProfileInterface.cpp" line="924"/> - <location filename="../ProfileInterface.cpp" line="962"/> - <location filename="../ProfileInterface.cpp" line="1084"/> - <location filename="../ProfileInterface.cpp" line="1092"/> - <location filename="../ProfileInterface.cpp" line="1172"/> - <location filename="../ProfileInterface.cpp" line="1209"/> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="553"/> + <location filename="../ProfileInterface.cpp" line="587"/> + <location filename="../ProfileInterface.cpp" line="629"/> + <location filename="../ProfileInterface.cpp" line="664"/> + <location filename="../ProfileInterface.cpp" line="769"/> + <location filename="../ProfileInterface.cpp" line="779"/> + <location filename="../ProfileInterface.cpp" line="918"/> + <location filename="../ProfileInterface.cpp" line="923"/> + <location filename="../ProfileInterface.cpp" line="961"/> + <location filename="../ProfileInterface.cpp" line="1083"/> + <location filename="../ProfileInterface.cpp" line="1091"/> + <location filename="../ProfileInterface.cpp" line="1171"/> + <location filename="../ProfileInterface.cpp" line="1208"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Import...</source> <translation>Імпортування...</translation> </message> @@ -1340,106 +1340,106 @@ Press 1 for Default View</source> <location filename="../ImageEditorDialog.cpp" line="110"/> <location filename="../ImageEditorDialog.cpp" line="141"/> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="423"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="743"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ImportDialog.cpp" line="783"/> + <location filename="../ImportDialog.cpp" line="427"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="747"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ImportDialog.cpp" line="787"/> <source>Import</source> <translation>Імпорт</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="120"/> - <location filename="../ImportDialog.cpp" line="433"/> - <location filename="../ImportDialog.cpp" line="753"/> - <location filename="../ProfileInterface.cpp" line="508"/> + <location filename="../ImportDialog.cpp" line="437"/> + <location filename="../ImportDialog.cpp" line="757"/> + <location filename="../ProfileInterface.cpp" line="507"/> <source>All image files (%1)</source> <translation>Файли зображень (%1)</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="121"/> - <location filename="../ImportDialog.cpp" line="434"/> - <location filename="../ImportDialog.cpp" line="754"/> - <location filename="../ProfileInterface.cpp" line="509"/> + <location filename="../ImportDialog.cpp" line="438"/> + <location filename="../ImportDialog.cpp" line="758"/> + <location filename="../ProfileInterface.cpp" line="508"/> <location filename="../UserInterface.cpp" line="463"/> <source>All files (**)</source> <translation>Усі файли (**)</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="141"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ProfileInterface.cpp" line="770"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ProfileInterface.cpp" line="769"/> <source>Can't import %1 because file can't be open</source> <translation>Неможливо імпортувати %1, оскільки файл не може бути відкритий</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="783"/> - <location filename="../ProfileInterface.cpp" line="780"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="787"/> + <location filename="../ProfileInterface.cpp" line="779"/> <source>Can't import %1 because file can't be parsed properly</source> <translation>Неможливо імпортувати %1, оскільки файл неможливо розібрати правильно</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="86"/> + <location filename="../ProfileInterface.cpp" line="85"/> <source>Enabled pictures: %1 of %2</source> <translation>Увімкнено фотографії:%1 з%2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="186"/> + <location filename="../ProfileInterface.cpp" line="185"/> <source>Loading...</source> <translation>Завантаження...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source>Snapmatic Loader</source> <translation>Snapmatic Loader</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source><h4>Following Snapmatic Pictures got repaired</h4>%1</source> <translation><h4>Наступні Snapmatic зображення були відновлені</h4>%1</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="504"/> + <location filename="../ProfileInterface.cpp" line="503"/> <source>Importable files (%1)</source> <translation>Імпортуються файли (%1)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="505"/> + <location filename="../ProfileInterface.cpp" line="504"/> <location filename="../UserInterface.cpp" line="460"/> <source>GTA V Export (*.g5e)</source> <translation>GTA V Export (*.g5e)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="506"/> + <location filename="../ProfileInterface.cpp" line="505"/> <location filename="../UserInterface.cpp" line="461"/> <source>Savegames files (SGTA*)</source> <translation>Файли збереження гри (SGTA*)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="507"/> + <location filename="../ProfileInterface.cpp" line="506"/> <location filename="../UserInterface.cpp" line="462"/> <source>Snapmatic pictures (PGTA*)</source> <translation>Snapmatic зображення (PGTA*)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="924"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="923"/> <location filename="../UserInterface.cpp" line="551"/> <source>No valid file is selected</source> <translation>Вибрані недійсні файли</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="555"/> - <location filename="../ProfileInterface.cpp" line="572"/> + <location filename="../ProfileInterface.cpp" line="554"/> + <location filename="../ProfileInterface.cpp" line="571"/> <source>Import file %1 of %2 files</source> <translation>Імпортується файл %1 з %2 файлів</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="588"/> + <location filename="../ProfileInterface.cpp" line="587"/> <source>Import failed with... %1</source> @@ -1448,81 +1448,81 @@ Press 1 for Default View</source> %1</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="630"/> + <location filename="../ProfileInterface.cpp" line="629"/> <location filename="../UserInterface.cpp" line="503"/> <source>Failed to read Snapmatic picture</source> <translation>Не вдалося прочитати Snapmatic картинку</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="665"/> + <location filename="../ProfileInterface.cpp" line="664"/> <location filename="../UserInterface.cpp" line="519"/> <source>Failed to read Savegame file</source> <translation>Не вдалося прочитати файл збереження гри</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="919"/> + <location filename="../ProfileInterface.cpp" line="918"/> <source>Can't import %1 because file format can't be detected</source> <translation>Неможливо імпортувати%1, оскільки формат файлу не може бути виявлений</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1084"/> + <location filename="../ProfileInterface.cpp" line="1083"/> <source>Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e</source> <translation>Не вдалося імпортувати зображення Snapmatic, файл не починається з PGTA або закінчується .g5e</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1172"/> + <location filename="../ProfileInterface.cpp" line="1171"/> <source>Failed to import the Snapmatic picture, can't copy the file into profile</source> <translation>Не вдалося імпортувати зображення Snapmatic, не можна скопіювати файл у профіль</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1209"/> + <location filename="../ProfileInterface.cpp" line="1208"/> <source>Failed to import the Savegame, can't copy the file into profile</source> <translation>Не вдалося імпортувати Сейв, не можна скопіювати файл у профіль</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Failed to import the Savegame, no Savegame slot is left</source> <translation>Не вдалося імпортувати Сейв, немає вільного слота</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1279"/> - <location filename="../ProfileInterface.cpp" line="1317"/> - <location filename="../ProfileInterface.cpp" line="1362"/> - <location filename="../ProfileInterface.cpp" line="1397"/> - <location filename="../ProfileInterface.cpp" line="1417"/> + <location filename="../ProfileInterface.cpp" line="1278"/> + <location filename="../ProfileInterface.cpp" line="1316"/> + <location filename="../ProfileInterface.cpp" line="1361"/> + <location filename="../ProfileInterface.cpp" line="1396"/> + <location filename="../ProfileInterface.cpp" line="1416"/> <source>Export selected...</source> <translation>Експорт обраних...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1302"/> - <location filename="../ProfileInterface.cpp" line="1320"/> + <location filename="../ProfileInterface.cpp" line="1301"/> + <location filename="../ProfileInterface.cpp" line="1319"/> <source>JPG pictures and GTA Snapmatic</source> <translation>JPG картинки і GTA Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1303"/> - <location filename="../ProfileInterface.cpp" line="1325"/> + <location filename="../ProfileInterface.cpp" line="1302"/> + <location filename="../ProfileInterface.cpp" line="1324"/> <source>JPG pictures only</source> <translation>Тільки JPG картинки</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1304"/> - <location filename="../ProfileInterface.cpp" line="1329"/> + <location filename="../ProfileInterface.cpp" line="1303"/> + <location filename="../ProfileInterface.cpp" line="1328"/> <source>GTA Snapmatic only</source> <translation>Тільки GTA Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1317"/> + <location filename="../ProfileInterface.cpp" line="1316"/> <source>%1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source> <translation>%1 Експортувати Snapmatic фотографії %2 <br><br> Фотографії JPG дозволяють відкривати зображення за допомогою засобу перегляду зображень<br>GTA Snapmatic дає змогу імпортувати зображення в гру<br><br>Експортувати як:</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1363"/> + <location filename="../ProfileInterface.cpp" line="1362"/> <source>Initialising export...</source> <translation>Ініціалізація експорту...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1397"/> + <location filename="../ProfileInterface.cpp" line="1396"/> <source>Export failed with... %1</source> @@ -1531,45 +1531,45 @@ Press 1 for Default View</source> %1</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1417"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1416"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>No Snapmatic pictures or Savegames files are selected</source> <translation>Не вибрано жодного Snapmatic зображення або файлу збереження</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> - <location filename="../ProfileInterface.cpp" line="1453"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1424"/> + <location filename="../ProfileInterface.cpp" line="1452"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>Remove selected</source> <translation>Видалити вибрані</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> + <location filename="../ProfileInterface.cpp" line="1424"/> <source>You really want remove the selected Snapmatic picutres and Savegame files?</source> <translation>Ви дійсно хочете видалити вибрані Snapmatic фотографії та файли збереження гри?</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1453"/> + <location filename="../ProfileInterface.cpp" line="1452"/> <source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source> <translation>Не вдалося видалити всі обрані Snapmatic фотографії та/або Сейви</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2282"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2277"/> <source>No Snapmatic pictures are selected</source> <translation>Не вибрано жодного Snapmatic зображення</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../ProfileInterface.cpp" line="2031"/> - <location filename="../ProfileInterface.cpp" line="2130"/> - <location filename="../ProfileInterface.cpp" line="2261"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../ProfileInterface.cpp" line="2026"/> + <location filename="../ProfileInterface.cpp" line="2125"/> + <location filename="../ProfileInterface.cpp" line="2256"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>%1 failed with... %2</source> @@ -1579,91 +1579,91 @@ Press 1 for Default View</source> %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="978"/> + <location filename="../ProfileInterface.cpp" line="977"/> <source>Prepare Content for Import...</source> <translation>Підготувати контент для імпорту ...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1092"/> + <location filename="../ProfileInterface.cpp" line="1091"/> <source>A Snapmatic picture already exists with the uid %1, you want assign your import a new uid and timestamp?</source> <translation>Snapmatic зображення з uid %1 вже існує, ви хочете призначити для імпорту новий uid та мітку часу?</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify as Avatar</source> <translation>Позначити як Аватар</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1977"/> - <location filename="../ProfileInterface.cpp" line="2080"/> - <location filename="../ProfileInterface.cpp" line="2211"/> - <location filename="../ProfileInterface.cpp" line="2317"/> + <location filename="../ProfileInterface.cpp" line="1972"/> + <location filename="../ProfileInterface.cpp" line="2075"/> + <location filename="../ProfileInterface.cpp" line="2206"/> + <location filename="../ProfileInterface.cpp" line="2312"/> <source>Patch selected...</source> <translation>Вибір патчу...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1978"/> - <location filename="../ProfileInterface.cpp" line="1997"/> - <location filename="../ProfileInterface.cpp" line="2081"/> - <location filename="../ProfileInterface.cpp" line="2100"/> - <location filename="../ProfileInterface.cpp" line="2212"/> - <location filename="../ProfileInterface.cpp" line="2231"/> - <location filename="../ProfileInterface.cpp" line="2318"/> - <location filename="../ProfileInterface.cpp" line="2337"/> + <location filename="../ProfileInterface.cpp" line="1973"/> + <location filename="../ProfileInterface.cpp" line="1992"/> + <location filename="../ProfileInterface.cpp" line="2076"/> + <location filename="../ProfileInterface.cpp" line="2095"/> + <location filename="../ProfileInterface.cpp" line="2207"/> + <location filename="../ProfileInterface.cpp" line="2226"/> + <location filename="../ProfileInterface.cpp" line="2313"/> + <location filename="../ProfileInterface.cpp" line="2332"/> <source>Patch file %1 of %2 files</source> <translation>Патч файлу %1 з %2 файлів</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify</source> <comment>%1 failed with...</comment> <translation>Якість</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players...</source> <translation>Зміна гравців...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players</source> <comment>%1 failed with...</comment> <translation>Змінити гравців</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2188"/> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2183"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew...</source> <translation>Зміна банди...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2188"/> + <location filename="../ProfileInterface.cpp" line="2183"/> <source>Failed to enter a valid Snapmatic Crew ID</source> <translation>Не вдалося ввести дійсний ID Банди Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew</source> <comment>%1 failed with...</comment> <translation>Змінити банду</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2282"/> - <location filename="../ProfileInterface.cpp" line="2299"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2277"/> + <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title...</source> <translation>Зміна назви...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2299"/> + <location filename="../ProfileInterface.cpp" line="2294"/> <source>Failed to enter a valid Snapmatic title</source> <translation>Не вдалося ввести дійсний заголовок Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title</source> <comment>%1 failed with...</comment> <translation>Змінити назву</translation> @@ -1677,17 +1677,17 @@ Press 1 for Default View</source> <context> <name>QApplication</name> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Font</source> <translation>Шрифт</translation> </message> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Selected Font: %1</source> <translation>Вибраний шрифт:%1</translation> </message> <message> - <location filename="../main.cpp" line="138"/> + <location filename="../main.cpp" line="142"/> <source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source> <translation><h4>Ласкаво просимо до %1!</h4>Ви хочете налаштувати %1 перед використанням?</translation> </message> @@ -1765,37 +1765,37 @@ Press 1 for Default View</source> <translation>Видалити</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1646"/> + <location filename="../ProfileInterface.cpp" line="1645"/> <source>&View</source> <translation>&Перегляд</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1647"/> + <location filename="../ProfileInterface.cpp" line="1646"/> <source>&Export</source> <translation>&Експорт</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1648"/> + <location filename="../ProfileInterface.cpp" line="1647"/> <source>&Remove</source> <translation>&Видалення</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1650"/> + <location filename="../ProfileInterface.cpp" line="1649"/> <source>&Select</source> <translation>&Виділення</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1651"/> + <location filename="../ProfileInterface.cpp" line="1650"/> <source>&Deselect</source> <translation>&Зняти виділення</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1654"/> + <location filename="../ProfileInterface.cpp" line="1653"/> <source>Select &All</source> <translation>Вибрати &усі</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1658"/> + <location filename="../ProfileInterface.cpp" line="1657"/> <source>&Deselect All</source> <translation>&Зняти виділення усіх</translation> </message> @@ -1838,50 +1838,50 @@ Press 1 for Default View</source> <translation>Вибрано невірний файл</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="65"/> + <location filename="../SavegameWidget.cpp" line="64"/> <source>Export Savegame...</source> <translation>Експортування файлу збереження...</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="68"/> - <location filename="../SavegameWidget.cpp" line="125"/> + <location filename="../SavegameWidget.cpp" line="67"/> + <location filename="../SavegameWidget.cpp" line="124"/> <source>AUTOSAVE - %1 %2</source> <translation>АВТОМАТИЧНЕ ЗБЕРЕЖЕННЯ - %1 %2</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="69"/> - <location filename="../SavegameWidget.cpp" line="126"/> + <location filename="../SavegameWidget.cpp" line="68"/> + <location filename="../SavegameWidget.cpp" line="125"/> <source>SAVE %3 - %1 %2</source> <translation>ЗБЕРЕЖЕННЯ %3 - %1 %2</translation> </message> <message> + <location filename="../SavegameWidget.cpp" line="96"/> <location filename="../SavegameWidget.cpp" line="97"/> - <location filename="../SavegameWidget.cpp" line="98"/> <source>WRONG FORMAT</source> <translation>НЕПРАВИЛЬНИЙ ФОРМАТ</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="119"/> + <location filename="../SavegameWidget.cpp" line="118"/> <source>UNKNOWN</source> <translation>НЕВІДОМИЙ</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="138"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Delete Savegame</source> <translation>Видалити файл збереження</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> + <location filename="../SavegameWidget.cpp" line="138"/> <source>Are you sure to delete %1 from your savegames?</source> <translation>Ви впевнені, що хочете видалити %1 зі своїх сейвів?</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Failed at deleting %1 from your savegames</source> <translation>Не вдалося видалити %1 із ваших збережених ігор</translation> </message> @@ -1891,13 +1891,13 @@ Press 1 for Default View</source> <message> <location filename="../SnapmaticEditor.ui" line="14"/> <location filename="../SnapmaticEditor.ui" line="81"/> - <location filename="../JsonEditorDialog.cpp" line="116"/> - <location filename="../JsonEditorDialog.cpp" line="181"/> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../JsonEditorDialog.cpp" line="216"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Snapmatic Properties</source> <translation>Властивості Snapmatic</translation> </message> @@ -1977,48 +1977,48 @@ Press 1 for Default View</source> <translation>&Скасувати</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="116"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> <source><h4>Unsaved changes detected</h4>You want to save the JSON content before you quit?</source> <translation><h4> Виявлені незбережені зміни </h4> Ви хочете зберегти вміст JSON перед тим, як вийти?</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="181"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> <source>Patching of Snapmatic Properties failed because of %1</source> <translation>Змінити властивості Snapmatic не вдалося тому що%1</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Patching of Snapmatic Properties failed because of I/O Error</source> <translation>Змінити властивості Snapmatic не вдалося через I/O Помилку</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="216"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> <source>Patching of Snapmatic Properties failed because of JSON Error</source> <translation>Змінити властивості Snapmatic не вдалося через JSON Помилку</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>Snapmatic Crew</source> <translation>Snapmatic банда</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>New Snapmatic crew:</source> <translation>Нова Snapmatic банда:</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>Snapmatic Title</source> <translation>Snapmatic назва</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>New Snapmatic title:</source> <translation>Новий Snapmatic заголовок:</translation> @@ -2074,19 +2074,19 @@ Press 1 for Default View</source> <context> <name>SnapmaticPicture</name> <message> - <location filename="../JsonEditorDialog.cpp" line="167"/> + <location filename="../JsonEditorDialog.cpp" line="168"/> <location filename="../SnapmaticPicture.cpp" line="730"/> <source>JSON is incomplete and malformed</source> <translation>JSON неповний та неправильний</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="171"/> + <location filename="../JsonEditorDialog.cpp" line="172"/> <location filename="../SnapmaticPicture.cpp" line="734"/> <source>JSON is incomplete</source> <translation>JSON неповний</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="175"/> + <location filename="../JsonEditorDialog.cpp" line="176"/> <location filename="../SnapmaticPicture.cpp" line="738"/> <source>JSON is malformed</source> <translation>JSON неправильний</translation> @@ -2182,8 +2182,8 @@ Press 1 for Default View</source> </message> <message> <location filename="../SnapmaticWidget.ui" line="152"/> - <location filename="../SnapmaticWidget.cpp" line="164"/> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Delete picture</source> <translation>Видалити фото</translation> </message> @@ -2193,72 +2193,72 @@ Press 1 for Default View</source> <translation>Видалити</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1595"/> + <location filename="../ProfileInterface.cpp" line="1594"/> <source>Edi&t</source> <translation>Редагува&ти</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1598"/> + <location filename="../ProfileInterface.cpp" line="1597"/> <source>Show &In-game</source> <translation>Показати &у грі</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1602"/> + <location filename="../ProfileInterface.cpp" line="1601"/> <source>Hide &In-game</source> <translation>Сховати &у грі</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1609"/> + <location filename="../ProfileInterface.cpp" line="1608"/> <source>&Export</source> <translation>&Експортувати</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1612"/> + <location filename="../ProfileInterface.cpp" line="1611"/> <source>&View</source> <translation>&Переглянути</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1615"/> + <location filename="../ProfileInterface.cpp" line="1614"/> <source>&Remove</source> <translation>&Видалити</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1617"/> + <location filename="../ProfileInterface.cpp" line="1616"/> <source>&Select</source> <translation>&Виділення</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1618"/> + <location filename="../ProfileInterface.cpp" line="1617"/> <source>&Deselect</source> <translation>&Зняти виділення</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1621"/> + <location filename="../ProfileInterface.cpp" line="1620"/> <source>Select &All</source> <translation>Вибрати &усі</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1625"/> + <location filename="../ProfileInterface.cpp" line="1624"/> <source>&Deselect All</source> <translation>&Зняти виділення усіх</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="164"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> <source>Are you sure to delete %1 from your Snapmatic pictures?</source> <translation>Ви дійсно бажаєте видалити %1 з ваших Snapmatic фотографій?</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Failed at deleting %1 from your Snapmatic pictures</source> <translation>Не вдалося видалити%1 з ваших Snapmatic фотографій</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Failed to hide %1 In-game from your Snapmatic pictures</source> <translation>Не вдалося сховати %1 Snapmatic у грі</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Failed to show %1 In-game from your Snapmatic pictures</source> <translation>Не вдалося показати %1 Snapmatic у грі</translation> </message> @@ -2266,22 +2266,22 @@ Press 1 for Default View</source> <context> <name>TelemetryDialog</name> <message> - <location filename="../main.cpp" line="167"/> + <location filename="../main.cpp" line="171"/> <source>You want help %1 to improve in the future by including personal usage data in your submission?</source> <translation>Ви хочете допомогти %1 покращитись у майбутньому, включивши дані особистого користування?</translation> </message> <message> - <location filename="../main.cpp" line="168"/> + <location filename="../main.cpp" line="172"/> <source>%1 User Statistics</source> <translation>%1 Статистика користувачів</translation> </message> <message> - <location filename="../main.cpp" line="172"/> + <location filename="../main.cpp" line="176"/> <source>Yes, I want include personal usage data.</source> <translation>Так, я хочу включити дані особистого користування.</translation> </message> <message> - <location filename="../main.cpp" line="181"/> + <location filename="../main.cpp" line="185"/> <source>&OK</source> <translatorcomment>&OK</translatorcomment> <translation>&OK</translation> @@ -2458,16 +2458,16 @@ Press 1 for Default View</source> <translation>Змінити &гравців...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Show In-game</source> <translation>Показати у грі</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Hide In-game</source> <translation>Сховати у грі</translation> </message> diff --git a/res/gta5sync_zh_TW.ts b/res/gta5sync_zh_TW.ts index d05ec3a..d0b4bab 100644 --- a/res/gta5sync_zh_TW.ts +++ b/res/gta5sync_zh_TW.ts @@ -176,7 +176,7 @@ Pictures and Savegames</source> <name>ImageEditorDialog</name> <message> <location filename="../ImageEditorDialog.ui" line="14"/> - <location filename="../ImportDialog.cpp" line="635"/> + <location filename="../ImportDialog.cpp" line="639"/> <source>Overwrite Image...</source> <translation>修改圖片...</translation> </message> @@ -192,49 +192,49 @@ Pictures and Savegames</source> </message> <message> <location filename="../ImageEditorDialog.ui" line="82"/> - <location filename="../ImportDialog.cpp" line="637"/> + <location filename="../ImportDialog.cpp" line="641"/> <source>Apply changes</source> <translation>套用變更</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="85"/> - <location filename="../ImportDialog.cpp" line="636"/> + <location filename="../ImportDialog.cpp" line="640"/> <source>&Overwrite</source> <translation>修改(&O)</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="92"/> - <location filename="../ImportDialog.cpp" line="639"/> + <location filename="../ImportDialog.cpp" line="643"/> <source>Discard changes</source> <translation>捨棄變更</translation> </message> <message> <location filename="../ImageEditorDialog.ui" line="95"/> - <location filename="../ImportDialog.cpp" line="638"/> + <location filename="../ImportDialog.cpp" line="642"/> <source>&Close</source> <translation>關閉(&C)</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Snapmatic Image Editor</source> <translation>Snapmatic 圖片編輯器</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="193"/> - <location filename="../PictureDialog.cpp" line="998"/> - <location filename="../SnapmaticWidget.cpp" line="369"/> + <location filename="../PictureDialog.cpp" line="1006"/> + <location filename="../SnapmaticWidget.cpp" line="376"/> <source>Patching of Snapmatic Image failed because of I/O Error</source> <translation>I/O 錯誤,Snapmatic 圖片更新失敗</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="200"/> - <location filename="../PictureDialog.cpp" line="1022"/> - <location filename="../SnapmaticWidget.cpp" line="393"/> + <location filename="../PictureDialog.cpp" line="1030"/> + <location filename="../SnapmaticWidget.cpp" line="400"/> <source>Patching of Snapmatic Image failed because of Image Error</source> <translation>圖片錯誤,Snapmatic 圖片更新失敗</translation> </message> @@ -275,8 +275,8 @@ Pictures and Savegames</source> <message> <location filename="../ImportDialog.ui" line="150"/> <location filename="../ImportDialog.cpp" line="87"/> - <location filename="../ImportDialog.cpp" line="311"/> - <location filename="../ImportDialog.cpp" line="723"/> + <location filename="../ImportDialog.cpp" line="315"/> + <location filename="../ImportDialog.cpp" line="727"/> <source>Background Colour: <span style="color: %1">%1</span></source> <translation>背景顏色: <span style="color: %1">%1</span></translation> </message> @@ -294,8 +294,8 @@ Pictures and Savegames</source> <message> <location filename="../ImportDialog.ui" line="203"/> <location filename="../ImportDialog.cpp" line="88"/> - <location filename="../ImportDialog.cpp" line="319"/> - <location filename="../ImportDialog.cpp" line="803"/> + <location filename="../ImportDialog.cpp" line="323"/> + <location filename="../ImportDialog.cpp" line="807"/> <source>Background Image:</source> <translation>背景圖片:</translation> </message> @@ -370,120 +370,120 @@ Pictures and Savegames</source> <translation>儲存設定(&S)...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="197"/> - <location filename="../ProfileInterface.cpp" line="713"/> + <location filename="../ImportDialog.cpp" line="198"/> + <location filename="../ProfileInterface.cpp" line="712"/> <source>Custom Avatar</source> <comment>Custom Avatar Description in SC, don't use Special Character!</comment> <translation>自訂大頭貼</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="224"/> - <location filename="../ProfileInterface.cpp" line="732"/> + <location filename="../ImportDialog.cpp" line="225"/> + <location filename="../ProfileInterface.cpp" line="731"/> <source>Custom Picture</source> <comment>Custom Picture Description in SC, don't use Special Character!</comment> <translation>自訂圖片</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> + <location filename="../ImportDialog.cpp" line="318"/> <source>Storage</source> <comment>Background Image: Storage</comment> <translation>儲存</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="351"/> + <location filename="../ImportDialog.cpp" line="355"/> <source>Crop Picture...</source> <translation>裁剪圖片...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="393"/> + <location filename="../ImportDialog.cpp" line="397"/> <source>&Crop</source> <translation>裁剪(&C)</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="394"/> + <location filename="../ImportDialog.cpp" line="398"/> <source>Crop Picture</source> <translation>裁剪圖片</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="529"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="533"/> <source>Please import a new picture first</source> <translation>請先匯入新圖片</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="486"/> - <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="490"/> + <location filename="../ImportDialog.cpp" line="500"/> <source>Default</source> <comment>Default as Default Profile</comment> <translation>預設</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="487"/> - <location filename="../ImportDialog.cpp" line="488"/> - <location filename="../ImportDialog.cpp" line="489"/> - <location filename="../ImportDialog.cpp" line="490"/> <location filename="../ImportDialog.cpp" line="491"/> - <location filename="../ImportDialog.cpp" line="500"/> + <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="493"/> + <location filename="../ImportDialog.cpp" line="494"/> + <location filename="../ImportDialog.cpp" line="495"/> <location filename="../ImportDialog.cpp" line="504"/> <location filename="../ImportDialog.cpp" line="508"/> <location filename="../ImportDialog.cpp" line="512"/> <location filename="../ImportDialog.cpp" line="516"/> - <location filename="../ImportDialog.cpp" line="534"/> - <location filename="../ImportDialog.cpp" line="535"/> - <location filename="../ImportDialog.cpp" line="536"/> - <location filename="../ImportDialog.cpp" line="537"/> + <location filename="../ImportDialog.cpp" line="520"/> <location filename="../ImportDialog.cpp" line="538"/> - <location filename="../ImportDialog.cpp" line="543"/> + <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="540"/> + <location filename="../ImportDialog.cpp" line="541"/> + <location filename="../ImportDialog.cpp" line="542"/> <location filename="../ImportDialog.cpp" line="547"/> <location filename="../ImportDialog.cpp" line="551"/> <location filename="../ImportDialog.cpp" line="555"/> <location filename="../ImportDialog.cpp" line="559"/> + <location filename="../ImportDialog.cpp" line="563"/> <source>Profile %1</source> <comment>Profile %1 as Profile 1</comment> <translation>設定檔 %1</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="481"/> - <location filename="../ImportDialog.cpp" line="492"/> + <location filename="../ImportDialog.cpp" line="485"/> + <location filename="../ImportDialog.cpp" line="496"/> <source>Load Settings...</source> <translation>載入設定...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="529"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="533"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Save Settings...</source> <translation>儲存設定...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Snapmatic Avatar Zone</source> <translation>Snapmatic 大頭貼區域</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="670"/> + <location filename="../ImportDialog.cpp" line="674"/> <source>Are you sure to use a square image outside of the Avatar Zone? When you want to use it as Avatar the image will be detached!</source> <translation>你確定要在大頭貼區域以外的地方使用方形圖片嗎? 作為大頭貼的圖片將被分離!</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="719"/> + <location filename="../ImportDialog.cpp" line="723"/> <source>Select Colour...</source> <translation>選擇顏色...</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="314"/> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="318"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>Background Image: %1</source> <translation>背景圖片: %1</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="492"/> - <location filename="../ImportDialog.cpp" line="539"/> + <location filename="../ImportDialog.cpp" line="496"/> + <location filename="../ImportDialog.cpp" line="543"/> <source>Please select your settings profile</source> <translation>請選擇設定檔</translation> </message> <message> - <location filename="../ImportDialog.cpp" line="788"/> + <location filename="../ImportDialog.cpp" line="792"/> <source>File</source> <comment>Background Image: File</comment> <translation>文件</translation> @@ -517,7 +517,7 @@ When you want to use it as Avatar the image will be detached!</source> <translation>關閉(&C)</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="179"/> + <location filename="../JsonEditorDialog.cpp" line="180"/> <source>JSON Error</source> <translation>JSON 錯誤</translation> </message> @@ -580,7 +580,7 @@ When you want to use it as Avatar the image will be detached!</source> <translation>完成(&D)</translation> </message> <message> - <location filename="../MapLocationDialog.cpp" line="92"/> + <location filename="../MapLocationDialog.cpp" line="96"/> <source>X: %1 Y: %2</source> <comment>X and Y position</comment> @@ -1023,43 +1023,43 @@ Y: %2</translation> <translation>關閉(&C)</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="159"/> - <location filename="../ProfileInterface.cpp" line="1610"/> + <location filename="../PictureDialog.cpp" line="165"/> + <location filename="../ProfileInterface.cpp" line="1609"/> <source>Export as &Picture...</source> <translation>匯出成圖片(&P)...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="160"/> - <location filename="../ProfileInterface.cpp" line="1611"/> + <location filename="../PictureDialog.cpp" line="166"/> + <location filename="../ProfileInterface.cpp" line="1610"/> <source>Export as &Snapmatic...</source> <translation>匯出成 Snapmatic(&S)...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="162"/> - <location filename="../ProfileInterface.cpp" line="1604"/> + <location filename="../PictureDialog.cpp" line="168"/> + <location filename="../ProfileInterface.cpp" line="1603"/> <source>&Edit Properties...</source> <translation>編輯屬性(&E) ...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="163"/> - <location filename="../ProfileInterface.cpp" line="1605"/> + <location filename="../PictureDialog.cpp" line="169"/> + <location filename="../ProfileInterface.cpp" line="1604"/> <source>&Overwrite Image...</source> <translation>修改圖片(&O)...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="165"/> - <location filename="../ProfileInterface.cpp" line="1607"/> + <location filename="../PictureDialog.cpp" line="171"/> + <location filename="../ProfileInterface.cpp" line="1606"/> <source>Open &Map Viewer...</source> <translation>開啟地圖檢視器(&M)...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="167"/> - <location filename="../ProfileInterface.cpp" line="1608"/> + <location filename="../PictureDialog.cpp" line="173"/> + <location filename="../ProfileInterface.cpp" line="1607"/> <source>Open &JSON Editor...</source> <translation>開啟 JSON 編輯器(&J)...</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="564"/> + <location filename="../PictureDialog.cpp" line="575"/> <source>Key 1 - Avatar Preview Mode Key 2 - Toggle Overlay Arrow Keys - Navigate</source> @@ -1068,37 +1068,37 @@ Arrow Keys - Navigate</source> 方向鍵 - 導覽</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Snapmatic Picture Viewer</source> <translation>Snapmatic 圖片檢視器</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="625"/> - <location filename="../PictureDialog.cpp" line="651"/> + <location filename="../PictureDialog.cpp" line="636"/> + <location filename="../PictureDialog.cpp" line="662"/> <source>Failed at %1</source> <translation>失敗: %1</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="790"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="798"/> <location filename="../SnapmaticEditor.cpp" line="247"/> <source>No Players</source> <translation>無</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> - <location filename="../PictureDialog.cpp" line="770"/> + <location filename="../PictureDialog.cpp" line="661"/> + <location filename="../PictureDialog.cpp" line="774"/> <source>No Crew</source> <translation>無</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="650"/> + <location filename="../PictureDialog.cpp" line="661"/> <source>Unknown Location</source> <translation>未知地點</translation> </message> <message> - <location filename="../PictureDialog.cpp" line="736"/> + <location filename="../PictureDialog.cpp" line="732"/> <source>Avatar Preview Mode Press 1 for Default View</source> <translation>大頭貼預覽模式 @@ -1221,43 +1221,43 @@ Press 1 for Default View</source> <translation>可用的玩家:</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="102"/> + <location filename="../PlayerListDialog.ui" line="108"/> <source>Selected Players:</source> <translation>已選擇玩家:</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="144"/> + <location filename="../PlayerListDialog.ui" line="150"/> <source>&Apply</source> <translation>套用(&A)</translation> </message> <message> - <location filename="../PlayerListDialog.ui" line="157"/> + <location filename="../PlayerListDialog.ui" line="163"/> <source>&Cancel</source> <translation>取消(&C)</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Add Players...</source> <translation>新增玩家...</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="222"/> + <location filename="../PlayerListDialog.cpp" line="151"/> <source>Failed to add more Players because the limit of Players are %1!</source> <translation>因為數量限制 %1,無法新增更多玩家!</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="168"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Add Player...</source> <translation>新增玩家...</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="239"/> + <location filename="../PlayerListDialog.cpp" line="168"/> <source>Enter Social Club Player ID</source> <translation>輸入玩家的 Social Club ID</translation> </message> <message> - <location filename="../PlayerListDialog.cpp" line="262"/> + <location filename="../PlayerListDialog.cpp" line="191"/> <source>Failed to add Player %1 because Player %1 is already added!</source> <translation>新增 %1 失敗,因為 %1 已被新增!</translation> </message> @@ -1308,25 +1308,25 @@ Press 1 for Default View</source> </message> <message> <location filename="../ImageEditorDialog.cpp" line="109"/> - <location filename="../ImportDialog.cpp" line="422"/> - <location filename="../ImportDialog.cpp" line="742"/> + <location filename="../ImportDialog.cpp" line="426"/> + <location filename="../ImportDialog.cpp" line="746"/> + <location filename="../ProfileInterface.cpp" line="487"/> <location filename="../ProfileInterface.cpp" line="488"/> - <location filename="../ProfileInterface.cpp" line="489"/> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="554"/> - <location filename="../ProfileInterface.cpp" line="588"/> - <location filename="../ProfileInterface.cpp" line="630"/> - <location filename="../ProfileInterface.cpp" line="665"/> - <location filename="../ProfileInterface.cpp" line="770"/> - <location filename="../ProfileInterface.cpp" line="780"/> - <location filename="../ProfileInterface.cpp" line="919"/> - <location filename="../ProfileInterface.cpp" line="924"/> - <location filename="../ProfileInterface.cpp" line="962"/> - <location filename="../ProfileInterface.cpp" line="1084"/> - <location filename="../ProfileInterface.cpp" line="1092"/> - <location filename="../ProfileInterface.cpp" line="1172"/> - <location filename="../ProfileInterface.cpp" line="1209"/> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="553"/> + <location filename="../ProfileInterface.cpp" line="587"/> + <location filename="../ProfileInterface.cpp" line="629"/> + <location filename="../ProfileInterface.cpp" line="664"/> + <location filename="../ProfileInterface.cpp" line="769"/> + <location filename="../ProfileInterface.cpp" line="779"/> + <location filename="../ProfileInterface.cpp" line="918"/> + <location filename="../ProfileInterface.cpp" line="923"/> + <location filename="../ProfileInterface.cpp" line="961"/> + <location filename="../ProfileInterface.cpp" line="1083"/> + <location filename="../ProfileInterface.cpp" line="1091"/> + <location filename="../ProfileInterface.cpp" line="1171"/> + <location filename="../ProfileInterface.cpp" line="1208"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Import...</source> <translation>匯入...</translation> </message> @@ -1334,232 +1334,232 @@ Press 1 for Default View</source> <location filename="../ImageEditorDialog.cpp" line="110"/> <location filename="../ImageEditorDialog.cpp" line="141"/> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="423"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="743"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ImportDialog.cpp" line="783"/> + <location filename="../ImportDialog.cpp" line="427"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="747"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ImportDialog.cpp" line="787"/> <source>Import</source> <translation>匯入</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="120"/> - <location filename="../ImportDialog.cpp" line="433"/> - <location filename="../ImportDialog.cpp" line="753"/> - <location filename="../ProfileInterface.cpp" line="508"/> + <location filename="../ImportDialog.cpp" line="437"/> + <location filename="../ImportDialog.cpp" line="757"/> + <location filename="../ProfileInterface.cpp" line="507"/> <source>All image files (%1)</source> <translation>所有圖片 (%1)</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="121"/> - <location filename="../ImportDialog.cpp" line="434"/> - <location filename="../ImportDialog.cpp" line="754"/> - <location filename="../ProfileInterface.cpp" line="509"/> + <location filename="../ImportDialog.cpp" line="438"/> + <location filename="../ImportDialog.cpp" line="758"/> + <location filename="../ProfileInterface.cpp" line="508"/> <location filename="../UserInterface.cpp" line="463"/> <source>All files (**)</source> <translation>所有檔案 (**)</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="141"/> - <location filename="../ImportDialog.cpp" line="454"/> - <location filename="../ImportDialog.cpp" line="774"/> - <location filename="../ProfileInterface.cpp" line="770"/> + <location filename="../ImportDialog.cpp" line="458"/> + <location filename="../ImportDialog.cpp" line="778"/> + <location filename="../ProfileInterface.cpp" line="769"/> <source>Can't import %1 because file can't be open</source> <translation>無法匯入 %1,因為檔案無法開啟</translation> </message> <message> <location filename="../ImageEditorDialog.cpp" line="150"/> - <location filename="../ImportDialog.cpp" line="463"/> - <location filename="../ImportDialog.cpp" line="783"/> - <location filename="../ProfileInterface.cpp" line="780"/> + <location filename="../ImportDialog.cpp" line="467"/> + <location filename="../ImportDialog.cpp" line="787"/> + <location filename="../ProfileInterface.cpp" line="779"/> <source>Can't import %1 because file can't be parsed properly</source> <translation>無法匯入 %1,因為檔案無法正確解析</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="86"/> + <location filename="../ProfileInterface.cpp" line="85"/> <source>Enabled pictures: %1 of %2</source> <translation>開啟圖片 %1 共 %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="186"/> + <location filename="../ProfileInterface.cpp" line="185"/> <source>Loading...</source> <translation>載入中...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source>Snapmatic Loader</source> <translation>Snapmatic 載入器</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="415"/> + <location filename="../ProfileInterface.cpp" line="414"/> <source><h4>Following Snapmatic Pictures got repaired</h4>%1</source> <translation><h4>下列的 Snapmatic 圖片已被更新</h4>%1</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="504"/> + <location filename="../ProfileInterface.cpp" line="503"/> <source>Importable files (%1)</source> <translation>可匯入的檔案 (%1)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="505"/> + <location filename="../ProfileInterface.cpp" line="504"/> <location filename="../UserInterface.cpp" line="460"/> <source>GTA V Export (*.g5e)</source> <translation>GTA V Export (*.g5e)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="506"/> + <location filename="../ProfileInterface.cpp" line="505"/> <location filename="../UserInterface.cpp" line="461"/> <source>Savegames files (SGTA*)</source> <translation>遊戲存檔 (SGTA*)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="507"/> + <location filename="../ProfileInterface.cpp" line="506"/> <location filename="../UserInterface.cpp" line="462"/> <source>Snapmatic pictures (PGTA*)</source> <translation>Snapmatic 圖片 (PGTA*)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="533"/> - <location filename="../ProfileInterface.cpp" line="924"/> + <location filename="../ProfileInterface.cpp" line="532"/> + <location filename="../ProfileInterface.cpp" line="923"/> <location filename="../UserInterface.cpp" line="551"/> <source>No valid file is selected</source> <translation>沒有選擇有效的檔案</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="555"/> - <location filename="../ProfileInterface.cpp" line="572"/> + <location filename="../ProfileInterface.cpp" line="554"/> + <location filename="../ProfileInterface.cpp" line="571"/> <source>Import file %1 of %2 files</source> <translation>匯入檔案 %1 共 %2 個</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="588"/> + <location filename="../ProfileInterface.cpp" line="587"/> <source>Import failed with... %1</source> <translation>%1 匯入失敗</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="630"/> + <location filename="../ProfileInterface.cpp" line="629"/> <location filename="../UserInterface.cpp" line="503"/> <source>Failed to read Snapmatic picture</source> <translation>無法讀取 Snapmatic 圖片</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="665"/> + <location filename="../ProfileInterface.cpp" line="664"/> <location filename="../UserInterface.cpp" line="519"/> <source>Failed to read Savegame file</source> <translation>無法讀取遊戲存檔</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="919"/> + <location filename="../ProfileInterface.cpp" line="918"/> <source>Can't import %1 because file format can't be detected</source> <translation>無法匯入 %1,因為無法檢測該檔案格式</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1084"/> + <location filename="../ProfileInterface.cpp" line="1083"/> <source>Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e</source> <translation>匯入 Snapmatic 圖片失敗,檔案不是 PGTA 開頭或附檔名不是 .g5e</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1172"/> + <location filename="../ProfileInterface.cpp" line="1171"/> <source>Failed to import the Snapmatic picture, can't copy the file into profile</source> <translation>匯入 Snapmatic 圖片失敗,無法將該檔案複製到設定檔中</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1209"/> + <location filename="../ProfileInterface.cpp" line="1208"/> <source>Failed to import the Savegame, can't copy the file into profile</source> <translation>匯入遊戲存檔失敗,無法將該檔案複製到設定檔中</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1215"/> + <location filename="../ProfileInterface.cpp" line="1214"/> <source>Failed to import the Savegame, no Savegame slot is left</source> <translation>匯入遊戲存檔失敗,沒有遊戲存檔欄位</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1279"/> - <location filename="../ProfileInterface.cpp" line="1317"/> - <location filename="../ProfileInterface.cpp" line="1362"/> - <location filename="../ProfileInterface.cpp" line="1397"/> - <location filename="../ProfileInterface.cpp" line="1417"/> + <location filename="../ProfileInterface.cpp" line="1278"/> + <location filename="../ProfileInterface.cpp" line="1316"/> + <location filename="../ProfileInterface.cpp" line="1361"/> + <location filename="../ProfileInterface.cpp" line="1396"/> + <location filename="../ProfileInterface.cpp" line="1416"/> <source>Export selected...</source> <translation>匯出所選...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1302"/> - <location filename="../ProfileInterface.cpp" line="1320"/> + <location filename="../ProfileInterface.cpp" line="1301"/> + <location filename="../ProfileInterface.cpp" line="1319"/> <source>JPG pictures and GTA Snapmatic</source> <translation>JPG 圖片和 GTA Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1303"/> - <location filename="../ProfileInterface.cpp" line="1325"/> + <location filename="../ProfileInterface.cpp" line="1302"/> + <location filename="../ProfileInterface.cpp" line="1324"/> <source>JPG pictures only</source> <translation>只有 JPG 圖片</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1304"/> - <location filename="../ProfileInterface.cpp" line="1329"/> + <location filename="../ProfileInterface.cpp" line="1303"/> + <location filename="../ProfileInterface.cpp" line="1328"/> <source>GTA Snapmatic only</source> <translation>只有 GTA Snapmatic</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1317"/> + <location filename="../ProfileInterface.cpp" line="1316"/> <source>%1Export Snapmatic pictures%2<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source> <translation>%1 匯出 Snapmatic 圖片 %2<br><br>JPG 圖片可使用圖片檢視器開啟<br>GTA Snapmatic 可以匯入到遊戲中<br><br>匯出成:</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1363"/> + <location filename="../ProfileInterface.cpp" line="1362"/> <source>Initialising export...</source> <translation>初始化...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1397"/> + <location filename="../ProfileInterface.cpp" line="1396"/> <source>Export failed with... %1</source> <translation>%1 匯出失敗</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1417"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1416"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>No Snapmatic pictures or Savegames files are selected</source> <translation>未選擇 Snapmatic 圖片或遊戲存檔</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> - <location filename="../ProfileInterface.cpp" line="1453"/> - <location filename="../ProfileInterface.cpp" line="1459"/> + <location filename="../ProfileInterface.cpp" line="1424"/> + <location filename="../ProfileInterface.cpp" line="1452"/> + <location filename="../ProfileInterface.cpp" line="1458"/> <source>Remove selected</source> <translation>移除所選</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1425"/> + <location filename="../ProfileInterface.cpp" line="1424"/> <source>You really want remove the selected Snapmatic picutres and Savegame files?</source> <translation>你想移除所選的 Snapmatic 圖片/存檔嗎?</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1453"/> + <location filename="../ProfileInterface.cpp" line="1452"/> <source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source> <translation>無法移除所選擇的 Snapmatic 圖片/遊戲存檔</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2282"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2277"/> <source>No Snapmatic pictures are selected</source> <translation>未選擇 Snapmatic 圖片</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../ProfileInterface.cpp" line="2031"/> - <location filename="../ProfileInterface.cpp" line="2130"/> - <location filename="../ProfileInterface.cpp" line="2261"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../ProfileInterface.cpp" line="2026"/> + <location filename="../ProfileInterface.cpp" line="2125"/> + <location filename="../ProfileInterface.cpp" line="2256"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>%1 failed with... %2</source> @@ -1569,91 +1569,91 @@ Press 1 for Default View</source> %2</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="978"/> + <location filename="../ProfileInterface.cpp" line="977"/> <source>Prepare Content for Import...</source> <translation>準備匯入內容...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1092"/> + <location filename="../ProfileInterface.cpp" line="1091"/> <source>A Snapmatic picture already exists with the uid %1, you want assign your import a new uid and timestamp?</source> <translation>已有與 uid %1 相同的 Snapmatic 圖片,你想要匯入新的 uid 和時間戳嗎?</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1966"/> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="1961"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify as Avatar</source> <translation>合格大頭貼</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1977"/> - <location filename="../ProfileInterface.cpp" line="2080"/> - <location filename="../ProfileInterface.cpp" line="2211"/> - <location filename="../ProfileInterface.cpp" line="2317"/> + <location filename="../ProfileInterface.cpp" line="1972"/> + <location filename="../ProfileInterface.cpp" line="2075"/> + <location filename="../ProfileInterface.cpp" line="2206"/> + <location filename="../ProfileInterface.cpp" line="2312"/> <source>Patch selected...</source> <translation>修改所選...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1978"/> - <location filename="../ProfileInterface.cpp" line="1997"/> - <location filename="../ProfileInterface.cpp" line="2081"/> - <location filename="../ProfileInterface.cpp" line="2100"/> - <location filename="../ProfileInterface.cpp" line="2212"/> - <location filename="../ProfileInterface.cpp" line="2231"/> - <location filename="../ProfileInterface.cpp" line="2318"/> - <location filename="../ProfileInterface.cpp" line="2337"/> + <location filename="../ProfileInterface.cpp" line="1973"/> + <location filename="../ProfileInterface.cpp" line="1992"/> + <location filename="../ProfileInterface.cpp" line="2076"/> + <location filename="../ProfileInterface.cpp" line="2095"/> + <location filename="../ProfileInterface.cpp" line="2207"/> + <location filename="../ProfileInterface.cpp" line="2226"/> + <location filename="../ProfileInterface.cpp" line="2313"/> + <location filename="../ProfileInterface.cpp" line="2332"/> <source>Patch file %1 of %2 files</source> <translation>修改檔案 %1 共 %2 個檔案</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2031"/> + <location filename="../ProfileInterface.cpp" line="2026"/> <source>Qualify</source> <comment>%1 failed with...</comment> <translation>合格</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2052"/> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2047"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players...</source> <translation>更改玩家...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2130"/> + <location filename="../ProfileInterface.cpp" line="2125"/> <source>Change Players</source> <comment>%1 failed with...</comment> <translation>更改玩家</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2151"/> - <location filename="../ProfileInterface.cpp" line="2188"/> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2146"/> + <location filename="../ProfileInterface.cpp" line="2183"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew...</source> <translation>更改幫會...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2188"/> + <location filename="../ProfileInterface.cpp" line="2183"/> <source>Failed to enter a valid Snapmatic Crew ID</source> <translation>輸入了無效的幫會 ID</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2261"/> + <location filename="../ProfileInterface.cpp" line="2256"/> <source>Change Crew</source> <comment>%1 failed with...</comment> <translation>更改幫會</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2282"/> - <location filename="../ProfileInterface.cpp" line="2299"/> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2277"/> + <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title...</source> <translation>更改標題...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2299"/> + <location filename="../ProfileInterface.cpp" line="2294"/> <source>Failed to enter a valid Snapmatic title</source> <translation>輸入了無效的標題</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2364"/> + <location filename="../ProfileInterface.cpp" line="2359"/> <source>Change Title</source> <comment>%1 failed with...</comment> <translation>更改標題</translation> @@ -1667,17 +1667,17 @@ Press 1 for Default View</source> <context> <name>QApplication</name> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Font</source> <translation>字體</translation> </message> <message> - <location filename="../main.cpp" line="111"/> + <location filename="../main.cpp" line="115"/> <source>Selected Font: %1</source> <translation>選擇的字體: %1</translation> </message> <message> - <location filename="../main.cpp" line="138"/> + <location filename="../main.cpp" line="142"/> <source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source> <translation><h4>歡迎使用 %1!</h4> 你想在開始前先設定 %1 嗎?</translation> </message> @@ -1755,37 +1755,37 @@ Press 1 for Default View</source> <translation>刪除</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1646"/> + <location filename="../ProfileInterface.cpp" line="1645"/> <source>&View</source> <translation>檢視(&V)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1647"/> + <location filename="../ProfileInterface.cpp" line="1646"/> <source>&Export</source> <translation>匯出(&E)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1648"/> + <location filename="../ProfileInterface.cpp" line="1647"/> <source>&Remove</source> <translation>移除(&R)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1650"/> + <location filename="../ProfileInterface.cpp" line="1649"/> <source>&Select</source> <translation>選擇(&S)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1651"/> + <location filename="../ProfileInterface.cpp" line="1650"/> <source>&Deselect</source> <translation>取消選擇(&D)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1654"/> + <location filename="../ProfileInterface.cpp" line="1653"/> <source>Select &All</source> <translation>選擇全部(&A)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1658"/> + <location filename="../ProfileInterface.cpp" line="1657"/> <source>&Deselect All</source> <translation>取消選擇全部(&D)</translation> </message> @@ -1828,50 +1828,50 @@ Press 1 for Default View</source> <translation>沒有選擇有效的檔案</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="65"/> + <location filename="../SavegameWidget.cpp" line="64"/> <source>Export Savegame...</source> <translation>匯出遊戲存檔...</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="68"/> - <location filename="../SavegameWidget.cpp" line="125"/> + <location filename="../SavegameWidget.cpp" line="67"/> + <location filename="../SavegameWidget.cpp" line="124"/> <source>AUTOSAVE - %1 %2</source> <translation>自動存檔 - %1 %2</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="69"/> - <location filename="../SavegameWidget.cpp" line="126"/> + <location filename="../SavegameWidget.cpp" line="68"/> + <location filename="../SavegameWidget.cpp" line="125"/> <source>SAVE %3 - %1 %2</source> <translation>存檔 %3 - %1 %2</translation> </message> <message> + <location filename="../SavegameWidget.cpp" line="96"/> <location filename="../SavegameWidget.cpp" line="97"/> - <location filename="../SavegameWidget.cpp" line="98"/> <source>WRONG FORMAT</source> <translation>格式錯誤</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="119"/> + <location filename="../SavegameWidget.cpp" line="118"/> <source>UNKNOWN</source> <translation>未知</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="138"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Delete Savegame</source> <translation>刪除存檔</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="139"/> + <location filename="../SavegameWidget.cpp" line="138"/> <source>Are you sure to delete %1 from your savegames?</source> <translation>你確定要刪除存檔 %1?</translation> </message> <message> - <location filename="../SavegameWidget.cpp" line="184"/> + <location filename="../SavegameWidget.cpp" line="183"/> <source>Failed at deleting %1 from your savegames</source> <translation>刪除存檔 %1 失敗</translation> </message> @@ -1881,13 +1881,13 @@ Press 1 for Default View</source> <message> <location filename="../SnapmaticEditor.ui" line="14"/> <location filename="../SnapmaticEditor.ui" line="81"/> - <location filename="../JsonEditorDialog.cpp" line="116"/> - <location filename="../JsonEditorDialog.cpp" line="181"/> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../JsonEditorDialog.cpp" line="216"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Snapmatic Properties</source> <translation>Snapmatic 屬性</translation> </message> @@ -1967,48 +1967,48 @@ Press 1 for Default View</source> <translation>取消(&C)</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="116"/> + <location filename="../JsonEditorDialog.cpp" line="117"/> <source><h4>Unsaved changes detected</h4>You want to save the JSON content before you quit?</source> <translation><h4>目前的變更未儲存</h4> 你想要在退出之前儲存 JSON 嗎?</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="181"/> + <location filename="../JsonEditorDialog.cpp" line="182"/> <source>Patching of Snapmatic Properties failed because of %1</source> <translation>更新 Snapmatic 屬性失敗,因為 %1</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="187"/> - <location filename="../PictureDialog.cpp" line="913"/> + <location filename="../JsonEditorDialog.cpp" line="188"/> + <location filename="../PictureDialog.cpp" line="921"/> <location filename="../SnapmaticEditor.cpp" line="334"/> - <location filename="../SnapmaticWidget.cpp" line="427"/> + <location filename="../SnapmaticWidget.cpp" line="434"/> <source>Patching of Snapmatic Properties failed because of I/O Error</source> <translation>讀寫錯誤,未能更新 Snapmatic 屬性</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="216"/> + <location filename="../JsonEditorDialog.cpp" line="217"/> <source>Patching of Snapmatic Properties failed because of JSON Error</source> <translation>JSON 錯誤,未能更新 Snapmatic 屬性</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>Snapmatic Crew</source> <translation>幫會</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2179"/> + <location filename="../ProfileInterface.cpp" line="2174"/> <location filename="../SnapmaticEditor.cpp" line="443"/> <source>New Snapmatic crew:</source> <translation>輸入新的幫會:</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>Snapmatic Title</source> <translation>標題</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="2294"/> + <location filename="../ProfileInterface.cpp" line="2289"/> <location filename="../SnapmaticEditor.cpp" line="414"/> <source>New Snapmatic title:</source> <translation>輸入新的標題:</translation> @@ -2064,19 +2064,19 @@ Press 1 for Default View</source> <context> <name>SnapmaticPicture</name> <message> - <location filename="../JsonEditorDialog.cpp" line="167"/> + <location filename="../JsonEditorDialog.cpp" line="168"/> <location filename="../SnapmaticPicture.cpp" line="730"/> <source>JSON is incomplete and malformed</source> <translation>JSON 不完整和異常</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="171"/> + <location filename="../JsonEditorDialog.cpp" line="172"/> <location filename="../SnapmaticPicture.cpp" line="734"/> <source>JSON is incomplete</source> <translation>JSON 不完整</translation> </message> <message> - <location filename="../JsonEditorDialog.cpp" line="175"/> + <location filename="../JsonEditorDialog.cpp" line="176"/> <location filename="../SnapmaticPicture.cpp" line="738"/> <source>JSON is malformed</source> <translation>JSON 異常</translation> @@ -2172,8 +2172,8 @@ Press 1 for Default View</source> </message> <message> <location filename="../SnapmaticWidget.ui" line="152"/> - <location filename="../SnapmaticWidget.cpp" line="164"/> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Delete picture</source> <translation>刪除圖片</translation> </message> @@ -2183,72 +2183,72 @@ Press 1 for Default View</source> <translation>刪除</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1595"/> + <location filename="../ProfileInterface.cpp" line="1594"/> <source>Edi&t</source> <translation>編輯(&E)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1598"/> + <location filename="../ProfileInterface.cpp" line="1597"/> <source>Show &In-game</source> <translation>在遊戲中顯示(&I)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1602"/> + <location filename="../ProfileInterface.cpp" line="1601"/> <source>Hide &In-game</source> <translation>在遊戲中隱藏(&I)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1609"/> + <location filename="../ProfileInterface.cpp" line="1608"/> <source>&Export</source> <translation>匯出(&E)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1612"/> + <location filename="../ProfileInterface.cpp" line="1611"/> <source>&View</source> <translation>檢視(&V)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1615"/> + <location filename="../ProfileInterface.cpp" line="1614"/> <source>&Remove</source> <translation>移除(&R)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1617"/> + <location filename="../ProfileInterface.cpp" line="1616"/> <source>&Select</source> <translation>選擇(&S)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1618"/> + <location filename="../ProfileInterface.cpp" line="1617"/> <source>&Deselect</source> <translation>取消選擇(&D)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1621"/> + <location filename="../ProfileInterface.cpp" line="1620"/> <source>Select &All</source> <translation>選擇全部(&A)</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1625"/> + <location filename="../ProfileInterface.cpp" line="1624"/> <source>&Deselect All</source> <translation>取消選擇全部(&D)</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="164"/> + <location filename="../SnapmaticWidget.cpp" line="171"/> <source>Are you sure to delete %1 from your Snapmatic pictures?</source> <translation>你確定要刪除Snapmatic 圖片 %1 嗎?</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="190"/> + <location filename="../SnapmaticWidget.cpp" line="197"/> <source>Failed at deleting %1 from your Snapmatic pictures</source> <translation>刪除 Snapmatic 圖片 %1 失敗</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Failed to hide %1 In-game from your Snapmatic pictures</source> <translation>在遊戲中隱藏圖片 %1 失敗</translation> </message> <message> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Failed to show %1 In-game from your Snapmatic pictures</source> <translation>在遊戲中顯示圖片 %1 失敗</translation> </message> @@ -2256,22 +2256,22 @@ Press 1 for Default View</source> <context> <name>TelemetryDialog</name> <message> - <location filename="../main.cpp" line="167"/> + <location filename="../main.cpp" line="171"/> <source>You want help %1 to improve in the future by including personal usage data in your submission?</source> <translation>你希望通過收集資料來幫助改善 %1 嗎?</translation> </message> <message> - <location filename="../main.cpp" line="168"/> + <location filename="../main.cpp" line="172"/> <source>%1 User Statistics</source> <translation>%1 使用者統計</translation> </message> <message> - <location filename="../main.cpp" line="172"/> + <location filename="../main.cpp" line="176"/> <source>Yes, I want include personal usage data.</source> <translation>是的,我想幫忙.</translation> </message> <message> - <location filename="../main.cpp" line="181"/> + <location filename="../main.cpp" line="185"/> <source>&OK</source> <translation>確定(&O)</translation> </message> @@ -2447,16 +2447,16 @@ Press 1 for Default View</source> <translation>更改玩家(&P)...</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1525"/> - <location filename="../ProfileInterface.cpp" line="1539"/> - <location filename="../SnapmaticWidget.cpp" line="322"/> + <location filename="../ProfileInterface.cpp" line="1524"/> + <location filename="../ProfileInterface.cpp" line="1538"/> + <location filename="../SnapmaticWidget.cpp" line="329"/> <source>Show In-game</source> <translation>在遊戲中顯示</translation> </message> <message> - <location filename="../ProfileInterface.cpp" line="1559"/> - <location filename="../ProfileInterface.cpp" line="1573"/> - <location filename="../SnapmaticWidget.cpp" line="314"/> + <location filename="../ProfileInterface.cpp" line="1558"/> + <location filename="../ProfileInterface.cpp" line="1572"/> + <location filename="../SnapmaticWidget.cpp" line="321"/> <source>Hide In-game</source> <translation>在遊戲中隱藏</translation> </message> diff --git a/res/qt_ko.qm b/res/qt_ko.qm new file mode 100644 index 0000000..e3d1231 Binary files /dev/null and b/res/qt_ko.qm differ diff --git a/res/qtbase_de.qm b/res/qtbase_de.qm index 29e518e..86ae7fa 100644 Binary files a/res/qtbase_de.qm and b/res/qtbase_de.qm differ diff --git a/res/qtbase_ko.qm b/res/qtbase_ko.qm new file mode 100644 index 0000000..8d78f02 Binary files /dev/null and b/res/qtbase_ko.qm differ diff --git a/res/qtbase_ru.qm b/res/qtbase_ru.qm index a11b7c7..e85c37e 100644 Binary files a/res/qtbase_ru.qm and b/res/qtbase_ru.qm differ diff --git a/res/qtbase_zh_TW.qm b/res/qtbase_zh_TW.qm index 559d80a..6fafb57 100644 Binary files a/res/qtbase_zh_TW.qm and b/res/qtbase_zh_TW.qm differ diff --git a/res/tr_g5p.qrc b/res/tr_g5p.qrc index c8ab30f..b51e8fd 100644 --- a/res/tr_g5p.qrc +++ b/res/tr_g5p.qrc @@ -3,8 +3,9 @@ <file>gta5sync_en_US.qm</file> <file>gta5sync_de.qm</file> <file>gta5sync_fr.qm</file> + <file>gta5sync_ko.qm</file> <file>gta5sync_ru.qm</file> <file>gta5sync_uk.qm</file> <file>gta5sync_zh_TW.qm</file> </qresource> -</RCC> +</RCC> diff --git a/res/tr_qt4.qrc b/res/tr_qt4.qrc index f397ce6..0b79a15 100644 --- a/res/tr_qt4.qrc +++ b/res/tr_qt4.qrc @@ -2,6 +2,7 @@ <qresource prefix="/tr"> <file>qt_de.qm</file> <file>qt_fr.qm</file> + <file>qt_ko.qm</file> <file>qt_ru.qm</file> <file>qt_uk.qm</file> <file>qt_zh_TW.qm</file> diff --git a/res/tr_qt5.qrc b/res/tr_qt5.qrc index 1141d73..7bfe7cc 100644 --- a/res/tr_qt5.qrc +++ b/res/tr_qt5.qrc @@ -3,6 +3,7 @@ <file>qtbase_en_GB.qm</file> <file>qtbase_de.qm</file> <file>qtbase_fr.qm</file> + <file>qtbase_ko.qm</file> <file>qtbase_ru.qm</file> <file>qtbase_uk.qm</file> <file>qtbase_zh_TW.qm</file>