code cleanup and improvements
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6fdab04c05
commit
e572c9c60e
10 changed files with 1699 additions and 1933 deletions
File diff suppressed because it is too large
Load diff
|
@ -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;
|
||||
|
|
322
res/gta5sync.ts
322
res/gta5sync.ts
|
@ -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'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'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 &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 &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>&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>&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 &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 &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't import %1 because file can'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't import %1 because file can'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><h4>Following Snapmatic Pictures got repaired</h4>%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't import %1 because file format can'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'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'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<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="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>&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>&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>&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>&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>&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 &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>&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&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 &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 &In-game</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1706"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1580"/>
|
||||
<source>&Export</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1709"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1583"/>
|
||||
<source>&View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1712"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1586"/>
|
||||
<source>&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>&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>&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 &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>&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 &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 &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>&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 &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>
|
||||
|
|
|
@ -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'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'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 &Picture...</source>
|
||||
<translation>Als &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 &Snapmatic...</source>
|
||||
<translation>Als &Snapmatic exportieren...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="189"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1701"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1575"/>
|
||||
<source>&Edit Properties...</source>
|
||||
<translation>Eigenschaften bearb&eiten...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="190"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1702"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1576"/>
|
||||
<source>&Overwrite Image...</source>
|
||||
<translation>Bild &überschreiben...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="192"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1704"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1578"/>
|
||||
<source>Open &Map Viewer...</source>
|
||||
<translation>&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 &JSON Editor...</source>
|
||||
<translation>&JSON Editor öffnen...</translation>
|
||||
</message>
|
||||
|
@ -1330,40 +1330,40 @@ Drücke 1 für Standardmodus</translation>
|
|||
<translation>S&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><h4>Following Snapmatic Pictures got repaired</h4>%1</source>
|
||||
<translation><h4>Folgende Snapmatic Bilder wurden repariert</h4>%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't import %1 because file can't be open</source>
|
||||
<translation>Kann %1 nicht importieren weil die Datei nicht geöffnet werden kann</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ImportDialog.cpp" line="559"/>
|
||||
<location filename="../ImportDialog.cpp" line="869"/>
|
||||
<location filename="../ProfileInterface.cpp" line="805"/>
|
||||
<location filename="../ProfileInterface.cpp" line="751"/>
|
||||
<source>Can't import %1 because file can't be parsed properly</source>
|
||||
<translation>Kann %1 nicht importieren weil die Datei nicht richtig gelesen werden kann</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="964"/>
|
||||
<location filename="../ProfileInterface.cpp" line="898"/>
|
||||
<source>Can't import %1 because file format can't be detected</source>
|
||||
<translation>Kann %1 nicht importieren weil das Dateiformat nicht erkannt werden kann</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="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<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source>
|
||||
<translation>%1Exportiere Snapmatic Bilder%2<br><br>JPG Bilder machen es möglich sie mit ein Bildansicht Programm zu öffnen<br>Das GTA Snapmatic Format macht es möglich sie wieder ins Game zu importieren<br><br>Exportieren als:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="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'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'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>&View</source>
|
||||
<translation>A&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>&Remove</source>
|
||||
<translation>Entfe&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>&Select</source>
|
||||
<translation>Au&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>&Deselect</source>
|
||||
<translation>A&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 &All</source>
|
||||
<translation>&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>&Deselect All</source>
|
||||
<translation>Alles a&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>&Export</source>
|
||||
<translation>&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&t</source>
|
||||
<translation>Bearbei&ten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1706"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1580"/>
|
||||
<source>&Export</source>
|
||||
<translation>&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 &In-game</source>
|
||||
<translation>&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 &In-game</source>
|
||||
<translation>&Im Spiel ausblenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1709"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1583"/>
|
||||
<source>&View</source>
|
||||
<translation>A&nsehen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1712"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1586"/>
|
||||
<source>&Remove</source>
|
||||
<translation>Entfe&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>&Select</source>
|
||||
<translation>Au&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>&Deselect</source>
|
||||
<translation>A&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 &All</source>
|
||||
<translation>Alles &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>&Deselect All</source>
|
||||
<translation>Alles a&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 &Title...</source>
|
||||
<translation>&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>&Qualify as Avatar</source>
|
||||
<translation>Als Avatar &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 &Players...</source>
|
||||
<translation>S&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 &Crew...</source>
|
||||
<translation>&Crew ändern...</translation>
|
||||
</message>
|
||||
|
@ -2539,15 +2539,15 @@ Drücke 1 für Standardmodus</translation>
|
|||
<translation>&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>
|
||||
|
|
|
@ -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'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'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 &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 &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>&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>&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 &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 &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><h4>Following Snapmatic Pictures got repaired</h4>%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't import %1 because file can'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't import %1 because file can'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't import %1 because file format can'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'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'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<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="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>&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>&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>&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>&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>&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 &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>&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&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 &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 &In-game</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1706"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1580"/>
|
||||
<source>&Export</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1709"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1583"/>
|
||||
<source>&View</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1712"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1586"/>
|
||||
<source>&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>&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>&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 &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>&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 &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 &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 &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>&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>
|
||||
|
|
|
@ -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'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'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 &Picture...</source>
|
||||
<translation>Exporter comme &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 &Snapmatic...</source>
|
||||
<translation>Exporter comme &Snapmatic...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="190"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1702"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1576"/>
|
||||
<source>&Overwrite Image...</source>
|
||||
<translation>&Remplacer l'image...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="189"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1701"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1575"/>
|
||||
<source>&Edit Properties...</source>
|
||||
<translation>Modifier les &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 &Map Viewer...</source>
|
||||
<translation>Ouvrir la &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 &JSON Editor...</source>
|
||||
<translation>Ouvrir l'éditeur &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><h4>Following Snapmatic Pictures got repaired</h4>%1</source>
|
||||
<translation><h4>Les Snapmatic suivants ont été répaés</h4>%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../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'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't import %1 because file can't be open</source>
|
||||
<translation>Impossible d'importer %1, le fichier ne peut pas être ouvert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ImportDialog.cpp" line="559"/>
|
||||
<location filename="../ImportDialog.cpp" line="869"/>
|
||||
<location filename="../ProfileInterface.cpp" line="805"/>
|
||||
<location filename="../ProfileInterface.cpp" line="751"/>
|
||||
<source>Can't import %1 because file can't be parsed properly</source>
|
||||
<translation>Impossible d'importer %1, le fichier ne peut pas être parsé correctement</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="964"/>
|
||||
<location filename="../ProfileInterface.cpp" line="898"/>
|
||||
<source>Can't import %1 because file format can't be detected</source>
|
||||
<translation>Impossible d'importer %1, le format du fichier n'est pas détecté</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="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'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't copy the file into profile</source>
|
||||
<translation>Impossible d'importer la photo Snapmatic, impossible de copier le fichier dans le profil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1278"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1182"/>
|
||||
<source>Failed to import the Savegame, can't copy the file into profile</source>
|
||||
<translation>Impossible d'importer la sauvegarde, impossible de copier le fichier dans le profil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1284"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1188"/>
|
||||
<source>Failed to import the Savegame, no Savegame slot is left</source>
|
||||
<translation>Impossible d'importer la sauvegarde, aucun emplacement libre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="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<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source>
|
||||
<translation>%1Exporter les photos Snapmatic%2<br><br>Les fichiers JPG permettent d'ouvrir les photos avec une visionneuse d'images<br>Les GTA Snapmatic permettent d'importer les photos dans le jeu<br><br>Exporter comme :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="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'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'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>&Export</source>
|
||||
<translation>&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>&View</source>
|
||||
<translation>&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>&Remove</source>
|
||||
<translation>&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>&Select</source>
|
||||
<translation>&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>&Deselect</source>
|
||||
<translation>&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 &All</source>
|
||||
<translation>Sélectionner to&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>&Deselect All</source>
|
||||
<translation>&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'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'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&t</source>
|
||||
<translation>Édi&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 &In-game</source>
|
||||
<translation>&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 &In-game</source>
|
||||
<translation>&Invisible en jeu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1706"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1580"/>
|
||||
<source>&Export</source>
|
||||
<translation>&Exporter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1709"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1583"/>
|
||||
<source>&View</source>
|
||||
<translation>&Voir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1712"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1586"/>
|
||||
<source>&Remove</source>
|
||||
<translation>S&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>&Select</source>
|
||||
<translation>&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>&Deselect</source>
|
||||
<translation>&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 &All</source>
|
||||
<translation>Sélectionner &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>&Deselect All</source>
|
||||
<translation>&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 &Players...</source>
|
||||
<translation>Modifier les &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 &Title...</source>
|
||||
<translation>Changer le &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 &Crew...</source>
|
||||
<translation>Changer le &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>&Qualify as Avatar</source>
|
||||
<translation>&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>
|
||||
|
|
|
@ -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'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'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 &Picture...</source>
|
||||
<translation>내 PC에 이미지로 내보내기(&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 &Snapmatic...</source>
|
||||
<translation>내 PC에 스냅매틱으로 내보내기(&S)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="189"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1701"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1575"/>
|
||||
<source>&Edit Properties...</source>
|
||||
<translation>속성 편집(&E)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="190"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1702"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1576"/>
|
||||
<source>&Overwrite Image...</source>
|
||||
<translation>이미지 덮어쓰기(&O)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="192"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1704"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1578"/>
|
||||
<source>Open &Map Viewer...</source>
|
||||
<translation>지도 뷰어 열기(&M)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="194"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1705"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1579"/>
|
||||
<source>Open &JSON Editor...</source>
|
||||
<translation>JSON 편집기 열기(&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't import %1 because file can'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't import %1 because file can'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><h4>Following Snapmatic Pictures got repaired</h4>%1</source>
|
||||
<translation><h4>다음 스냅매틱 이미지를 복구했습니다. </h4>%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't import %1 because file format can'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'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'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<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source>
|
||||
<translation>%1 스냅매틱 이미지 내보내기를 시작합니다.%2 <br><br>JPG 이미지를 사용하면 이미지 뷰어로 파일을 열 수 있습니다.<br>GTA 스냅매틱을 사용하면 다음과 같이 이미지를 게임으로 가져올 수 있습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="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>&View</source>
|
||||
<translation>보기(&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>&Export</source>
|
||||
<translation>내보내기(&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>&Remove</source>
|
||||
<translation>삭제(&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>&Select</source>
|
||||
<translation>선택(&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>&Deselect</source>
|
||||
<translation>선택 해제(&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 &All</source>
|
||||
<translation>모두 선택(&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>&Deselect All</source>
|
||||
<translation>모두 선택 해제(&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&t</source>
|
||||
<translation>편집(&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 &In-game</source>
|
||||
<translation>인게임에서 보이기(&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 &In-game</source>
|
||||
<translation>인게임에서 숨기기(&I)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1706"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1580"/>
|
||||
<source>&Export</source>
|
||||
<translation>내보내기(&E)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1709"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1583"/>
|
||||
<source>&View</source>
|
||||
<translation>보기(&V)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1712"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1586"/>
|
||||
<source>&Remove</source>
|
||||
<translation>삭제(&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>&Select</source>
|
||||
<translation>선택(&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>&Deselect</source>
|
||||
<translation>선택 해제(&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 &All</source>
|
||||
<translation>모두 선택(&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>&Deselect All</source>
|
||||
<translation>모두 선택 해제(&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 &Title...</source>
|
||||
<translation>제목 변경(&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 &Crew...</source>
|
||||
<translation>&조직 상징 변경(&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>&Qualify as Avatar</source>
|
||||
<translation>아바타 자격 부여(&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 &Players...</source>
|
||||
<translation>플레이어 변경(&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>
|
||||
|
|
|
@ -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'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'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 &Picture...</source>
|
||||
<translation>Экспортировать как &картинку...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="187"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1708"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1582"/>
|
||||
<source>Export as &Snapmatic...</source>
|
||||
<translation>Экспортировать как &Snapmatic...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="190"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1702"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1576"/>
|
||||
<source>&Overwrite Image...</source>
|
||||
<translation>&Перезаписать картинку...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="189"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1701"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1575"/>
|
||||
<source>&Edit Properties...</source>
|
||||
<translation>&Изменить свойства...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="192"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1704"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1578"/>
|
||||
<source>Open &Map Viewer...</source>
|
||||
<translation>Открыть &карту...</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 &JSON Editor...</source>
|
||||
<translation>Открыть &редактор JSON...</translation>
|
||||
</message>
|
||||
|
@ -1340,17 +1340,17 @@ Press 1 for Default View</source>
|
|||
<translation>&Закрыть</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><h4>Following Snapmatic Pictures got repaired</h4>%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't import %1 because file can'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't import %1 because file can't be parsed properly</source>
|
||||
<translation>Не получилось импортировать %1, файл не может быть правильно обработан</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="964"/>
|
||||
<location filename="../ProfileInterface.cpp" line="898"/>
|
||||
<source>Can't import %1 because file format can'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'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'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>Можно использовать слово "приписать"</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<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source>
|
||||
<translation>%1Эскпортировать картинки Snapmatic%2<br><br>Картинки JPG можно открыть любым просмотрщиком<br>Картинки формата GTA Snapmatic можно снова импортировать в игру<br><br>Экспортировать как:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="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>&View</source>
|
||||
<translation>&Просмотр</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>&Remove</source>
|
||||
<translation>&Удалить</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>&Select</source>
|
||||
<translation>&Выбрать</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>&Deselect</source>
|
||||
<translation>Сн&ять выбор</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 &All</source>
|
||||
<translation>В&ыбрать все</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>&Deselect All</source>
|
||||
<translation>Снять выбо&р со всех</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>&Export</source>
|
||||
<translation>&Экспортировать</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&t</source>
|
||||
<translation>&Правка</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 &In-game</source>
|
||||
<translation>Показывать в &игре</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 &In-game</source>
|
||||
<translation>Ск&рыть в игре</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1706"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1580"/>
|
||||
<source>&Export</source>
|
||||
<translation>&Экспорт</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1709"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1583"/>
|
||||
<source>&View</source>
|
||||
<translation>По&казать</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1712"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1586"/>
|
||||
<source>&Remove</source>
|
||||
<translation>У&далить</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>&Select</source>
|
||||
<translation>&Выделить</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>&Deselect</source>
|
||||
<translation>Сн&ять выделение</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 &All</source>
|
||||
<translation>В&ыбрать все</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>&Deselect All</source>
|
||||
<translation>Снять выбо&р со всех</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 &Players...</source>
|
||||
<translation>&Изменить игрока...</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 &Title...</source>
|
||||
<translation>Изменить &Заголовок...</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 &Crew...</source>
|
||||
<translation>Изменить &банду...</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>&Qualify as Avatar</source>
|
||||
<translation>&Пометить как Аватар</translation>
|
||||
</message>
|
||||
|
@ -2558,15 +2558,15 @@ Press 1 for Default View</source>
|
|||
<translation>Пере&загрузить</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>
|
||||
|
|
|
@ -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'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'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 &Picture...</source>
|
||||
<translation>Експортувати як &зображення...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="187"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1708"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1582"/>
|
||||
<source>Export as &Snapmatic...</source>
|
||||
<translation>Експортувати як &Snapmatic...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="189"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1701"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1575"/>
|
||||
<source>&Edit Properties...</source>
|
||||
<translation>&Змінити властивості...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="190"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1702"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1576"/>
|
||||
<source>&Overwrite Image...</source>
|
||||
<translation>&Перезаписати зображення...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="192"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1704"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1578"/>
|
||||
<source>Open &Map Viewer...</source>
|
||||
<translation>Відкрити &карту...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="194"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1705"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1579"/>
|
||||
<source>Open &JSON Editor...</source>
|
||||
<translation>Відкрити редактор &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't import %1 because file can'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't import %1 because file can'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><h4>Following Snapmatic Pictures got repaired</h4>%1</source>
|
||||
<translation><h4>Наступні Snapmatic зображення були відновлені</h4>%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't import %1 because file format can'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'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'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<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source>
|
||||
<translation>%1 Експортувати Snapmatic фотографії %2 <br><br> Фотографії JPG дозволяють відкривати зображення за допомогою засобу перегляду зображень<br>GTA Snapmatic дає змогу імпортувати зображення в гру<br><br>Експортувати як:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="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>&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>&Export</source>
|
||||
<translation>&Експорт</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>&Remove</source>
|
||||
<translation>&Видалення</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>&Select</source>
|
||||
<translation>&Виділення</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>&Deselect</source>
|
||||
<translation>&Зняти виділення</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 &All</source>
|
||||
<translation>Вибрати &усі</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>&Deselect All</source>
|
||||
<translation>&Зняти виділення усіх</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&t</source>
|
||||
<translation>Редагува&ти</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 &In-game</source>
|
||||
<translation>Показати &у грі</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 &In-game</source>
|
||||
<translation>Сховати &у грі</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1706"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1580"/>
|
||||
<source>&Export</source>
|
||||
<translation>&Експортувати</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1709"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1583"/>
|
||||
<source>&View</source>
|
||||
<translation>&Переглянути</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1712"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1586"/>
|
||||
<source>&Remove</source>
|
||||
<translation>&Видалити</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>&Select</source>
|
||||
<translation>&Виділення</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>&Deselect</source>
|
||||
<translation>&Зняти виділення</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 &All</source>
|
||||
<translation>Вибрати &усі</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>&Deselect All</source>
|
||||
<translation>&Зняти виділення усіх</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 &Title...</source>
|
||||
<translation>Змінити &заголовок...</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 &Crew...</source>
|
||||
<translation>Змінити &банду...</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>&Qualify as Avatar</source>
|
||||
<translation>Позначити як &аватар</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 &Players...</source>
|
||||
<translation>Змінити &гравців...</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>
|
||||
|
|
|
@ -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'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'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 &Picture...</source>
|
||||
<translation>匯出成圖片(&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 &Snapmatic...</source>
|
||||
<translation>匯出成 Snapmatic(&S)...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="189"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1701"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1575"/>
|
||||
<source>&Edit Properties...</source>
|
||||
<translation>編輯屬性(&E) ...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="190"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1702"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1576"/>
|
||||
<source>&Overwrite Image...</source>
|
||||
<translation>修改圖片(&O)...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="192"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1704"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1578"/>
|
||||
<source>Open &Map Viewer...</source>
|
||||
<translation>開啟地圖檢視器(&M)...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../PictureDialog.cpp" line="194"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1705"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1579"/>
|
||||
<source>Open &JSON Editor...</source>
|
||||
<translation>開啟 JSON 編輯器(&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't import %1 because file can'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't import %1 because file can'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><h4>Following Snapmatic Pictures got repaired</h4>%1</source>
|
||||
<translation><h4>下列的 Snapmatic 圖片已被更新</h4>%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't import %1 because file format can'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'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'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<br><br>JPG pictures make it possible to open the picture with a Image Viewer<br>GTA Snapmatic make it possible to import the picture into the game<br><br>Export as:</source>
|
||||
<translation>%1 匯出 Snapmatic 圖片 %2<br><br>JPG 圖片可使用圖片檢視器開啟<br>GTA Snapmatic 可以匯入到遊戲中<br><br>匯出成:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="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>&View</source>
|
||||
<translation>檢視(&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>&Export</source>
|
||||
<translation>匯出(&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>&Remove</source>
|
||||
<translation>移除(&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>&Select</source>
|
||||
<translation>選擇(&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>&Deselect</source>
|
||||
<translation>取消選擇(&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 &All</source>
|
||||
<translation>選擇全部(&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>&Deselect All</source>
|
||||
<translation>取消選擇全部(&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&t</source>
|
||||
<translation>編輯(&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 &In-game</source>
|
||||
<translation>在遊戲中顯示(&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 &In-game</source>
|
||||
<translation>在遊戲中隱藏(&I)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1706"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1580"/>
|
||||
<source>&Export</source>
|
||||
<translation>匯出(&E)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1709"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1583"/>
|
||||
<source>&View</source>
|
||||
<translation>檢視(&V)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ProfileInterface.cpp" line="1712"/>
|
||||
<location filename="../ProfileInterface.cpp" line="1586"/>
|
||||
<source>&Remove</source>
|
||||
<translation>移除(&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>&Select</source>
|
||||
<translation>選擇(&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>&Deselect</source>
|
||||
<translation>取消選擇(&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 &All</source>
|
||||
<translation>選擇全部(&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>&Deselect All</source>
|
||||
<translation>取消選擇全部(&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 &Title...</source>
|
||||
<translation>更改標題(&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 &Crew...</source>
|
||||
<translation>更改幫會(&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>&Qualify as Avatar</source>
|
||||
<translation>符合大頭貼資格(&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 &Players...</source>
|
||||
<translation>更改玩家(&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>
|
||||
|
|
Loading…
Reference in a new issue