isRemoteEmited code change

This commit is contained in:
Syping 2017-10-12 22:42:15 +02:00
parent 4169e86f31
commit 9bb5e6755e
6 changed files with 464 additions and 468 deletions

View File

@ -350,6 +350,7 @@ void ProfileInterface::savegameDeleted(SavegameWidget *sgdWidget, bool isRemoteE
if (sgdWidget->isSelected()) { sgdWidget->setSelected(false); }
widgets.remove(sgdWidget);
sgdWidget->disconnect();
sgdWidget->removeEventFilter(this);
if (sgdWidget == previousWidget)
{
@ -357,16 +358,7 @@ void ProfileInterface::savegameDeleted(SavegameWidget *sgdWidget, bool isRemoteE
}
// Deleting when the widget did send a event cause a crash
if (isRemoteEmited)
{
sgdWidget->disconnect();
sgdWidget->deleteLater();
}
else
{
sgdWidget->disconnect();
delete sgdWidget;
}
isRemoteEmited ? sgdWidget->deleteLater() : delete sgdWidget;
savegames.removeAll(savegame);
delete savegame;
@ -383,6 +375,7 @@ void ProfileInterface::pictureDeleted(SnapmaticWidget *picWidget, bool isRemoteE
if (picWidget->isSelected()) { picWidget->setSelected(false); }
widgets.remove(picWidget);
picWidget->disconnect();
picWidget->removeEventFilter(this);
if (picWidget == previousWidget)
{
@ -390,16 +383,7 @@ void ProfileInterface::pictureDeleted(SnapmaticWidget *picWidget, bool isRemoteE
}
// Deleting when the widget did send a event cause a crash
if (isRemoteEmited)
{
picWidget->disconnect();
picWidget->deleteLater();
}
else
{
picWidget->disconnect();
delete picWidget;
}
isRemoteEmited ? picWidget->deleteLater() : delete picWidget;
pictures.removeAll(picture);
delete picture;

View File

@ -74,35 +74,41 @@ Pictures and Savegames</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../config.h" line="62"/>
<location filename="../config.h" line="61"/>
<source>Release</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../config.h" line="68"/>
<location filename="../config.h" line="67"/>
<source>Release Candidate</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../config.h" line="74"/>
<location filename="../config.h" line="73"/>
<location filename="../config.h" line="97"/>
<source>Daily Build</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../config.h" line="80"/>
<location filename="../config.h" line="79"/>
<source>Developer</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../config.h" line="86"/>
<location filename="../config.h" line="85"/>
<source>Beta</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../config.h" line="92"/>
<location filename="../config.h" line="91"/>
<source>Alpha</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../config.h" line="102"/>
<source>Custom</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>CrewDatabase</name>
@ -438,26 +444,26 @@ When you want to use it as Avatar the image will be detached!</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../OptionsDialog.cpp" line="289"/>
<location filename="../OptionsDialog.cpp" line="274"/>
<source>%1</source>
<comment>%1</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../OptionsDialog.cpp" line="289"/>
<location filename="../OptionsDialog.cpp" line="274"/>
<source>The new Custom Folder will initialise after you restart %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../OptionsDialog.cpp" line="299"/>
<location filename="../OptionsDialog.cpp" line="284"/>
<source>No Profile</source>
<comment>No Profile, as default</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../OptionsDialog.cpp" line="307"/>
<location filename="../OptionsDialog.cpp" line="311"/>
<location filename="../OptionsDialog.cpp" line="313"/>
<location filename="../OptionsDialog.cpp" line="292"/>
<location filename="../OptionsDialog.cpp" line="296"/>
<location filename="../OptionsDialog.cpp" line="298"/>
<source>Profile: %1</source>
<translation type="unfinished"></translation>
</message>
@ -499,11 +505,13 @@ When you want to use it as Avatar the image will be detached!</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="145"/>
<location filename="../ProfileInterface.cpp" line="1160"/>
<source>Export as &amp;Picture...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="146"/>
<location filename="../ProfileInterface.cpp" line="1161"/>
<source>Export as &amp;Snapmatic...</source>
<translation type="unfinished"></translation>
</message>
@ -514,6 +522,7 @@ When you want to use it as Avatar the image will be detached!</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="150"/>
<location filename="../ProfileInterface.cpp" line="1158"/>
<source>&amp;Edit Properties...</source>
<translation type="unfinished"></translation>
</message>
@ -560,91 +569,105 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="91"/>
<location filename="../PictureExport.cpp" line="223"/>
<location filename="../PictureExport.cpp" line="96"/>
<location filename="../PictureExport.cpp" line="249"/>
<source>Export</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="90"/>
<location filename="../PictureExport.cpp" line="95"/>
<source>Export as Picture...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="94"/>
<location filename="../PictureExport.cpp" line="99"/>
<source>JPEG Graphics (*.jpg *.jpeg)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="95"/>
<location filename="../PictureExport.cpp" line="100"/>
<source>Portable Network Graphics (*.png)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="145"/>
<location filename="../PictureExport.cpp" line="260"/>
<location filename="../PictureExport.cpp" line="150"/>
<location filename="../PictureExport.cpp" line="285"/>
<source>Overwrite %1 with current Snapmatic picture?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="145"/>
<location filename="../PictureExport.cpp" line="149"/>
<location filename="../PictureExport.cpp" line="183"/>
<location filename="../PictureExport.cpp" line="189"/>
<location filename="../PictureExport.cpp" line="150"/>
<location filename="../PictureExport.cpp" line="202"/>
<location filename="../PictureExport.cpp" line="205"/>
<location filename="../PictureExport.cpp" line="208"/>
<location filename="../PictureExport.cpp" line="211"/>
<location filename="../PictureExport.cpp" line="218"/>
<source>Export as Picture</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="149"/>
<location filename="../PictureExport.cpp" line="264"/>
<source>Failed to overwrite %1 with current Snapmatic picture</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="183"/>
<location filename="../PictureExport.cpp" line="279"/>
<location filename="../PictureExport.cpp" line="288"/>
<location filename="../PictureExport.cpp" line="296"/>
<location filename="../PictureExport.cpp" line="305"/>
<source>Failed to export current Snapmatic picture</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="189"/>
<location filename="../PictureExport.cpp" line="299"/>
<location filename="../PictureExport.cpp" line="218"/>
<location filename="../PictureExport.cpp" line="316"/>
<source>No valid file is selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="222"/>
<location filename="../PictureExport.cpp" line="202"/>
<source>Failed to export the picture because the system occurred a write failure</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="205"/>
<source>Failed to export the picture because the format detection failures</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="208"/>
<source>Failed to export the picture because the file can&apos;t be written</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="211"/>
<source>Failed to export the picture because of an unknown reason</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="248"/>
<source>Export as Snapmatic...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="226"/>
<location filename="../PictureExport.cpp" line="252"/>
<source>GTA V Export (*.g5e)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="227"/>
<location filename="../PictureExport.cpp" line="253"/>
<source>GTA V Raw Export (*.auto)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="228"/>
<location filename="../PictureExport.cpp" line="254"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="260"/>
<location filename="../PictureExport.cpp" line="264"/>
<location filename="../PictureExport.cpp" line="279"/>
<location filename="../PictureExport.cpp" line="288"/>
<location filename="../PictureExport.cpp" line="293"/>
<location filename="../PictureExport.cpp" line="299"/>
<location filename="../PictureExport.cpp" line="285"/>
<location filename="../PictureExport.cpp" line="296"/>
<location filename="../PictureExport.cpp" line="305"/>
<location filename="../PictureExport.cpp" line="310"/>
<location filename="../PictureExport.cpp" line="316"/>
<source>Export as Snapmatic</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="293"/>
<location filename="../PictureExport.cpp" line="310"/>
<source>Exported Snapmatic to &quot;%1&quot; because of using the .auto extension.</source>
<translation type="unfinished"></translation>
</message>
@ -704,197 +727,197 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="426"/>
<location filename="../ProfileInterface.cpp" line="491"/>
<location filename="../ProfileInterface.cpp" line="411"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<source>Import...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="427"/>
<location filename="../ProfileInterface.cpp" line="470"/>
<location filename="../ProfileInterface.cpp" line="522"/>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="558"/>
<location filename="../ProfileInterface.cpp" line="674"/>
<location filename="../ProfileInterface.cpp" line="412"/>
<location filename="../ProfileInterface.cpp" line="455"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<location filename="../ProfileInterface.cpp" line="527"/>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<location filename="../ProfileInterface.cpp" line="740"/>
<location filename="../ProfileInterface.cpp" line="745"/>
<location filename="../ProfileInterface.cpp" line="755"/>
<location filename="../ProfileInterface.cpp" line="760"/>
<location filename="../ProfileInterface.cpp" line="778"/>
<location filename="../ProfileInterface.cpp" line="783"/>
<location filename="../ProfileInterface.cpp" line="794"/>
<location filename="../ProfileInterface.cpp" line="831"/>
<location filename="../ProfileInterface.cpp" line="837"/>
<location filename="../ProfileInterface.cpp" line="771"/>
<location filename="../ProfileInterface.cpp" line="808"/>
<location filename="../ProfileInterface.cpp" line="814"/>
<source>Import</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="443"/>
<location filename="../ProfileInterface.cpp" line="428"/>
<location filename="../UserInterface.cpp" line="364"/>
<source>GTA V Export (*.g5e)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="444"/>
<location filename="../ProfileInterface.cpp" line="429"/>
<location filename="../UserInterface.cpp" line="365"/>
<source>Savegames files (SGTA*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="445"/>
<location filename="../ProfileInterface.cpp" line="430"/>
<location filename="../UserInterface.cpp" line="366"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="442"/>
<location filename="../ProfileInterface.cpp" line="427"/>
<source>Importable files (%1)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="446"/>
<location filename="../ProfileInterface.cpp" line="431"/>
<source>All image files (%1)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="447"/>
<location filename="../ProfileInterface.cpp" line="432"/>
<location filename="../UserInterface.cpp" line="367"/>
<source>All files (**)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="470"/>
<location filename="../ProfileInterface.cpp" line="760"/>
<location filename="../ProfileInterface.cpp" line="455"/>
<location filename="../ProfileInterface.cpp" line="745"/>
<location filename="../UserInterface.cpp" line="455"/>
<source>No valid file is selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<source>Import file %1 of %2 files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="522"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<source>Import failed with...
%1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="542"/>
<location filename="../ProfileInterface.cpp" line="527"/>
<location filename="../UserInterface.cpp" line="407"/>
<source>Failed to read Snapmatic picture</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="558"/>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../UserInterface.cpp" line="423"/>
<source>Failed to read Savegame file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="674"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<source>Can&apos;t import %1 because file can&apos;t be parsed properly</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="755"/>
<location filename="../ProfileInterface.cpp" line="740"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="778"/>
<location filename="../ProfileInterface.cpp" line="755"/>
<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="783"/>
<location filename="../ProfileInterface.cpp" line="760"/>
<source>Failed to import the Snapmatic picture, the picture is already in the game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="794"/>
<location filename="../ProfileInterface.cpp" line="771"/>
<source>Failed to import the Snapmatic picture, can&apos;t copy the file into profile</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="831"/>
<location filename="../ProfileInterface.cpp" line="808"/>
<source>Failed to import the Savegame, can&apos;t copy the file into profile</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="837"/>
<location filename="../ProfileInterface.cpp" line="814"/>
<source>Failed to import the Savegame, no Savegame slot is left</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="900"/>
<location filename="../ProfileInterface.cpp" line="938"/>
<location filename="../ProfileInterface.cpp" line="1017"/>
<location filename="../ProfileInterface.cpp" line="1037"/>
<location filename="../ProfileInterface.cpp" line="878"/>
<location filename="../ProfileInterface.cpp" line="916"/>
<location filename="../ProfileInterface.cpp" line="995"/>
<location filename="../ProfileInterface.cpp" line="1015"/>
<source>Export selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="923"/>
<location filename="../ProfileInterface.cpp" line="941"/>
<location filename="../ProfileInterface.cpp" line="901"/>
<location filename="../ProfileInterface.cpp" line="919"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="902"/>
<location filename="../ProfileInterface.cpp" line="924"/>
<location filename="../ProfileInterface.cpp" line="946"/>
<source>JPG pictures only</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="925"/>
<location filename="../ProfileInterface.cpp" line="950"/>
<location filename="../ProfileInterface.cpp" line="903"/>
<location filename="../ProfileInterface.cpp" line="928"/>
<source>GTA Snapmatic only</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="938"/>
<location filename="../ProfileInterface.cpp" line="916"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="983"/>
<location filename="../ProfileInterface.cpp" line="961"/>
<source>Export selected...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="984"/>
<location filename="../ProfileInterface.cpp" line="962"/>
<source>Initialising export...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1017"/>
<location filename="../ProfileInterface.cpp" line="995"/>
<source>Export failed with...
%1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1037"/>
<location filename="../ProfileInterface.cpp" line="1079"/>
<location filename="../ProfileInterface.cpp" line="1015"/>
<location filename="../ProfileInterface.cpp" line="1057"/>
<source>No Snapmatic pictures or Savegames files are selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1045"/>
<location filename="../ProfileInterface.cpp" line="1073"/>
<location filename="../ProfileInterface.cpp" line="1079"/>
<location filename="../ProfileInterface.cpp" line="1023"/>
<location filename="../ProfileInterface.cpp" line="1051"/>
<location filename="../ProfileInterface.cpp" line="1057"/>
<source>Remove selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1045"/>
<location filename="../ProfileInterface.cpp" line="1023"/>
<source>You really want remove the selected Snapmatic picutres and Savegame files?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1073"/>
<location filename="../ProfileInterface.cpp" line="1051"/>
<source>Failed at remove the complete selected Snapmatic pictures and/or Savegame files</source>
<translation type="unfinished"></translation>
</message>
@ -975,14 +998,12 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../SavegameWidget.ui" line="102"/>
<location filename="../SavegameCopy.cpp" line="48"/>
<location filename="../SavegameCopy.cpp" line="53"/>
<source>Export</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="118"/>
<location filename="../SavegameWidget.cpp" line="131"/>
<location filename="../SavegameWidget.cpp" line="144"/>
<source>Delete savegame</source>
<translation type="unfinished"></translation>
</message>
@ -992,75 +1013,75 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1225"/>
<location filename="../ProfileInterface.cpp" line="1196"/>
<source>&amp;View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1226"/>
<location filename="../ProfileInterface.cpp" line="1197"/>
<source>&amp;Export</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1227"/>
<location filename="../ProfileInterface.cpp" line="1198"/>
<source>&amp;Remove</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1229"/>
<location filename="../ProfileInterface.cpp" line="1200"/>
<source>&amp;Select</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1230"/>
<location filename="../ProfileInterface.cpp" line="1201"/>
<source>&amp;Deselect</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1233"/>
<location filename="../ProfileInterface.cpp" line="1204"/>
<source>Select &amp;All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1237"/>
<location filename="../ProfileInterface.cpp" line="1208"/>
<source>&amp;Deselect All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameCopy.cpp" line="51"/>
<location filename="../SavegameCopy.cpp" line="56"/>
<source>Savegame files (SGTA*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameCopy.cpp" line="52"/>
<location filename="../SavegameCopy.cpp" line="57"/>
<source>All files (**)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameCopy.cpp" line="70"/>
<location filename="../SavegameCopy.cpp" line="74"/>
<location filename="../SavegameCopy.cpp" line="87"/>
<location filename="../SavegameCopy.cpp" line="76"/>
<location filename="../SavegameCopy.cpp" line="80"/>
<location filename="../SavegameCopy.cpp" line="93"/>
<location filename="../SavegameCopy.cpp" line="99"/>
<source>Export Savegame</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameCopy.cpp" line="70"/>
<location filename="../SavegameCopy.cpp" line="76"/>
<source>Overwrite %1 with current Savegame?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameCopy.cpp" line="74"/>
<location filename="../SavegameCopy.cpp" line="80"/>
<source>Failed to overwrite %1 with current Savegame</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameCopy.cpp" line="87"/>
<location filename="../SavegameCopy.cpp" line="93"/>
<source>Failed to export current Savegame</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameCopy.cpp" line="93"/>
<location filename="../SavegameCopy.cpp" line="99"/>
<source>No valid file is selected</source>
<translation type="unfinished"></translation>
</message>
@ -1099,6 +1120,12 @@ Press 1 for Default View</source>
<source>Are you sure to delete %1 from your savegames?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameWidget.cpp" line="131"/>
<location filename="../SavegameWidget.cpp" line="144"/>
<source>Delete Savegame</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameWidget.cpp" line="144"/>
<source>Failed at deleting %1 from your savegames</source>
@ -1110,7 +1137,7 @@ Press 1 for Default View</source>
<message>
<location filename="../SnapmaticEditor.ui" line="14"/>
<location filename="../SnapmaticEditor.ui" line="81"/>
<location filename="../SnapmaticEditor.cpp" line="245"/>
<location filename="../SnapmaticEditor.cpp" line="241"/>
<source>Snapmatic Properties</source>
<translation type="unfinished"></translation>
</message>
@ -1217,27 +1244,27 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticEditor.cpp" line="245"/>
<location filename="../SnapmaticEditor.cpp" line="241"/>
<source>Patching of Snapmatic Properties failed because of I/O Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticEditor.cpp" line="295"/>
<location filename="../SnapmaticEditor.cpp" line="291"/>
<source>Snapmatic Title</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticEditor.cpp" line="295"/>
<location filename="../SnapmaticEditor.cpp" line="291"/>
<source>New Snapmatic title:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticEditor.cpp" line="324"/>
<location filename="../SnapmaticEditor.cpp" line="320"/>
<source>Snapmatic Crew</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticEditor.cpp" line="324"/>
<location filename="../SnapmaticEditor.cpp" line="320"/>
<source>New Snapmatic crew:</source>
<translation type="unfinished"></translation>
</message>
@ -1245,7 +1272,7 @@ Press 1 for Default View</source>
<context>
<name>SnapmaticPicture</name>
<message>
<location filename="../SnapmaticPicture.cpp" line="411"/>
<location filename="../SnapmaticPicture.cpp" line="417"/>
<source>PHOTO - %1</source>
<translation type="unfinished"></translation>
</message>
@ -1305,67 +1332,52 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1178"/>
<location filename="../ProfileInterface.cpp" line="1149"/>
<source>Edi&amp;t</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1181"/>
<location filename="../ProfileInterface.cpp" line="1152"/>
<source>Show &amp;In-game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1185"/>
<location filename="../ProfileInterface.cpp" line="1156"/>
<source>Hide &amp;In-game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1187"/>
<source>&amp;Edit Properties...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1188"/>
<location filename="../ProfileInterface.cpp" line="1159"/>
<source>&amp;Export</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1189"/>
<source>Export as &amp;Picture...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1190"/>
<source>Export as &amp;Snapmatic...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1191"/>
<location filename="../ProfileInterface.cpp" line="1162"/>
<source>&amp;View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1194"/>
<location filename="../ProfileInterface.cpp" line="1165"/>
<source>&amp;Remove</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1196"/>
<location filename="../ProfileInterface.cpp" line="1167"/>
<source>&amp;Select</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1197"/>
<location filename="../ProfileInterface.cpp" line="1168"/>
<source>&amp;Deselect</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1200"/>
<location filename="../ProfileInterface.cpp" line="1171"/>
<source>Select &amp;All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1204"/>
<location filename="../ProfileInterface.cpp" line="1175"/>
<source>&amp;Deselect All</source>
<translation type="unfinished"></translation>
</message>
@ -1447,7 +1459,7 @@ Press 1 for Default View</source>
<message>
<location filename="../UserInterface.ui" line="226"/>
<location filename="../UserInterface.cpp" line="60"/>
<location filename="../UserInterface.cpp" line="542"/>
<location filename="../UserInterface.cpp" line="541"/>
<source>&amp;About %1</source>
<translation type="unfinished"></translation>
</message>
@ -1559,9 +1571,9 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../UserInterface.ui" line="312"/>
<location filename="../OptionsDialog.cpp" line="445"/>
<location filename="../OptionsDialog.cpp" line="430"/>
<location filename="../UserInterface.cpp" line="104"/>
<location filename="../UserInterface.cpp" line="513"/>
<location filename="../UserInterface.cpp" line="512"/>
<source>Select GTA V Folder...</source>
<translation type="unfinished"></translation>
</message>
@ -1593,7 +1605,7 @@ Press 1 for Default View</source>
<message>
<location filename="../UserInterface.cpp" line="64"/>
<location filename="../UserInterface.cpp" line="234"/>
<location filename="../UserInterface.cpp" line="550"/>
<location filename="../UserInterface.cpp" line="549"/>
<source>Select Profile</source>
<translation type="unfinished"></translation>
</message>

View File

@ -831,7 +831,7 @@ Wenn du es als Avatar verwenden möchtest wird es abgetrennt!</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="145"/>
<location filename="../ProfileInterface.cpp" line="1176"/>
<location filename="../ProfileInterface.cpp" line="1160"/>
<source>Export as &amp;Picture...</source>
<translation>Als &amp;Bild exportieren...</translation>
</message>
@ -841,7 +841,7 @@ Wenn du es als Avatar verwenden möchtest wird es abgetrennt!</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="146"/>
<location filename="../ProfileInterface.cpp" line="1177"/>
<location filename="../ProfileInterface.cpp" line="1161"/>
<source>Export as &amp;Snapmatic...</source>
<translation>Als &amp;Snapmatic exportieren...</translation>
</message>
@ -856,7 +856,7 @@ Wenn du es als Avatar verwenden möchtest wird es abgetrennt!</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="150"/>
<location filename="../ProfileInterface.cpp" line="1174"/>
<location filename="../ProfileInterface.cpp" line="1158"/>
<source>&amp;Edit Properties...</source>
<translation>Eigenschaften bearb&amp;eiten...</translation>
</message>
@ -1182,25 +1182,25 @@ Drücke A für Standardansicht</translation>
<translation>Lade...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="427"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../ProfileInterface.cpp" line="411"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<source>Import...</source>
<translation>Importieren...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="428"/>
<location filename="../ProfileInterface.cpp" line="471"/>
<location filename="../ProfileInterface.cpp" line="523"/>
<location filename="../ProfileInterface.cpp" line="412"/>
<location filename="../ProfileInterface.cpp" line="455"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<location filename="../ProfileInterface.cpp" line="527"/>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../ProfileInterface.cpp" line="559"/>
<location filename="../ProfileInterface.cpp" line="675"/>
<location filename="../ProfileInterface.cpp" line="756"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<location filename="../ProfileInterface.cpp" line="740"/>
<location filename="../ProfileInterface.cpp" line="745"/>
<location filename="../ProfileInterface.cpp" line="755"/>
<location filename="../ProfileInterface.cpp" line="760"/>
<location filename="../ProfileInterface.cpp" line="771"/>
<location filename="../ProfileInterface.cpp" line="776"/>
<location filename="../ProfileInterface.cpp" line="787"/>
<location filename="../ProfileInterface.cpp" line="824"/>
<location filename="../ProfileInterface.cpp" line="830"/>
<location filename="../ProfileInterface.cpp" line="808"/>
<location filename="../ProfileInterface.cpp" line="814"/>
<source>Import</source>
<translation>Importieren</translation>
</message>
@ -1213,13 +1213,13 @@ Drücke A für Standardansicht</translation>
<translation type="vanished">Importfähige Dateien (*.g5e *.jpg *.png SGTA* PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="445"/>
<location filename="../ProfileInterface.cpp" line="429"/>
<location filename="../UserInterface.cpp" line="365"/>
<source>Savegames files (SGTA*)</source>
<translation>Spielstanddateien (SGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="446"/>
<location filename="../ProfileInterface.cpp" line="430"/>
<location filename="../UserInterface.cpp" line="366"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation>Snapmatic Bilder (PGTA*)</translation>
@ -1229,29 +1229,29 @@ Drücke A für Standardansicht</translation>
<translation type="vanished">Alle Bilddateien (*.jpg *.png)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="443"/>
<location filename="../ProfileInterface.cpp" line="427"/>
<source>Importable files (%1)</source>
<translation>Importfähige Dateien (%1)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="447"/>
<location filename="../ProfileInterface.cpp" line="431"/>
<source>All image files (%1)</source>
<translation>Alle Bilddateien (%1)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="448"/>
<location filename="../ProfileInterface.cpp" line="432"/>
<location filename="../UserInterface.cpp" line="367"/>
<source>All files (**)</source>
<translation>Alle Dateien (**)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="493"/>
<location filename="../ProfileInterface.cpp" line="508"/>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<source>Import file %1 of %2 files</source>
<translation>Importiere Datei %1 von %2 Dateien</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="523"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<source>Import failed with...
%1</source>
@ -1260,29 +1260,29 @@ Drücke A für Standardansicht</translation>
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../ProfileInterface.cpp" line="527"/>
<location filename="../UserInterface.cpp" line="407"/>
<source>Failed to read Snapmatic picture</source>
<translation>Fehler beim Lesen vom Snapmatic Bild</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="559"/>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../UserInterface.cpp" line="423"/>
<source>Failed to read Savegame file</source>
<translation>Fehler beim Lesen von Spielstanddatei</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="675"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<source>Can&apos;t import %1 because file can&apos;t be parsed properly</source>
<translation>Kann %1 nicht importieren weil die Datei nicht richtig gelesen werden kann</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="756"/>
<location filename="../ProfileInterface.cpp" line="740"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation>Kann %1 nicht importieren weil das Dateiformat nicht erkannt werden kann</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="978"/>
<location filename="../ProfileInterface.cpp" line="962"/>
<source>Initialising export...</source>
<translation>Initialisiere Export...</translation>
</message>
@ -1291,23 +1291,23 @@ Drücke A für Standardansicht</translation>
<translation type="vanished">Kann %1 nicht importieren weil das Dateiformat nicht gültig ist</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="771"/>
<location filename="../ProfileInterface.cpp" line="755"/>
<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="776"/>
<location filename="../ProfileInterface.cpp" line="760"/>
<source>Failed to import the Snapmatic picture, the picture is already in the game</source>
<translation>Fehlgeschlagen beim Importieren vom Snapmatic Bild, dieses Bild ist bereits im Spiel</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="932"/>
<location filename="../ProfileInterface.cpp" line="916"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation>%1Exportiere Snapmatic Bilder%2&lt;br&gt;&lt;br&gt;JPG Bilder machen es möglich sie mit ein Bildansicht Programm zu öffnen&lt;br&gt;Das GTA Snapmatic Format macht es möglich sie wieder ins Game zu importieren&lt;br&gt;&lt;br&gt;Exportieren als:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="471"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<location filename="../ProfileInterface.cpp" line="455"/>
<location filename="../ProfileInterface.cpp" line="745"/>
<location filename="../UserInterface.cpp" line="455"/>
<source>No valid file is selected</source>
<translation>Keine gültige Datei wurde ausgewählt</translation>
@ -1322,35 +1322,35 @@ Drücke A für Standardansicht</translation>
<translation type="vanished">Fehlgeschlagen beim Importieren vom Snapmatic Bild, Datei beginnt nicht mit PGTA</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="787"/>
<location filename="../ProfileInterface.cpp" line="771"/>
<source>Failed to import the Snapmatic picture, can&apos;t copy the file into profile</source>
<translation>Fehlgeschlagen beim Importieren vom Snapmatic Bild, kann Snapmatic Bild nicht ins Profil kopieren</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="824"/>
<location filename="../ProfileInterface.cpp" line="808"/>
<source>Failed to import the Savegame, can&apos;t copy the file into profile</source>
<translation>Fehlgeschlagen beim Importieren vom Spielstand, kann Spielstanddatei nicht ins Profil kopieren</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="830"/>
<location filename="../ProfileInterface.cpp" line="814"/>
<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="917"/>
<location filename="../ProfileInterface.cpp" line="935"/>
<location filename="../ProfileInterface.cpp" line="901"/>
<location filename="../ProfileInterface.cpp" line="919"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation>JPG Bilder und GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="918"/>
<location filename="../ProfileInterface.cpp" line="940"/>
<location filename="../ProfileInterface.cpp" line="902"/>
<location filename="../ProfileInterface.cpp" line="924"/>
<source>JPG pictures only</source>
<translation>Nur JPG Bilder</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="919"/>
<location filename="../ProfileInterface.cpp" line="944"/>
<location filename="../ProfileInterface.cpp" line="903"/>
<location filename="../ProfileInterface.cpp" line="928"/>
<source>GTA Snapmatic only</source>
<translation>Nur GTA Snapmatic</translation>
</message>
@ -1369,25 +1369,25 @@ Das GTA Snapmatic Format macht es möglich sie wieder ins Game zu importieren
Exportieren als:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1031"/>
<location filename="../ProfileInterface.cpp" line="1073"/>
<location filename="../ProfileInterface.cpp" line="1015"/>
<location filename="../ProfileInterface.cpp" line="1057"/>
<source>No Snapmatic pictures or Savegames files are selected</source>
<translation>Keine Snapmatic Bilder oder Spielstände ausgewählt</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1039"/>
<location filename="../ProfileInterface.cpp" line="1067"/>
<location filename="../ProfileInterface.cpp" line="1073"/>
<location filename="../ProfileInterface.cpp" line="1023"/>
<location filename="../ProfileInterface.cpp" line="1051"/>
<location filename="../ProfileInterface.cpp" line="1057"/>
<source>Remove selected</source>
<translation>Auswahl löschen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1039"/>
<location filename="../ProfileInterface.cpp" line="1023"/>
<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="1067"/>
<location filename="../ProfileInterface.cpp" line="1051"/>
<source>Failed at remove the complete selected Snapmatic pictures and/or Savegame files</source>
<translation>Fehlgeschlagen beim kompletten entfernen der ausgewählten Snapmatic Bilder und/oder der Spielstanddateien</translation>
</message>
@ -1408,10 +1408,10 @@ Exportieren als:</translation>
<translation type="obsolete">Fehlgeschlagenen beim Import vom Spielstand weil kein Spielstandslot mehr übrig ist</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="894"/>
<location filename="../ProfileInterface.cpp" line="932"/>
<location filename="../ProfileInterface.cpp" line="1011"/>
<location filename="../ProfileInterface.cpp" line="1031"/>
<location filename="../ProfileInterface.cpp" line="878"/>
<location filename="../ProfileInterface.cpp" line="916"/>
<location filename="../ProfileInterface.cpp" line="995"/>
<location filename="../ProfileInterface.cpp" line="1015"/>
<source>Export selected</source>
<translation>Auswahl exportieren</translation>
</message>
@ -1432,7 +1432,7 @@ Exportieren als:</translation>
<translation type="obsolete">Wie sollen wir mit den Snapmatic Bilder umgehen?</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="977"/>
<location filename="../ProfileInterface.cpp" line="961"/>
<source>Export selected...</source>
<translation>Auswahl exportieren...</translation>
</message>
@ -1445,7 +1445,7 @@ Exportieren als:</translation>
<translation type="obsolete">Initialisierung...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1011"/>
<location filename="../ProfileInterface.cpp" line="995"/>
<source>Export failed with...
%1</source>
@ -1480,7 +1480,7 @@ Exportieren als:</translation>
<translation>Alle Profildateien (*.g5e SGTA* PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="444"/>
<location filename="../ProfileInterface.cpp" line="428"/>
<location filename="../UserInterface.cpp" line="364"/>
<source>GTA V Export (*.g5e)</source>
<translation>GTA V Export (*.g5e)</translation>
@ -1644,32 +1644,32 @@ Exportieren als:</translation>
<translation>Fehlgeschlagen beim Löschen %1 von deinen Spielständen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1212"/>
<location filename="../ProfileInterface.cpp" line="1196"/>
<source>&amp;View</source>
<translation>A&amp;nsehen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1214"/>
<location filename="../ProfileInterface.cpp" line="1198"/>
<source>&amp;Remove</source>
<translation>Entfe&amp;rnen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1216"/>
<location filename="../ProfileInterface.cpp" line="1200"/>
<source>&amp;Select</source>
<translation>Au&amp;swählen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1217"/>
<location filename="../ProfileInterface.cpp" line="1201"/>
<source>&amp;Deselect</source>
<translation>A&amp;bwählen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1220"/>
<location filename="../ProfileInterface.cpp" line="1204"/>
<source>Select &amp;All</source>
<translation>&amp;Alles auswählen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1224"/>
<location filename="../ProfileInterface.cpp" line="1208"/>
<source>&amp;Deselect All</source>
<translation>Alles a&amp;bwählen</translation>
</message>
@ -1708,7 +1708,7 @@ Exportieren als:</translation>
<translation>Spielstand kopieren</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1213"/>
<location filename="../ProfileInterface.cpp" line="1197"/>
<source>&amp;Export</source>
<translation>&amp;Exportieren</translation>
</message>
@ -1981,7 +1981,7 @@ Exportieren als:</translation>
<translation>Bist du sicher %1 von deine Snapmatic Bilder zu löschen?</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1165"/>
<location filename="../ProfileInterface.cpp" line="1149"/>
<source>Edi&amp;t</source>
<translation>Bearbei&amp;ten</translation>
</message>
@ -1994,7 +1994,7 @@ Exportieren als:</translation>
<translation type="vanished">&amp;Im Spiel deaktivieren</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1175"/>
<location filename="../ProfileInterface.cpp" line="1159"/>
<source>&amp;Export</source>
<translation>&amp;Exportieren</translation>
</message>
@ -2007,12 +2007,12 @@ Exportieren als:</translation>
<translation type="obsolete">Exportiere als &amp;GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1168"/>
<location filename="../ProfileInterface.cpp" line="1152"/>
<source>Show &amp;In-game</source>
<translation>&amp;Im Spiel anzeigen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1172"/>
<location filename="../ProfileInterface.cpp" line="1156"/>
<source>Hide &amp;In-game</source>
<translation>&amp;Im Spiel ausblenden</translation>
</message>
@ -2045,32 +2045,32 @@ Exportieren als:</translation>
<translation type="vanished">Exportiere als &amp;Snapmatic...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1178"/>
<location filename="../ProfileInterface.cpp" line="1162"/>
<source>&amp;View</source>
<translation>A&amp;nsehen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1181"/>
<location filename="../ProfileInterface.cpp" line="1165"/>
<source>&amp;Remove</source>
<translation>Entfe&amp;rnen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1183"/>
<location filename="../ProfileInterface.cpp" line="1167"/>
<source>&amp;Select</source>
<translation>Au&amp;swählen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1184"/>
<location filename="../ProfileInterface.cpp" line="1168"/>
<source>&amp;Deselect</source>
<translation>A&amp;bwählen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1187"/>
<location filename="../ProfileInterface.cpp" line="1171"/>
<source>Select &amp;All</source>
<translation>Alles &amp;auswählen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1191"/>
<location filename="../ProfileInterface.cpp" line="1175"/>
<source>&amp;Deselect All</source>
<translation>Alles a&amp;bwählen</translation>
</message>

View File

@ -505,13 +505,13 @@ When you want to use it as Avatar the image will be detached!</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="145"/>
<location filename="../ProfileInterface.cpp" line="1176"/>
<location filename="../ProfileInterface.cpp" line="1160"/>
<source>Export as &amp;Picture...</source>
<translation></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="146"/>
<location filename="../ProfileInterface.cpp" line="1177"/>
<location filename="../ProfileInterface.cpp" line="1161"/>
<source>Export as &amp;Snapmatic...</source>
<translation></translation>
</message>
@ -522,7 +522,7 @@ When you want to use it as Avatar the image will be detached!</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="150"/>
<location filename="../ProfileInterface.cpp" line="1174"/>
<location filename="../ProfileInterface.cpp" line="1158"/>
<source>&amp;Edit Properties...</source>
<translation></translation>
</message>
@ -727,197 +727,197 @@ Press 1 for Default View</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="427"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../ProfileInterface.cpp" line="411"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<source>Import...</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="428"/>
<location filename="../ProfileInterface.cpp" line="471"/>
<location filename="../ProfileInterface.cpp" line="523"/>
<location filename="../ProfileInterface.cpp" line="412"/>
<location filename="../ProfileInterface.cpp" line="455"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<location filename="../ProfileInterface.cpp" line="527"/>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../ProfileInterface.cpp" line="559"/>
<location filename="../ProfileInterface.cpp" line="675"/>
<location filename="../ProfileInterface.cpp" line="756"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<location filename="../ProfileInterface.cpp" line="740"/>
<location filename="../ProfileInterface.cpp" line="745"/>
<location filename="../ProfileInterface.cpp" line="755"/>
<location filename="../ProfileInterface.cpp" line="760"/>
<location filename="../ProfileInterface.cpp" line="771"/>
<location filename="../ProfileInterface.cpp" line="776"/>
<location filename="../ProfileInterface.cpp" line="787"/>
<location filename="../ProfileInterface.cpp" line="824"/>
<location filename="../ProfileInterface.cpp" line="830"/>
<location filename="../ProfileInterface.cpp" line="808"/>
<location filename="../ProfileInterface.cpp" line="814"/>
<source>Import</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="443"/>
<location filename="../ProfileInterface.cpp" line="427"/>
<source>Importable files (%1)</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="444"/>
<location filename="../ProfileInterface.cpp" line="428"/>
<location filename="../UserInterface.cpp" line="364"/>
<source>GTA V Export (*.g5e)</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="445"/>
<location filename="../ProfileInterface.cpp" line="429"/>
<location filename="../UserInterface.cpp" line="365"/>
<source>Savegames files (SGTA*)</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="446"/>
<location filename="../ProfileInterface.cpp" line="430"/>
<location filename="../UserInterface.cpp" line="366"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="447"/>
<location filename="../ProfileInterface.cpp" line="431"/>
<source>All image files (%1)</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="448"/>
<location filename="../ProfileInterface.cpp" line="432"/>
<location filename="../UserInterface.cpp" line="367"/>
<source>All files (**)</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="471"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<location filename="../ProfileInterface.cpp" line="455"/>
<location filename="../ProfileInterface.cpp" line="745"/>
<location filename="../UserInterface.cpp" line="455"/>
<source>No valid file is selected</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="493"/>
<location filename="../ProfileInterface.cpp" line="508"/>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<source>Import file %1 of %2 files</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="523"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<source>Import failed with...
%1</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../ProfileInterface.cpp" line="527"/>
<location filename="../UserInterface.cpp" line="407"/>
<source>Failed to read Snapmatic picture</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="559"/>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../UserInterface.cpp" line="423"/>
<source>Failed to read Savegame file</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="675"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<source>Can&apos;t import %1 because file can&apos;t be parsed properly</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="756"/>
<location filename="../ProfileInterface.cpp" line="740"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="771"/>
<location filename="../ProfileInterface.cpp" line="755"/>
<source>Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="776"/>
<location filename="../ProfileInterface.cpp" line="760"/>
<source>Failed to import the Snapmatic picture, the picture is already in the game</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="787"/>
<location filename="../ProfileInterface.cpp" line="771"/>
<source>Failed to import the Snapmatic picture, can&apos;t copy the file into profile</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="824"/>
<location filename="../ProfileInterface.cpp" line="808"/>
<source>Failed to import the Savegame, can&apos;t copy the file into profile</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="830"/>
<location filename="../ProfileInterface.cpp" line="814"/>
<source>Failed to import the Savegame, no Savegame slot is left</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="894"/>
<location filename="../ProfileInterface.cpp" line="932"/>
<location filename="../ProfileInterface.cpp" line="1011"/>
<location filename="../ProfileInterface.cpp" line="1031"/>
<location filename="../ProfileInterface.cpp" line="878"/>
<location filename="../ProfileInterface.cpp" line="916"/>
<location filename="../ProfileInterface.cpp" line="995"/>
<location filename="../ProfileInterface.cpp" line="1015"/>
<source>Export selected</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="917"/>
<location filename="../ProfileInterface.cpp" line="935"/>
<location filename="../ProfileInterface.cpp" line="901"/>
<location filename="../ProfileInterface.cpp" line="919"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="918"/>
<location filename="../ProfileInterface.cpp" line="940"/>
<location filename="../ProfileInterface.cpp" line="902"/>
<location filename="../ProfileInterface.cpp" line="924"/>
<source>JPG pictures only</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="919"/>
<location filename="../ProfileInterface.cpp" line="944"/>
<location filename="../ProfileInterface.cpp" line="903"/>
<location filename="../ProfileInterface.cpp" line="928"/>
<source>GTA Snapmatic only</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="932"/>
<location filename="../ProfileInterface.cpp" line="916"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="977"/>
<location filename="../ProfileInterface.cpp" line="961"/>
<source>Export selected...</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="978"/>
<location filename="../ProfileInterface.cpp" line="962"/>
<source>Initialising export...</source>
<translation>Initializing export...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1011"/>
<location filename="../ProfileInterface.cpp" line="995"/>
<source>Export failed with...
%1</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1031"/>
<location filename="../ProfileInterface.cpp" line="1073"/>
<location filename="../ProfileInterface.cpp" line="1015"/>
<location filename="../ProfileInterface.cpp" line="1057"/>
<source>No Snapmatic pictures or Savegames files are selected</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1039"/>
<location filename="../ProfileInterface.cpp" line="1067"/>
<location filename="../ProfileInterface.cpp" line="1073"/>
<location filename="../ProfileInterface.cpp" line="1023"/>
<location filename="../ProfileInterface.cpp" line="1051"/>
<location filename="../ProfileInterface.cpp" line="1057"/>
<source>Remove selected</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1039"/>
<location filename="../ProfileInterface.cpp" line="1023"/>
<source>You really want remove the selected Snapmatic picutres and Savegame files?</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1067"/>
<location filename="../ProfileInterface.cpp" line="1051"/>
<source>Failed at remove the complete selected Snapmatic pictures and/or Savegame files</source>
<translation></translation>
</message>
@ -1013,37 +1013,37 @@ Press 1 for Default View</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1212"/>
<location filename="../ProfileInterface.cpp" line="1196"/>
<source>&amp;View</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1213"/>
<location filename="../ProfileInterface.cpp" line="1197"/>
<source>&amp;Export</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1214"/>
<location filename="../ProfileInterface.cpp" line="1198"/>
<source>&amp;Remove</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1216"/>
<location filename="../ProfileInterface.cpp" line="1200"/>
<source>&amp;Select</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1217"/>
<location filename="../ProfileInterface.cpp" line="1201"/>
<source>&amp;Deselect</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1220"/>
<location filename="../ProfileInterface.cpp" line="1204"/>
<source>Select &amp;All</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1224"/>
<location filename="../ProfileInterface.cpp" line="1208"/>
<source>&amp;Deselect All</source>
<translation></translation>
</message>
@ -1332,52 +1332,52 @@ Press 1 for Default View</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1165"/>
<location filename="../ProfileInterface.cpp" line="1149"/>
<source>Edi&amp;t</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1168"/>
<location filename="../ProfileInterface.cpp" line="1152"/>
<source>Show &amp;In-game</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1172"/>
<location filename="../ProfileInterface.cpp" line="1156"/>
<source>Hide &amp;In-game</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1175"/>
<location filename="../ProfileInterface.cpp" line="1159"/>
<source>&amp;Export</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1178"/>
<location filename="../ProfileInterface.cpp" line="1162"/>
<source>&amp;View</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1181"/>
<location filename="../ProfileInterface.cpp" line="1165"/>
<source>&amp;Remove</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1183"/>
<location filename="../ProfileInterface.cpp" line="1167"/>
<source>&amp;Select</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1184"/>
<location filename="../ProfileInterface.cpp" line="1168"/>
<source>&amp;Deselect</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1187"/>
<location filename="../ProfileInterface.cpp" line="1171"/>
<source>Select &amp;All</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1191"/>
<location filename="../ProfileInterface.cpp" line="1175"/>
<source>&amp;Deselect All</source>
<translation></translation>
</message>

View File

@ -773,7 +773,7 @@ When you want to use it as Avatar the image will be detached!</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="145"/>
<location filename="../ProfileInterface.cpp" line="1176"/>
<location filename="../ProfileInterface.cpp" line="1160"/>
<source>Export as &amp;Picture...</source>
<translation type="unfinished"></translation>
</message>
@ -783,7 +783,7 @@ When you want to use it as Avatar the image will be detached!</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="146"/>
<location filename="../ProfileInterface.cpp" line="1177"/>
<location filename="../ProfileInterface.cpp" line="1161"/>
<source>Export as &amp;Snapmatic...</source>
<translation type="unfinished"></translation>
</message>
@ -798,7 +798,7 @@ When you want to use it as Avatar the image will be detached!</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="150"/>
<location filename="../ProfileInterface.cpp" line="1174"/>
<location filename="../ProfileInterface.cpp" line="1158"/>
<source>&amp;Edit Properties...</source>
<translation>Modifier les &amp;propriétés...</translation>
</message>
@ -948,25 +948,25 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Chargement...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="427"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../ProfileInterface.cpp" line="411"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<source>Import...</source>
<translation>Importer...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="428"/>
<location filename="../ProfileInterface.cpp" line="471"/>
<location filename="../ProfileInterface.cpp" line="523"/>
<location filename="../ProfileInterface.cpp" line="412"/>
<location filename="../ProfileInterface.cpp" line="455"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<location filename="../ProfileInterface.cpp" line="527"/>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../ProfileInterface.cpp" line="559"/>
<location filename="../ProfileInterface.cpp" line="675"/>
<location filename="../ProfileInterface.cpp" line="756"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<location filename="../ProfileInterface.cpp" line="740"/>
<location filename="../ProfileInterface.cpp" line="745"/>
<location filename="../ProfileInterface.cpp" line="755"/>
<location filename="../ProfileInterface.cpp" line="760"/>
<location filename="../ProfileInterface.cpp" line="771"/>
<location filename="../ProfileInterface.cpp" line="776"/>
<location filename="../ProfileInterface.cpp" line="787"/>
<location filename="../ProfileInterface.cpp" line="824"/>
<location filename="../ProfileInterface.cpp" line="830"/>
<location filename="../ProfileInterface.cpp" line="808"/>
<location filename="../ProfileInterface.cpp" line="814"/>
<source>Import</source>
<translation>Importer</translation>
</message>
@ -975,36 +975,36 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation type="vanished">Fichiers de profil GTA (SGTA* PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="445"/>
<location filename="../ProfileInterface.cpp" line="429"/>
<location filename="../UserInterface.cpp" line="365"/>
<source>Savegames files (SGTA*)</source>
<translation>Fichiers de sauvegarde GTA (SGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="446"/>
<location filename="../ProfileInterface.cpp" line="430"/>
<location filename="../UserInterface.cpp" line="366"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation>Photos Snapmatic (PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="447"/>
<location filename="../ProfileInterface.cpp" line="431"/>
<source>All image files (%1)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="448"/>
<location filename="../ProfileInterface.cpp" line="432"/>
<location filename="../UserInterface.cpp" line="367"/>
<source>All files (**)</source>
<translation>Tous les fichiers (**)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="493"/>
<location filename="../ProfileInterface.cpp" line="508"/>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<source>Import file %1 of %2 files</source>
<translation>Importation du fichier %1 sur %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="523"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<source>Import failed with...
%1</source>
@ -1013,25 +1013,25 @@ Appuyer sur 1 pour le mode par défaut</translation>
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="471"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<location filename="../ProfileInterface.cpp" line="455"/>
<location filename="../ProfileInterface.cpp" line="745"/>
<location filename="../UserInterface.cpp" line="455"/>
<source>No valid file is selected</source>
<translation>Fichier invalide</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="443"/>
<location filename="../ProfileInterface.cpp" line="427"/>
<source>Importable files (%1)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../ProfileInterface.cpp" line="527"/>
<location filename="../UserInterface.cpp" line="407"/>
<source>Failed to read Snapmatic picture</source>
<translation>Impossible d&apos;ouvrir la photo Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="559"/>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../UserInterface.cpp" line="423"/>
<source>Failed to read Savegame file</source>
<translation>Impossible de lire le fichier de sauvegarde</translation>
@ -1053,78 +1053,78 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation type="vanished">Tous les fichiers image (*.jpg *.png)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="675"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<source>Can&apos;t import %1 because file can&apos;t be parsed properly</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="756"/>
<location filename="../ProfileInterface.cpp" line="740"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="771"/>
<location filename="../ProfileInterface.cpp" line="755"/>
<source>Failed to import the Snapmatic picture, file not begin with PGTA or end with .g5e</source>
<translation>Impossible d&apos;importer la photo Snapmatic,nom de fichier incorrect (PGTA*, *.g5e)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="776"/>
<location filename="../ProfileInterface.cpp" line="760"/>
<source>Failed to import the Snapmatic picture, the picture is already in the game</source>
<translation>Impossible d&apos;importer la photo Snapmatic, un fichier du même nom existe déjà</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="787"/>
<location filename="../ProfileInterface.cpp" line="771"/>
<source>Failed to import the Snapmatic picture, can&apos;t copy the file into profile</source>
<translation>Impossible d&apos;importer la photo Snapmatic, impossible de copier le fichier dans le profil</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="824"/>
<location filename="../ProfileInterface.cpp" line="808"/>
<source>Failed to import the Savegame, can&apos;t copy the file into profile</source>
<translation>Impossible d&apos;importer la sauvegarde, impossible de copier le fichier dans le profil</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="830"/>
<location filename="../ProfileInterface.cpp" line="814"/>
<source>Failed to import the Savegame, no Savegame slot is left</source>
<translation>Impossible d&apos;importer la sauvegarde, aucun emplacement libre</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="894"/>
<location filename="../ProfileInterface.cpp" line="932"/>
<location filename="../ProfileInterface.cpp" line="1011"/>
<location filename="../ProfileInterface.cpp" line="1031"/>
<location filename="../ProfileInterface.cpp" line="878"/>
<location filename="../ProfileInterface.cpp" line="916"/>
<location filename="../ProfileInterface.cpp" line="995"/>
<location filename="../ProfileInterface.cpp" line="1015"/>
<source>Export selected</source>
<translation>Exporter la sélection</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="917"/>
<location filename="../ProfileInterface.cpp" line="935"/>
<location filename="../ProfileInterface.cpp" line="901"/>
<location filename="../ProfileInterface.cpp" line="919"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation>Images JPG et GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="918"/>
<location filename="../ProfileInterface.cpp" line="940"/>
<location filename="../ProfileInterface.cpp" line="902"/>
<location filename="../ProfileInterface.cpp" line="924"/>
<source>JPG pictures only</source>
<translation>Images JPG seulement</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="919"/>
<location filename="../ProfileInterface.cpp" line="944"/>
<location filename="../ProfileInterface.cpp" line="903"/>
<location filename="../ProfileInterface.cpp" line="928"/>
<source>GTA Snapmatic only</source>
<translation>GTA Snapmatic seulement</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="932"/>
<location filename="../ProfileInterface.cpp" line="916"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation>%1Exporter les photos Snapmatic%2&lt;br&gt;&lt;br&gt;Les fichiers JPG permettent d&apos;ouvrir les photos avec une visionneuse d&apos;images&lt;br&gt;Les GTA Snapmatic permettent d&apos;importer les photos dans le jeu&lt;br&gt;&lt;br&gt;Exporter comme :</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="977"/>
<location filename="../ProfileInterface.cpp" line="961"/>
<source>Export selected...</source>
<translation>Exporter la sélection...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="978"/>
<location filename="../ProfileInterface.cpp" line="962"/>
<source>Initialising export...</source>
<translation type="unfinished"></translation>
</message>
@ -1133,7 +1133,7 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation type="vanished">Initialisation de l&apos;export...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1011"/>
<location filename="../ProfileInterface.cpp" line="995"/>
<source>Export failed with...
%1</source>
@ -1142,25 +1142,25 @@ Appuyer sur 1 pour le mode par défaut</translation>
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1031"/>
<location filename="../ProfileInterface.cpp" line="1073"/>
<location filename="../ProfileInterface.cpp" line="1015"/>
<location filename="../ProfileInterface.cpp" line="1057"/>
<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="1039"/>
<location filename="../ProfileInterface.cpp" line="1067"/>
<location filename="../ProfileInterface.cpp" line="1073"/>
<location filename="../ProfileInterface.cpp" line="1023"/>
<location filename="../ProfileInterface.cpp" line="1051"/>
<location filename="../ProfileInterface.cpp" line="1057"/>
<source>Remove selected</source>
<translation>Supprimer la sélection</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1039"/>
<location filename="../ProfileInterface.cpp" line="1023"/>
<source>You really want remove the selected Snapmatic picutres and Savegame files?</source>
<translation>Supprimer la sélection ?</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1067"/>
<location filename="../ProfileInterface.cpp" line="1051"/>
<source>Failed at remove the complete selected Snapmatic pictures and/or Savegame files</source>
<translation>Impossible de supprimer la sélection</translation>
</message>
@ -1170,7 +1170,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="444"/>
<location filename="../ProfileInterface.cpp" line="428"/>
<location filename="../UserInterface.cpp" line="364"/>
<source>GTA V Export (*.g5e)</source>
<translation>GTA V Export (*.g5e)</translation>
@ -1262,7 +1262,7 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Supprimer</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1213"/>
<location filename="../ProfileInterface.cpp" line="1197"/>
<source>&amp;Export</source>
<translation>&amp;Exporter</translation>
</message>
@ -1353,32 +1353,32 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Impossible de supprimer %1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1212"/>
<location filename="../ProfileInterface.cpp" line="1196"/>
<source>&amp;View</source>
<translation>&amp;Voir</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1214"/>
<location filename="../ProfileInterface.cpp" line="1198"/>
<source>&amp;Remove</source>
<translation>&amp;Supprimer</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1216"/>
<location filename="../ProfileInterface.cpp" line="1200"/>
<source>&amp;Select</source>
<translation>&amp;Sélectionner</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1217"/>
<location filename="../ProfileInterface.cpp" line="1201"/>
<source>&amp;Deselect</source>
<translation>&amp;Déselectionner</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1220"/>
<location filename="../ProfileInterface.cpp" line="1204"/>
<source>Select &amp;All</source>
<translation>Sélectionner to&amp;ut</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1224"/>
<location filename="../ProfileInterface.cpp" line="1208"/>
<source>&amp;Deselect All</source>
<translation>&amp;Déselectionner tout</translation>
</message>
@ -1599,17 +1599,17 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Impossible de supprimer %1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1165"/>
<location filename="../ProfileInterface.cpp" line="1149"/>
<source>Edi&amp;t</source>
<translation>Édi&amp;ter</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1168"/>
<location filename="../ProfileInterface.cpp" line="1152"/>
<source>Show &amp;In-game</source>
<translation>&amp;Visible en jeu</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1172"/>
<location filename="../ProfileInterface.cpp" line="1156"/>
<source>Hide &amp;In-game</source>
<translation>&amp;Invisible en jeu</translation>
</message>
@ -1618,7 +1618,7 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation type="vanished">Modifier les &amp;propriétés...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1175"/>
<location filename="../ProfileInterface.cpp" line="1159"/>
<source>&amp;Export</source>
<translation>&amp;Exporter</translation>
</message>
@ -1631,32 +1631,32 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation type="vanished">Exporter comme &amp;GTA Snapmatic...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1178"/>
<location filename="../ProfileInterface.cpp" line="1162"/>
<source>&amp;View</source>
<translation>&amp;Voir</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1181"/>
<location filename="../ProfileInterface.cpp" line="1165"/>
<source>&amp;Remove</source>
<translation>S&amp;upprimer</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1183"/>
<location filename="../ProfileInterface.cpp" line="1167"/>
<source>&amp;Select</source>
<translation>&amp;Sélectionner</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1184"/>
<location filename="../ProfileInterface.cpp" line="1168"/>
<source>&amp;Deselect</source>
<translation>&amp;Déselectionner</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1187"/>
<location filename="../ProfileInterface.cpp" line="1171"/>
<source>Select &amp;All</source>
<translation>Sélectionner &amp;tout</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1191"/>
<location filename="../ProfileInterface.cpp" line="1175"/>
<source>&amp;Deselect All</source>
<translation>&amp;Déselectionner tout</translation>
</message>

View File

@ -650,7 +650,7 @@ When you want to use it as Avatar the image will be detached!</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="145"/>
<location filename="../ProfileInterface.cpp" line="1176"/>
<location filename="../ProfileInterface.cpp" line="1160"/>
<source>Export as &amp;Picture...</source>
<translation type="unfinished"></translation>
</message>
@ -660,7 +660,7 @@ When you want to use it as Avatar the image will be detached!</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="146"/>
<location filename="../ProfileInterface.cpp" line="1177"/>
<location filename="../ProfileInterface.cpp" line="1161"/>
<source>Export as &amp;Snapmatic...</source>
<translation type="unfinished"></translation>
</message>
@ -675,7 +675,7 @@ When you want to use it as Avatar the image will be detached!</source>
</message>
<message>
<location filename="../PictureDialog.cpp" line="150"/>
<location filename="../ProfileInterface.cpp" line="1174"/>
<location filename="../ProfileInterface.cpp" line="1158"/>
<source>&amp;Edit Properties...</source>
<translation type="unfinished">&amp;Изменить свойства...</translation>
</message>
@ -921,25 +921,25 @@ Press 1 for Default View</source>
<translation>Загрузка...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="427"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<location filename="../ProfileInterface.cpp" line="411"/>
<location filename="../ProfileInterface.cpp" line="476"/>
<source>Import...</source>
<translation>Импортировать...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="428"/>
<location filename="../ProfileInterface.cpp" line="471"/>
<location filename="../ProfileInterface.cpp" line="523"/>
<location filename="../ProfileInterface.cpp" line="412"/>
<location filename="../ProfileInterface.cpp" line="455"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<location filename="../ProfileInterface.cpp" line="527"/>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../ProfileInterface.cpp" line="559"/>
<location filename="../ProfileInterface.cpp" line="675"/>
<location filename="../ProfileInterface.cpp" line="756"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<location filename="../ProfileInterface.cpp" line="740"/>
<location filename="../ProfileInterface.cpp" line="745"/>
<location filename="../ProfileInterface.cpp" line="755"/>
<location filename="../ProfileInterface.cpp" line="760"/>
<location filename="../ProfileInterface.cpp" line="771"/>
<location filename="../ProfileInterface.cpp" line="776"/>
<location filename="../ProfileInterface.cpp" line="787"/>
<location filename="../ProfileInterface.cpp" line="824"/>
<location filename="../ProfileInterface.cpp" line="830"/>
<location filename="../ProfileInterface.cpp" line="808"/>
<location filename="../ProfileInterface.cpp" line="814"/>
<source>Import</source>
<translation>Импортировать</translation>
</message>
@ -948,31 +948,31 @@ Press 1 for Default View</source>
<translation type="vanished">Все файлы профиля (SGTA* PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="445"/>
<location filename="../ProfileInterface.cpp" line="429"/>
<location filename="../UserInterface.cpp" line="365"/>
<source>Savegames files (SGTA*)</source>
<translation>Файлы сохранения (SGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="446"/>
<location filename="../ProfileInterface.cpp" line="430"/>
<location filename="../UserInterface.cpp" line="366"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation>Картинка Snapmatic (PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="448"/>
<location filename="../ProfileInterface.cpp" line="432"/>
<location filename="../UserInterface.cpp" line="367"/>
<source>All files (**)</source>
<translation>Все файлы (**)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="493"/>
<location filename="../ProfileInterface.cpp" line="508"/>
<location filename="../ProfileInterface.cpp" line="477"/>
<location filename="../ProfileInterface.cpp" line="492"/>
<source>Import file %1 of %2 files</source>
<translation>Импортируются файлы %1 из %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="523"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<source>Import failed with...
%1</source>
@ -981,13 +981,13 @@ Press 1 for Default View</source>
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../ProfileInterface.cpp" line="527"/>
<location filename="../UserInterface.cpp" line="407"/>
<source>Failed to read Snapmatic picture</source>
<translation>Не удалось загрузить картинку Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="559"/>
<location filename="../ProfileInterface.cpp" line="543"/>
<location filename="../UserInterface.cpp" line="423"/>
<source>Failed to read Savegame file</source>
<translation>Не удалось загрузить файл сохранения</translation>
@ -997,8 +997,8 @@ Press 1 for Default View</source>
<translation type="vanished">Не получилось импортировать %1 из-за неправильного формата файла</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="471"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<location filename="../ProfileInterface.cpp" line="455"/>
<location filename="../ProfileInterface.cpp" line="745"/>
<location filename="../UserInterface.cpp" line="455"/>
<source>No valid file is selected</source>
<translation>Выбранный файл неверен</translation>
@ -1017,93 +1017,93 @@ Press 1 for Default View</source>
<translation type="vanished">Все изображения (*.jpg *.png)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="443"/>
<location filename="../ProfileInterface.cpp" line="427"/>
<source>Importable files (%1)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="447"/>
<location filename="../ProfileInterface.cpp" line="431"/>
<source>All image files (%1)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="675"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<source>Can&apos;t import %1 because file can&apos;t be parsed properly</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="756"/>
<location filename="../ProfileInterface.cpp" line="740"/>
<source>Can&apos;t import %1 because file format can&apos;t be detected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="771"/>
<location filename="../ProfileInterface.cpp" line="755"/>
<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="776"/>
<location filename="../ProfileInterface.cpp" line="760"/>
<source>Failed to import the Snapmatic picture, the picture is already in the game</source>
<translation>Не удалось импортировать картинку Snapmatic, картинка уже в игре</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="787"/>
<location filename="../ProfileInterface.cpp" line="771"/>
<source>Failed to import the Snapmatic picture, can&apos;t copy the file into profile</source>
<translation>Не удалось импортировать картинку Snapmatic, не получилось скопировать файл в профиль</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="824"/>
<location filename="../ProfileInterface.cpp" line="808"/>
<source>Failed to import the Savegame, can&apos;t copy the file into profile</source>
<translation>Не удалось импортировать сохранение, не получилось скопировать файл в профиль</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="830"/>
<location filename="../ProfileInterface.cpp" line="814"/>
<source>Failed to import the Savegame, no Savegame slot is left</source>
<translation>Не удалось импортировать сохранение, нет пустых ячеек под сохранения</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="917"/>
<location filename="../ProfileInterface.cpp" line="935"/>
<location filename="../ProfileInterface.cpp" line="901"/>
<location filename="../ProfileInterface.cpp" line="919"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation>Картинки JPG и GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="918"/>
<location filename="../ProfileInterface.cpp" line="940"/>
<location filename="../ProfileInterface.cpp" line="902"/>
<location filename="../ProfileInterface.cpp" line="924"/>
<source>JPG pictures only</source>
<translation>Только картинки JPG</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="919"/>
<location filename="../ProfileInterface.cpp" line="944"/>
<location filename="../ProfileInterface.cpp" line="903"/>
<location filename="../ProfileInterface.cpp" line="928"/>
<source>GTA Snapmatic only</source>
<translation>Только GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="978"/>
<location filename="../ProfileInterface.cpp" line="962"/>
<source>Initialising export...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1031"/>
<location filename="../ProfileInterface.cpp" line="1073"/>
<location filename="../ProfileInterface.cpp" line="1015"/>
<location filename="../ProfileInterface.cpp" line="1057"/>
<source>No Snapmatic pictures or Savegames files are selected</source>
<translation>Не выделены ни один Snapmatic или сохранение</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1039"/>
<location filename="../ProfileInterface.cpp" line="1067"/>
<location filename="../ProfileInterface.cpp" line="1073"/>
<location filename="../ProfileInterface.cpp" line="1023"/>
<location filename="../ProfileInterface.cpp" line="1051"/>
<location filename="../ProfileInterface.cpp" line="1057"/>
<source>Remove selected</source>
<translation>Снять выделение</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1039"/>
<location filename="../ProfileInterface.cpp" line="1023"/>
<source>You really want remove the selected Snapmatic picutres and Savegame files?</source>
<translation>Точно ли хочешь удалить выбранные картинки Snapmatic и файлы сохранений?</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1067"/>
<location filename="../ProfileInterface.cpp" line="1051"/>
<source>Failed at remove the complete selected Snapmatic pictures and/or Savegame files</source>
<translation>Не удалось удалить полностью выбранные картинки Snapmatic и/или файлы сохранений</translation>
</message>
@ -1124,20 +1124,20 @@ Press 1 for Default View</source>
<translation type="obsolete">Не получилось имортировать копию сохранения, потому что не осталось свободных под них слотов</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="894"/>
<location filename="../ProfileInterface.cpp" line="932"/>
<location filename="../ProfileInterface.cpp" line="1011"/>
<location filename="../ProfileInterface.cpp" line="1031"/>
<location filename="../ProfileInterface.cpp" line="878"/>
<location filename="../ProfileInterface.cpp" line="916"/>
<location filename="../ProfileInterface.cpp" line="995"/>
<location filename="../ProfileInterface.cpp" line="1015"/>
<source>Export selected</source>
<translation>Экспортировать выделенное</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="932"/>
<location filename="../ProfileInterface.cpp" line="916"/>
<source>%1Export Snapmatic pictures%2&lt;br&gt;&lt;br&gt;JPG pictures make it possible to open the picture with a Image Viewer&lt;br&gt;GTA Snapmatic make it possible to import the picture into the game&lt;br&gt;&lt;br&gt;Export as:</source>
<translation>%1Эскпортировать картинки Snapmatic%2&lt;br&gt;&lt;br&gt;Картинки JPG можно открыть любым просмотрщиком&lt;br&gt;Картинки формата GTA Snapmatic можно снова импортировать в игру&lt;br&gt;&lt;br&gt;Экспортировать как:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="977"/>
<location filename="../ProfileInterface.cpp" line="961"/>
<source>Export selected...</source>
<translation>Экпортировать выделенное...</translation>
</message>
@ -1146,7 +1146,7 @@ Press 1 for Default View</source>
<translation type="vanished">Подготавливаю эскпорт...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1011"/>
<location filename="../ProfileInterface.cpp" line="995"/>
<source>Export failed with...
%1</source>
@ -1167,7 +1167,7 @@ Press 1 for Default View</source>
<translation>Все файлы профиля (*.g5e SGTA* PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="444"/>
<location filename="../ProfileInterface.cpp" line="428"/>
<location filename="../UserInterface.cpp" line="364"/>
<source>GTA V Export (*.g5e)</source>
<translation>GTA V Export (*.g5e)</translation>
@ -1318,32 +1318,32 @@ Press 1 for Default View</source>
<translation>Не удалось удалить сохранение %1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1212"/>
<location filename="../ProfileInterface.cpp" line="1196"/>
<source>&amp;View</source>
<translation>&amp;Просмотр</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1214"/>
<location filename="../ProfileInterface.cpp" line="1198"/>
<source>&amp;Remove</source>
<translation>&amp;Удалить</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1216"/>
<location filename="../ProfileInterface.cpp" line="1200"/>
<source>&amp;Select</source>
<translation>&amp;Выбрать</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1217"/>
<location filename="../ProfileInterface.cpp" line="1201"/>
<source>&amp;Deselect</source>
<translation>Сн&amp;ять выбор</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1220"/>
<location filename="../ProfileInterface.cpp" line="1204"/>
<source>Select &amp;All</source>
<translation>В&amp;ыбрать все</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1224"/>
<location filename="../ProfileInterface.cpp" line="1208"/>
<source>&amp;Deselect All</source>
<translation>Снять выбо&amp;р со всех</translation>
</message>
@ -1353,7 +1353,7 @@ Press 1 for Default View</source>
<translation>Копировать сохранение</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1213"/>
<location filename="../ProfileInterface.cpp" line="1197"/>
<source>&amp;Export</source>
<translation>&amp;Экспортировать</translation>
</message>
@ -1608,17 +1608,17 @@ Press 1 for Default View</source>
<translation>Не удалось удалить %1 из колелкции картинок Snapmatic </translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1165"/>
<location filename="../ProfileInterface.cpp" line="1149"/>
<source>Edi&amp;t</source>
<translation>&amp;Правка</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1168"/>
<location filename="../ProfileInterface.cpp" line="1152"/>
<source>Show &amp;In-game</source>
<translation>Показывать в &amp;игре</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1172"/>
<location filename="../ProfileInterface.cpp" line="1156"/>
<source>Hide &amp;In-game</source>
<translation>Ск&amp;рыть в игре</translation>
</message>
@ -1627,7 +1627,7 @@ Press 1 for Default View</source>
<translation type="vanished">&amp;Изменить свойства...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1175"/>
<location filename="../ProfileInterface.cpp" line="1159"/>
<source>&amp;Export</source>
<translation>&amp;Экспорт</translation>
</message>
@ -1640,32 +1640,32 @@ Press 1 for Default View</source>
<translation type="vanished">Экс&amp;портировать как GTA Snapmatic...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1178"/>
<location filename="../ProfileInterface.cpp" line="1162"/>
<source>&amp;View</source>
<translation>По&amp;казать</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1181"/>
<location filename="../ProfileInterface.cpp" line="1165"/>
<source>&amp;Remove</source>
<translation>У&amp;далить</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1183"/>
<location filename="../ProfileInterface.cpp" line="1167"/>
<source>&amp;Select</source>
<translation>&amp;Выделить</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1184"/>
<location filename="../ProfileInterface.cpp" line="1168"/>
<source>&amp;Deselect</source>
<translation>Сн&amp;ять выделение</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1187"/>
<location filename="../ProfileInterface.cpp" line="1171"/>
<source>Select &amp;All</source>
<translation>В&amp;ыбрать все</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1191"/>
<location filename="../ProfileInterface.cpp" line="1175"/>
<source>&amp;Deselect All</source>
<translation>Снять выбо&amp;р со всех</translation>
</message>