code cleanup and improvements
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Syping 2021-03-27 08:23:05 +01:00
parent 6fdab04c05
commit e572c9c60e
10 changed files with 1699 additions and 1933 deletions

File diff suppressed because it is too large Load Diff

View File

@ -182,11 +182,12 @@ bool RagePhoto::load()
free(jsonBytes);
return false;
}
for (quint32 i = 0; i != p_jsonBuffer; i++) {
quint32 i;
for (i = 0; i != p_jsonBuffer; i++) {
if (jsonBytes[i] == '\x00')
break;
p_jsonData += jsonBytes[i];
}
p_jsonData = QByteArray(jsonBytes, i);
free(jsonBytes);
QJsonDocument t_jsonDocument = QJsonDocument::fromJson(p_jsonData);
if (t_jsonDocument.isNull())
@ -213,7 +214,6 @@ bool RagePhoto::load()
free(titlBytes);
return false;
}
quint32 i;
for (i = 0; i != p_titlBuffer; i++) {
if (titlBytes[i] == '\x00')
break;

View File

@ -373,7 +373,7 @@ Pictures and Savegames</source>
</message>
<message>
<location filename="../ImportDialog.cpp" line="216"/>
<location filename="../ProfileInterface.cpp" line="730"/>
<location filename="../ProfileInterface.cpp" line="683"/>
<source>Custom Avatar</source>
<comment>Custom Avatar Description in SC, don&apos;t use Special Character!</comment>
<translation type="unfinished"></translation>
@ -381,7 +381,7 @@ Pictures and Savegames</source>
<message>
<location filename="../ImportDialog.cpp" line="262"/>
<location filename="../ImportDialog.cpp" line="748"/>
<location filename="../ProfileInterface.cpp" line="749"/>
<location filename="../ProfileInterface.cpp" line="699"/>
<source>Custom Picture</source>
<comment>Custom Picture Description in SC, don&apos;t use Special Character!</comment>
<translation type="unfinished"></translation>
@ -1020,37 +1020,37 @@ Y: %2</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="186"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<location filename="../ProfileInterface.cpp" line="1581"/>
<source>Export as &amp;Picture...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="187"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<location filename="../ProfileInterface.cpp" line="1582"/>
<source>Export as &amp;Snapmatic...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="189"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<location filename="../ProfileInterface.cpp" line="1575"/>
<source>&amp;Edit Properties...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="190"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1576"/>
<source>&amp;Overwrite Image...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="192"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<location filename="../ProfileInterface.cpp" line="1578"/>
<source>Open &amp;Map Viewer...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="194"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<location filename="../ProfileInterface.cpp" line="1579"/>
<source>Open &amp;JSON Editor...</source>
<translation type="unfinished"></translation>
</message>
@ -1300,23 +1300,23 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="523"/>
<location filename="../ImportDialog.cpp" line="833"/>
<location filename="../ProfileInterface.cpp" line="497"/>
<location filename="../ProfileInterface.cpp" line="498"/>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="563"/>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="536"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="1007"/>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1241"/>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../ProfileInterface.cpp" line="937"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Import...</source>
<translation type="unfinished"></translation>
</message>
@ -1333,14 +1333,14 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="533"/>
<location filename="../ImportDialog.cpp" line="843"/>
<location filename="../ProfileInterface.cpp" line="517"/>
<location filename="../ProfileInterface.cpp" line="494"/>
<source>All image files (%1)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="534"/>
<location filename="../ImportDialog.cpp" line="844"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<location filename="../ProfileInterface.cpp" line="495"/>
<location filename="../UserInterface.cpp" line="531"/>
<source>All files (**)</source>
<translation type="unfinished"></translation>
@ -1348,211 +1348,211 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="551"/>
<location filename="../ImportDialog.cpp" line="861"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<source>Can&apos;t import %1 because file can&apos;t be open</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="559"/>
<location filename="../ImportDialog.cpp" line="869"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<source>Can&apos;t import %1 because file can&apos;t be parsed properly</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="85"/>
<location filename="../ProfileInterface.cpp" line="86"/>
<source>Enabled pictures: %1 of %2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="185"/>
<location filename="../ProfileInterface.cpp" line="180"/>
<source>Loading...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>Snapmatic Loader</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>&lt;h4&gt;Following Snapmatic Pictures got repaired&lt;/h4&gt;%1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="513"/>
<location filename="../ProfileInterface.cpp" line="490"/>
<source>Importable files (%1)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="514"/>
<location filename="../ProfileInterface.cpp" line="491"/>
<location filename="../UserInterface.cpp" line="528"/>
<source>GTA V Export (*.g5e)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../UserInterface.cpp" line="529"/>
<source>Savegames files (SGTA*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="516"/>
<location filename="../ProfileInterface.cpp" line="493"/>
<location filename="../UserInterface.cpp" line="530"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../UserInterface.cpp" line="612"/>
<source>No valid file is selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="564"/>
<location filename="../ProfileInterface.cpp" line="581"/>
<location filename="../ProfileInterface.cpp" line="537"/>
<location filename="../ProfileInterface.cpp" line="553"/>
<source>Import file %1 of %2 files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<source>Import failed with...
%1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../UserInterface.cpp" line="568"/>
<source>Failed to read Snapmatic picture</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../UserInterface.cpp" line="582"/>
<source>Failed to read Savegame file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1023"/>
<location filename="../ProfileInterface.cpp" line="953"/>
<source>Prepare Content for Import...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<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="1145"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<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="1241"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<source>Failed to import the Snapmatic picture, can&apos;t copy the file into profile</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<source>Failed to import the Savegame, can&apos;t copy the file into profile</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Failed to import the Savegame, no Savegame slot is left</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1348"/>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1431"/>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1251"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<location filename="../ProfileInterface.cpp" line="1323"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<source>Export selected...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1371"/>
<location filename="../ProfileInterface.cpp" line="1389"/>
<location filename="../ProfileInterface.cpp" line="1271"/>
<location filename="../ProfileInterface.cpp" line="1288"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1372"/>
<location filename="../ProfileInterface.cpp" line="1394"/>
<location filename="../ProfileInterface.cpp" line="1272"/>
<location filename="../ProfileInterface.cpp" line="1292"/>
<source>JPG pictures only</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1398"/>
<location filename="../ProfileInterface.cpp" line="1273"/>
<location filename="../ProfileInterface.cpp" line="1295"/>
<source>GTA Snapmatic only</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1432"/>
<location filename="../ProfileInterface.cpp" line="1324"/>
<source>Initialising export...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<source>Export failed with...
%1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>No Snapmatic pictures or Savegames files are selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>Remove selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<source>You really want remove the selected Snapmatic picutres and Savegame files?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<source>No Snapmatic pictures are selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<source>%1 failed with...
%2</source>
@ -1560,81 +1560,81 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify as Avatar</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2141"/>
<location filename="../ProfileInterface.cpp" line="2244"/>
<location filename="../ProfileInterface.cpp" line="2375"/>
<location filename="../ProfileInterface.cpp" line="2481"/>
<location filename="../ProfileInterface.cpp" line="1949"/>
<location filename="../ProfileInterface.cpp" line="2042"/>
<location filename="../ProfileInterface.cpp" line="2157"/>
<location filename="../ProfileInterface.cpp" line="2252"/>
<source>Patch selected...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2142"/>
<location filename="../ProfileInterface.cpp" line="2161"/>
<location filename="../ProfileInterface.cpp" line="2245"/>
<location filename="../ProfileInterface.cpp" line="2264"/>
<location filename="../ProfileInterface.cpp" line="2376"/>
<location filename="../ProfileInterface.cpp" line="2395"/>
<location filename="../ProfileInterface.cpp" line="2482"/>
<location filename="../ProfileInterface.cpp" line="2501"/>
<location filename="../ProfileInterface.cpp" line="1950"/>
<location filename="../ProfileInterface.cpp" line="1968"/>
<location filename="../ProfileInterface.cpp" line="2043"/>
<location filename="../ProfileInterface.cpp" line="2061"/>
<location filename="../ProfileInterface.cpp" line="2158"/>
<location filename="../ProfileInterface.cpp" line="2176"/>
<location filename="../ProfileInterface.cpp" line="2253"/>
<location filename="../ProfileInterface.cpp" line="2271"/>
<source>Patch file %1 of %2 files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify</source>
<comment>%1 failed with...</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players</source>
<comment>%1 failed with...</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<source>Failed to enter a valid Snapmatic Crew ID</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew</source>
<comment>%1 failed with...</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<source>Failed to enter a valid Snapmatic title</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title</source>
<comment>%1 failed with...</comment>
<translation type="unfinished"></translation>
@ -1718,45 +1718,45 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1774"/>
<location filename="../ProfileInterface.cpp" line="1649"/>
<source>&amp;View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1740"/>
<location filename="../ProfileInterface.cpp" line="1775"/>
<location filename="../ProfileInterface.cpp" line="1805"/>
<location filename="../ProfileInterface.cpp" line="1614"/>
<location filename="../ProfileInterface.cpp" line="1650"/>
<location filename="../ProfileInterface.cpp" line="1680"/>
<source>&amp;Export</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1741"/>
<location filename="../ProfileInterface.cpp" line="1776"/>
<location filename="../ProfileInterface.cpp" line="1806"/>
<location filename="../ProfileInterface.cpp" line="1615"/>
<location filename="../ProfileInterface.cpp" line="1651"/>
<location filename="../ProfileInterface.cpp" line="1681"/>
<source>&amp;Remove</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1779"/>
<location filename="../ProfileInterface.cpp" line="1809"/>
<location filename="../ProfileInterface.cpp" line="1654"/>
<location filename="../ProfileInterface.cpp" line="1684"/>
<source>&amp;Select</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1782"/>
<location filename="../ProfileInterface.cpp" line="1811"/>
<location filename="../ProfileInterface.cpp" line="1657"/>
<location filename="../ProfileInterface.cpp" line="1686"/>
<source>&amp;Deselect</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1785"/>
<location filename="../ProfileInterface.cpp" line="1814"/>
<location filename="../ProfileInterface.cpp" line="1660"/>
<location filename="../ProfileInterface.cpp" line="1689"/>
<source>Select &amp;All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1817"/>
<location filename="../ProfileInterface.cpp" line="1663"/>
<location filename="../ProfileInterface.cpp" line="1692"/>
<source>&amp;Deselect All</source>
<translation type="unfinished"></translation>
</message>
@ -1959,25 +1959,25 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>Snapmatic Crew</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>New Snapmatic crew:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>Snapmatic Title</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>New Snapmatic title:</source>
<translation type="unfinished"></translation>
@ -2152,62 +2152,62 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1694"/>
<location filename="../ProfileInterface.cpp" line="1731"/>
<location filename="../ProfileInterface.cpp" line="1796"/>
<location filename="../ProfileInterface.cpp" line="1568"/>
<location filename="../ProfileInterface.cpp" line="1605"/>
<location filename="../ProfileInterface.cpp" line="1671"/>
<source>Edi&amp;t</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1696"/>
<location filename="../ProfileInterface.cpp" line="1737"/>
<location filename="../ProfileInterface.cpp" line="1802"/>
<location filename="../ProfileInterface.cpp" line="1570"/>
<location filename="../ProfileInterface.cpp" line="1611"/>
<location filename="../ProfileInterface.cpp" line="1677"/>
<source>Show &amp;In-game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1699"/>
<location filename="../ProfileInterface.cpp" line="1738"/>
<location filename="../ProfileInterface.cpp" line="1803"/>
<location filename="../ProfileInterface.cpp" line="1573"/>
<location filename="../ProfileInterface.cpp" line="1612"/>
<location filename="../ProfileInterface.cpp" line="1678"/>
<source>Hide &amp;In-game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1706"/>
<location filename="../ProfileInterface.cpp" line="1580"/>
<source>&amp;Export</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1709"/>
<location filename="../ProfileInterface.cpp" line="1583"/>
<source>&amp;View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1712"/>
<location filename="../ProfileInterface.cpp" line="1586"/>
<source>&amp;Remove</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1744"/>
<location filename="../ProfileInterface.cpp" line="1589"/>
<location filename="../ProfileInterface.cpp" line="1618"/>
<source>&amp;Select</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1717"/>
<location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1591"/>
<location filename="../ProfileInterface.cpp" line="1621"/>
<source>&amp;Deselect</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1720"/>
<location filename="../ProfileInterface.cpp" line="1749"/>
<location filename="../ProfileInterface.cpp" line="1594"/>
<location filename="../ProfileInterface.cpp" line="1624"/>
<source>Select &amp;All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1723"/>
<location filename="../ProfileInterface.cpp" line="1752"/>
<location filename="../ProfileInterface.cpp" line="1597"/>
<location filename="../ProfileInterface.cpp" line="1627"/>
<source>&amp;Deselect All</source>
<translation type="unfinished"></translation>
</message>
@ -2409,42 +2409,42 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../UserInterface.ui" line="346"/>
<location filename="../ProfileInterface.cpp" line="1735"/>
<location filename="../ProfileInterface.cpp" line="1800"/>
<location filename="../ProfileInterface.cpp" line="1609"/>
<location filename="../ProfileInterface.cpp" line="1675"/>
<source>Change &amp;Title...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="354"/>
<location filename="../ProfileInterface.cpp" line="1734"/>
<location filename="../ProfileInterface.cpp" line="1799"/>
<location filename="../ProfileInterface.cpp" line="1608"/>
<location filename="../ProfileInterface.cpp" line="1674"/>
<source>Change &amp;Crew...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="362"/>
<location filename="../ProfileInterface.cpp" line="1732"/>
<location filename="../ProfileInterface.cpp" line="1797"/>
<location filename="../ProfileInterface.cpp" line="1606"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<source>&amp;Qualify as Avatar</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="370"/>
<location filename="../ProfileInterface.cpp" line="1733"/>
<location filename="../ProfileInterface.cpp" line="1798"/>
<location filename="../ProfileInterface.cpp" line="1607"/>
<location filename="../ProfileInterface.cpp" line="1673"/>
<source>Change &amp;Players...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../SnapmaticWidget.cpp" line="328"/>
<source>Show In-game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../SnapmaticWidget.cpp" line="322"/>
<source>Hide In-game</source>
<translation type="unfinished"></translation>

View File

@ -397,7 +397,7 @@ Snapmatic Bilder und Spielständen</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="216"/>
<location filename="../ProfileInterface.cpp" line="730"/>
<location filename="../ProfileInterface.cpp" line="683"/>
<source>Custom Avatar</source>
<comment>Custom Avatar Description in SC, don&apos;t use Special Character!</comment>
<translation>Eigener Avatar</translation>
@ -405,7 +405,7 @@ Snapmatic Bilder und Spielständen</translation>
<message>
<location filename="../ImportDialog.cpp" line="262"/>
<location filename="../ImportDialog.cpp" line="748"/>
<location filename="../ProfileInterface.cpp" line="749"/>
<location filename="../ProfileInterface.cpp" line="699"/>
<source>Custom Picture</source>
<comment>Custom Picture Description in SC, don&apos;t use Special Character!</comment>
<translation>Eigenes Bild</translation>
@ -1061,31 +1061,31 @@ Y: %2</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="186"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<location filename="../ProfileInterface.cpp" line="1581"/>
<source>Export as &amp;Picture...</source>
<translation>Als &amp;Bild exportieren...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="187"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<location filename="../ProfileInterface.cpp" line="1582"/>
<source>Export as &amp;Snapmatic...</source>
<translation>Als &amp;Snapmatic exportieren...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="189"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<location filename="../ProfileInterface.cpp" line="1575"/>
<source>&amp;Edit Properties...</source>
<translation>Eigenschaften bearb&amp;eiten...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="190"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1576"/>
<source>&amp;Overwrite Image...</source>
<translation>Bild &amp;überschreiben...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="192"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<location filename="../ProfileInterface.cpp" line="1578"/>
<source>Open &amp;Map Viewer...</source>
<translation>&amp;Kartenansicht öffnen...</translation>
</message>
@ -1232,7 +1232,7 @@ Drücke 1 für Standardmodus</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="194"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<location filename="../ProfileInterface.cpp" line="1579"/>
<source>Open &amp;JSON Editor...</source>
<translation>&amp;JSON Editor öffnen...</translation>
</message>
@ -1330,40 +1330,40 @@ Drücke 1 für Standardmodus</translation>
<translation>S&amp;chließen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="185"/>
<location filename="../ProfileInterface.cpp" line="180"/>
<source>Loading...</source>
<translation>Lade...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>Snapmatic Loader</source>
<translation>Snapmatic Lader</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>&lt;h4&gt;Following Snapmatic Pictures got repaired&lt;/h4&gt;%1</source>
<translation>&lt;h4&gt;Folgende Snapmatic Bilder wurden repariert&lt;/h4&gt;%1</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="523"/>
<location filename="../ImportDialog.cpp" line="833"/>
<location filename="../ProfileInterface.cpp" line="497"/>
<location filename="../ProfileInterface.cpp" line="498"/>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="563"/>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="536"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="1007"/>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1241"/>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../ProfileInterface.cpp" line="937"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Import...</source>
<translation>Importieren...</translation>
</message>
@ -1378,45 +1378,45 @@ Drücke 1 für Standardmodus</translation>
<translation>Importieren</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../UserInterface.cpp" line="529"/>
<source>Savegames files (SGTA*)</source>
<translation>Spielstanddateien (SGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="516"/>
<location filename="../ProfileInterface.cpp" line="493"/>
<location filename="../UserInterface.cpp" line="530"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation>Snapmatic Bilder (PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="513"/>
<location filename="../ProfileInterface.cpp" line="490"/>
<source>Importable files (%1)</source>
<translation>Importfähige Dateien (%1)</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="533"/>
<location filename="../ImportDialog.cpp" line="843"/>
<location filename="../ProfileInterface.cpp" line="517"/>
<location filename="../ProfileInterface.cpp" line="494"/>
<source>All image files (%1)</source>
<translation>Alle Bilddateien (%1)</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="534"/>
<location filename="../ImportDialog.cpp" line="844"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<location filename="../ProfileInterface.cpp" line="495"/>
<location filename="../UserInterface.cpp" line="531"/>
<source>All files (**)</source>
<translation>Alle Dateien (**)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="564"/>
<location filename="../ProfileInterface.cpp" line="581"/>
<location filename="../ProfileInterface.cpp" line="537"/>
<location filename="../ProfileInterface.cpp" line="553"/>
<source>Import file %1 of %2 files</source>
<translation>Importiere Datei %1 von %2 Dateien</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<source>Import failed with...
%1</source>
@ -1425,13 +1425,13 @@ Drücke 1 für Standardmodus</translation>
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../UserInterface.cpp" line="568"/>
<source>Failed to read Snapmatic picture</source>
<translation>Fehler beim Lesen vom Snapmatic Bild</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../UserInterface.cpp" line="582"/>
<source>Failed to read Savegame file</source>
<translation>Fehler beim Lesen von Spielstanddatei</translation>
@ -1439,135 +1439,135 @@ Drücke 1 für Standardmodus</translation>
<message>
<location filename="../ImportDialog.cpp" line="551"/>
<location filename="../ImportDialog.cpp" line="861"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<source>Can&apos;t import %1 because file can&apos;t be open</source>
<translation>Kann %1 nicht importieren weil die Datei nicht geöffnet werden kann</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="559"/>
<location filename="../ImportDialog.cpp" line="869"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<source>Can&apos;t import %1 because file can&apos;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="964"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation>Kann %1 nicht importieren weil das Dateiformat nicht erkannt werden kann</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1432"/>
<location filename="../ProfileInterface.cpp" line="1324"/>
<source>Initialising export...</source>
<translation>Initialisiere Export...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<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="1386"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation>%1Exportiere Snapmatic Bilder%2&lt;br&gt;&lt;br&gt;JPG Bilder machen es möglich sie mit ein Bildansicht Programm zu öffnen&lt;br&gt;Das GTA Snapmatic Format macht es möglich sie wieder ins Game zu importieren&lt;br&gt;&lt;br&gt;Exportieren als:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../UserInterface.cpp" line="612"/>
<source>No valid file is selected</source>
<translation>Keine gültige Datei wurde ausgewählt</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="85"/>
<location filename="../ProfileInterface.cpp" line="86"/>
<source>Enabled pictures: %1 of %2</source>
<translation>Aktivierte Bilder: %1 von %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<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="1241"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<source>Failed to import the Snapmatic picture, can&apos;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="1278"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<source>Failed to import the Savegame, can&apos;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="1284"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<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="1371"/>
<location filename="../ProfileInterface.cpp" line="1389"/>
<location filename="../ProfileInterface.cpp" line="1271"/>
<location filename="../ProfileInterface.cpp" line="1288"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation>JPG Bilder und GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1372"/>
<location filename="../ProfileInterface.cpp" line="1394"/>
<location filename="../ProfileInterface.cpp" line="1272"/>
<location filename="../ProfileInterface.cpp" line="1292"/>
<source>JPG pictures only</source>
<translation>Nur JPG Bilder</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1398"/>
<location filename="../ProfileInterface.cpp" line="1273"/>
<location filename="../ProfileInterface.cpp" line="1295"/>
<source>GTA Snapmatic only</source>
<translation>Nur GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2141"/>
<location filename="../ProfileInterface.cpp" line="2244"/>
<location filename="../ProfileInterface.cpp" line="2375"/>
<location filename="../ProfileInterface.cpp" line="2481"/>
<location filename="../ProfileInterface.cpp" line="1949"/>
<location filename="../ProfileInterface.cpp" line="2042"/>
<location filename="../ProfileInterface.cpp" line="2157"/>
<location filename="../ProfileInterface.cpp" line="2252"/>
<source>Patch selected...</source>
<translation>Auswahl patchen...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2142"/>
<location filename="../ProfileInterface.cpp" line="2161"/>
<location filename="../ProfileInterface.cpp" line="2245"/>
<location filename="../ProfileInterface.cpp" line="2264"/>
<location filename="../ProfileInterface.cpp" line="2376"/>
<location filename="../ProfileInterface.cpp" line="2395"/>
<location filename="../ProfileInterface.cpp" line="2482"/>
<location filename="../ProfileInterface.cpp" line="2501"/>
<location filename="../ProfileInterface.cpp" line="1950"/>
<location filename="../ProfileInterface.cpp" line="1968"/>
<location filename="../ProfileInterface.cpp" line="2043"/>
<location filename="../ProfileInterface.cpp" line="2061"/>
<location filename="../ProfileInterface.cpp" line="2158"/>
<location filename="../ProfileInterface.cpp" line="2176"/>
<location filename="../ProfileInterface.cpp" line="2253"/>
<location filename="../ProfileInterface.cpp" line="2271"/>
<source>Patch file %1 of %2 files</source>
<translation>Patche Datei %1 von %2 Dateien</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify as Avatar</source>
<translation>Als Avatar qualifizieren</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<source>No Snapmatic pictures are selected</source>
<translation>Keine Snapmatic Bilder sind ausgewählt</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<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="1638"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<source>%1 failed with...
%2</source>
@ -1577,93 +1577,93 @@ Drücke 1 für Standardmodus</translation>
%2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1023"/>
<location filename="../ProfileInterface.cpp" line="953"/>
<source>Prepare Content for Import...</source>
<translation>Bereite Inhalt für Import vor...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify</source>
<comment>%1 failed with...</comment>
<translation>Qualifizieren</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players...</source>
<translation>Spieler ändern...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players</source>
<comment>%1 failed with...</comment>
<translation>Spieler ändern</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew...</source>
<translation>Crew ändern...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<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="2425"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew</source>
<comment>%1 failed with...</comment>
<translation>Crew ändern</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title...</source>
<translation>Titel ändern...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<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="2528"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title</source>
<comment>%1 failed with...</comment>
<translation>Titel ändern</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<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="1494"/>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>Remove selected</source>
<translation>Auswahl löschen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<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="1348"/>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1431"/>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1251"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<location filename="../ProfileInterface.cpp" line="1323"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<source>Export selected...</source>
<translation>Auswahl exportieren...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<source>Export failed with...
%1</source>
@ -1682,7 +1682,7 @@ Drücke 1 für Standardmodus</translation>
<translation>Alle Profildateien (*.g5e SGTA* PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="514"/>
<location filename="../ProfileInterface.cpp" line="491"/>
<location filename="../UserInterface.cpp" line="528"/>
<source>GTA V Export (*.g5e)</source>
<translation>GTA V Export (*.g5e)</translation>
@ -1806,38 +1806,38 @@ Drücke 1 für Standardmodus</translation>
<translation>Fehlgeschlagen beim Löschen %1 von deinen Spielständen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1774"/>
<location filename="../ProfileInterface.cpp" line="1649"/>
<source>&amp;View</source>
<translation>A&amp;nsehen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1741"/>
<location filename="../ProfileInterface.cpp" line="1776"/>
<location filename="../ProfileInterface.cpp" line="1806"/>
<location filename="../ProfileInterface.cpp" line="1615"/>
<location filename="../ProfileInterface.cpp" line="1651"/>
<location filename="../ProfileInterface.cpp" line="1681"/>
<source>&amp;Remove</source>
<translation>Entfe&amp;rnen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1779"/>
<location filename="../ProfileInterface.cpp" line="1809"/>
<location filename="../ProfileInterface.cpp" line="1654"/>
<location filename="../ProfileInterface.cpp" line="1684"/>
<source>&amp;Select</source>
<translation>Au&amp;swählen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1782"/>
<location filename="../ProfileInterface.cpp" line="1811"/>
<location filename="../ProfileInterface.cpp" line="1657"/>
<location filename="../ProfileInterface.cpp" line="1686"/>
<source>&amp;Deselect</source>
<translation>A&amp;bwählen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1785"/>
<location filename="../ProfileInterface.cpp" line="1814"/>
<location filename="../ProfileInterface.cpp" line="1660"/>
<location filename="../ProfileInterface.cpp" line="1689"/>
<source>Select &amp;All</source>
<translation>&amp;Alles auswählen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1817"/>
<location filename="../ProfileInterface.cpp" line="1663"/>
<location filename="../ProfileInterface.cpp" line="1692"/>
<source>&amp;Deselect All</source>
<translation>Alles a&amp;bwählen</translation>
</message>
@ -1852,9 +1852,9 @@ Drücke 1 für Standardmodus</translation>
<translation>Spielstand kopieren</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1740"/>
<location filename="../ProfileInterface.cpp" line="1775"/>
<location filename="../ProfileInterface.cpp" line="1805"/>
<location filename="../ProfileInterface.cpp" line="1614"/>
<location filename="../ProfileInterface.cpp" line="1650"/>
<location filename="../ProfileInterface.cpp" line="1680"/>
<source>&amp;Export</source>
<translation>&amp;Exportieren</translation>
</message>
@ -1948,7 +1948,7 @@ Drücke 1 für Standardmodus</translation>
<translation>Meme</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>Snapmatic Title</source>
<translation>Snapmatic Titel</translation>
@ -2064,19 +2064,19 @@ Drücke 1 für Standardmodus</translation>
<translation>Patchen von Snapmatic Eigenschaften fehlgeschlagen wegen I/O Fehler</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>New Snapmatic title:</source>
<translation>Neuer Snapmatic Titel:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>Snapmatic Crew</source>
<translation>Snapmatic Crew</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>New Snapmatic crew:</source>
<translation>Neue Snapmatic Crew:</translation>
@ -2204,62 +2204,62 @@ Drücke 1 für Standardmodus</translation>
<translation>Fehlgeschlagen beim Anzeigen von %1 im Spiel von deinen Snapmatic Bildern</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1694"/>
<location filename="../ProfileInterface.cpp" line="1731"/>
<location filename="../ProfileInterface.cpp" line="1796"/>
<location filename="../ProfileInterface.cpp" line="1568"/>
<location filename="../ProfileInterface.cpp" line="1605"/>
<location filename="../ProfileInterface.cpp" line="1671"/>
<source>Edi&amp;t</source>
<translation>Bearbei&amp;ten</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1706"/>
<location filename="../ProfileInterface.cpp" line="1580"/>
<source>&amp;Export</source>
<translation>&amp;Exportieren</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1696"/>
<location filename="../ProfileInterface.cpp" line="1737"/>
<location filename="../ProfileInterface.cpp" line="1802"/>
<location filename="../ProfileInterface.cpp" line="1570"/>
<location filename="../ProfileInterface.cpp" line="1611"/>
<location filename="../ProfileInterface.cpp" line="1677"/>
<source>Show &amp;In-game</source>
<translation>&amp;Im Spiel anzeigen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1699"/>
<location filename="../ProfileInterface.cpp" line="1738"/>
<location filename="../ProfileInterface.cpp" line="1803"/>
<location filename="../ProfileInterface.cpp" line="1573"/>
<location filename="../ProfileInterface.cpp" line="1612"/>
<location filename="../ProfileInterface.cpp" line="1678"/>
<source>Hide &amp;In-game</source>
<translation>&amp;Im Spiel ausblenden</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1709"/>
<location filename="../ProfileInterface.cpp" line="1583"/>
<source>&amp;View</source>
<translation>A&amp;nsehen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1712"/>
<location filename="../ProfileInterface.cpp" line="1586"/>
<source>&amp;Remove</source>
<translation>Entfe&amp;rnen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1744"/>
<location filename="../ProfileInterface.cpp" line="1589"/>
<location filename="../ProfileInterface.cpp" line="1618"/>
<source>&amp;Select</source>
<translation>Au&amp;swählen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1717"/>
<location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1591"/>
<location filename="../ProfileInterface.cpp" line="1621"/>
<source>&amp;Deselect</source>
<translation>A&amp;bwählen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1720"/>
<location filename="../ProfileInterface.cpp" line="1749"/>
<location filename="../ProfileInterface.cpp" line="1594"/>
<location filename="../ProfileInterface.cpp" line="1624"/>
<source>Select &amp;All</source>
<translation>Alles &amp;auswählen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1723"/>
<location filename="../ProfileInterface.cpp" line="1752"/>
<location filename="../ProfileInterface.cpp" line="1597"/>
<location filename="../ProfileInterface.cpp" line="1627"/>
<source>&amp;Deselect All</source>
<translation>Alles a&amp;bwählen</translation>
</message>
@ -2372,29 +2372,29 @@ Drücke 1 für Standardmodus</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="346"/>
<location filename="../ProfileInterface.cpp" line="1735"/>
<location filename="../ProfileInterface.cpp" line="1800"/>
<location filename="../ProfileInterface.cpp" line="1609"/>
<location filename="../ProfileInterface.cpp" line="1675"/>
<source>Change &amp;Title...</source>
<translation>&amp;Titel ändern...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="362"/>
<location filename="../ProfileInterface.cpp" line="1732"/>
<location filename="../ProfileInterface.cpp" line="1797"/>
<location filename="../ProfileInterface.cpp" line="1606"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<source>&amp;Qualify as Avatar</source>
<translation>Als Avatar &amp;qualifizieren</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="370"/>
<location filename="../ProfileInterface.cpp" line="1733"/>
<location filename="../ProfileInterface.cpp" line="1798"/>
<location filename="../ProfileInterface.cpp" line="1607"/>
<location filename="../ProfileInterface.cpp" line="1673"/>
<source>Change &amp;Players...</source>
<translation>S&amp;pieler ändern...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="354"/>
<location filename="../ProfileInterface.cpp" line="1734"/>
<location filename="../ProfileInterface.cpp" line="1799"/>
<location filename="../ProfileInterface.cpp" line="1608"/>
<location filename="../ProfileInterface.cpp" line="1674"/>
<source>Change &amp;Crew...</source>
<translation>&amp;Crew ändern...</translation>
</message>
@ -2539,15 +2539,15 @@ Drücke 1 für Standardmodus</translation>
<translation>&amp;Neuladen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../SnapmaticWidget.cpp" line="328"/>
<source>Show In-game</source>
<translation>Im Spiel anzeigen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../SnapmaticWidget.cpp" line="322"/>
<source>Hide In-game</source>
<translation>Im Spiel ausblenden</translation>

View File

@ -379,7 +379,7 @@ Pictures and Savegames</source>
</message>
<message>
<location filename="../ImportDialog.cpp" line="216"/>
<location filename="../ProfileInterface.cpp" line="730"/>
<location filename="../ProfileInterface.cpp" line="683"/>
<source>Custom Avatar</source>
<comment>Custom Avatar Description in SC, don&apos;t use Special Character!</comment>
<translation type="unfinished"></translation>
@ -387,7 +387,7 @@ Pictures and Savegames</source>
<message>
<location filename="../ImportDialog.cpp" line="262"/>
<location filename="../ImportDialog.cpp" line="748"/>
<location filename="../ProfileInterface.cpp" line="749"/>
<location filename="../ProfileInterface.cpp" line="699"/>
<source>Custom Picture</source>
<comment>Custom Picture Description in SC, don&apos;t use Special Character!</comment>
<translation type="unfinished"></translation>
@ -1020,31 +1020,31 @@ Y: %2</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="186"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<location filename="../ProfileInterface.cpp" line="1581"/>
<source>Export as &amp;Picture...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="187"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<location filename="../ProfileInterface.cpp" line="1582"/>
<source>Export as &amp;Snapmatic...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="190"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1576"/>
<source>&amp;Overwrite Image...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="189"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<location filename="../ProfileInterface.cpp" line="1575"/>
<source>&amp;Edit Properties...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="192"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<location filename="../ProfileInterface.cpp" line="1578"/>
<source>Open &amp;Map Viewer...</source>
<translation type="unfinished"></translation>
</message>
@ -1194,7 +1194,7 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="194"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<location filename="../ProfileInterface.cpp" line="1579"/>
<source>Open &amp;JSON Editor...</source>
<translation type="unfinished"></translation>
</message>
@ -1298,45 +1298,45 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="85"/>
<location filename="../ProfileInterface.cpp" line="86"/>
<source>Enabled pictures: %1 of %2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="185"/>
<location filename="../ProfileInterface.cpp" line="180"/>
<source>Loading...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>Snapmatic Loader</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>&lt;h4&gt;Following Snapmatic Pictures got repaired&lt;/h4&gt;%1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="523"/>
<location filename="../ImportDialog.cpp" line="833"/>
<location filename="../ProfileInterface.cpp" line="497"/>
<location filename="../ProfileInterface.cpp" line="498"/>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="563"/>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="536"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="1007"/>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1241"/>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../ProfileInterface.cpp" line="937"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Import...</source>
<translation type="unfinished"></translation>
</message>
@ -1351,24 +1351,24 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="513"/>
<location filename="../ProfileInterface.cpp" line="490"/>
<source>Importable files (%1)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="514"/>
<location filename="../ProfileInterface.cpp" line="491"/>
<location filename="../UserInterface.cpp" line="528"/>
<source>GTA V Export (*.g5e)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../UserInterface.cpp" line="529"/>
<source>Savegames files (SGTA*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="516"/>
<location filename="../ProfileInterface.cpp" line="493"/>
<location filename="../UserInterface.cpp" line="530"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation type="unfinished"></translation>
@ -1376,46 +1376,46 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="533"/>
<location filename="../ImportDialog.cpp" line="843"/>
<location filename="../ProfileInterface.cpp" line="517"/>
<location filename="../ProfileInterface.cpp" line="494"/>
<source>All image files (%1)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="534"/>
<location filename="../ImportDialog.cpp" line="844"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<location filename="../ProfileInterface.cpp" line="495"/>
<location filename="../UserInterface.cpp" line="531"/>
<source>All files (**)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../UserInterface.cpp" line="612"/>
<source>No valid file is selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="564"/>
<location filename="../ProfileInterface.cpp" line="581"/>
<location filename="../ProfileInterface.cpp" line="537"/>
<location filename="../ProfileInterface.cpp" line="553"/>
<source>Import file %1 of %2 files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<source>Import failed with...
%1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../UserInterface.cpp" line="568"/>
<source>Failed to read Snapmatic picture</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../UserInterface.cpp" line="582"/>
<source>Failed to read Savegame file</source>
<translation type="unfinished"></translation>
@ -1423,147 +1423,147 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="551"/>
<location filename="../ImportDialog.cpp" line="861"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<source>Can&apos;t import %1 because file can&apos;t be open</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="559"/>
<location filename="../ImportDialog.cpp" line="869"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<source>Can&apos;t import %1 because file can&apos;t be parsed properly</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<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="1241"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<source>Failed to import the Snapmatic picture, can&apos;t copy the file into profile</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<source>Failed to import the Savegame, can&apos;t copy the file into profile</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Failed to import the Savegame, no Savegame slot is left</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1371"/>
<location filename="../ProfileInterface.cpp" line="1389"/>
<location filename="../ProfileInterface.cpp" line="1271"/>
<location filename="../ProfileInterface.cpp" line="1288"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1372"/>
<location filename="../ProfileInterface.cpp" line="1394"/>
<location filename="../ProfileInterface.cpp" line="1272"/>
<location filename="../ProfileInterface.cpp" line="1292"/>
<source>JPG pictures only</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1398"/>
<location filename="../ProfileInterface.cpp" line="1273"/>
<location filename="../ProfileInterface.cpp" line="1295"/>
<source>GTA Snapmatic only</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1348"/>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1431"/>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1251"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<location filename="../ProfileInterface.cpp" line="1323"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<source>Export selected...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1432"/>
<location filename="../ProfileInterface.cpp" line="1324"/>
<source>Initialising export...</source>
<translation>Initializing export...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<source>Export failed with...
%1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>No Snapmatic pictures or Savegames files are selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>Remove selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<source>You really want remove the selected Snapmatic picutres and Savegame files?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify as Avatar</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<source>No Snapmatic pictures are selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2141"/>
<location filename="../ProfileInterface.cpp" line="2244"/>
<location filename="../ProfileInterface.cpp" line="2375"/>
<location filename="../ProfileInterface.cpp" line="2481"/>
<location filename="../ProfileInterface.cpp" line="1949"/>
<location filename="../ProfileInterface.cpp" line="2042"/>
<location filename="../ProfileInterface.cpp" line="2157"/>
<location filename="../ProfileInterface.cpp" line="2252"/>
<source>Patch selected...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2142"/>
<location filename="../ProfileInterface.cpp" line="2161"/>
<location filename="../ProfileInterface.cpp" line="2245"/>
<location filename="../ProfileInterface.cpp" line="2264"/>
<location filename="../ProfileInterface.cpp" line="2376"/>
<location filename="../ProfileInterface.cpp" line="2395"/>
<location filename="../ProfileInterface.cpp" line="2482"/>
<location filename="../ProfileInterface.cpp" line="2501"/>
<location filename="../ProfileInterface.cpp" line="1950"/>
<location filename="../ProfileInterface.cpp" line="1968"/>
<location filename="../ProfileInterface.cpp" line="2043"/>
<location filename="../ProfileInterface.cpp" line="2061"/>
<location filename="../ProfileInterface.cpp" line="2158"/>
<location filename="../ProfileInterface.cpp" line="2176"/>
<location filename="../ProfileInterface.cpp" line="2253"/>
<location filename="../ProfileInterface.cpp" line="2271"/>
<source>Patch file %1 of %2 files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<source>%1 failed with...
%2</source>
@ -1571,70 +1571,70 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1023"/>
<location filename="../ProfileInterface.cpp" line="953"/>
<source>Prepare Content for Import...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<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="2195"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify</source>
<comment>%1 failed with...</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players</source>
<comment>%1 failed with...</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<source>Failed to enter a valid Snapmatic Crew ID</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew</source>
<comment>%1 failed with...</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<source>Failed to enter a valid Snapmatic title</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title</source>
<comment>%1 failed with...</comment>
<translation type="unfinished"></translation>
@ -1718,45 +1718,45 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1774"/>
<location filename="../ProfileInterface.cpp" line="1649"/>
<source>&amp;View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1740"/>
<location filename="../ProfileInterface.cpp" line="1775"/>
<location filename="../ProfileInterface.cpp" line="1805"/>
<location filename="../ProfileInterface.cpp" line="1614"/>
<location filename="../ProfileInterface.cpp" line="1650"/>
<location filename="../ProfileInterface.cpp" line="1680"/>
<source>&amp;Export</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1741"/>
<location filename="../ProfileInterface.cpp" line="1776"/>
<location filename="../ProfileInterface.cpp" line="1806"/>
<location filename="../ProfileInterface.cpp" line="1615"/>
<location filename="../ProfileInterface.cpp" line="1651"/>
<location filename="../ProfileInterface.cpp" line="1681"/>
<source>&amp;Remove</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1779"/>
<location filename="../ProfileInterface.cpp" line="1809"/>
<location filename="../ProfileInterface.cpp" line="1654"/>
<location filename="../ProfileInterface.cpp" line="1684"/>
<source>&amp;Select</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1782"/>
<location filename="../ProfileInterface.cpp" line="1811"/>
<location filename="../ProfileInterface.cpp" line="1657"/>
<location filename="../ProfileInterface.cpp" line="1686"/>
<source>&amp;Deselect</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1785"/>
<location filename="../ProfileInterface.cpp" line="1814"/>
<location filename="../ProfileInterface.cpp" line="1660"/>
<location filename="../ProfileInterface.cpp" line="1689"/>
<source>Select &amp;All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1817"/>
<location filename="../ProfileInterface.cpp" line="1663"/>
<location filename="../ProfileInterface.cpp" line="1692"/>
<source>&amp;Deselect All</source>
<translation type="unfinished"></translation>
</message>
@ -2006,25 +2006,25 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>Snapmatic Title</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>New Snapmatic title:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>Snapmatic Crew</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>New Snapmatic crew:</source>
<translation type="unfinished"></translation>
@ -2152,62 +2152,62 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1694"/>
<location filename="../ProfileInterface.cpp" line="1731"/>
<location filename="../ProfileInterface.cpp" line="1796"/>
<location filename="../ProfileInterface.cpp" line="1568"/>
<location filename="../ProfileInterface.cpp" line="1605"/>
<location filename="../ProfileInterface.cpp" line="1671"/>
<source>Edi&amp;t</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1696"/>
<location filename="../ProfileInterface.cpp" line="1737"/>
<location filename="../ProfileInterface.cpp" line="1802"/>
<location filename="../ProfileInterface.cpp" line="1570"/>
<location filename="../ProfileInterface.cpp" line="1611"/>
<location filename="../ProfileInterface.cpp" line="1677"/>
<source>Show &amp;In-game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1699"/>
<location filename="../ProfileInterface.cpp" line="1738"/>
<location filename="../ProfileInterface.cpp" line="1803"/>
<location filename="../ProfileInterface.cpp" line="1573"/>
<location filename="../ProfileInterface.cpp" line="1612"/>
<location filename="../ProfileInterface.cpp" line="1678"/>
<source>Hide &amp;In-game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1706"/>
<location filename="../ProfileInterface.cpp" line="1580"/>
<source>&amp;Export</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1709"/>
<location filename="../ProfileInterface.cpp" line="1583"/>
<source>&amp;View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1712"/>
<location filename="../ProfileInterface.cpp" line="1586"/>
<source>&amp;Remove</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1744"/>
<location filename="../ProfileInterface.cpp" line="1589"/>
<location filename="../ProfileInterface.cpp" line="1618"/>
<source>&amp;Select</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1717"/>
<location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1591"/>
<location filename="../ProfileInterface.cpp" line="1621"/>
<source>&amp;Deselect</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1720"/>
<location filename="../ProfileInterface.cpp" line="1749"/>
<location filename="../ProfileInterface.cpp" line="1594"/>
<location filename="../ProfileInterface.cpp" line="1624"/>
<source>Select &amp;All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1723"/>
<location filename="../ProfileInterface.cpp" line="1752"/>
<location filename="../ProfileInterface.cpp" line="1597"/>
<location filename="../ProfileInterface.cpp" line="1627"/>
<source>&amp;Deselect All</source>
<translation type="unfinished"></translation>
</message>
@ -2404,8 +2404,8 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../UserInterface.ui" line="370"/>
<location filename="../ProfileInterface.cpp" line="1733"/>
<location filename="../ProfileInterface.cpp" line="1798"/>
<location filename="../ProfileInterface.cpp" line="1607"/>
<location filename="../ProfileInterface.cpp" line="1673"/>
<source>Change &amp;Players...</source>
<translation type="unfinished"></translation>
</message>
@ -2416,22 +2416,22 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../UserInterface.ui" line="346"/>
<location filename="../ProfileInterface.cpp" line="1735"/>
<location filename="../ProfileInterface.cpp" line="1800"/>
<location filename="../ProfileInterface.cpp" line="1609"/>
<location filename="../ProfileInterface.cpp" line="1675"/>
<source>Change &amp;Title...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="354"/>
<location filename="../ProfileInterface.cpp" line="1734"/>
<location filename="../ProfileInterface.cpp" line="1799"/>
<location filename="../ProfileInterface.cpp" line="1608"/>
<location filename="../ProfileInterface.cpp" line="1674"/>
<source>Change &amp;Crew...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="362"/>
<location filename="../ProfileInterface.cpp" line="1732"/>
<location filename="../ProfileInterface.cpp" line="1797"/>
<location filename="../ProfileInterface.cpp" line="1606"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<source>&amp;Qualify as Avatar</source>
<translation type="unfinished"></translation>
</message>
@ -2487,15 +2487,15 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../SnapmaticWidget.cpp" line="328"/>
<source>Show In-game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../SnapmaticWidget.cpp" line="322"/>
<source>Hide In-game</source>
<translation type="unfinished"></translation>

View File

@ -398,7 +398,7 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="216"/>
<location filename="../ProfileInterface.cpp" line="730"/>
<location filename="../ProfileInterface.cpp" line="683"/>
<source>Custom Avatar</source>
<comment>Custom Avatar Description in SC, don&apos;t use Special Character!</comment>
<translation>Avatar personnalisé</translation>
@ -406,7 +406,7 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation>
<message>
<location filename="../ImportDialog.cpp" line="262"/>
<location filename="../ImportDialog.cpp" line="748"/>
<location filename="../ProfileInterface.cpp" line="749"/>
<location filename="../ProfileInterface.cpp" line="699"/>
<source>Custom Picture</source>
<comment>Custom Picture Description in SC, don&apos;t use Special Character!</comment>
<translation>Image personnalisé</translation>
@ -1142,31 +1142,31 @@ Y : %2</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="186"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<location filename="../ProfileInterface.cpp" line="1581"/>
<source>Export as &amp;Picture...</source>
<translation>Exporter comme &amp;image...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="187"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<location filename="../ProfileInterface.cpp" line="1582"/>
<source>Export as &amp;Snapmatic...</source>
<translation>Exporter comme &amp;Snapmatic...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="190"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1576"/>
<source>&amp;Overwrite Image...</source>
<translation>&amp;Remplacer l&apos;image...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="189"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<location filename="../ProfileInterface.cpp" line="1575"/>
<source>&amp;Edit Properties...</source>
<translation>Modifier les &amp;propriétés...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="192"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<location filename="../ProfileInterface.cpp" line="1578"/>
<source>Open &amp;Map Viewer...</source>
<translation>Ouvrir la &amp;Visionneuse de Carte...</translation>
</message>
@ -1233,7 +1233,7 @@ Appuyer sur 1 pour le mode par défaut</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="194"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<location filename="../ProfileInterface.cpp" line="1579"/>
<source>Open &amp;JSON Editor...</source>
<translation>Ouvrir l&apos;éditeur &amp;JSON...</translation>
</message>
@ -1337,45 +1337,45 @@ 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="85"/>
<location filename="../ProfileInterface.cpp" line="86"/>
<source>Enabled pictures: %1 of %2</source>
<translation>Photos activées : %1 sur %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="185"/>
<location filename="../ProfileInterface.cpp" line="180"/>
<source>Loading...</source>
<translation>Chargement...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>Snapmatic Loader</source>
<translation>Snapmatic Loader</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>&lt;h4&gt;Following Snapmatic Pictures got repaired&lt;/h4&gt;%1</source>
<translation>&lt;h4&gt;Les Snapmatic suivants ont é répaés&lt;/h4&gt;%1</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="523"/>
<location filename="../ImportDialog.cpp" line="833"/>
<location filename="../ProfileInterface.cpp" line="497"/>
<location filename="../ProfileInterface.cpp" line="498"/>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="563"/>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="536"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="1007"/>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1241"/>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../ProfileInterface.cpp" line="937"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Import...</source>
<translation>Importer...</translation>
</message>
@ -1390,13 +1390,13 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Importer</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../UserInterface.cpp" line="529"/>
<source>Savegames files (SGTA*)</source>
<translation>Fichiers de sauvegarde GTA (SGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="516"/>
<location filename="../ProfileInterface.cpp" line="493"/>
<location filename="../UserInterface.cpp" line="530"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation>Photos Snapmatic (PGTA*)</translation>
@ -1404,26 +1404,26 @@ Appuyer sur 1 pour le mode par défaut</translation>
<message>
<location filename="../ImportDialog.cpp" line="533"/>
<location filename="../ImportDialog.cpp" line="843"/>
<location filename="../ProfileInterface.cpp" line="517"/>
<location filename="../ProfileInterface.cpp" line="494"/>
<source>All image files (%1)</source>
<translation>Toutes les images (%1)</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="534"/>
<location filename="../ImportDialog.cpp" line="844"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<location filename="../ProfileInterface.cpp" line="495"/>
<location filename="../UserInterface.cpp" line="531"/>
<source>All files (**)</source>
<translation>Tous les fichiers (**)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="564"/>
<location filename="../ProfileInterface.cpp" line="581"/>
<location filename="../ProfileInterface.cpp" line="537"/>
<location filename="../ProfileInterface.cpp" line="553"/>
<source>Import file %1 of %2 files</source>
<translation>Importation du fichier %1 sur %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<source>Import failed with...
%1</source>
@ -1432,25 +1432,25 @@ Appuyer sur 1 pour le mode par défaut</translation>
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../UserInterface.cpp" line="612"/>
<source>No valid file is selected</source>
<translation>Fichier invalide</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="513"/>
<location filename="../ProfileInterface.cpp" line="490"/>
<source>Importable files (%1)</source>
<translation>Fichiers importables (%1)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../UserInterface.cpp" line="568"/>
<source>Failed to read Snapmatic picture</source>
<translation>Impossible d&apos;ouvrir la photo Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../UserInterface.cpp" line="582"/>
<source>Failed to read Savegame file</source>
<translation>Impossible de lire le fichier de sauvegarde</translation>
@ -1458,122 +1458,122 @@ Appuyer sur 1 pour le mode par défaut</translation>
<message>
<location filename="../ImportDialog.cpp" line="551"/>
<location filename="../ImportDialog.cpp" line="861"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<source>Can&apos;t import %1 because file can&apos;t be open</source>
<translation>Impossible d&apos;importer %1, le fichier ne peut pas être ouvert</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="559"/>
<location filename="../ImportDialog.cpp" line="869"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<source>Can&apos;t import %1 because file can&apos;t be parsed properly</source>
<translation>Impossible d&apos;importer %1, le fichier ne peut pas être parsé correctement</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation>Impossible d&apos;importer %1, le format du fichier n&apos;est pas détecté</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<source>Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e</source>
<translation>Impossible d&apos;importer la photo Snapmatic,nom de fichier incorrect (PGTA*, *.g5e)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1241"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<source>Failed to import the Snapmatic picture, can&apos;t copy the file into profile</source>
<translation>Impossible d&apos;importer la photo Snapmatic, impossible de copier le fichier dans le profil</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<source>Failed to import the Savegame, can&apos;t copy the file into profile</source>
<translation>Impossible d&apos;importer la sauvegarde, impossible de copier le fichier dans le profil</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Failed to import the Savegame, no Savegame slot is left</source>
<translation>Impossible d&apos;importer la sauvegarde, aucun emplacement libre</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1371"/>
<location filename="../ProfileInterface.cpp" line="1389"/>
<location filename="../ProfileInterface.cpp" line="1271"/>
<location filename="../ProfileInterface.cpp" line="1288"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation>Images JPG et GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1372"/>
<location filename="../ProfileInterface.cpp" line="1394"/>
<location filename="../ProfileInterface.cpp" line="1272"/>
<location filename="../ProfileInterface.cpp" line="1292"/>
<source>JPG pictures only</source>
<translation>Images JPG seulement</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1398"/>
<location filename="../ProfileInterface.cpp" line="1273"/>
<location filename="../ProfileInterface.cpp" line="1295"/>
<source>GTA Snapmatic only</source>
<translation>GTA Snapmatic seulement</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation>%1Exporter les photos Snapmatic%2&lt;br&gt;&lt;br&gt;Les fichiers JPG permettent d&apos;ouvrir les photos avec une visionneuse d&apos;images&lt;br&gt;Les GTA Snapmatic permettent d&apos;importer les photos dans le jeu&lt;br&gt;&lt;br&gt;Exporter comme :</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1348"/>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1431"/>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1251"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<location filename="../ProfileInterface.cpp" line="1323"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<source>Export selected...</source>
<translation>Exporter la sélection...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1432"/>
<location filename="../ProfileInterface.cpp" line="1324"/>
<source>Initialising export...</source>
<translation>Initialisation de l&apos;export...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify as Avatar</source>
<translation>Qualifier comme Avatar</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<source>No Snapmatic pictures are selected</source>
<translation>Aucun Snapmatic sélectionné</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2141"/>
<location filename="../ProfileInterface.cpp" line="2244"/>
<location filename="../ProfileInterface.cpp" line="2375"/>
<location filename="../ProfileInterface.cpp" line="2481"/>
<location filename="../ProfileInterface.cpp" line="1949"/>
<location filename="../ProfileInterface.cpp" line="2042"/>
<location filename="../ProfileInterface.cpp" line="2157"/>
<location filename="../ProfileInterface.cpp" line="2252"/>
<source>Patch selected...</source>
<translation>Patcher la sélection...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2142"/>
<location filename="../ProfileInterface.cpp" line="2161"/>
<location filename="../ProfileInterface.cpp" line="2245"/>
<location filename="../ProfileInterface.cpp" line="2264"/>
<location filename="../ProfileInterface.cpp" line="2376"/>
<location filename="../ProfileInterface.cpp" line="2395"/>
<location filename="../ProfileInterface.cpp" line="2482"/>
<location filename="../ProfileInterface.cpp" line="2501"/>
<location filename="../ProfileInterface.cpp" line="1950"/>
<location filename="../ProfileInterface.cpp" line="1968"/>
<location filename="../ProfileInterface.cpp" line="2043"/>
<location filename="../ProfileInterface.cpp" line="2061"/>
<location filename="../ProfileInterface.cpp" line="2158"/>
<location filename="../ProfileInterface.cpp" line="2176"/>
<location filename="../ProfileInterface.cpp" line="2253"/>
<location filename="../ProfileInterface.cpp" line="2271"/>
<source>Patch file %1 of %2 files</source>
<translation>Patch du fichier %1 sur %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<source>%1 failed with...
%2</source>
@ -1583,76 +1583,76 @@ Appuyer sur 1 pour le mode par défaut</translation>
%2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<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="1023"/>
<location filename="../ProfileInterface.cpp" line="953"/>
<source>Prepare Content for Import...</source>
<translation>Préparation du contenu pour l&apos;import...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<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="2195"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify</source>
<comment>%1 failed with...</comment>
<translation>Qualifier</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players...</source>
<translation>Modifier les joueurs...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players</source>
<comment>%1 failed with...</comment>
<translation>Modifier les joueurs</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew...</source>
<translation>Modifier le Crew...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<source>Failed to enter a valid Snapmatic Crew ID</source>
<translation>Snapmatic Crew ID invalide</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew</source>
<comment>%1 failed with...</comment>
<translation>Changer le Crew</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title...</source>
<translation>Changer le titre...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<source>Failed to enter a valid Snapmatic title</source>
<translation>Titre Snapmatic invalide</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title</source>
<comment>%1 failed with...</comment>
<translation>Changer le titre</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<source>Export failed with...
%1</source>
@ -1661,20 +1661,20 @@ Appuyer sur 1 pour le mode par défaut</translation>
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<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="1494"/>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>Remove selected</source>
<translation>Supprimer la sélection</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<source>You really want remove the selected Snapmatic picutres and Savegame files?</source>
<translation>Supprimer la sélection ?</translation>
</message>
@ -1684,7 +1684,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="514"/>
<location filename="../ProfileInterface.cpp" line="491"/>
<location filename="../UserInterface.cpp" line="528"/>
<source>GTA V Export (*.g5e)</source>
<translation>GTA V Export (*.g5e)</translation>
@ -1778,9 +1778,9 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Supprimer</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1740"/>
<location filename="../ProfileInterface.cpp" line="1775"/>
<location filename="../ProfileInterface.cpp" line="1805"/>
<location filename="../ProfileInterface.cpp" line="1614"/>
<location filename="../ProfileInterface.cpp" line="1650"/>
<location filename="../ProfileInterface.cpp" line="1680"/>
<source>&amp;Export</source>
<translation>&amp;Exporter</translation>
</message>
@ -1871,38 +1871,38 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Impossible de supprimer %1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1774"/>
<location filename="../ProfileInterface.cpp" line="1649"/>
<source>&amp;View</source>
<translation>&amp;Voir</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1741"/>
<location filename="../ProfileInterface.cpp" line="1776"/>
<location filename="../ProfileInterface.cpp" line="1806"/>
<location filename="../ProfileInterface.cpp" line="1615"/>
<location filename="../ProfileInterface.cpp" line="1651"/>
<location filename="../ProfileInterface.cpp" line="1681"/>
<source>&amp;Remove</source>
<translation>&amp;Supprimer</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1779"/>
<location filename="../ProfileInterface.cpp" line="1809"/>
<location filename="../ProfileInterface.cpp" line="1654"/>
<location filename="../ProfileInterface.cpp" line="1684"/>
<source>&amp;Select</source>
<translation>&amp;Sélectionner</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1782"/>
<location filename="../ProfileInterface.cpp" line="1811"/>
<location filename="../ProfileInterface.cpp" line="1657"/>
<location filename="../ProfileInterface.cpp" line="1686"/>
<source>&amp;Deselect</source>
<translation>&amp;Déselectionner</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1785"/>
<location filename="../ProfileInterface.cpp" line="1814"/>
<location filename="../ProfileInterface.cpp" line="1660"/>
<location filename="../ProfileInterface.cpp" line="1689"/>
<source>Select &amp;All</source>
<translation>Sélectionner to&amp;ut</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1817"/>
<location filename="../ProfileInterface.cpp" line="1663"/>
<location filename="../ProfileInterface.cpp" line="1692"/>
<source>&amp;Deselect All</source>
<translation>&amp;Déselectionner tout</translation>
</message>
@ -1958,7 +1958,7 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Meme</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>Snapmatic Title</source>
<translation>Titre Snapmatic</translation>
@ -2076,19 +2076,19 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>La modification des propriétés Snapmatic a échoué : erreur d&apos;entrée/sortie</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>New Snapmatic title:</source>
<translation>Nouveau titre Snapmatic :</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>Snapmatic Crew</source>
<translation>Crew Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>New Snapmatic crew:</source>
<translation>Nouveau crew Snapmatic :</translation>
@ -2236,62 +2236,62 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>%1 n&apos;a pas pu être rendu visible en jeu</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1694"/>
<location filename="../ProfileInterface.cpp" line="1731"/>
<location filename="../ProfileInterface.cpp" line="1796"/>
<location filename="../ProfileInterface.cpp" line="1568"/>
<location filename="../ProfileInterface.cpp" line="1605"/>
<location filename="../ProfileInterface.cpp" line="1671"/>
<source>Edi&amp;t</source>
<translation>Édi&amp;ter</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1696"/>
<location filename="../ProfileInterface.cpp" line="1737"/>
<location filename="../ProfileInterface.cpp" line="1802"/>
<location filename="../ProfileInterface.cpp" line="1570"/>
<location filename="../ProfileInterface.cpp" line="1611"/>
<location filename="../ProfileInterface.cpp" line="1677"/>
<source>Show &amp;In-game</source>
<translation>&amp;Visible en jeu</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1699"/>
<location filename="../ProfileInterface.cpp" line="1738"/>
<location filename="../ProfileInterface.cpp" line="1803"/>
<location filename="../ProfileInterface.cpp" line="1573"/>
<location filename="../ProfileInterface.cpp" line="1612"/>
<location filename="../ProfileInterface.cpp" line="1678"/>
<source>Hide &amp;In-game</source>
<translation>&amp;Invisible en jeu</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1706"/>
<location filename="../ProfileInterface.cpp" line="1580"/>
<source>&amp;Export</source>
<translation>&amp;Exporter</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1709"/>
<location filename="../ProfileInterface.cpp" line="1583"/>
<source>&amp;View</source>
<translation>&amp;Voir</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1712"/>
<location filename="../ProfileInterface.cpp" line="1586"/>
<source>&amp;Remove</source>
<translation>S&amp;upprimer</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1744"/>
<location filename="../ProfileInterface.cpp" line="1589"/>
<location filename="../ProfileInterface.cpp" line="1618"/>
<source>&amp;Select</source>
<translation>&amp;Sélectionner</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1717"/>
<location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1591"/>
<location filename="../ProfileInterface.cpp" line="1621"/>
<source>&amp;Deselect</source>
<translation>&amp;Déselectionner</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1720"/>
<location filename="../ProfileInterface.cpp" line="1749"/>
<location filename="../ProfileInterface.cpp" line="1594"/>
<location filename="../ProfileInterface.cpp" line="1624"/>
<source>Select &amp;All</source>
<translation>Sélectionner &amp;tout</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1723"/>
<location filename="../ProfileInterface.cpp" line="1752"/>
<location filename="../ProfileInterface.cpp" line="1597"/>
<location filename="../ProfileInterface.cpp" line="1627"/>
<source>&amp;Deselect All</source>
<translation>&amp;Déselectionner tout</translation>
</message>
@ -2445,8 +2445,8 @@ Appuyer sur 1 pour le mode par défaut</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="370"/>
<location filename="../ProfileInterface.cpp" line="1733"/>
<location filename="../ProfileInterface.cpp" line="1798"/>
<location filename="../ProfileInterface.cpp" line="1607"/>
<location filename="../ProfileInterface.cpp" line="1673"/>
<source>Change &amp;Players...</source>
<translation>Modifier les &amp;joueurs...</translation>
</message>
@ -2457,22 +2457,22 @@ Appuyer sur 1 pour le mode par défaut</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="346"/>
<location filename="../ProfileInterface.cpp" line="1735"/>
<location filename="../ProfileInterface.cpp" line="1800"/>
<location filename="../ProfileInterface.cpp" line="1609"/>
<location filename="../ProfileInterface.cpp" line="1675"/>
<source>Change &amp;Title...</source>
<translation>Changer le &amp;titre...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="354"/>
<location filename="../ProfileInterface.cpp" line="1734"/>
<location filename="../ProfileInterface.cpp" line="1799"/>
<location filename="../ProfileInterface.cpp" line="1608"/>
<location filename="../ProfileInterface.cpp" line="1674"/>
<source>Change &amp;Crew...</source>
<translation>Changer le &amp;Crew...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="362"/>
<location filename="../ProfileInterface.cpp" line="1732"/>
<location filename="../ProfileInterface.cpp" line="1797"/>
<location filename="../ProfileInterface.cpp" line="1606"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<source>&amp;Qualify as Avatar</source>
<translation>&amp;Qualifier comme Avatar</translation>
</message>
@ -2555,15 +2555,15 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>%1 - Nouvelles</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../SnapmaticWidget.cpp" line="328"/>
<source>Show In-game</source>
<translation>Visible en jeu</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../SnapmaticWidget.cpp" line="322"/>
<source>Hide In-game</source>
<translation>Invisible en jeu</translation>

View File

@ -391,7 +391,7 @@ Pictures and Savegames</source>
</message>
<message>
<location filename="../ImportDialog.cpp" line="216"/>
<location filename="../ProfileInterface.cpp" line="730"/>
<location filename="../ProfileInterface.cpp" line="683"/>
<source>Custom Avatar</source>
<comment>Custom Avatar Description in SC, don&apos;t use Special Character!</comment>
<translatorcomment> . !</translatorcomment>
@ -400,7 +400,7 @@ Pictures and Savegames</source>
<message>
<location filename="../ImportDialog.cpp" line="262"/>
<location filename="../ImportDialog.cpp" line="748"/>
<location filename="../ProfileInterface.cpp" line="749"/>
<location filename="../ProfileInterface.cpp" line="699"/>
<source>Custom Picture</source>
<comment>Custom Picture Description in SC, don&apos;t use Special Character!</comment>
<translatorcomment> . !</translatorcomment>
@ -1069,37 +1069,37 @@ Y: %2</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="186"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<location filename="../ProfileInterface.cpp" line="1581"/>
<source>Export as &amp;Picture...</source>
<translation> PC에 (&amp;P)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="187"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<location filename="../ProfileInterface.cpp" line="1582"/>
<source>Export as &amp;Snapmatic...</source>
<translation> PC에 (&amp;S)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="189"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<location filename="../ProfileInterface.cpp" line="1575"/>
<source>&amp;Edit Properties...</source>
<translation> (&amp;E)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="190"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1576"/>
<source>&amp;Overwrite Image...</source>
<translation> (&amp;O)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="192"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<location filename="../ProfileInterface.cpp" line="1578"/>
<source>Open &amp;Map Viewer...</source>
<translation> (&amp;M)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="194"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<location filename="../ProfileInterface.cpp" line="1579"/>
<source>Open &amp;JSON Editor...</source>
<translation>JSON (&amp;J)</translation>
</message>
@ -1352,23 +1352,23 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="523"/>
<location filename="../ImportDialog.cpp" line="833"/>
<location filename="../ProfileInterface.cpp" line="497"/>
<location filename="../ProfileInterface.cpp" line="498"/>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="563"/>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="536"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="1007"/>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1241"/>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../ProfileInterface.cpp" line="937"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Import...</source>
<translation></translation>
</message>
@ -1385,14 +1385,14 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="533"/>
<location filename="../ImportDialog.cpp" line="843"/>
<location filename="../ProfileInterface.cpp" line="517"/>
<location filename="../ProfileInterface.cpp" line="494"/>
<source>All image files (%1)</source>
<translation> (%1)</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="534"/>
<location filename="../ImportDialog.cpp" line="844"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<location filename="../ProfileInterface.cpp" line="495"/>
<location filename="../UserInterface.cpp" line="531"/>
<source>All files (**)</source>
<translation> (**)</translation>
@ -1400,75 +1400,75 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="551"/>
<location filename="../ImportDialog.cpp" line="861"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<source>Can&apos;t import %1 because file can&apos;t be open</source>
<translation> %1 .</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="559"/>
<location filename="../ImportDialog.cpp" line="869"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<source>Can&apos;t import %1 because file can&apos;t be parsed properly</source>
<translation> %1 .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="85"/>
<location filename="../ProfileInterface.cpp" line="86"/>
<source>Enabled pictures: %1 of %2</source>
<translation> : %2 %1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="185"/>
<location filename="../ProfileInterface.cpp" line="180"/>
<source>Loading...</source>
<translation> ...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>Snapmatic Loader</source>
<translation> </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>&lt;h4&gt;Following Snapmatic Pictures got repaired&lt;/h4&gt;%1</source>
<translation>&lt;h4&gt; . &lt;/h4&gt;%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="513"/>
<location filename="../ProfileInterface.cpp" line="490"/>
<source>Importable files (%1)</source>
<translation> (%1)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="514"/>
<location filename="../ProfileInterface.cpp" line="491"/>
<location filename="../UserInterface.cpp" line="528"/>
<source>GTA V Export (*.g5e)</source>
<translation>GTA V로 (*.g5e)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../UserInterface.cpp" line="529"/>
<source>Savegames files (SGTA*)</source>
<translation> (SGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="516"/>
<location filename="../ProfileInterface.cpp" line="493"/>
<location filename="../UserInterface.cpp" line="530"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation> (PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../UserInterface.cpp" line="612"/>
<source>No valid file is selected</source>
<translation> .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="564"/>
<location filename="../ProfileInterface.cpp" line="581"/>
<location filename="../ProfileInterface.cpp" line="537"/>
<location filename="../ProfileInterface.cpp" line="553"/>
<source>Import file %1 of %2 files</source>
<translation>%2 %1 .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<source>Import failed with...
%1</source>
@ -1477,91 +1477,91 @@ Press 1 for Default View</source>
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../UserInterface.cpp" line="568"/>
<source>Failed to read Snapmatic picture</source>
<translation> .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../UserInterface.cpp" line="582"/>
<source>Failed to read Savegame file</source>
<translation> .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation> %1 .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1023"/>
<location filename="../ProfileInterface.cpp" line="953"/>
<source>Prepare Content for Import...</source>
<translation> .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<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="1145"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<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="1241"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<source>Failed to import the Snapmatic picture, can&apos;t copy the file into profile</source>
<translation> . .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<source>Failed to import the Savegame, can&apos;t copy the file into profile</source>
<translation> . .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Failed to import the Savegame, no Savegame slot is left</source>
<translation> . .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1348"/>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1431"/>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1251"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<location filename="../ProfileInterface.cpp" line="1323"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<source>Export selected...</source>
<translation> .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1371"/>
<location filename="../ProfileInterface.cpp" line="1389"/>
<location filename="../ProfileInterface.cpp" line="1271"/>
<location filename="../ProfileInterface.cpp" line="1288"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation>JPG GTA </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1372"/>
<location filename="../ProfileInterface.cpp" line="1394"/>
<location filename="../ProfileInterface.cpp" line="1272"/>
<location filename="../ProfileInterface.cpp" line="1292"/>
<source>JPG pictures only</source>
<translation>JPG </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1398"/>
<location filename="../ProfileInterface.cpp" line="1273"/>
<location filename="../ProfileInterface.cpp" line="1295"/>
<source>GTA Snapmatic only</source>
<translation>GTA </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation>%1 .%2 &lt;br&gt;&lt;br&gt;JPG .&lt;br&gt;GTA .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1432"/>
<location filename="../ProfileInterface.cpp" line="1324"/>
<source>Initialising export...</source>
<translation> ...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<source>Export failed with...
%1</source>
@ -1570,45 +1570,45 @@ Press 1 for Default View</source>
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>No Snapmatic pictures or Savegames files are selected</source>
<translation> .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>Remove selected</source>
<translation> </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<source>You really want remove the selected Snapmatic picutres and Savegame files?</source>
<translation> ?</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source>
<translation> .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<source>No Snapmatic pictures are selected</source>
<translation> .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<source>%1 failed with...
%2</source>
@ -1619,84 +1619,84 @@ Press 1 for Default View</source>
%2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify as Avatar</source>
<translation> </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2141"/>
<location filename="../ProfileInterface.cpp" line="2244"/>
<location filename="../ProfileInterface.cpp" line="2375"/>
<location filename="../ProfileInterface.cpp" line="2481"/>
<location filename="../ProfileInterface.cpp" line="1949"/>
<location filename="../ProfileInterface.cpp" line="2042"/>
<location filename="../ProfileInterface.cpp" line="2157"/>
<location filename="../ProfileInterface.cpp" line="2252"/>
<source>Patch selected...</source>
<translation> ...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2142"/>
<location filename="../ProfileInterface.cpp" line="2161"/>
<location filename="../ProfileInterface.cpp" line="2245"/>
<location filename="../ProfileInterface.cpp" line="2264"/>
<location filename="../ProfileInterface.cpp" line="2376"/>
<location filename="../ProfileInterface.cpp" line="2395"/>
<location filename="../ProfileInterface.cpp" line="2482"/>
<location filename="../ProfileInterface.cpp" line="2501"/>
<location filename="../ProfileInterface.cpp" line="1950"/>
<location filename="../ProfileInterface.cpp" line="1968"/>
<location filename="../ProfileInterface.cpp" line="2043"/>
<location filename="../ProfileInterface.cpp" line="2061"/>
<location filename="../ProfileInterface.cpp" line="2158"/>
<location filename="../ProfileInterface.cpp" line="2176"/>
<location filename="../ProfileInterface.cpp" line="2253"/>
<location filename="../ProfileInterface.cpp" line="2271"/>
<source>Patch file %1 of %2 files</source>
<translation>%2 %1 .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify</source>
<comment>%1 failed with...</comment>
<translatorcomment>%1() ...</translatorcomment>
<translation> </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players...</source>
<translation> </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players</source>
<comment>%1 failed with...</comment>
<translatorcomment>%1() ...</translatorcomment>
<translation> </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew...</source>
<translation> </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<source>Failed to enter a valid Snapmatic Crew ID</source>
<translation> .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew</source>
<comment>%1 failed with...</comment>
<translatorcomment>%1() ...</translatorcomment>
<translation> </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title...</source>
<translation> </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<source>Failed to enter a valid Snapmatic title</source>
<translation> .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title</source>
<comment>%1 failed with...</comment>
<translatorcomment>%1() ...</translatorcomment>
@ -1796,45 +1796,45 @@ Press 1 for Default View</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1774"/>
<location filename="../ProfileInterface.cpp" line="1649"/>
<source>&amp;View</source>
<translation>(&amp;V)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1740"/>
<location filename="../ProfileInterface.cpp" line="1775"/>
<location filename="../ProfileInterface.cpp" line="1805"/>
<location filename="../ProfileInterface.cpp" line="1614"/>
<location filename="../ProfileInterface.cpp" line="1650"/>
<location filename="../ProfileInterface.cpp" line="1680"/>
<source>&amp;Export</source>
<translation>(&amp;E)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1741"/>
<location filename="../ProfileInterface.cpp" line="1776"/>
<location filename="../ProfileInterface.cpp" line="1806"/>
<location filename="../ProfileInterface.cpp" line="1615"/>
<location filename="../ProfileInterface.cpp" line="1651"/>
<location filename="../ProfileInterface.cpp" line="1681"/>
<source>&amp;Remove</source>
<translation>(&amp;R)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1779"/>
<location filename="../ProfileInterface.cpp" line="1809"/>
<location filename="../ProfileInterface.cpp" line="1654"/>
<location filename="../ProfileInterface.cpp" line="1684"/>
<source>&amp;Select</source>
<translation>(&amp;S)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1782"/>
<location filename="../ProfileInterface.cpp" line="1811"/>
<location filename="../ProfileInterface.cpp" line="1657"/>
<location filename="../ProfileInterface.cpp" line="1686"/>
<source>&amp;Deselect</source>
<translation> (&amp;D)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1785"/>
<location filename="../ProfileInterface.cpp" line="1814"/>
<location filename="../ProfileInterface.cpp" line="1660"/>
<location filename="../ProfileInterface.cpp" line="1689"/>
<source>Select &amp;All</source>
<translation> (&amp;A)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1817"/>
<location filename="../ProfileInterface.cpp" line="1663"/>
<location filename="../ProfileInterface.cpp" line="1692"/>
<source>&amp;Deselect All</source>
<translation> (&amp;D)</translation>
</message>
@ -2039,25 +2039,25 @@ Press 1 for Default View</source>
<translation>JSON .</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>Snapmatic Crew</source>
<translation> </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>New Snapmatic crew:</source>
<translation> :</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>Snapmatic Title</source>
<translation> </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>New Snapmatic title:</source>
<translation> :</translation>
@ -2237,62 +2237,62 @@ Press 1 for Default View</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1694"/>
<location filename="../ProfileInterface.cpp" line="1731"/>
<location filename="../ProfileInterface.cpp" line="1796"/>
<location filename="../ProfileInterface.cpp" line="1568"/>
<location filename="../ProfileInterface.cpp" line="1605"/>
<location filename="../ProfileInterface.cpp" line="1671"/>
<source>Edi&amp;t</source>
<translation>(&amp;T)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1696"/>
<location filename="../ProfileInterface.cpp" line="1737"/>
<location filename="../ProfileInterface.cpp" line="1802"/>
<location filename="../ProfileInterface.cpp" line="1570"/>
<location filename="../ProfileInterface.cpp" line="1611"/>
<location filename="../ProfileInterface.cpp" line="1677"/>
<source>Show &amp;In-game</source>
<translation> (&amp;I)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1699"/>
<location filename="../ProfileInterface.cpp" line="1738"/>
<location filename="../ProfileInterface.cpp" line="1803"/>
<location filename="../ProfileInterface.cpp" line="1573"/>
<location filename="../ProfileInterface.cpp" line="1612"/>
<location filename="../ProfileInterface.cpp" line="1678"/>
<source>Hide &amp;In-game</source>
<translation> (&amp;I)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1706"/>
<location filename="../ProfileInterface.cpp" line="1580"/>
<source>&amp;Export</source>
<translation>(&amp;E)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1709"/>
<location filename="../ProfileInterface.cpp" line="1583"/>
<source>&amp;View</source>
<translation>(&amp;V)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1712"/>
<location filename="../ProfileInterface.cpp" line="1586"/>
<source>&amp;Remove</source>
<translation>(&amp;R)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1744"/>
<location filename="../ProfileInterface.cpp" line="1589"/>
<location filename="../ProfileInterface.cpp" line="1618"/>
<source>&amp;Select</source>
<translation>(&amp;S)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1717"/>
<location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1591"/>
<location filename="../ProfileInterface.cpp" line="1621"/>
<source>&amp;Deselect</source>
<translation> (&amp;D)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1720"/>
<location filename="../ProfileInterface.cpp" line="1749"/>
<location filename="../ProfileInterface.cpp" line="1594"/>
<location filename="../ProfileInterface.cpp" line="1624"/>
<source>Select &amp;All</source>
<translation> (&amp;A)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1723"/>
<location filename="../ProfileInterface.cpp" line="1752"/>
<location filename="../ProfileInterface.cpp" line="1597"/>
<location filename="../ProfileInterface.cpp" line="1627"/>
<source>&amp;Deselect All</source>
<translation> (&amp;D)</translation>
</message>
@ -2495,42 +2495,42 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../UserInterface.ui" line="346"/>
<location filename="../ProfileInterface.cpp" line="1735"/>
<location filename="../ProfileInterface.cpp" line="1800"/>
<location filename="../ProfileInterface.cpp" line="1609"/>
<location filename="../ProfileInterface.cpp" line="1675"/>
<source>Change &amp;Title...</source>
<translation> (&amp;T)</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="354"/>
<location filename="../ProfileInterface.cpp" line="1734"/>
<location filename="../ProfileInterface.cpp" line="1799"/>
<location filename="../ProfileInterface.cpp" line="1608"/>
<location filename="../ProfileInterface.cpp" line="1674"/>
<source>Change &amp;Crew...</source>
<translation>&amp; (&amp;C)</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="362"/>
<location filename="../ProfileInterface.cpp" line="1732"/>
<location filename="../ProfileInterface.cpp" line="1797"/>
<location filename="../ProfileInterface.cpp" line="1606"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<source>&amp;Qualify as Avatar</source>
<translation> (&amp;Q)</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="370"/>
<location filename="../ProfileInterface.cpp" line="1733"/>
<location filename="../ProfileInterface.cpp" line="1798"/>
<location filename="../ProfileInterface.cpp" line="1607"/>
<location filename="../ProfileInterface.cpp" line="1673"/>
<source>Change &amp;Players...</source>
<translation> (&amp;P)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../SnapmaticWidget.cpp" line="328"/>
<source>Show In-game</source>
<translation> </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../SnapmaticWidget.cpp" line="322"/>
<source>Hide In-game</source>
<translation> </translation>

View File

@ -405,7 +405,7 @@ Pictures and Savegames</source>
</message>
<message>
<location filename="../ImportDialog.cpp" line="216"/>
<location filename="../ProfileInterface.cpp" line="730"/>
<location filename="../ProfileInterface.cpp" line="683"/>
<source>Custom Avatar</source>
<comment>Custom Avatar Description in SC, don&apos;t use Special Character!</comment>
<translation>Свой Аватар</translation>
@ -413,7 +413,7 @@ Pictures and Savegames</source>
<message>
<location filename="../ImportDialog.cpp" line="262"/>
<location filename="../ImportDialog.cpp" line="748"/>
<location filename="../ProfileInterface.cpp" line="749"/>
<location filename="../ProfileInterface.cpp" line="699"/>
<source>Custom Picture</source>
<comment>Custom Picture Description in SC, don&apos;t use Special Character!</comment>
<translation>Своя Картинка</translation>
@ -1072,31 +1072,31 @@ Y: %2</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="186"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<location filename="../ProfileInterface.cpp" line="1581"/>
<source>Export as &amp;Picture...</source>
<translation>Экспортировать как &amp;картинку...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="187"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<location filename="../ProfileInterface.cpp" line="1582"/>
<source>Export as &amp;Snapmatic...</source>
<translation>Экспортировать как &amp;Snapmatic...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="190"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1576"/>
<source>&amp;Overwrite Image...</source>
<translation>&amp;Перезаписать картинку...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="189"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<location filename="../ProfileInterface.cpp" line="1575"/>
<source>&amp;Edit Properties...</source>
<translation>&amp;Изменить свойства...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="192"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<location filename="../ProfileInterface.cpp" line="1578"/>
<source>Open &amp;Map Viewer...</source>
<translation>Открыть &amp;карту...</translation>
</message>
@ -1243,7 +1243,7 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="194"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<location filename="../ProfileInterface.cpp" line="1579"/>
<source>Open &amp;JSON Editor...</source>
<translation>Открыть &amp;редактор JSON...</translation>
</message>
@ -1340,17 +1340,17 @@ Press 1 for Default View</source>
<translation>&amp;Закрыть</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="185"/>
<location filename="../ProfileInterface.cpp" line="180"/>
<source>Loading...</source>
<translation>Загрузка...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>Snapmatic Loader</source>
<translation>Загрузчик Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>&lt;h4&gt;Following Snapmatic Pictures got repaired&lt;/h4&gt;%1</source>
<translatorcomment>Change wording if the %1 is not a multiline beginning at new line
</translatorcomment>
@ -1359,23 +1359,23 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="523"/>
<location filename="../ImportDialog.cpp" line="833"/>
<location filename="../ProfileInterface.cpp" line="497"/>
<location filename="../ProfileInterface.cpp" line="498"/>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="563"/>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="536"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="1007"/>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1241"/>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../ProfileInterface.cpp" line="937"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Import...</source>
<translation>Импортировать...</translation>
</message>
@ -1390,13 +1390,13 @@ Press 1 for Default View</source>
<translation>Импортировать</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../UserInterface.cpp" line="529"/>
<source>Savegames files (SGTA*)</source>
<translation>Файлы сохранения (SGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="516"/>
<location filename="../ProfileInterface.cpp" line="493"/>
<location filename="../UserInterface.cpp" line="530"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation>Картинка Snapmatic (PGTA*)</translation>
@ -1404,19 +1404,19 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="534"/>
<location filename="../ImportDialog.cpp" line="844"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<location filename="../ProfileInterface.cpp" line="495"/>
<location filename="../UserInterface.cpp" line="531"/>
<source>All files (**)</source>
<translation>Все файлы (**)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="564"/>
<location filename="../ProfileInterface.cpp" line="581"/>
<location filename="../ProfileInterface.cpp" line="537"/>
<location filename="../ProfileInterface.cpp" line="553"/>
<source>Import file %1 of %2 files</source>
<translation>Импортируются файлы %1 из %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<source>Import failed with...
%1</source>
@ -1425,169 +1425,169 @@ Press 1 for Default View</source>
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../UserInterface.cpp" line="568"/>
<source>Failed to read Snapmatic picture</source>
<translation>Не удалось загрузить картинку Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../UserInterface.cpp" line="582"/>
<source>Failed to read Savegame file</source>
<translation>Не удалось загрузить файл сохранения</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../UserInterface.cpp" line="612"/>
<source>No valid file is selected</source>
<translation>Выбранный файл неверен</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="85"/>
<location filename="../ProfileInterface.cpp" line="86"/>
<source>Enabled pictures: %1 of %2</source>
<translation>Включенные картинки: %1 из %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="513"/>
<location filename="../ProfileInterface.cpp" line="490"/>
<source>Importable files (%1)</source>
<translation>Файлы для импорта (%1)</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="533"/>
<location filename="../ImportDialog.cpp" line="843"/>
<location filename="../ProfileInterface.cpp" line="517"/>
<location filename="../ProfileInterface.cpp" line="494"/>
<source>All image files (%1)</source>
<translation>Все файлы изображений (%1)</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="551"/>
<location filename="../ImportDialog.cpp" line="861"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<source>Can&apos;t import %1 because file can&apos;t be open</source>
<translation>Не удалось открыть %1, файл не может быть открыт</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="559"/>
<location filename="../ImportDialog.cpp" line="869"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<source>Can&apos;t import %1 because file can&apos;t be parsed properly</source>
<translation>Не получилось импортировать %1, файл не может быть правильно обработан</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation>Не получилось импортировать %1, не удалось определить формат файла</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<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="1241"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<source>Failed to import the Snapmatic picture, can&apos;t copy the file into profile</source>
<translation>Не удалось импортировать картинку Snapmatic, не получилось скопировать файл в профиль</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<source>Failed to import the Savegame, can&apos;t copy the file into profile</source>
<translation>Не удалось импортировать сохранение, не получилось скопировать файл в профиль</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Failed to import the Savegame, no Savegame slot is left</source>
<translation>Не удалось импортировать сохранение, нет пустых ячеек под сохранения</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1371"/>
<location filename="../ProfileInterface.cpp" line="1389"/>
<location filename="../ProfileInterface.cpp" line="1271"/>
<location filename="../ProfileInterface.cpp" line="1288"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation>Картинки JPG и GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1372"/>
<location filename="../ProfileInterface.cpp" line="1394"/>
<location filename="../ProfileInterface.cpp" line="1272"/>
<location filename="../ProfileInterface.cpp" line="1292"/>
<source>JPG pictures only</source>
<translation>Только картинки JPG</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1398"/>
<location filename="../ProfileInterface.cpp" line="1273"/>
<location filename="../ProfileInterface.cpp" line="1295"/>
<source>GTA Snapmatic only</source>
<translation>Только GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1432"/>
<location filename="../ProfileInterface.cpp" line="1324"/>
<source>Initialising export...</source>
<translation>Подготовка к экспорту...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>No Snapmatic pictures or Savegames files are selected</source>
<translation>Не выделен ни один Snapmatic или сохранение</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>Remove selected</source>
<translation>Снять выделение</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<source>You really want remove the selected Snapmatic picutres and Savegame files?</source>
<translation>Точно ли хочешь удалить выбранные картинки Snapmatic и файлы сохранений?</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1023"/>
<location filename="../ProfileInterface.cpp" line="953"/>
<source>Prepare Content for Import...</source>
<translation>Подготовка данных к импорту...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify as Avatar</source>
<translation>Пометить как Аватар</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<source>No Snapmatic pictures are selected</source>
<translation>Не выделена ни одна картинка Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2141"/>
<location filename="../ProfileInterface.cpp" line="2244"/>
<location filename="../ProfileInterface.cpp" line="2375"/>
<location filename="../ProfileInterface.cpp" line="2481"/>
<location filename="../ProfileInterface.cpp" line="1949"/>
<location filename="../ProfileInterface.cpp" line="2042"/>
<location filename="../ProfileInterface.cpp" line="2157"/>
<location filename="../ProfileInterface.cpp" line="2252"/>
<source>Patch selected...</source>
<translation>Пропатчить выделенные...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2142"/>
<location filename="../ProfileInterface.cpp" line="2161"/>
<location filename="../ProfileInterface.cpp" line="2245"/>
<location filename="../ProfileInterface.cpp" line="2264"/>
<location filename="../ProfileInterface.cpp" line="2376"/>
<location filename="../ProfileInterface.cpp" line="2395"/>
<location filename="../ProfileInterface.cpp" line="2482"/>
<location filename="../ProfileInterface.cpp" line="2501"/>
<location filename="../ProfileInterface.cpp" line="1950"/>
<location filename="../ProfileInterface.cpp" line="1968"/>
<location filename="../ProfileInterface.cpp" line="2043"/>
<location filename="../ProfileInterface.cpp" line="2061"/>
<location filename="../ProfileInterface.cpp" line="2158"/>
<location filename="../ProfileInterface.cpp" line="2176"/>
<location filename="../ProfileInterface.cpp" line="2253"/>
<location filename="../ProfileInterface.cpp" line="2271"/>
<source>Patch file %1 of %2 files</source>
<translation>Изменяется файл %1 из %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<source>%1 failed with...
%2</source>
@ -1597,86 +1597,86 @@ Press 1 for Default View</source>
%2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<source>A Snapmatic picture already exists with the uid %1, you want assign your import a new uid and timestamp?</source>
<translatorcomment>Можно использовать слово &quot;приписать&quot;</translatorcomment>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source>
<translation>Не удалось удалить все выделенные картинки Snapmatic и/или сохранения</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify</source>
<comment>%1 failed with...</comment>
<translation>Помечание</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players...</source>
<translation>Изменить игроков...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players</source>
<comment>%1 failed with...</comment>
<translation>Измение игроков</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew...</source>
<translation>Изменить банду...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<source>Failed to enter a valid Snapmatic Crew ID</source>
<translation>Введённый идентификатор банды не верен</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew</source>
<comment>%1 failed with...</comment>
<translation>Изменение банды</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title...</source>
<translation>Изменить заголовок...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<source>Failed to enter a valid Snapmatic title</source>
<translation>Введённый заголовок не верен</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title</source>
<comment>%1 failed with...</comment>
<translation>Изменение заголовка</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation>%1Эскпортировать картинки Snapmatic%2&lt;br&gt;&lt;br&gt;Картинки JPG можно открыть любым просмотрщиком&lt;br&gt;Картинки формата GTA Snapmatic можно снова импортировать в игру&lt;br&gt;&lt;br&gt;Экспортировать как:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1348"/>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1431"/>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1251"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<location filename="../ProfileInterface.cpp" line="1323"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<source>Export selected...</source>
<translation>Экпортировать выделенное...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<source>Export failed with...
%1</source>
@ -1697,7 +1697,7 @@ Press 1 for Default View</source>
<translation>Все файлы профиля (*.g5e SGTA* PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="514"/>
<location filename="../ProfileInterface.cpp" line="491"/>
<location filename="../UserInterface.cpp" line="528"/>
<source>GTA V Export (*.g5e)</source>
<translation>GTA V Export (*.g5e)</translation>
@ -1826,38 +1826,38 @@ Press 1 for Default View</source>
<translation>Не удалось удалить сохранение %1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1774"/>
<location filename="../ProfileInterface.cpp" line="1649"/>
<source>&amp;View</source>
<translation>&amp;Просмотр</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1741"/>
<location filename="../ProfileInterface.cpp" line="1776"/>
<location filename="../ProfileInterface.cpp" line="1806"/>
<location filename="../ProfileInterface.cpp" line="1615"/>
<location filename="../ProfileInterface.cpp" line="1651"/>
<location filename="../ProfileInterface.cpp" line="1681"/>
<source>&amp;Remove</source>
<translation>&amp;Удалить</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1779"/>
<location filename="../ProfileInterface.cpp" line="1809"/>
<location filename="../ProfileInterface.cpp" line="1654"/>
<location filename="../ProfileInterface.cpp" line="1684"/>
<source>&amp;Select</source>
<translation>&amp;Выбрать</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1782"/>
<location filename="../ProfileInterface.cpp" line="1811"/>
<location filename="../ProfileInterface.cpp" line="1657"/>
<location filename="../ProfileInterface.cpp" line="1686"/>
<source>&amp;Deselect</source>
<translation>Сн&amp;ять выбор</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1785"/>
<location filename="../ProfileInterface.cpp" line="1814"/>
<location filename="../ProfileInterface.cpp" line="1660"/>
<location filename="../ProfileInterface.cpp" line="1689"/>
<source>Select &amp;All</source>
<translation>В&amp;ыбрать все</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1817"/>
<location filename="../ProfileInterface.cpp" line="1663"/>
<location filename="../ProfileInterface.cpp" line="1692"/>
<source>&amp;Deselect All</source>
<translation>Снять выбо&amp;р со всех</translation>
</message>
@ -1867,9 +1867,9 @@ Press 1 for Default View</source>
<translation>Копировать сохранение</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1740"/>
<location filename="../ProfileInterface.cpp" line="1775"/>
<location filename="../ProfileInterface.cpp" line="1805"/>
<location filename="../ProfileInterface.cpp" line="1614"/>
<location filename="../ProfileInterface.cpp" line="1650"/>
<location filename="../ProfileInterface.cpp" line="1680"/>
<source>&amp;Export</source>
<translation>&amp;Экспортировать</translation>
</message>
@ -1973,7 +1973,7 @@ Press 1 for Default View</source>
<translation>Meme</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>Snapmatic Title</source>
<translation>Заголовок Snapmatic</translation>
@ -2079,19 +2079,19 @@ Press 1 for Default View</source>
<translation>Не удалось измененить свойства Snapmatic из-за проблемы ввода/вывода</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>New Snapmatic title:</source>
<translation>Новый заголовок Snapmatic:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>Snapmatic Crew</source>
<translation>Банда на Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>New Snapmatic crew:</source>
<translation>Новая банда на Snapmatic:</translation>
@ -2229,62 +2229,62 @@ Press 1 for Default View</source>
<translation>Не удалось показать %1 в списке картинок Snapmatic в игре</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1694"/>
<location filename="../ProfileInterface.cpp" line="1731"/>
<location filename="../ProfileInterface.cpp" line="1796"/>
<location filename="../ProfileInterface.cpp" line="1568"/>
<location filename="../ProfileInterface.cpp" line="1605"/>
<location filename="../ProfileInterface.cpp" line="1671"/>
<source>Edi&amp;t</source>
<translation>&amp;Правка</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1696"/>
<location filename="../ProfileInterface.cpp" line="1737"/>
<location filename="../ProfileInterface.cpp" line="1802"/>
<location filename="../ProfileInterface.cpp" line="1570"/>
<location filename="../ProfileInterface.cpp" line="1611"/>
<location filename="../ProfileInterface.cpp" line="1677"/>
<source>Show &amp;In-game</source>
<translation>Показывать в &amp;игре</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1699"/>
<location filename="../ProfileInterface.cpp" line="1738"/>
<location filename="../ProfileInterface.cpp" line="1803"/>
<location filename="../ProfileInterface.cpp" line="1573"/>
<location filename="../ProfileInterface.cpp" line="1612"/>
<location filename="../ProfileInterface.cpp" line="1678"/>
<source>Hide &amp;In-game</source>
<translation>Ск&amp;рыть в игре</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1706"/>
<location filename="../ProfileInterface.cpp" line="1580"/>
<source>&amp;Export</source>
<translation>&amp;Экспорт</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1709"/>
<location filename="../ProfileInterface.cpp" line="1583"/>
<source>&amp;View</source>
<translation>По&amp;казать</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1712"/>
<location filename="../ProfileInterface.cpp" line="1586"/>
<source>&amp;Remove</source>
<translation>У&amp;далить</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1744"/>
<location filename="../ProfileInterface.cpp" line="1589"/>
<location filename="../ProfileInterface.cpp" line="1618"/>
<source>&amp;Select</source>
<translation>&amp;Выделить</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1717"/>
<location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1591"/>
<location filename="../ProfileInterface.cpp" line="1621"/>
<source>&amp;Deselect</source>
<translation>Сн&amp;ять выделение</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1720"/>
<location filename="../ProfileInterface.cpp" line="1749"/>
<location filename="../ProfileInterface.cpp" line="1594"/>
<location filename="../ProfileInterface.cpp" line="1624"/>
<source>Select &amp;All</source>
<translation>В&amp;ыбрать все</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1723"/>
<location filename="../ProfileInterface.cpp" line="1752"/>
<location filename="../ProfileInterface.cpp" line="1597"/>
<location filename="../ProfileInterface.cpp" line="1627"/>
<source>&amp;Deselect All</source>
<translation>Снять выбо&amp;р со всех</translation>
</message>
@ -2408,29 +2408,29 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../UserInterface.ui" line="370"/>
<location filename="../ProfileInterface.cpp" line="1733"/>
<location filename="../ProfileInterface.cpp" line="1798"/>
<location filename="../ProfileInterface.cpp" line="1607"/>
<location filename="../ProfileInterface.cpp" line="1673"/>
<source>Change &amp;Players...</source>
<translation>&amp;Изменить игрока...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="346"/>
<location filename="../ProfileInterface.cpp" line="1735"/>
<location filename="../ProfileInterface.cpp" line="1800"/>
<location filename="../ProfileInterface.cpp" line="1609"/>
<location filename="../ProfileInterface.cpp" line="1675"/>
<source>Change &amp;Title...</source>
<translation>Изменить &amp;Заголовок...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="354"/>
<location filename="../ProfileInterface.cpp" line="1734"/>
<location filename="../ProfileInterface.cpp" line="1799"/>
<location filename="../ProfileInterface.cpp" line="1608"/>
<location filename="../ProfileInterface.cpp" line="1674"/>
<source>Change &amp;Crew...</source>
<translation>Изменить &amp;банду...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="362"/>
<location filename="../ProfileInterface.cpp" line="1732"/>
<location filename="../ProfileInterface.cpp" line="1797"/>
<location filename="../ProfileInterface.cpp" line="1606"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<source>&amp;Qualify as Avatar</source>
<translation>&amp;Пометить как Аватар</translation>
</message>
@ -2558,15 +2558,15 @@ Press 1 for Default View</source>
<translation>Пере&amp;загрузить</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../SnapmaticWidget.cpp" line="328"/>
<source>Show In-game</source>
<translation>Показывать в игре</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../SnapmaticWidget.cpp" line="322"/>
<source>Hide In-game</source>
<translation>Скрыть в игре</translation>

View File

@ -394,7 +394,7 @@ Pictures and Savegames</source>
</message>
<message>
<location filename="../ImportDialog.cpp" line="216"/>
<location filename="../ProfileInterface.cpp" line="730"/>
<location filename="../ProfileInterface.cpp" line="683"/>
<source>Custom Avatar</source>
<comment>Custom Avatar Description in SC, don&apos;t use Special Character!</comment>
<translation>Користувацький Аватар</translation>
@ -402,7 +402,7 @@ Pictures and Savegames</source>
<message>
<location filename="../ImportDialog.cpp" line="262"/>
<location filename="../ImportDialog.cpp" line="748"/>
<location filename="../ProfileInterface.cpp" line="749"/>
<location filename="../ProfileInterface.cpp" line="699"/>
<source>Custom Picture</source>
<comment>Custom Picture Description in SC, don&apos;t use Special Character!</comment>
<translation>Користувацьке Зображення</translation>
@ -1059,37 +1059,37 @@ Y: %2</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="186"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<location filename="../ProfileInterface.cpp" line="1581"/>
<source>Export as &amp;Picture...</source>
<translation>Експортувати як &amp;зображення...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="187"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<location filename="../ProfileInterface.cpp" line="1582"/>
<source>Export as &amp;Snapmatic...</source>
<translation>Експортувати як &amp;Snapmatic...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="189"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<location filename="../ProfileInterface.cpp" line="1575"/>
<source>&amp;Edit Properties...</source>
<translation>&amp;Змінити властивості...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="190"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1576"/>
<source>&amp;Overwrite Image...</source>
<translation>&amp;Перезаписати зображення...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="192"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<location filename="../ProfileInterface.cpp" line="1578"/>
<source>Open &amp;Map Viewer...</source>
<translation>Відкрити &amp;карту...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="194"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<location filename="../ProfileInterface.cpp" line="1579"/>
<source>Open &amp;JSON Editor...</source>
<translation>Відкрити редактор &amp;JSON...</translation>
</message>
@ -1342,23 +1342,23 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="523"/>
<location filename="../ImportDialog.cpp" line="833"/>
<location filename="../ProfileInterface.cpp" line="497"/>
<location filename="../ProfileInterface.cpp" line="498"/>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="563"/>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="536"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="1007"/>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1241"/>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../ProfileInterface.cpp" line="937"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Import...</source>
<translation>Імпортування...</translation>
</message>
@ -1375,14 +1375,14 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="533"/>
<location filename="../ImportDialog.cpp" line="843"/>
<location filename="../ProfileInterface.cpp" line="517"/>
<location filename="../ProfileInterface.cpp" line="494"/>
<source>All image files (%1)</source>
<translation>Файли зображень (%1)</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="534"/>
<location filename="../ImportDialog.cpp" line="844"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<location filename="../ProfileInterface.cpp" line="495"/>
<location filename="../UserInterface.cpp" line="531"/>
<source>All files (**)</source>
<translation>Усі файли (**)</translation>
@ -1390,75 +1390,75 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="551"/>
<location filename="../ImportDialog.cpp" line="861"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<source>Can&apos;t import %1 because file can&apos;t be open</source>
<translation>Неможливо імпортувати %1, оскільки файл не може бути відкритий</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="559"/>
<location filename="../ImportDialog.cpp" line="869"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<source>Can&apos;t import %1 because file can&apos;t be parsed properly</source>
<translation>Неможливо імпортувати %1, оскільки файл неможливо розібрати правильно</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="85"/>
<location filename="../ProfileInterface.cpp" line="86"/>
<source>Enabled pictures: %1 of %2</source>
<translation>Увімкнено фотографії:%1 з%2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="185"/>
<location filename="../ProfileInterface.cpp" line="180"/>
<source>Loading...</source>
<translation>Завантаження...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>Snapmatic Loader</source>
<translation>Snapmatic Loader</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>&lt;h4&gt;Following Snapmatic Pictures got repaired&lt;/h4&gt;%1</source>
<translation>&lt;h4&gt;Наступні Snapmatic зображення були відновлені&lt;/h4&gt;%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="513"/>
<location filename="../ProfileInterface.cpp" line="490"/>
<source>Importable files (%1)</source>
<translation>Імпортуються файли (%1)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="514"/>
<location filename="../ProfileInterface.cpp" line="491"/>
<location filename="../UserInterface.cpp" line="528"/>
<source>GTA V Export (*.g5e)</source>
<translation>GTA V Export (*.g5e)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../UserInterface.cpp" line="529"/>
<source>Savegames files (SGTA*)</source>
<translation>Файли збереження гри (SGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="516"/>
<location filename="../ProfileInterface.cpp" line="493"/>
<location filename="../UserInterface.cpp" line="530"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation>Snapmatic зображення (PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../UserInterface.cpp" line="612"/>
<source>No valid file is selected</source>
<translation>Вибрані недійсні файли</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="564"/>
<location filename="../ProfileInterface.cpp" line="581"/>
<location filename="../ProfileInterface.cpp" line="537"/>
<location filename="../ProfileInterface.cpp" line="553"/>
<source>Import file %1 of %2 files</source>
<translation>Імпортується файл %1 з %2 файлів</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<source>Import failed with...
%1</source>
@ -1467,81 +1467,81 @@ Press 1 for Default View</source>
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../UserInterface.cpp" line="568"/>
<source>Failed to read Snapmatic picture</source>
<translation>Не вдалося прочитати Snapmatic картинку</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../UserInterface.cpp" line="582"/>
<source>Failed to read Savegame file</source>
<translation>Не вдалося прочитати файл збереження гри</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation>Неможливо імпортувати%1, оскільки формат файлу не може бути виявлений</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<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="1241"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<source>Failed to import the Snapmatic picture, can&apos;t copy the file into profile</source>
<translation>Не вдалося імпортувати зображення Snapmatic, не можна скопіювати файл у профіль</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<source>Failed to import the Savegame, can&apos;t copy the file into profile</source>
<translation>Не вдалося імпортувати Сейв, не можна скопіювати файл у профіль</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Failed to import the Savegame, no Savegame slot is left</source>
<translation>Не вдалося імпортувати Сейв, немає вільного слота</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1348"/>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1431"/>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1251"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<location filename="../ProfileInterface.cpp" line="1323"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<source>Export selected...</source>
<translation>Експорт обраних...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1371"/>
<location filename="../ProfileInterface.cpp" line="1389"/>
<location filename="../ProfileInterface.cpp" line="1271"/>
<location filename="../ProfileInterface.cpp" line="1288"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation>JPG картинки і GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1372"/>
<location filename="../ProfileInterface.cpp" line="1394"/>
<location filename="../ProfileInterface.cpp" line="1272"/>
<location filename="../ProfileInterface.cpp" line="1292"/>
<source>JPG pictures only</source>
<translation>Тільки JPG картинки</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1398"/>
<location filename="../ProfileInterface.cpp" line="1273"/>
<location filename="../ProfileInterface.cpp" line="1295"/>
<source>GTA Snapmatic only</source>
<translation>Тільки GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation>%1 Експортувати Snapmatic фотографії %2 &lt;br&gt;&lt;br&gt; Фотографії JPG дозволяють відкривати зображення за допомогою засобу перегляду зображень&lt;br&gt;GTA Snapmatic дає змогу імпортувати зображення в гру&lt;br&gt;&lt;br&gt;Експортувати як:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1432"/>
<location filename="../ProfileInterface.cpp" line="1324"/>
<source>Initialising export...</source>
<translation>Ініціалізація експорту...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<source>Export failed with...
%1</source>
@ -1550,45 +1550,45 @@ Press 1 for Default View</source>
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>No Snapmatic pictures or Savegames files are selected</source>
<translation>Не вибрано жодного Snapmatic зображення або файлу збереження</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>Remove selected</source>
<translation>Видалити вибрані</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<source>You really want remove the selected Snapmatic picutres and Savegame files?</source>
<translation>Ви дійсно хочете видалити вибрані Snapmatic фотографії та файли збереження гри?</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source>
<translation>Не вдалося видалити всі обрані Snapmatic фотографії та/або Сейви</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<source>No Snapmatic pictures are selected</source>
<translation>Не вибрано жодного Snapmatic зображення</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<source>%1 failed with...
%2</source>
@ -1598,91 +1598,91 @@ Press 1 for Default View</source>
%2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1023"/>
<location filename="../ProfileInterface.cpp" line="953"/>
<source>Prepare Content for Import...</source>
<translation>Підготувати контент для імпорту ...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<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="2130"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify as Avatar</source>
<translation>Позначити як Аватар</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2141"/>
<location filename="../ProfileInterface.cpp" line="2244"/>
<location filename="../ProfileInterface.cpp" line="2375"/>
<location filename="../ProfileInterface.cpp" line="2481"/>
<location filename="../ProfileInterface.cpp" line="1949"/>
<location filename="../ProfileInterface.cpp" line="2042"/>
<location filename="../ProfileInterface.cpp" line="2157"/>
<location filename="../ProfileInterface.cpp" line="2252"/>
<source>Patch selected...</source>
<translation>Вибір патчу...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2142"/>
<location filename="../ProfileInterface.cpp" line="2161"/>
<location filename="../ProfileInterface.cpp" line="2245"/>
<location filename="../ProfileInterface.cpp" line="2264"/>
<location filename="../ProfileInterface.cpp" line="2376"/>
<location filename="../ProfileInterface.cpp" line="2395"/>
<location filename="../ProfileInterface.cpp" line="2482"/>
<location filename="../ProfileInterface.cpp" line="2501"/>
<location filename="../ProfileInterface.cpp" line="1950"/>
<location filename="../ProfileInterface.cpp" line="1968"/>
<location filename="../ProfileInterface.cpp" line="2043"/>
<location filename="../ProfileInterface.cpp" line="2061"/>
<location filename="../ProfileInterface.cpp" line="2158"/>
<location filename="../ProfileInterface.cpp" line="2176"/>
<location filename="../ProfileInterface.cpp" line="2253"/>
<location filename="../ProfileInterface.cpp" line="2271"/>
<source>Patch file %1 of %2 files</source>
<translation>Патч файлу %1 з %2 файлів</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify</source>
<comment>%1 failed with...</comment>
<translation>Якість</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players...</source>
<translation>Зміна гравців...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players</source>
<comment>%1 failed with...</comment>
<translation>Змінити гравців</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew...</source>
<translation>Зміна банди...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<source>Failed to enter a valid Snapmatic Crew ID</source>
<translation>Не вдалося ввести дійсний ID Банди Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew</source>
<comment>%1 failed with...</comment>
<translation>Змінити банду</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title...</source>
<translation>Зміна назви...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<source>Failed to enter a valid Snapmatic title</source>
<translation>Не вдалося ввести дійсний заголовок Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title</source>
<comment>%1 failed with...</comment>
<translation>Змінити назву</translation>
@ -1781,45 +1781,45 @@ Press 1 for Default View</source>
<translation>Видалити</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1774"/>
<location filename="../ProfileInterface.cpp" line="1649"/>
<source>&amp;View</source>
<translation>&amp;Перегляд</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1740"/>
<location filename="../ProfileInterface.cpp" line="1775"/>
<location filename="../ProfileInterface.cpp" line="1805"/>
<location filename="../ProfileInterface.cpp" line="1614"/>
<location filename="../ProfileInterface.cpp" line="1650"/>
<location filename="../ProfileInterface.cpp" line="1680"/>
<source>&amp;Export</source>
<translation>&amp;Експорт</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1741"/>
<location filename="../ProfileInterface.cpp" line="1776"/>
<location filename="../ProfileInterface.cpp" line="1806"/>
<location filename="../ProfileInterface.cpp" line="1615"/>
<location filename="../ProfileInterface.cpp" line="1651"/>
<location filename="../ProfileInterface.cpp" line="1681"/>
<source>&amp;Remove</source>
<translation>&amp;Видалення</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1779"/>
<location filename="../ProfileInterface.cpp" line="1809"/>
<location filename="../ProfileInterface.cpp" line="1654"/>
<location filename="../ProfileInterface.cpp" line="1684"/>
<source>&amp;Select</source>
<translation>&amp;Виділення</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1782"/>
<location filename="../ProfileInterface.cpp" line="1811"/>
<location filename="../ProfileInterface.cpp" line="1657"/>
<location filename="../ProfileInterface.cpp" line="1686"/>
<source>&amp;Deselect</source>
<translation>&amp;Зняти виділення</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1785"/>
<location filename="../ProfileInterface.cpp" line="1814"/>
<location filename="../ProfileInterface.cpp" line="1660"/>
<location filename="../ProfileInterface.cpp" line="1689"/>
<source>Select &amp;All</source>
<translation>Вибрати &amp;усі</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1817"/>
<location filename="../ProfileInterface.cpp" line="1663"/>
<location filename="../ProfileInterface.cpp" line="1692"/>
<source>&amp;Deselect All</source>
<translation>&amp;Зняти виділення усіх</translation>
</message>
@ -2024,25 +2024,25 @@ Press 1 for Default View</source>
<translation>Змінити властивості Snapmatic не вдалося через JSON Помилку</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>Snapmatic Crew</source>
<translation>Snapmatic банда</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>New Snapmatic crew:</source>
<translation>Нова Snapmatic банда:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>Snapmatic Title</source>
<translation>Snapmatic назва</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>New Snapmatic title:</source>
<translation>Новий Snapmatic заголовок:</translation>
@ -2217,62 +2217,62 @@ Press 1 for Default View</source>
<translation>Видалити</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1694"/>
<location filename="../ProfileInterface.cpp" line="1731"/>
<location filename="../ProfileInterface.cpp" line="1796"/>
<location filename="../ProfileInterface.cpp" line="1568"/>
<location filename="../ProfileInterface.cpp" line="1605"/>
<location filename="../ProfileInterface.cpp" line="1671"/>
<source>Edi&amp;t</source>
<translation>Редагува&amp;ти</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1696"/>
<location filename="../ProfileInterface.cpp" line="1737"/>
<location filename="../ProfileInterface.cpp" line="1802"/>
<location filename="../ProfileInterface.cpp" line="1570"/>
<location filename="../ProfileInterface.cpp" line="1611"/>
<location filename="../ProfileInterface.cpp" line="1677"/>
<source>Show &amp;In-game</source>
<translation>Показати &amp;у грі</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1699"/>
<location filename="../ProfileInterface.cpp" line="1738"/>
<location filename="../ProfileInterface.cpp" line="1803"/>
<location filename="../ProfileInterface.cpp" line="1573"/>
<location filename="../ProfileInterface.cpp" line="1612"/>
<location filename="../ProfileInterface.cpp" line="1678"/>
<source>Hide &amp;In-game</source>
<translation>Сховати &amp;у грі</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1706"/>
<location filename="../ProfileInterface.cpp" line="1580"/>
<source>&amp;Export</source>
<translation>&amp;Експортувати</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1709"/>
<location filename="../ProfileInterface.cpp" line="1583"/>
<source>&amp;View</source>
<translation>&amp;Переглянути</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1712"/>
<location filename="../ProfileInterface.cpp" line="1586"/>
<source>&amp;Remove</source>
<translation>&amp;Видалити</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1744"/>
<location filename="../ProfileInterface.cpp" line="1589"/>
<location filename="../ProfileInterface.cpp" line="1618"/>
<source>&amp;Select</source>
<translation>&amp;Виділення</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1717"/>
<location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1591"/>
<location filename="../ProfileInterface.cpp" line="1621"/>
<source>&amp;Deselect</source>
<translation>&amp;Зняти виділення</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1720"/>
<location filename="../ProfileInterface.cpp" line="1749"/>
<location filename="../ProfileInterface.cpp" line="1594"/>
<location filename="../ProfileInterface.cpp" line="1624"/>
<source>Select &amp;All</source>
<translation>Вибрати &amp;усі</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1723"/>
<location filename="../ProfileInterface.cpp" line="1752"/>
<location filename="../ProfileInterface.cpp" line="1597"/>
<location filename="../ProfileInterface.cpp" line="1627"/>
<source>&amp;Deselect All</source>
<translation>&amp;Зняти виділення усіх</translation>
</message>
@ -2475,42 +2475,42 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../UserInterface.ui" line="346"/>
<location filename="../ProfileInterface.cpp" line="1735"/>
<location filename="../ProfileInterface.cpp" line="1800"/>
<location filename="../ProfileInterface.cpp" line="1609"/>
<location filename="../ProfileInterface.cpp" line="1675"/>
<source>Change &amp;Title...</source>
<translation>Змінити &amp;заголовок...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="354"/>
<location filename="../ProfileInterface.cpp" line="1734"/>
<location filename="../ProfileInterface.cpp" line="1799"/>
<location filename="../ProfileInterface.cpp" line="1608"/>
<location filename="../ProfileInterface.cpp" line="1674"/>
<source>Change &amp;Crew...</source>
<translation>Змінити &amp;банду...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="362"/>
<location filename="../ProfileInterface.cpp" line="1732"/>
<location filename="../ProfileInterface.cpp" line="1797"/>
<location filename="../ProfileInterface.cpp" line="1606"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<source>&amp;Qualify as Avatar</source>
<translation>Позначити як &amp;аватар</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="370"/>
<location filename="../ProfileInterface.cpp" line="1733"/>
<location filename="../ProfileInterface.cpp" line="1798"/>
<location filename="../ProfileInterface.cpp" line="1607"/>
<location filename="../ProfileInterface.cpp" line="1673"/>
<source>Change &amp;Players...</source>
<translation>Змінити &amp;гравців...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../SnapmaticWidget.cpp" line="328"/>
<source>Show In-game</source>
<translation>Показати у грі</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../SnapmaticWidget.cpp" line="322"/>
<source>Hide In-game</source>
<translation>Сховати у грі</translation>

View File

@ -390,7 +390,7 @@ Pictures and Savegames</source>
</message>
<message>
<location filename="../ImportDialog.cpp" line="216"/>
<location filename="../ProfileInterface.cpp" line="730"/>
<location filename="../ProfileInterface.cpp" line="683"/>
<source>Custom Avatar</source>
<comment>Custom Avatar Description in SC, don&apos;t use Special Character!</comment>
<translation></translation>
@ -398,7 +398,7 @@ Pictures and Savegames</source>
<message>
<location filename="../ImportDialog.cpp" line="262"/>
<location filename="../ImportDialog.cpp" line="748"/>
<location filename="../ProfileInterface.cpp" line="749"/>
<location filename="../ProfileInterface.cpp" line="699"/>
<source>Custom Picture</source>
<comment>Custom Picture Description in SC, don&apos;t use Special Character!</comment>
<translation></translation>
@ -1053,37 +1053,37 @@ Y: %2</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="186"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<location filename="../ProfileInterface.cpp" line="1581"/>
<source>Export as &amp;Picture...</source>
<translation>(&amp;P)...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="187"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<location filename="../ProfileInterface.cpp" line="1582"/>
<source>Export as &amp;Snapmatic...</source>
<translation> Snapmatic(&amp;S)...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="189"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<location filename="../ProfileInterface.cpp" line="1575"/>
<source>&amp;Edit Properties...</source>
<translation>(&amp;E) ...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="190"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1576"/>
<source>&amp;Overwrite Image...</source>
<translation>(&amp;O)...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="192"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<location filename="../ProfileInterface.cpp" line="1578"/>
<source>Open &amp;Map Viewer...</source>
<translation>(&amp;M)...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="194"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<location filename="../ProfileInterface.cpp" line="1579"/>
<source>Open &amp;JSON Editor...</source>
<translation> JSON (&amp;J)...</translation>
</message>
@ -1336,23 +1336,23 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="523"/>
<location filename="../ImportDialog.cpp" line="833"/>
<location filename="../ProfileInterface.cpp" line="497"/>
<location filename="../ProfileInterface.cpp" line="498"/>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="563"/>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="536"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="1007"/>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1241"/>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../ProfileInterface.cpp" line="937"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Import...</source>
<translation>...</translation>
</message>
@ -1369,14 +1369,14 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="533"/>
<location filename="../ImportDialog.cpp" line="843"/>
<location filename="../ProfileInterface.cpp" line="517"/>
<location filename="../ProfileInterface.cpp" line="494"/>
<source>All image files (%1)</source>
<translation> (%1)</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="534"/>
<location filename="../ImportDialog.cpp" line="844"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<location filename="../ProfileInterface.cpp" line="495"/>
<location filename="../UserInterface.cpp" line="531"/>
<source>All files (**)</source>
<translation> (**)</translation>
@ -1384,201 +1384,201 @@ Press 1 for Default View</source>
<message>
<location filename="../ImportDialog.cpp" line="551"/>
<location filename="../ImportDialog.cpp" line="861"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="742"/>
<source>Can&apos;t import %1 because file can&apos;t be open</source>
<translation> %1</translation>
</message>
<message>
<location filename="../ImportDialog.cpp" line="559"/>
<location filename="../ImportDialog.cpp" line="869"/>
<location filename="../ProfileInterface.cpp" line="805"/>
<location filename="../ProfileInterface.cpp" line="751"/>
<source>Can&apos;t import %1 because file can&apos;t be parsed properly</source>
<translation> %1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="85"/>
<location filename="../ProfileInterface.cpp" line="86"/>
<source>Enabled pictures: %1 of %2</source>
<translation> %1 %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="185"/>
<location filename="../ProfileInterface.cpp" line="180"/>
<source>Loading...</source>
<translation>...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>Snapmatic Loader</source>
<translation>Snapmatic </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="424"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>&lt;h4&gt;Following Snapmatic Pictures got repaired&lt;/h4&gt;%1</source>
<translation>&lt;h4&gt; Snapmatic &lt;/h4&gt;%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="513"/>
<location filename="../ProfileInterface.cpp" line="490"/>
<source>Importable files (%1)</source>
<translation> (%1)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="514"/>
<location filename="../ProfileInterface.cpp" line="491"/>
<location filename="../UserInterface.cpp" line="528"/>
<source>GTA V Export (*.g5e)</source>
<translation>GTA V Export (*.g5e)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../UserInterface.cpp" line="529"/>
<source>Savegames files (SGTA*)</source>
<translation> (SGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="516"/>
<location filename="../ProfileInterface.cpp" line="493"/>
<location filename="../UserInterface.cpp" line="530"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation>Snapmatic (PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="969"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="904"/>
<location filename="../UserInterface.cpp" line="612"/>
<source>No valid file is selected</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="564"/>
<location filename="../ProfileInterface.cpp" line="581"/>
<location filename="../ProfileInterface.cpp" line="537"/>
<location filename="../ProfileInterface.cpp" line="553"/>
<source>Import file %1 of %2 files</source>
<translation> %1 %2 </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="597"/>
<location filename="../ProfileInterface.cpp" line="566"/>
<source>Import failed with...
%1</source>
<translation>%1 </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../ProfileInterface.cpp" line="608"/>
<location filename="../UserInterface.cpp" line="568"/>
<source>Failed to read Snapmatic picture</source>
<translation> Snapmatic </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="682"/>
<location filename="../ProfileInterface.cpp" line="643"/>
<location filename="../UserInterface.cpp" line="582"/>
<source>Failed to read Savegame file</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="964"/>
<location filename="../ProfileInterface.cpp" line="898"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation> %1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1137"/>
<location filename="../ProfileInterface.cpp" line="1058"/>
<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="1241"/>
<location filename="../ProfileInterface.cpp" line="1150"/>
<source>Failed to import the Snapmatic picture, can&apos;t copy the file into profile</source>
<translation> Snapmatic </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1278"/>
<location filename="../ProfileInterface.cpp" line="1182"/>
<source>Failed to import the Savegame, can&apos;t copy the file into profile</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1284"/>
<location filename="../ProfileInterface.cpp" line="1188"/>
<source>Failed to import the Savegame, no Savegame slot is left</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1348"/>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1431"/>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1251"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<location filename="../ProfileInterface.cpp" line="1323"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<source>Export selected...</source>
<translation>...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1371"/>
<location filename="../ProfileInterface.cpp" line="1389"/>
<location filename="../ProfileInterface.cpp" line="1271"/>
<location filename="../ProfileInterface.cpp" line="1288"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation>JPG GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1372"/>
<location filename="../ProfileInterface.cpp" line="1394"/>
<location filename="../ProfileInterface.cpp" line="1272"/>
<location filename="../ProfileInterface.cpp" line="1292"/>
<source>JPG pictures only</source>
<translation> JPG </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1398"/>
<location filename="../ProfileInterface.cpp" line="1273"/>
<location filename="../ProfileInterface.cpp" line="1295"/>
<source>GTA Snapmatic only</source>
<translation> GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1386"/>
<location filename="../ProfileInterface.cpp" line="1286"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation>%1 Snapmatic %2&lt;br&gt;&lt;br&gt;JPG 使&lt;br&gt;GTA Snapmatic &lt;br&gt;&lt;br&gt;:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1432"/>
<location filename="../ProfileInterface.cpp" line="1324"/>
<source>Initialising export...</source>
<translation>...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1466"/>
<location filename="../ProfileInterface.cpp" line="1356"/>
<source>Export failed with...
%1</source>
<translation>%1 </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1486"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1373"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>No Snapmatic pictures or Savegames files are selected</source>
<translation> Snapmatic </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1528"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<location filename="../ProfileInterface.cpp" line="1408"/>
<source>Remove selected</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1494"/>
<location filename="../ProfileInterface.cpp" line="1380"/>
<source>You really want remove the selected Snapmatic picutres and Savegame files?</source>
<translation> Snapmatic /?</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1522"/>
<location filename="../ProfileInterface.cpp" line="1403"/>
<source>Failed to remove all selected Snapmatic pictures and/or Savegame files</source>
<translation> Snapmatic /</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<source>No Snapmatic pictures are selected</source>
<translation> Snapmatic </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<source>%1 failed with...
%2</source>
@ -1588,91 +1588,91 @@ Press 1 for Default View</source>
%2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1023"/>
<location filename="../ProfileInterface.cpp" line="953"/>
<source>Prepare Content for Import...</source>
<translation>...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1145"/>
<location filename="../ProfileInterface.cpp" line="1064"/>
<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="2130"/>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1938"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify as Avatar</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2141"/>
<location filename="../ProfileInterface.cpp" line="2244"/>
<location filename="../ProfileInterface.cpp" line="2375"/>
<location filename="../ProfileInterface.cpp" line="2481"/>
<location filename="../ProfileInterface.cpp" line="1949"/>
<location filename="../ProfileInterface.cpp" line="2042"/>
<location filename="../ProfileInterface.cpp" line="2157"/>
<location filename="../ProfileInterface.cpp" line="2252"/>
<source>Patch selected...</source>
<translation>...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2142"/>
<location filename="../ProfileInterface.cpp" line="2161"/>
<location filename="../ProfileInterface.cpp" line="2245"/>
<location filename="../ProfileInterface.cpp" line="2264"/>
<location filename="../ProfileInterface.cpp" line="2376"/>
<location filename="../ProfileInterface.cpp" line="2395"/>
<location filename="../ProfileInterface.cpp" line="2482"/>
<location filename="../ProfileInterface.cpp" line="2501"/>
<location filename="../ProfileInterface.cpp" line="1950"/>
<location filename="../ProfileInterface.cpp" line="1968"/>
<location filename="../ProfileInterface.cpp" line="2043"/>
<location filename="../ProfileInterface.cpp" line="2061"/>
<location filename="../ProfileInterface.cpp" line="2158"/>
<location filename="../ProfileInterface.cpp" line="2176"/>
<location filename="../ProfileInterface.cpp" line="2253"/>
<location filename="../ProfileInterface.cpp" line="2271"/>
<source>Patch file %1 of %2 files</source>
<translation> %1 %2 </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2195"/>
<location filename="../ProfileInterface.cpp" line="1998"/>
<source>Qualify</source>
<comment>%1 failed with...</comment>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2216"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2017"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players...</source>
<translation>...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2294"/>
<location filename="../ProfileInterface.cpp" line="2087"/>
<source>Change Players</source>
<comment>%1 failed with...</comment>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2315"/>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2106"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew...</source>
<translation>...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2352"/>
<location filename="../ProfileInterface.cpp" line="2136"/>
<source>Failed to enter a valid Snapmatic Crew ID</source>
<translation> ID</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2425"/>
<location filename="../ProfileInterface.cpp" line="2202"/>
<source>Change Crew</source>
<comment>%1 failed with...</comment>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2446"/>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2221"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title...</source>
<translation>...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2463"/>
<location filename="../ProfileInterface.cpp" line="2235"/>
<source>Failed to enter a valid Snapmatic title</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2528"/>
<location filename="../ProfileInterface.cpp" line="2294"/>
<source>Change Title</source>
<comment>%1 failed with...</comment>
<translation></translation>
@ -1763,45 +1763,45 @@ Press 1 for Default View</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1774"/>
<location filename="../ProfileInterface.cpp" line="1649"/>
<source>&amp;View</source>
<translation>(&amp;V)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1740"/>
<location filename="../ProfileInterface.cpp" line="1775"/>
<location filename="../ProfileInterface.cpp" line="1805"/>
<location filename="../ProfileInterface.cpp" line="1614"/>
<location filename="../ProfileInterface.cpp" line="1650"/>
<location filename="../ProfileInterface.cpp" line="1680"/>
<source>&amp;Export</source>
<translation>(&amp;E)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1741"/>
<location filename="../ProfileInterface.cpp" line="1776"/>
<location filename="../ProfileInterface.cpp" line="1806"/>
<location filename="../ProfileInterface.cpp" line="1615"/>
<location filename="../ProfileInterface.cpp" line="1651"/>
<location filename="../ProfileInterface.cpp" line="1681"/>
<source>&amp;Remove</source>
<translation>(&amp;R)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1779"/>
<location filename="../ProfileInterface.cpp" line="1809"/>
<location filename="../ProfileInterface.cpp" line="1654"/>
<location filename="../ProfileInterface.cpp" line="1684"/>
<source>&amp;Select</source>
<translation>(&amp;S)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1782"/>
<location filename="../ProfileInterface.cpp" line="1811"/>
<location filename="../ProfileInterface.cpp" line="1657"/>
<location filename="../ProfileInterface.cpp" line="1686"/>
<source>&amp;Deselect</source>
<translation>(&amp;D)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1785"/>
<location filename="../ProfileInterface.cpp" line="1814"/>
<location filename="../ProfileInterface.cpp" line="1660"/>
<location filename="../ProfileInterface.cpp" line="1689"/>
<source>Select &amp;All</source>
<translation>(&amp;A)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1817"/>
<location filename="../ProfileInterface.cpp" line="1663"/>
<location filename="../ProfileInterface.cpp" line="1692"/>
<source>&amp;Deselect All</source>
<translation>(&amp;D)</translation>
</message>
@ -2006,25 +2006,25 @@ Press 1 for Default View</source>
<translation>JSON Snapmatic </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>Snapmatic Crew</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2343"/>
<location filename="../ProfileInterface.cpp" line="2130"/>
<location filename="../SnapmaticEditor.cpp" line="403"/>
<source>New Snapmatic crew:</source>
<translation>:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>Snapmatic Title</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2458"/>
<location filename="../ProfileInterface.cpp" line="2232"/>
<location filename="../SnapmaticEditor.cpp" line="379"/>
<source>New Snapmatic title:</source>
<translation>:</translation>
@ -2199,62 +2199,62 @@ Press 1 for Default View</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1694"/>
<location filename="../ProfileInterface.cpp" line="1731"/>
<location filename="../ProfileInterface.cpp" line="1796"/>
<location filename="../ProfileInterface.cpp" line="1568"/>
<location filename="../ProfileInterface.cpp" line="1605"/>
<location filename="../ProfileInterface.cpp" line="1671"/>
<source>Edi&amp;t</source>
<translation>(&amp;E)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1696"/>
<location filename="../ProfileInterface.cpp" line="1737"/>
<location filename="../ProfileInterface.cpp" line="1802"/>
<location filename="../ProfileInterface.cpp" line="1570"/>
<location filename="../ProfileInterface.cpp" line="1611"/>
<location filename="../ProfileInterface.cpp" line="1677"/>
<source>Show &amp;In-game</source>
<translation>(&amp;I)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1699"/>
<location filename="../ProfileInterface.cpp" line="1738"/>
<location filename="../ProfileInterface.cpp" line="1803"/>
<location filename="../ProfileInterface.cpp" line="1573"/>
<location filename="../ProfileInterface.cpp" line="1612"/>
<location filename="../ProfileInterface.cpp" line="1678"/>
<source>Hide &amp;In-game</source>
<translation>(&amp;I)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1706"/>
<location filename="../ProfileInterface.cpp" line="1580"/>
<source>&amp;Export</source>
<translation>(&amp;E)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1709"/>
<location filename="../ProfileInterface.cpp" line="1583"/>
<source>&amp;View</source>
<translation>(&amp;V)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1712"/>
<location filename="../ProfileInterface.cpp" line="1586"/>
<source>&amp;Remove</source>
<translation>(&amp;R)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1744"/>
<location filename="../ProfileInterface.cpp" line="1589"/>
<location filename="../ProfileInterface.cpp" line="1618"/>
<source>&amp;Select</source>
<translation>(&amp;S)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1717"/>
<location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1591"/>
<location filename="../ProfileInterface.cpp" line="1621"/>
<source>&amp;Deselect</source>
<translation>(&amp;D)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1720"/>
<location filename="../ProfileInterface.cpp" line="1749"/>
<location filename="../ProfileInterface.cpp" line="1594"/>
<location filename="../ProfileInterface.cpp" line="1624"/>
<source>Select &amp;All</source>
<translation>(&amp;A)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1723"/>
<location filename="../ProfileInterface.cpp" line="1752"/>
<location filename="../ProfileInterface.cpp" line="1597"/>
<location filename="../ProfileInterface.cpp" line="1627"/>
<source>&amp;Deselect All</source>
<translation>(&amp;D)</translation>
</message>
@ -2456,42 +2456,42 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../UserInterface.ui" line="346"/>
<location filename="../ProfileInterface.cpp" line="1735"/>
<location filename="../ProfileInterface.cpp" line="1800"/>
<location filename="../ProfileInterface.cpp" line="1609"/>
<location filename="../ProfileInterface.cpp" line="1675"/>
<source>Change &amp;Title...</source>
<translation>(&amp;T)...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="354"/>
<location filename="../ProfileInterface.cpp" line="1734"/>
<location filename="../ProfileInterface.cpp" line="1799"/>
<location filename="../ProfileInterface.cpp" line="1608"/>
<location filename="../ProfileInterface.cpp" line="1674"/>
<source>Change &amp;Crew...</source>
<translation>(&amp;C)...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="362"/>
<location filename="../ProfileInterface.cpp" line="1732"/>
<location filename="../ProfileInterface.cpp" line="1797"/>
<location filename="../ProfileInterface.cpp" line="1606"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<source>&amp;Qualify as Avatar</source>
<translation>(&amp;Q)</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="370"/>
<location filename="../ProfileInterface.cpp" line="1733"/>
<location filename="../ProfileInterface.cpp" line="1798"/>
<location filename="../ProfileInterface.cpp" line="1607"/>
<location filename="../ProfileInterface.cpp" line="1673"/>
<source>Change &amp;Players...</source>
<translation>(&amp;P)...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1624"/>
<location filename="../ProfileInterface.cpp" line="1638"/>
<location filename="../ProfileInterface.cpp" line="1505"/>
<location filename="../ProfileInterface.cpp" line="1516"/>
<location filename="../SnapmaticWidget.cpp" line="328"/>
<source>Show In-game</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1658"/>
<location filename="../ProfileInterface.cpp" line="1672"/>
<location filename="../ProfileInterface.cpp" line="1535"/>
<location filename="../ProfileInterface.cpp" line="1546"/>
<location filename="../SnapmaticWidget.cpp" line="322"/>
<source>Hide In-game</source>
<translation></translation>