Fix FileDialog Export button for bad developed Desktop environment

This commit is contained in:
Rafael 2016-12-03 13:17:27 +01:00
parent 0012416d13
commit 915c903ebd
6 changed files with 502 additions and 498 deletions

View File

@ -85,7 +85,7 @@ fileDialogPreSave:
fileDialog.setDefaultSuffix("suffix");
fileDialog.setWindowFlags(fileDialog.windowFlags()^Qt::WindowContextHelpButtonHint);
fileDialog.setWindowTitle(PictureDialog::tr("Export as JPG picture..."));
fileDialog.setLabelText(QFileDialog::Accept, PictureDialog::tr("&Export"));
fileDialog.setLabelText(QFileDialog::Accept, PictureDialog::tr("Export"));
QStringList filters;
filters << PictureDialog::tr("JPEG picture (*.jpg)");

View File

@ -24,7 +24,7 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../AboutDialog.ui" line="70"/>
<location filename="../AboutDialog.ui" line="76"/>
<source>&amp;Close</source>
<translation type="unfinished"></translation>
</message>
@ -90,12 +90,12 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ExportDialog.ui" line="189"/>
<location filename="../ExportDialog.ui" line="195"/>
<source>&amp;Export</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ExportDialog.ui" line="196"/>
<location filename="../ExportDialog.ui" line="208"/>
<source>&amp;Close</source>
<translation type="unfinished"></translation>
</message>
@ -250,13 +250,13 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../OptionsDialog.ui" line="457"/>
<location filename="../OptionsDialog.ui" line="463"/>
<source>&amp;OK</source>
<extracomment>OK, Cancel, Apply</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../OptionsDialog.ui" line="464"/>
<location filename="../OptionsDialog.ui" line="479"/>
<source>&amp;Cancel</source>
<extracomment>OK, Cancel, Apply</extracomment>
<translation type="unfinished"></translation>
@ -322,7 +322,7 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
&lt;span style=&quot; font-weight:600;&quot;&gt;ID группы: &lt;/span&gt;%5</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="101"/>
<location filename="../PictureDialog.ui" line="104"/>
<source>&lt;span style=&quot; font-weight:600;&quot;&gt;Title: &lt;/span&gt;%6&lt;br/&gt;
&lt;span style=&quot; font-weight:600;&quot;&gt;Location: &lt;/span&gt;%7 (%1, %2, %3)&lt;br/&gt;
&lt;span style=&quot; font-weight:600;&quot;&gt;Players: &lt;/span&gt;%4 (Crew %5)&lt;br/&gt;
@ -330,71 +330,71 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="155"/>
<location filename="../PictureDialog.ui" line="164"/>
<source>Export picture</source>
<translation>Экспорт картинки</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="158"/>
<location filename="../PictureDialog.ui" line="167"/>
<location filename="../PictureCopy.cpp" line="55"/>
<location filename="../PictureExport.cpp" line="88"/>
<source>&amp;Export</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="174"/>
<location filename="../PictureDialog.ui" line="189"/>
<source>&amp;Close</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="88"/>
<source>Export</source>
<translation type="obsolete">Экспорт</translation>
<translation type="unfinished">Экспорт</translation>
</message>
<message>
<source>Copy</source>
<translation type="obsolete">Копировать</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="171"/>
<location filename="../PictureDialog.ui" line="186"/>
<source>Close</source>
<translation>Закрыть</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="81"/>
<location filename="../PictureDialog.cpp" line="82"/>
<source>Export as &amp;JPG picture...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="82"/>
<location filename="../PictureDialog.cpp" line="83"/>
<source>Export as &amp;GTA Snapmatic...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="241"/>
<location filename="../PictureDialog.cpp" line="298"/>
<location filename="../PictureDialog.cpp" line="257"/>
<location filename="../PictureDialog.cpp" line="314"/>
<source>Snapmatic Picture Viewer</source>
<translation>Просмотрщик фотографий Snapmatic</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="241"/>
<location filename="../PictureDialog.cpp" line="298"/>
<location filename="../PictureDialog.cpp" line="257"/>
<location filename="../PictureDialog.cpp" line="314"/>
<source>Failed at %1</source>
<translation>Ошибка при %1</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="287"/>
<location filename="../PictureDialog.cpp" line="297"/>
<location filename="../PictureDialog.cpp" line="303"/>
<location filename="../PictureDialog.cpp" line="313"/>
<source>No player</source>
<translation>Игроков нет</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="290"/>
<location filename="../PictureDialog.cpp" line="297"/>
<location filename="../PictureDialog.cpp" line="306"/>
<location filename="../PictureDialog.cpp" line="313"/>
<source>No crew</source>
<translation>Без группы</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="297"/>
<location filename="../PictureDialog.cpp" line="313"/>
<source>Unknown Location</source>
<translation type="unfinished"></translation>
</message>
@ -495,22 +495,22 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.ui" line="189"/>
<location filename="../ProfileInterface.ui" line="195"/>
<source>Import exported file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.ui" line="192"/>
<location filename="../ProfileInterface.ui" line="198"/>
<source>&amp;Import...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.ui" line="202"/>
<location filename="../ProfileInterface.ui" line="214"/>
<source>Close profile</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.ui" line="205"/>
<location filename="../ProfileInterface.ui" line="217"/>
<source>&amp;Close</source>
<translation type="unfinished"></translation>
</message>
@ -528,78 +528,78 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation>Загрузка...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="358"/>
<location filename="../ProfileInterface.cpp" line="361"/>
<source>Import...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="359"/>
<location filename="../ProfileInterface.cpp" line="400"/>
<location filename="../ProfileInterface.cpp" line="405"/>
<location filename="../ProfileInterface.cpp" line="432"/>
<location filename="../ProfileInterface.cpp" line="449"/>
<location filename="../ProfileInterface.cpp" line="479"/>
<location filename="../ProfileInterface.cpp" line="484"/>
<location filename="../ProfileInterface.cpp" line="499"/>
<location filename="../ProfileInterface.cpp" line="504"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="552"/>
<location filename="../ProfileInterface.cpp" line="558"/>
<location filename="../ProfileInterface.cpp" line="362"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<location filename="../ProfileInterface.cpp" line="408"/>
<location filename="../ProfileInterface.cpp" line="435"/>
<location filename="../ProfileInterface.cpp" line="452"/>
<location filename="../ProfileInterface.cpp" line="482"/>
<location filename="../ProfileInterface.cpp" line="487"/>
<location filename="../ProfileInterface.cpp" line="502"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<location filename="../ProfileInterface.cpp" line="555"/>
<location filename="../ProfileInterface.cpp" line="561"/>
<source>Import</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="362"/>
<location filename="../UserInterface.cpp" line="307"/>
<location filename="../ProfileInterface.cpp" line="365"/>
<location filename="../UserInterface.cpp" line="308"/>
<source>All profile files (SGTA* PGTA*)</source>
<translation>Все файлы профиля (SGTA* PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="363"/>
<location filename="../UserInterface.cpp" line="308"/>
<location filename="../ProfileInterface.cpp" line="366"/>
<location filename="../UserInterface.cpp" line="309"/>
<source>Savegames files (SGTA*)</source>
<translation>Файлы сохранения (SGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="364"/>
<location filename="../UserInterface.cpp" line="309"/>
<location filename="../ProfileInterface.cpp" line="367"/>
<location filename="../UserInterface.cpp" line="310"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation>Картинка Snapmatic (PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="365"/>
<location filename="../UserInterface.cpp" line="310"/>
<location filename="../ProfileInterface.cpp" line="368"/>
<location filename="../UserInterface.cpp" line="311"/>
<source>All files (**)</source>
<translation>Все файлы (**)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="400"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>Import failed with...
%1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="432"/>
<location filename="../UserInterface.cpp" line="350"/>
<location filename="../ProfileInterface.cpp" line="435"/>
<location filename="../UserInterface.cpp" line="351"/>
<source>Failed to read Snapmatic picture</source>
<translation>Не удалось загрузить картинку Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="449"/>
<location filename="../UserInterface.cpp" line="366"/>
<location filename="../ProfileInterface.cpp" line="452"/>
<location filename="../UserInterface.cpp" line="367"/>
<source>Failed to read Savegame file</source>
<translation>Не удалось загрузить файл сохранения</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="479"/>
<location filename="../ProfileInterface.cpp" line="482"/>
<source>Can&apos;t import %1 because of not valid file format</source>
<translation>Не получилось импортировать %1 из-за неправильного формата файла</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="405"/>
<location filename="../ProfileInterface.cpp" line="484"/>
<location filename="../UserInterface.cpp" line="398"/>
<location filename="../ProfileInterface.cpp" line="408"/>
<location filename="../ProfileInterface.cpp" line="487"/>
<location filename="../UserInterface.cpp" line="399"/>
<source>No valid file is selected</source>
<translation>Выбранный файл неверен</translation>
</message>
@ -609,68 +609,68 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="499"/>
<location filename="../ProfileInterface.cpp" line="502"/>
<source>Failed to import the Snapmatic picture, file not begin with PGTA</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="504"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<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="515"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<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="552"/>
<location filename="../ProfileInterface.cpp" line="555"/>
<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="558"/>
<location filename="../ProfileInterface.cpp" line="561"/>
<source>Failed to import the Savegame, no Savegame slot is left</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="644"/>
<location filename="../ProfileInterface.cpp" line="662"/>
<location filename="../ProfileInterface.cpp" line="647"/>
<location filename="../ProfileInterface.cpp" line="665"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="645"/>
<location filename="../ProfileInterface.cpp" line="667"/>
<location filename="../ProfileInterface.cpp" line="648"/>
<location filename="../ProfileInterface.cpp" line="670"/>
<source>JPG pictures only</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="646"/>
<location filename="../ProfileInterface.cpp" line="671"/>
<location filename="../ProfileInterface.cpp" line="649"/>
<location filename="../ProfileInterface.cpp" line="674"/>
<source>GTA Snapmatic only</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="758"/>
<location filename="../ProfileInterface.cpp" line="801"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<location filename="../ProfileInterface.cpp" line="804"/>
<source>No Snapmatic pictures or Savegames files are selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="766"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="801"/>
<location filename="../ProfileInterface.cpp" line="769"/>
<location filename="../ProfileInterface.cpp" line="798"/>
<location filename="../ProfileInterface.cpp" line="804"/>
<source>Remove selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="766"/>
<location filename="../ProfileInterface.cpp" line="769"/>
<source>You really want remove the selected Snapmatic picutres and Savegame files?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="798"/>
<source>Failed at remove the complete selected Snapmatic pictures and/or Savegame files</source>
<translation type="unfinished"></translation>
</message>
@ -691,30 +691,30 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="obsolete">Не получилось имортировать копию сохранения, потому что не осталось свободных под них слотов</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="621"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<location filename="../ProfileInterface.cpp" line="736"/>
<location filename="../ProfileInterface.cpp" line="758"/>
<location filename="../ProfileInterface.cpp" line="624"/>
<location filename="../ProfileInterface.cpp" line="662"/>
<location filename="../ProfileInterface.cpp" line="739"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<source>Export selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="659"/>
<location filename="../ProfileInterface.cpp" line="662"/>
<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="702"/>
<location filename="../ProfileInterface.cpp" line="705"/>
<source>Export selected...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="703"/>
<location filename="../ProfileInterface.cpp" line="706"/>
<source>Initializing export...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="736"/>
<location filename="../ProfileInterface.cpp" line="739"/>
<source>Export failed with...
%1</source>
@ -731,12 +731,12 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<context>
<name>QApplication</name>
<message>
<location filename="../main.cpp" line="65"/>
<location filename="../main.cpp" line="68"/>
<source>Font</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="65"/>
<location filename="../main.cpp" line="68"/>
<source>Selected Font: %1</source>
<translation type="unfinished"></translation>
</message>
@ -755,12 +755,12 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation>&lt;span style=&quot; font-weight:600;&quot;&gt;Сохранение&lt;/span&gt;&lt;br&gt;&lt;br&gt;%1</translation>
</message>
<message>
<location filename="../SavegameDialog.ui" line="54"/>
<location filename="../SavegameDialog.ui" line="60"/>
<source>&amp;Export</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameDialog.ui" line="61"/>
<location filename="../SavegameDialog.ui" line="73"/>
<source>&amp;Close</source>
<translation type="unfinished"></translation>
</message>
@ -790,17 +790,17 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="vanished">Третий путь (100%) - 00/00/00 00:00:00</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="77"/>
<location filename="../SavegameWidget.ui" line="83"/>
<source>View savegame</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="80"/>
<location filename="../SavegameWidget.ui" line="86"/>
<source>View</source>
<translation>Просмотр</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="90"/>
<location filename="../SavegameWidget.ui" line="102"/>
<source>Export</source>
<translation type="unfinished">Экспорт</translation>
</message>
@ -809,12 +809,12 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="obsolete">Копировать</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="103"/>
<location filename="../SavegameWidget.ui" line="121"/>
<source>Delete</source>
<translation>Удалить</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="100"/>
<location filename="../SavegameWidget.ui" line="118"/>
<location filename="../SavegameWidget.cpp" line="132"/>
<location filename="../SavegameWidget.cpp" line="145"/>
<source>Delete savegame</source>
@ -896,7 +896,7 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="87"/>
<location filename="../SavegameWidget.ui" line="99"/>
<source>Copy savegame</source>
<translation>Копировать сохранение</translation>
</message>
@ -970,116 +970,116 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation>ФОТО - 00/00/00 00:00:00</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="92"/>
<location filename="../SnapmaticWidget.ui" line="98"/>
<source>View picture</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="95"/>
<location filename="../SnapmaticWidget.ui" line="101"/>
<source>View</source>
<translation>Просмотр</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="108"/>
<location filename="../SnapmaticWidget.ui" line="120"/>
<source>Copy</source>
<translation>Копировать</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="118"/>
<location filename="../SnapmaticWidget.ui" line="136"/>
<source>Export</source>
<translation>Экспорт</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="128"/>
<location filename="../SnapmaticWidget.ui" line="152"/>
<source>Delete</source>
<translation>Удалить</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="125"/>
<location filename="../SnapmaticWidget.cpp" line="143"/>
<location filename="../SnapmaticWidget.cpp" line="156"/>
<location filename="../SnapmaticWidget.ui" line="149"/>
<location filename="../SnapmaticWidget.cpp" line="144"/>
<location filename="../SnapmaticWidget.cpp" line="157"/>
<source>Delete picture</source>
<translation>Удалить картинку</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="143"/>
<location filename="../SnapmaticWidget.cpp" line="144"/>
<source>Are you sure to delete %1 from your Snapmatic pictures?</source>
<translation>Уверены, что хотите удалить %1 из коллекции картинок Snapmatic?</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="156"/>
<location filename="../SnapmaticWidget.cpp" line="157"/>
<source>Failed at deleting %1 from your Snapmatic pictures</source>
<translation>Не удалось удалить %1 из колелкции картинок Snapmatic </translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="208"/>
<location filename="../SnapmaticWidget.cpp" line="209"/>
<source>Edi&amp;t</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="211"/>
<location filename="../SnapmaticWidget.cpp" line="212"/>
<source>Show &amp;In-game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="215"/>
<location filename="../SnapmaticWidget.cpp" line="216"/>
<source>Hide &amp;In-game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="217"/>
<location filename="../SnapmaticWidget.cpp" line="218"/>
<source>&amp;Export</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="218"/>
<location filename="../SnapmaticWidget.cpp" line="219"/>
<source>Export as &amp;JPG picture...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="219"/>
<location filename="../SnapmaticWidget.cpp" line="220"/>
<source>Export as &amp;GTA Snapmatic...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="220"/>
<location filename="../SnapmaticWidget.cpp" line="221"/>
<source>&amp;View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="223"/>
<location filename="../SnapmaticWidget.cpp" line="224"/>
<source>&amp;Remove</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="227"/>
<location filename="../SnapmaticWidget.cpp" line="239"/>
<location filename="../SnapmaticWidget.cpp" line="228"/>
<location filename="../SnapmaticWidget.cpp" line="240"/>
<source>&amp;Select</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="228"/>
<location filename="../SnapmaticWidget.cpp" line="229"/>
<source>&amp;Deselect</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="229"/>
<location filename="../SnapmaticWidget.cpp" line="240"/>
<location filename="../SnapmaticWidget.cpp" line="230"/>
<location filename="../SnapmaticWidget.cpp" line="241"/>
<source>Select &amp;All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="233"/>
<location filename="../SnapmaticWidget.cpp" line="234"/>
<source>&amp;Deselect All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="105"/>
<location filename="../SnapmaticWidget.ui" line="117"/>
<source>Copy picture</source>
<translation>Скопировать картинку</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="115"/>
<location filename="../SnapmaticWidget.ui" line="133"/>
<source>Export picture</source>
<translation>Экспорт картинки</translation>
</message>
@ -1102,128 +1102,128 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="161"/>
<location filename="../UserInterface.ui" line="176"/>
<source>&amp;File</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="171"/>
<location filename="../UserInterface.ui" line="186"/>
<source>&amp;Help</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="177"/>
<location filename="../UserInterface.ui" line="192"/>
<source>&amp;Edit</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="183"/>
<location filename="../UserInterface.ui" line="198"/>
<source>&amp;Profile</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="208"/>
<location filename="../UserInterface.ui" line="223"/>
<source>&amp;About gta5sync</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="220"/>
<location filename="../UserInterface.ui" line="235"/>
<source>&amp;Exit</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="223"/>
<location filename="../UserInterface.ui" line="238"/>
<source>Exit</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="231"/>
<location filename="../UserInterface.ui" line="246"/>
<source>Close &amp;Profile</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="234"/>
<location filename="../UserInterface.ui" line="249"/>
<source>Ctrl+End</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="243"/>
<location filename="../UserInterface.ui" line="258"/>
<source>&amp;Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="290"/>
<location filename="../UserInterface.ui" line="293"/>
<source>Ctrl+Del</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="299"/>
<location filename="../UserInterface.ui" line="298"/>
<source>&amp;Import files...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="302"/>
<location filename="../UserInterface.ui" line="301"/>
<source>Ctrl+I</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="319"/>
<location filename="../UserInterface.cpp" line="124"/>
<location filename="../UserInterface.ui" line="314"/>
<location filename="../UserInterface.cpp" line="125"/>
<source>Select &amp;GTA V Folder...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="325"/>
<location filename="../UserInterface.ui" line="320"/>
<source>Ctrl+G</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="330"/>
<location filename="../UserInterface.ui" line="325"/>
<source>Show In-gam&amp;e</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="333"/>
<location filename="../UserInterface.ui" line="328"/>
<source>Shift+E</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="338"/>
<location filename="../UserInterface.ui" line="333"/>
<source>Hi&amp;de In-game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="341"/>
<location filename="../UserInterface.ui" line="336"/>
<source>Shift+D</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="135"/>
<location filename="../UserInterface.ui" line="147"/>
<source>&amp;Close</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="187"/>
<location filename="../UserInterface.ui" line="202"/>
<source>&amp;Selection visibility</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="255"/>
<location filename="../UserInterface.ui" line="266"/>
<source>Select &amp;All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="267"/>
<location filename="../UserInterface.ui" line="274"/>
<source>&amp;Deselect All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="279"/>
<location filename="../UserInterface.ui" line="282"/>
<source>&amp;Export selected...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="287"/>
<location filename="../UserInterface.ui" line="290"/>
<source>&amp;Remove selected</source>
<translation type="unfinished"></translation>
</message>
@ -1240,7 +1240,7 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="obsolete">О программе gta5sync</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="258"/>
<location filename="../UserInterface.ui" line="269"/>
<source>Ctrl+A</source>
<translation>Ctrl+A</translation>
</message>
@ -1249,74 +1249,74 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="obsolete">Закрыть</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="226"/>
<location filename="../UserInterface.ui" line="241"/>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="211"/>
<location filename="../UserInterface.ui" line="226"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="311"/>
<location filename="../UserInterface.ui" line="306"/>
<source>&amp;Open File...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="314"/>
<location filename="../UserInterface.ui" line="309"/>
<source>Ctrl+O</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="246"/>
<location filename="../UserInterface.ui" line="261"/>
<source>Ctrl+S</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="282"/>
<location filename="../UserInterface.ui" line="285"/>
<source>Ctrl+E</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="270"/>
<location filename="../UserInterface.ui" line="277"/>
<source>Ctrl+D</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="59"/>
<location filename="../UserInterface.cpp" line="194"/>
<location filename="../UserInterface.cpp" line="60"/>
<location filename="../UserInterface.cpp" line="195"/>
<source>Select Profile</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.ui" line="322"/>
<location filename="../UserInterface.ui" line="317"/>
<location filename="../OptionsDialog.cpp" line="431"/>
<location filename="../UserInterface.cpp" line="73"/>
<location filename="../UserInterface.cpp" line="447"/>
<location filename="../UserInterface.cpp" line="74"/>
<location filename="../UserInterface.cpp" line="448"/>
<source>Select GTA V Folder...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="57"/>
<location filename="../UserInterface.cpp" line="58"/>
<source>%2 - %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="304"/>
<location filename="../UserInterface.cpp" line="305"/>
<source>Open File...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="350"/>
<location filename="../UserInterface.cpp" line="366"/>
<location filename="../UserInterface.cpp" line="393"/>
<location filename="../UserInterface.cpp" line="398"/>
<location filename="../UserInterface.cpp" line="351"/>
<location filename="../UserInterface.cpp" line="367"/>
<location filename="../UserInterface.cpp" line="394"/>
<location filename="../UserInterface.cpp" line="399"/>
<source>Open File</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="393"/>
<location filename="../UserInterface.cpp" line="394"/>
<source>Can&apos;t open %1 because of not valid file format</source>
<translation type="unfinished"></translation>
</message>
@ -1325,7 +1325,7 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="obsolete">gta5sync</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="125"/>
<location filename="../UserInterface.ui" line="131"/>
<source>&amp;Reload</source>
<translation type="unfinished"></translation>
</message>

Binary file not shown.

View File

@ -56,7 +56,7 @@ Läuft auf Qt %3&lt;br/&gt;
Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping&lt;/a&gt; 2016&lt;br/&gt;gta5sync is lizenziert unter &lt;a href=&quot;https://www.gnu.org/licenses/gpl-3.0.html#content&quot;&gt;GNU GPLv3&lt;/a&gt;</translation>
</message>
<message>
<location filename="../AboutDialog.ui" line="70"/>
<location filename="../AboutDialog.ui" line="76"/>
<source>&amp;Close</source>
<translation>S&amp;chließen</translation>
</message>
@ -138,12 +138,12 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation>x</translation>
</message>
<message>
<location filename="../ExportDialog.ui" line="189"/>
<location filename="../ExportDialog.ui" line="195"/>
<source>&amp;Export</source>
<translation>&amp;Exportieren</translation>
</message>
<message>
<location filename="../ExportDialog.ui" line="196"/>
<location filename="../ExportDialog.ui" line="208"/>
<source>&amp;Close</source>
<translation>S&amp;chließen</translation>
</message>
@ -326,13 +326,13 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation>Sync wurde bisher nicht implementiert</translation>
</message>
<message>
<location filename="../OptionsDialog.ui" line="457"/>
<location filename="../OptionsDialog.ui" line="463"/>
<source>&amp;OK</source>
<extracomment>OK, Cancel, Apply</extracomment>
<translation>&amp;OK</translation>
</message>
<message>
<location filename="../OptionsDialog.ui" line="464"/>
<location filename="../OptionsDialog.ui" line="479"/>
<source>&amp;Cancel</source>
<extracomment>OK, Cancel, Apply</extracomment>
<translation>Abbre&amp;chen</translation>
@ -421,7 +421,7 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
&lt;span style=&quot; font-weight:600;&quot;&gt;Erstellt: &lt;/span&gt;%8</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="101"/>
<location filename="../PictureDialog.ui" line="104"/>
<source>&lt;span style=&quot; font-weight:600;&quot;&gt;Title: &lt;/span&gt;%6&lt;br/&gt;
&lt;span style=&quot; font-weight:600;&quot;&gt;Location: &lt;/span&gt;%7 (%1, %2, %3)&lt;br/&gt;
&lt;span style=&quot; font-weight:600;&quot;&gt;Players: &lt;/span&gt;%4 (Crew %5)&lt;br/&gt;
@ -432,14 +432,13 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
&lt;span style=&quot; font-weight:600;&quot;&gt;Erstellt: &lt;/span&gt;%8</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="158"/>
<location filename="../PictureDialog.ui" line="167"/>
<location filename="../PictureCopy.cpp" line="55"/>
<location filename="../PictureExport.cpp" line="88"/>
<source>&amp;Export</source>
<translation>&amp;Exportieren</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="174"/>
<location filename="../PictureDialog.ui" line="189"/>
<source>&amp;Close</source>
<translation>&amp;Schließen</translation>
</message>
@ -468,54 +467,55 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
&lt;span style=&quot; font-weight:600;&quot;&gt;Crew ID: &lt;/span&gt;%5</translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="88"/>
<source>Export</source>
<translation type="obsolete">Exportieren</translation>
<translation>Exportieren</translation>
</message>
<message>
<source>Copy</source>
<translation type="obsolete">Kopieren</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="171"/>
<location filename="../PictureDialog.ui" line="186"/>
<source>Close</source>
<translation>Schließen</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="81"/>
<location filename="../PictureDialog.cpp" line="82"/>
<source>Export as &amp;JPG picture...</source>
<translation>Exportiere als &amp;JPG Bild...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="82"/>
<location filename="../PictureDialog.cpp" line="83"/>
<source>Export as &amp;GTA Snapmatic...</source>
<translation>Exportiere als &amp;GTA Snapmatic...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="241"/>
<location filename="../PictureDialog.cpp" line="298"/>
<location filename="../PictureDialog.cpp" line="257"/>
<location filename="../PictureDialog.cpp" line="314"/>
<source>Snapmatic Picture Viewer</source>
<translation>Snapmatic Bildansicht</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="241"/>
<location filename="../PictureDialog.cpp" line="298"/>
<location filename="../PictureDialog.cpp" line="257"/>
<location filename="../PictureDialog.cpp" line="314"/>
<source>Failed at %1</source>
<translation>Fehlgeschlagen bei %1</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="287"/>
<location filename="../PictureDialog.cpp" line="297"/>
<location filename="../PictureDialog.cpp" line="303"/>
<location filename="../PictureDialog.cpp" line="313"/>
<source>No player</source>
<translation>Keine Spieler</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="290"/>
<location filename="../PictureDialog.cpp" line="297"/>
<location filename="../PictureDialog.cpp" line="306"/>
<location filename="../PictureDialog.cpp" line="313"/>
<source>No crew</source>
<translation>Keine Crew</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="297"/>
<location filename="../PictureDialog.cpp" line="313"/>
<source>Unknown Location</source>
<translation>Unbekannter Standort</translation>
</message>
@ -608,7 +608,7 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation type="obsolete">JPEG Bild (*.jpg);;Portable Network Graphics (*.png)</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="155"/>
<location filename="../PictureDialog.ui" line="164"/>
<source>Export picture</source>
<translation>Bild exportieren</translation>
</message>
@ -646,22 +646,22 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation>%1 %2</translation>
</message>
<message>
<location filename="../ProfileInterface.ui" line="189"/>
<location filename="../ProfileInterface.ui" line="195"/>
<source>Import exported file</source>
<translation>Importiere exportierte Datei</translation>
</message>
<message>
<location filename="../ProfileInterface.ui" line="192"/>
<location filename="../ProfileInterface.ui" line="198"/>
<source>&amp;Import...</source>
<translation>&amp;Importieren...</translation>
</message>
<message>
<location filename="../ProfileInterface.ui" line="202"/>
<location filename="../ProfileInterface.ui" line="214"/>
<source>Close profile</source>
<translation>Profil schließen</translation>
</message>
<message>
<location filename="../ProfileInterface.ui" line="205"/>
<location filename="../ProfileInterface.ui" line="217"/>
<source>&amp;Close</source>
<translation>S&amp;chließen</translation>
</message>
@ -687,52 +687,52 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation>Lade...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="358"/>
<location filename="../ProfileInterface.cpp" line="361"/>
<source>Import...</source>
<translation>Importieren...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="359"/>
<location filename="../ProfileInterface.cpp" line="400"/>
<location filename="../ProfileInterface.cpp" line="405"/>
<location filename="../ProfileInterface.cpp" line="432"/>
<location filename="../ProfileInterface.cpp" line="449"/>
<location filename="../ProfileInterface.cpp" line="479"/>
<location filename="../ProfileInterface.cpp" line="484"/>
<location filename="../ProfileInterface.cpp" line="499"/>
<location filename="../ProfileInterface.cpp" line="504"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="552"/>
<location filename="../ProfileInterface.cpp" line="558"/>
<location filename="../ProfileInterface.cpp" line="362"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<location filename="../ProfileInterface.cpp" line="408"/>
<location filename="../ProfileInterface.cpp" line="435"/>
<location filename="../ProfileInterface.cpp" line="452"/>
<location filename="../ProfileInterface.cpp" line="482"/>
<location filename="../ProfileInterface.cpp" line="487"/>
<location filename="../ProfileInterface.cpp" line="502"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<location filename="../ProfileInterface.cpp" line="555"/>
<location filename="../ProfileInterface.cpp" line="561"/>
<source>Import</source>
<translation>Importieren</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="362"/>
<location filename="../UserInterface.cpp" line="307"/>
<location filename="../ProfileInterface.cpp" line="365"/>
<location filename="../UserInterface.cpp" line="308"/>
<source>All profile files (SGTA* PGTA*)</source>
<translation>Alle Profildateien (SGTA* PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="363"/>
<location filename="../UserInterface.cpp" line="308"/>
<location filename="../ProfileInterface.cpp" line="366"/>
<location filename="../UserInterface.cpp" line="309"/>
<source>Savegames files (SGTA*)</source>
<translation>Spielstanddateien (SGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="364"/>
<location filename="../UserInterface.cpp" line="309"/>
<location filename="../ProfileInterface.cpp" line="367"/>
<location filename="../UserInterface.cpp" line="310"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation>Snapmatic Bilder (PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="365"/>
<location filename="../UserInterface.cpp" line="310"/>
<location filename="../ProfileInterface.cpp" line="368"/>
<location filename="../UserInterface.cpp" line="311"/>
<source>All files (**)</source>
<translation>Alle Dateien (**)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="400"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>Import failed with...
%1</source>
@ -741,36 +741,36 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="432"/>
<location filename="../UserInterface.cpp" line="350"/>
<location filename="../ProfileInterface.cpp" line="435"/>
<location filename="../UserInterface.cpp" line="351"/>
<source>Failed to read Snapmatic picture</source>
<translation>Fehler beim Lesen vom Snapmatic Bild</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="449"/>
<location filename="../UserInterface.cpp" line="366"/>
<location filename="../ProfileInterface.cpp" line="452"/>
<location filename="../UserInterface.cpp" line="367"/>
<source>Failed to read Savegame file</source>
<translation>Fehler beim Lesen von Spielstanddatei</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="479"/>
<location filename="../ProfileInterface.cpp" line="482"/>
<source>Can&apos;t import %1 because of not valid file format</source>
<translation>Kann %1 nicht importieren weil das Dateiformat nicht gültig ist</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="504"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<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="659"/>
<location filename="../ProfileInterface.cpp" line="662"/>
<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="405"/>
<location filename="../ProfileInterface.cpp" line="484"/>
<location filename="../UserInterface.cpp" line="398"/>
<location filename="../ProfileInterface.cpp" line="408"/>
<location filename="../ProfileInterface.cpp" line="487"/>
<location filename="../UserInterface.cpp" line="399"/>
<source>No valid file is selected</source>
<translation>Keine gültige Datei wurde ausgewählt</translation>
</message>
@ -780,40 +780,40 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
<translation>Aktivierte Bilder: %1 von %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="499"/>
<location filename="../ProfileInterface.cpp" line="502"/>
<source>Failed to import the Snapmatic picture, file not begin with PGTA</source>
<translation>Fehlgeschlagen beim Importieren vom Snapmatic Bild, Datei beginnt nicht mit PGTA</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<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="552"/>
<location filename="../ProfileInterface.cpp" line="555"/>
<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="558"/>
<location filename="../ProfileInterface.cpp" line="561"/>
<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="644"/>
<location filename="../ProfileInterface.cpp" line="662"/>
<location filename="../ProfileInterface.cpp" line="647"/>
<location filename="../ProfileInterface.cpp" line="665"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation>JPG Bilder und GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="645"/>
<location filename="../ProfileInterface.cpp" line="667"/>
<location filename="../ProfileInterface.cpp" line="648"/>
<location filename="../ProfileInterface.cpp" line="670"/>
<source>JPG pictures only</source>
<translation>Nur JPG Bilder</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="646"/>
<location filename="../ProfileInterface.cpp" line="671"/>
<location filename="../ProfileInterface.cpp" line="649"/>
<location filename="../ProfileInterface.cpp" line="674"/>
<source>GTA Snapmatic only</source>
<translation>Nur GTA Snapmatic</translation>
</message>
@ -832,25 +832,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="758"/>
<location filename="../ProfileInterface.cpp" line="801"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<location filename="../ProfileInterface.cpp" line="804"/>
<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="766"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="801"/>
<location filename="../ProfileInterface.cpp" line="769"/>
<location filename="../ProfileInterface.cpp" line="798"/>
<location filename="../ProfileInterface.cpp" line="804"/>
<source>Remove selected</source>
<translation>Auswahl löschen</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="766"/>
<location filename="../ProfileInterface.cpp" line="769"/>
<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="795"/>
<location filename="../ProfileInterface.cpp" line="798"/>
<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>
@ -871,10 +871,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="621"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<location filename="../ProfileInterface.cpp" line="736"/>
<location filename="../ProfileInterface.cpp" line="758"/>
<location filename="../ProfileInterface.cpp" line="624"/>
<location filename="../ProfileInterface.cpp" line="662"/>
<location filename="../ProfileInterface.cpp" line="739"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<source>Export selected</source>
<translation>Auswahl exportieren</translation>
</message>
@ -895,12 +895,12 @@ Exportieren als:</translation>
<translation type="obsolete">Wie sollen wir mit den Snapmatic Bilder umgehen?</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="702"/>
<location filename="../ProfileInterface.cpp" line="705"/>
<source>Export selected...</source>
<translation>Auswahl exportieren...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="703"/>
<location filename="../ProfileInterface.cpp" line="706"/>
<source>Initializing export...</source>
<translation>Initialisiere Export...</translation>
</message>
@ -909,7 +909,7 @@ Exportieren als:</translation>
<translation type="obsolete">Initialisierung...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="736"/>
<location filename="../ProfileInterface.cpp" line="739"/>
<source>Export failed with...
%1</source>
@ -942,12 +942,12 @@ Exportieren als:</translation>
<context>
<name>QApplication</name>
<message>
<location filename="../main.cpp" line="65"/>
<location filename="../main.cpp" line="68"/>
<source>Font</source>
<translation>Schrift</translation>
</message>
<message>
<location filename="../main.cpp" line="65"/>
<location filename="../main.cpp" line="68"/>
<source>Selected Font: %1</source>
<translation>Ausgewähle Schrift: %1</translation>
</message>
@ -966,7 +966,7 @@ Exportieren als:</translation>
<translation>&lt;span style=&quot; font-weight:600;&quot;&gt;Spielstand&lt;/span&gt;&lt;br&gt;&lt;br&gt;%1</translation>
</message>
<message>
<location filename="../SavegameDialog.ui" line="54"/>
<location filename="../SavegameDialog.ui" line="60"/>
<source>&amp;Export</source>
<translation>&amp;Exportieren</translation>
</message>
@ -975,7 +975,7 @@ Exportieren als:</translation>
<translation type="obsolete">&amp;Kopieren</translation>
</message>
<message>
<location filename="../SavegameDialog.ui" line="61"/>
<location filename="../SavegameDialog.ui" line="73"/>
<source>&amp;Close</source>
<translation>S&amp;chließen</translation>
</message>
@ -1015,12 +1015,12 @@ Exportieren als:</translation>
<translation type="vanished">SPIELSTAND - %1&lt;br&gt;%2</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="80"/>
<location filename="../SavegameWidget.ui" line="86"/>
<source>View</source>
<translation>Ansehen</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="90"/>
<location filename="../SavegameWidget.ui" line="102"/>
<source>Export</source>
<translation>Exportieren</translation>
</message>
@ -1029,12 +1029,12 @@ Exportieren als:</translation>
<translation type="obsolete">Kopieren</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="103"/>
<location filename="../SavegameWidget.ui" line="121"/>
<source>Delete</source>
<translation>Löschen</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="100"/>
<location filename="../SavegameWidget.ui" line="118"/>
<location filename="../SavegameWidget.cpp" line="132"/>
<location filename="../SavegameWidget.cpp" line="145"/>
<source>Delete savegame</source>
@ -1146,12 +1146,12 @@ Exportieren als:</translation>
<translation type="obsolete">Umschalt+S</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="77"/>
<location filename="../SavegameWidget.ui" line="83"/>
<source>View savegame</source>
<translation>Spielstand ansehen</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="87"/>
<location filename="../SavegameWidget.ui" line="99"/>
<source>Copy savegame</source>
<translation>Spielstand kopieren</translation>
</message>
@ -1241,39 +1241,39 @@ Exportieren als:</translation>
<translation>FOTO - 00/00/00 00:00:00</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="95"/>
<location filename="../SnapmaticWidget.ui" line="101"/>
<source>View</source>
<translation>Ansehen</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="108"/>
<location filename="../SnapmaticWidget.ui" line="120"/>
<source>Copy</source>
<translation>Kopieren</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="118"/>
<location filename="../SnapmaticWidget.ui" line="136"/>
<source>Export</source>
<translation>Exportieren</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="128"/>
<location filename="../SnapmaticWidget.ui" line="152"/>
<source>Delete</source>
<translation>Löschen</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="125"/>
<location filename="../SnapmaticWidget.cpp" line="143"/>
<location filename="../SnapmaticWidget.cpp" line="156"/>
<location filename="../SnapmaticWidget.ui" line="149"/>
<location filename="../SnapmaticWidget.cpp" line="144"/>
<location filename="../SnapmaticWidget.cpp" line="157"/>
<source>Delete picture</source>
<translation>Bild löschen</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="143"/>
<location filename="../SnapmaticWidget.cpp" line="144"/>
<source>Are you sure to delete %1 from your Snapmatic pictures?</source>
<translation>Bist du sicher %1 von deinen Snapmatic Bilder zu löschen?</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="208"/>
<location filename="../SnapmaticWidget.cpp" line="209"/>
<source>Edi&amp;t</source>
<translation>Bearbei&amp;ten</translation>
</message>
@ -1286,7 +1286,7 @@ Exportieren als:</translation>
<translation type="vanished">&amp;Im Spiel deaktivieren</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="217"/>
<location filename="../SnapmaticWidget.cpp" line="218"/>
<source>&amp;Export</source>
<translation>&amp;Exportieren</translation>
</message>
@ -1299,54 +1299,54 @@ Exportieren als:</translation>
<translation type="obsolete">Exportiere als &amp;GTA Snapmatic</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="211"/>
<location filename="../SnapmaticWidget.cpp" line="212"/>
<source>Show &amp;In-game</source>
<translation>&amp;Im Spiel anzeigen</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="215"/>
<location filename="../SnapmaticWidget.cpp" line="216"/>
<source>Hide &amp;In-game</source>
<translation>&amp;Im Spiel ausblenden</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="218"/>
<location filename="../SnapmaticWidget.cpp" line="219"/>
<source>Export as &amp;JPG picture...</source>
<translation>Exportiere als &amp;JPG Bild...</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="219"/>
<location filename="../SnapmaticWidget.cpp" line="220"/>
<source>Export as &amp;GTA Snapmatic...</source>
<translation>Exportiere als &amp;GTA Snapmatic...</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="220"/>
<location filename="../SnapmaticWidget.cpp" line="221"/>
<source>&amp;View</source>
<translation>A&amp;nsehen</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="223"/>
<location filename="../SnapmaticWidget.cpp" line="224"/>
<source>&amp;Remove</source>
<translation>Entfe&amp;rnen</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="227"/>
<location filename="../SnapmaticWidget.cpp" line="239"/>
<location filename="../SnapmaticWidget.cpp" line="228"/>
<location filename="../SnapmaticWidget.cpp" line="240"/>
<source>&amp;Select</source>
<translation>Au&amp;swählen</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="228"/>
<location filename="../SnapmaticWidget.cpp" line="229"/>
<source>&amp;Deselect</source>
<translation>A&amp;bwählen</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="229"/>
<location filename="../SnapmaticWidget.cpp" line="240"/>
<location filename="../SnapmaticWidget.cpp" line="230"/>
<location filename="../SnapmaticWidget.cpp" line="241"/>
<source>Select &amp;All</source>
<translation>Alles &amp;auswählen</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="233"/>
<location filename="../SnapmaticWidget.cpp" line="234"/>
<source>&amp;Deselect All</source>
<translation>Alles a&amp;bwählen</translation>
</message>
@ -1375,17 +1375,17 @@ Exportieren als:</translation>
<translation type="obsolete">Umschalt+S</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="92"/>
<location filename="../SnapmaticWidget.ui" line="98"/>
<source>View picture</source>
<translation>Bild ansehen</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="105"/>
<location filename="../SnapmaticWidget.ui" line="117"/>
<source>Copy picture</source>
<translation>Bild kopieren</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="115"/>
<location filename="../SnapmaticWidget.ui" line="133"/>
<source>Export picture</source>
<translation>Bild exportieren</translation>
</message>
@ -1394,7 +1394,7 @@ Exportieren als:</translation>
<translation type="obsolete">Bist du sicher %1 von deinen Snapmatic Bilder zu löschen?</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="156"/>
<location filename="../SnapmaticWidget.cpp" line="157"/>
<source>Failed at deleting %1 from your Snapmatic pictures</source>
<translation>Fehlgeschlagen beim Löschen %1 von deinen Snapmatic Bildern</translation>
</message>
@ -1435,7 +1435,7 @@ Exportieren als:</translation>
<translation type="obsolete">Über gta5sync</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="258"/>
<location filename="../UserInterface.ui" line="269"/>
<source>Ctrl+A</source>
<translation>Strg+A</translation>
</message>
@ -1448,7 +1448,7 @@ Exportieren als:</translation>
<translation type="obsolete">Optionen</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="314"/>
<location filename="../UserInterface.ui" line="309"/>
<source>Ctrl+O</source>
<translation>Strg+O</translation>
</message>
@ -1457,7 +1457,7 @@ Exportieren als:</translation>
<translation type="obsolete">Alles auswählen</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="246"/>
<location filename="../UserInterface.ui" line="261"/>
<source>Ctrl+S</source>
<translation>Strg+S</translation>
</message>
@ -1474,7 +1474,7 @@ Exportieren als:</translation>
<translation type="obsolete">Auswahl exportieren</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="282"/>
<location filename="../UserInterface.ui" line="285"/>
<source>Ctrl+E</source>
<translation>Strg+E</translation>
</message>
@ -1483,27 +1483,27 @@ Exportieren als:</translation>
<translation type="obsolete">Auswahl löschen</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="270"/>
<location filename="../UserInterface.ui" line="277"/>
<source>Ctrl+D</source>
<translation>Strg+D</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="223"/>
<location filename="../UserInterface.ui" line="238"/>
<source>Exit</source>
<translation>Beenden</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="187"/>
<location filename="../UserInterface.ui" line="202"/>
<source>&amp;Selection visibility</source>
<translation>Auswahl &amp;Sichtbarkeit</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="220"/>
<location filename="../UserInterface.ui" line="235"/>
<source>&amp;Exit</source>
<translation>B&amp;eenden</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="226"/>
<location filename="../UserInterface.ui" line="241"/>
<source>Ctrl+Q</source>
<translation>Strg+Q</translation>
</message>
@ -1518,22 +1518,22 @@ Exportieren als:</translation>
<translation>%1 %2</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="161"/>
<location filename="../UserInterface.ui" line="176"/>
<source>&amp;File</source>
<translation>&amp;Datei</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="171"/>
<location filename="../UserInterface.ui" line="186"/>
<source>&amp;Help</source>
<translation>&amp;Hilfe</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="177"/>
<location filename="../UserInterface.ui" line="192"/>
<source>&amp;Edit</source>
<translation>Bearb&amp;eiten</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="183"/>
<location filename="../UserInterface.ui" line="198"/>
<source>&amp;Profile</source>
<translation>&amp;Profil</translation>
</message>
@ -1542,48 +1542,48 @@ Exportieren als:</translation>
<translation type="vanished">Auswahl Sichtbarkeit</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="208"/>
<location filename="../UserInterface.ui" line="223"/>
<source>&amp;About gta5sync</source>
<translation>&amp;Über gta5sync</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="231"/>
<location filename="../UserInterface.ui" line="246"/>
<source>Close &amp;Profile</source>
<translation>&amp;Profil schließen</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="234"/>
<location filename="../UserInterface.ui" line="249"/>
<source>Ctrl+End</source>
<translation>Strg+Ende</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="290"/>
<location filename="../UserInterface.ui" line="293"/>
<source>Ctrl+Del</source>
<translation>Strg+Entf</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="311"/>
<location filename="../UserInterface.ui" line="306"/>
<source>&amp;Open File...</source>
<translation>Datei &amp;öffnen...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="319"/>
<location filename="../UserInterface.cpp" line="124"/>
<location filename="../UserInterface.ui" line="314"/>
<location filename="../UserInterface.cpp" line="125"/>
<source>Select &amp;GTA V Folder...</source>
<translation>Wähle &amp;GTA V Ordner...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="325"/>
<location filename="../UserInterface.ui" line="320"/>
<source>Ctrl+G</source>
<translation>Strg+G</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="330"/>
<location filename="../UserInterface.ui" line="325"/>
<source>Show In-gam&amp;e</source>
<translation>Im Spiel anzeig&amp;en</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="338"/>
<location filename="../UserInterface.ui" line="333"/>
<source>Hi&amp;de In-game</source>
<translation>Im Spiel ausblen&amp;den</translation>
</message>
@ -1596,7 +1596,7 @@ Exportieren als:</translation>
<translation type="vanished">Im Spiel aktivier&amp;en</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="333"/>
<location filename="../UserInterface.ui" line="328"/>
<source>Shift+E</source>
<translation>Umschalt+E</translation>
</message>
@ -1605,12 +1605,12 @@ Exportieren als:</translation>
<translation type="vanished">Im Spiel &amp;deaktivieren</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="341"/>
<location filename="../UserInterface.ui" line="336"/>
<source>Shift+D</source>
<translation>Umschalt+D</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="135"/>
<location filename="../UserInterface.ui" line="147"/>
<source>&amp;Close</source>
<translation>S&amp;chließen</translation>
</message>
@ -1619,7 +1619,7 @@ Exportieren als:</translation>
<translation type="obsolete">&amp;Profil auswählen</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="211"/>
<location filename="../UserInterface.ui" line="226"/>
<source>Ctrl+P</source>
<translation>Strg+P</translation>
</message>
@ -1628,27 +1628,27 @@ Exportieren als:</translation>
<translation type="obsolete">&amp;Optionen</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="243"/>
<location filename="../UserInterface.ui" line="258"/>
<source>&amp;Settings</source>
<translation>Ein&amp;stellungen</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="255"/>
<location filename="../UserInterface.ui" line="266"/>
<source>Select &amp;All</source>
<translation>&amp;Alles auswählen</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="267"/>
<location filename="../UserInterface.ui" line="274"/>
<source>&amp;Deselect All</source>
<translation>Alles a&amp;bwählen</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="279"/>
<location filename="../UserInterface.ui" line="282"/>
<source>&amp;Export selected...</source>
<translation>Auswahl &amp;exportieren...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="287"/>
<location filename="../UserInterface.ui" line="290"/>
<source>&amp;Remove selected</source>
<translation>Auswahl entfe&amp;rnen</translation>
</message>
@ -1657,12 +1657,12 @@ Exportieren als:</translation>
<translation type="obsolete">Strg+R</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="299"/>
<location filename="../UserInterface.ui" line="298"/>
<source>&amp;Import files...</source>
<translation>Dateien &amp;importieren...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="302"/>
<location filename="../UserInterface.ui" line="301"/>
<source>Ctrl+I</source>
<translation>Strg+I</translation>
</message>
@ -1671,16 +1671,16 @@ Exportieren als:</translation>
<translation type="obsolete">GTA V Ordner nicht gefunden!</translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="59"/>
<location filename="../UserInterface.cpp" line="194"/>
<location filename="../UserInterface.cpp" line="60"/>
<location filename="../UserInterface.cpp" line="195"/>
<source>Select Profile</source>
<translation>Profil auswählen</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="322"/>
<location filename="../UserInterface.ui" line="317"/>
<location filename="../OptionsDialog.cpp" line="431"/>
<location filename="../UserInterface.cpp" line="73"/>
<location filename="../UserInterface.cpp" line="447"/>
<location filename="../UserInterface.cpp" line="74"/>
<location filename="../UserInterface.cpp" line="448"/>
<source>Select GTA V Folder...</source>
<translation>Wähle GTA V Ordner...</translation>
</message>
@ -1689,7 +1689,7 @@ Exportieren als:</translation>
<translation type="vanished">Wähle GTA V &amp;Ordner...</translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="304"/>
<location filename="../UserInterface.cpp" line="305"/>
<source>Open File...</source>
<translation>Datei öffnen...</translation>
</message>
@ -1698,20 +1698,20 @@ Exportieren als:</translation>
<translation type="obsolete">Importieren</translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="57"/>
<location filename="../UserInterface.cpp" line="58"/>
<source>%2 - %1</source>
<translation>%2 - %1</translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="350"/>
<location filename="../UserInterface.cpp" line="366"/>
<location filename="../UserInterface.cpp" line="393"/>
<location filename="../UserInterface.cpp" line="398"/>
<location filename="../UserInterface.cpp" line="351"/>
<location filename="../UserInterface.cpp" line="367"/>
<location filename="../UserInterface.cpp" line="394"/>
<location filename="../UserInterface.cpp" line="399"/>
<source>Open File</source>
<translation>Datei öffnen</translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="393"/>
<location filename="../UserInterface.cpp" line="394"/>
<source>Can&apos;t open %1 because of not valid file format</source>
<translation>Kann nicht %1 öffnen weil Dateiformat nicht gültig ist</translation>
</message>
@ -1728,7 +1728,7 @@ Exportieren als:</translation>
<translation type="obsolete">Grand Theft Auto V Ordner wurde nicht gefunden!</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="125"/>
<location filename="../UserInterface.ui" line="131"/>
<source>&amp;Reload</source>
<translation>&amp;Neuladen</translation>
</message>

Binary file not shown.

View File

@ -35,7 +35,7 @@ Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping
gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licenses/gpl-3.0.html#content&quot;&gt;GNU GPLv3&lt;/a&gt;</translation>
</message>
<message>
<location filename="../AboutDialog.ui" line="70"/>
<location filename="../AboutDialog.ui" line="76"/>
<source>&amp;Close</source>
<translation>&amp;Fermer</translation>
</message>
@ -93,12 +93,12 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
<translation>x</translation>
</message>
<message>
<location filename="../ExportDialog.ui" line="189"/>
<location filename="../ExportDialog.ui" line="195"/>
<source>&amp;Export</source>
<translation>&amp;Exporter</translation>
</message>
<message>
<location filename="../ExportDialog.ui" line="196"/>
<location filename="../ExportDialog.ui" line="208"/>
<source>&amp;Close</source>
<translation>&amp;Fermer</translation>
</message>
@ -253,13 +253,13 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
<translation>La synchronisation n&apos;est pas encore implémentée</translation>
</message>
<message>
<location filename="../OptionsDialog.ui" line="457"/>
<location filename="../OptionsDialog.ui" line="463"/>
<source>&amp;OK</source>
<extracomment>OK, Cancel, Apply</extracomment>
<translation>&amp;OK</translation>
</message>
<message>
<location filename="../OptionsDialog.ui" line="464"/>
<location filename="../OptionsDialog.ui" line="479"/>
<source>&amp;Cancel</source>
<extracomment>OK, Cancel, Apply</extracomment>
<translation>&amp;Annuler</translation>
@ -315,7 +315,7 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
<translation>%1 - Visionneuse de photo Snapmatic</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="101"/>
<location filename="../PictureDialog.ui" line="104"/>
<source>&lt;span style=&quot; font-weight:600;&quot;&gt;Title: &lt;/span&gt;%6&lt;br/&gt;
&lt;span style=&quot; font-weight:600;&quot;&gt;Location: &lt;/span&gt;%7 (%1, %2, %3)&lt;br/&gt;
&lt;span style=&quot; font-weight:600;&quot;&gt;Players: &lt;/span&gt;%4 (Crew %5)&lt;br/&gt;
@ -326,24 +326,23 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
&lt;span style=&quot; font-weight:600;&quot;&gt;Créé le : &lt;/span&gt;%8</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="155"/>
<location filename="../PictureDialog.ui" line="164"/>
<source>Export picture</source>
<translation>Exporter la photo</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="158"/>
<location filename="../PictureDialog.ui" line="167"/>
<location filename="../PictureCopy.cpp" line="55"/>
<location filename="../PictureExport.cpp" line="88"/>
<source>&amp;Export</source>
<translation>&amp;Exporter</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="171"/>
<location filename="../PictureDialog.ui" line="186"/>
<source>Close</source>
<translation>Fermer la visionneuse</translation>
</message>
<message>
<location filename="../PictureDialog.ui" line="174"/>
<location filename="../PictureDialog.ui" line="189"/>
<source>&amp;Close</source>
<translation>&amp;Fermer</translation>
</message>
@ -394,41 +393,41 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
<translation>Fichier invalide</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="81"/>
<location filename="../PictureDialog.cpp" line="82"/>
<source>Export as &amp;JPG picture...</source>
<translation>Exporter comme image &amp;JPG...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="82"/>
<location filename="../PictureDialog.cpp" line="83"/>
<source>Export as &amp;GTA Snapmatic...</source>
<translation>Exporter comme &amp;GTA Snapmatic...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="241"/>
<location filename="../PictureDialog.cpp" line="298"/>
<location filename="../PictureDialog.cpp" line="257"/>
<location filename="../PictureDialog.cpp" line="314"/>
<source>Snapmatic Picture Viewer</source>
<translation>Visionneuse de photo Snapmatic</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="241"/>
<location filename="../PictureDialog.cpp" line="298"/>
<location filename="../PictureDialog.cpp" line="257"/>
<location filename="../PictureDialog.cpp" line="314"/>
<source>Failed at %1</source>
<translation>Echec de %1</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="287"/>
<location filename="../PictureDialog.cpp" line="297"/>
<location filename="../PictureDialog.cpp" line="303"/>
<location filename="../PictureDialog.cpp" line="313"/>
<source>No player</source>
<translation>Aucun joueur</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="290"/>
<location filename="../PictureDialog.cpp" line="297"/>
<location filename="../PictureDialog.cpp" line="306"/>
<location filename="../PictureDialog.cpp" line="313"/>
<source>No crew</source>
<translation>Aucun crew</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="297"/>
<location filename="../PictureDialog.cpp" line="313"/>
<source>Unknown Location</source>
<translation>Emplacement inconnu</translation>
</message>
@ -437,6 +436,11 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
<source>Export as JPG picture...</source>
<translation>Exporter comme image JPG...</translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="88"/>
<source>Export</source>
<translation>Exporter</translation>
</message>
<message>
<location filename="../PictureExport.cpp" line="91"/>
<source>JPEG picture (*.jpg)</source>
@ -479,22 +483,22 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
<translation>%1 %2</translation>
</message>
<message>
<location filename="../ProfileInterface.ui" line="189"/>
<location filename="../ProfileInterface.ui" line="195"/>
<source>Import exported file</source>
<translation>Importer un profil</translation>
</message>
<message>
<location filename="../ProfileInterface.ui" line="192"/>
<location filename="../ProfileInterface.ui" line="198"/>
<source>&amp;Import...</source>
<translation>&amp;Importer...</translation>
</message>
<message>
<location filename="../ProfileInterface.ui" line="202"/>
<location filename="../ProfileInterface.ui" line="214"/>
<source>Close profile</source>
<translation>Fermer</translation>
</message>
<message>
<location filename="../ProfileInterface.ui" line="205"/>
<location filename="../ProfileInterface.ui" line="217"/>
<source>&amp;Close</source>
<translation>&amp;Fermer</translation>
</message>
@ -516,52 +520,52 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
<translation>Chargement...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="358"/>
<location filename="../ProfileInterface.cpp" line="361"/>
<source>Import...</source>
<translation>Importer...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="359"/>
<location filename="../ProfileInterface.cpp" line="400"/>
<location filename="../ProfileInterface.cpp" line="405"/>
<location filename="../ProfileInterface.cpp" line="432"/>
<location filename="../ProfileInterface.cpp" line="449"/>
<location filename="../ProfileInterface.cpp" line="479"/>
<location filename="../ProfileInterface.cpp" line="484"/>
<location filename="../ProfileInterface.cpp" line="499"/>
<location filename="../ProfileInterface.cpp" line="504"/>
<location filename="../ProfileInterface.cpp" line="515"/>
<location filename="../ProfileInterface.cpp" line="552"/>
<location filename="../ProfileInterface.cpp" line="558"/>
<location filename="../ProfileInterface.cpp" line="362"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<location filename="../ProfileInterface.cpp" line="408"/>
<location filename="../ProfileInterface.cpp" line="435"/>
<location filename="../ProfileInterface.cpp" line="452"/>
<location filename="../ProfileInterface.cpp" line="482"/>
<location filename="../ProfileInterface.cpp" line="487"/>
<location filename="../ProfileInterface.cpp" line="502"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<location filename="../ProfileInterface.cpp" line="555"/>
<location filename="../ProfileInterface.cpp" line="561"/>
<source>Import</source>
<translation>Importer</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="362"/>
<location filename="../UserInterface.cpp" line="307"/>
<location filename="../ProfileInterface.cpp" line="365"/>
<location filename="../UserInterface.cpp" line="308"/>
<source>All profile files (SGTA* PGTA*)</source>
<translation>Fichiers de profil GTA (SGTA* PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="363"/>
<location filename="../UserInterface.cpp" line="308"/>
<location filename="../ProfileInterface.cpp" line="366"/>
<location filename="../UserInterface.cpp" line="309"/>
<source>Savegames files (SGTA*)</source>
<translation>Fichiers de sauvegarde GTA (SGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="364"/>
<location filename="../UserInterface.cpp" line="309"/>
<location filename="../ProfileInterface.cpp" line="367"/>
<location filename="../UserInterface.cpp" line="310"/>
<source>Snapmatic pictures (PGTA*)</source>
<translation>Photos Snapmatic (PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="365"/>
<location filename="../UserInterface.cpp" line="310"/>
<location filename="../ProfileInterface.cpp" line="368"/>
<location filename="../UserInterface.cpp" line="311"/>
<source>All files (**)</source>
<translation>Tous les fichiers (**)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="400"/>
<location filename="../ProfileInterface.cpp" line="403"/>
<source>Import failed with...
%1</source>
@ -570,97 +574,97 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="405"/>
<location filename="../ProfileInterface.cpp" line="484"/>
<location filename="../UserInterface.cpp" line="398"/>
<location filename="../ProfileInterface.cpp" line="408"/>
<location filename="../ProfileInterface.cpp" line="487"/>
<location filename="../UserInterface.cpp" line="399"/>
<source>No valid file is selected</source>
<translation>Fichier invalide</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="432"/>
<location filename="../UserInterface.cpp" line="350"/>
<location filename="../ProfileInterface.cpp" line="435"/>
<location filename="../UserInterface.cpp" line="351"/>
<source>Failed to read Snapmatic picture</source>
<translation>Impossible d&apos;ouvrir la photo Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="449"/>
<location filename="../UserInterface.cpp" line="366"/>
<location filename="../ProfileInterface.cpp" line="452"/>
<location filename="../UserInterface.cpp" line="367"/>
<source>Failed to read Savegame file</source>
<translation>Impossible de lire le fichier de sauvegarde</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="479"/>
<location filename="../ProfileInterface.cpp" line="482"/>
<source>Can&apos;t import %1 because of not valid file format</source>
<translation>Impossible d&apos;importer %1, format invalide</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="499"/>
<location filename="../ProfileInterface.cpp" line="502"/>
<source>Failed to import the Snapmatic picture, file not begin with PGTA</source>
<translation>Impossible d&apos;importer la photo Snapmatic,nom de fichier incorrect (PGTA*)</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="504"/>
<location filename="../ProfileInterface.cpp" line="507"/>
<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="515"/>
<location filename="../ProfileInterface.cpp" line="518"/>
<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="552"/>
<location filename="../ProfileInterface.cpp" line="555"/>
<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="558"/>
<location filename="../ProfileInterface.cpp" line="561"/>
<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="621"/>
<location filename="../ProfileInterface.cpp" line="659"/>
<location filename="../ProfileInterface.cpp" line="736"/>
<location filename="../ProfileInterface.cpp" line="758"/>
<location filename="../ProfileInterface.cpp" line="624"/>
<location filename="../ProfileInterface.cpp" line="662"/>
<location filename="../ProfileInterface.cpp" line="739"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<source>Export selected</source>
<translation>Exporter la sélection</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="644"/>
<location filename="../ProfileInterface.cpp" line="662"/>
<location filename="../ProfileInterface.cpp" line="647"/>
<location filename="../ProfileInterface.cpp" line="665"/>
<source>JPG pictures and GTA Snapmatic</source>
<translation>Images JPG et GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="645"/>
<location filename="../ProfileInterface.cpp" line="667"/>
<location filename="../ProfileInterface.cpp" line="648"/>
<location filename="../ProfileInterface.cpp" line="670"/>
<source>JPG pictures only</source>
<translation>Images JPG seulement</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="646"/>
<location filename="../ProfileInterface.cpp" line="671"/>
<location filename="../ProfileInterface.cpp" line="649"/>
<location filename="../ProfileInterface.cpp" line="674"/>
<source>GTA Snapmatic only</source>
<translation>GTA Snapmatic seulement</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="659"/>
<location filename="../ProfileInterface.cpp" line="662"/>
<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="702"/>
<location filename="../ProfileInterface.cpp" line="705"/>
<source>Export selected...</source>
<translation>Exporter la sélection...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="703"/>
<location filename="../ProfileInterface.cpp" line="706"/>
<source>Initializing export...</source>
<translation>Initialisation de l&apos;export...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="736"/>
<location filename="../ProfileInterface.cpp" line="739"/>
<source>Export failed with...
%1</source>
@ -669,25 +673,25 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
%1</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="758"/>
<location filename="../ProfileInterface.cpp" line="801"/>
<location filename="../ProfileInterface.cpp" line="761"/>
<location filename="../ProfileInterface.cpp" line="804"/>
<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="766"/>
<location filename="../ProfileInterface.cpp" line="795"/>
<location filename="../ProfileInterface.cpp" line="801"/>
<location filename="../ProfileInterface.cpp" line="769"/>
<location filename="../ProfileInterface.cpp" line="798"/>
<location filename="../ProfileInterface.cpp" line="804"/>
<source>Remove selected</source>
<translation>Supprimer la sélection</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="766"/>
<location filename="../ProfileInterface.cpp" line="769"/>
<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="795"/>
<location filename="../ProfileInterface.cpp" line="798"/>
<source>Failed at remove the complete selected Snapmatic pictures and/or Savegame files</source>
<translation>Impossible de supprimer la sélection</translation>
</message>
@ -695,12 +699,12 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
<context>
<name>QApplication</name>
<message>
<location filename="../main.cpp" line="65"/>
<location filename="../main.cpp" line="68"/>
<source>Font</source>
<translation>Police</translation>
</message>
<message>
<location filename="../main.cpp" line="65"/>
<location filename="../main.cpp" line="68"/>
<source>Selected Font: %1</source>
<translation>Police sélectionnée : %1</translation>
</message>
@ -719,12 +723,12 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
<translation>&lt;span style=&quot; font-weight:600;&quot;&gt;Sauvegarde&lt;/span&gt;&lt;br&gt;&lt;br&gt;%1</translation>
</message>
<message>
<location filename="../SavegameDialog.ui" line="54"/>
<location filename="../SavegameDialog.ui" line="60"/>
<source>&amp;Export</source>
<translation>&amp;Exporter</translation>
</message>
<message>
<location filename="../SavegameDialog.ui" line="61"/>
<location filename="../SavegameDialog.ui" line="73"/>
<source>&amp;Close</source>
<translation>&amp;Fermer</translation>
</message>
@ -747,34 +751,34 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
<translation>SAUVEGARDE %3 - %1&lt;br&gt;%2</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="77"/>
<location filename="../SavegameWidget.ui" line="83"/>
<source>View savegame</source>
<translation>Voir la sauvegarde</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="80"/>
<location filename="../SavegameWidget.ui" line="86"/>
<source>View</source>
<translation>Voir</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="87"/>
<location filename="../SavegameWidget.ui" line="99"/>
<source>Copy savegame</source>
<translation>Copier la sauvegarde</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="90"/>
<location filename="../SavegameWidget.ui" line="102"/>
<source>Export</source>
<translation>Exporter</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="100"/>
<location filename="../SavegameWidget.ui" line="118"/>
<location filename="../SavegameWidget.cpp" line="132"/>
<location filename="../SavegameWidget.cpp" line="145"/>
<source>Delete savegame</source>
<translation>Supprimer la sauvegarde</translation>
</message>
<message>
<location filename="../SavegameWidget.ui" line="103"/>
<location filename="../SavegameWidget.ui" line="121"/>
<source>Delete</source>
<translation>Supprimer</translation>
</message>
@ -908,116 +912,116 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
<translation>Photo - 00/00/00 00:00:00</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="92"/>
<location filename="../SnapmaticWidget.ui" line="98"/>
<source>View picture</source>
<translation>Voir la photo</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="95"/>
<location filename="../SnapmaticWidget.ui" line="101"/>
<source>View</source>
<translation>Voir</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="105"/>
<location filename="../SnapmaticWidget.ui" line="117"/>
<source>Copy picture</source>
<translation>Copier la photo</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="108"/>
<location filename="../SnapmaticWidget.ui" line="120"/>
<source>Copy</source>
<translation>Copier</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="115"/>
<location filename="../SnapmaticWidget.ui" line="133"/>
<source>Export picture</source>
<translation>Exporter la photo</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="118"/>
<location filename="../SnapmaticWidget.ui" line="136"/>
<source>Export</source>
<translation>Exporter</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="125"/>
<location filename="../SnapmaticWidget.cpp" line="143"/>
<location filename="../SnapmaticWidget.cpp" line="156"/>
<location filename="../SnapmaticWidget.ui" line="149"/>
<location filename="../SnapmaticWidget.cpp" line="144"/>
<location filename="../SnapmaticWidget.cpp" line="157"/>
<source>Delete picture</source>
<translation>Supprimer la photo</translation>
</message>
<message>
<location filename="../SnapmaticWidget.ui" line="128"/>
<location filename="../SnapmaticWidget.ui" line="152"/>
<source>Delete</source>
<translation>Supprimer</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="143"/>
<location filename="../SnapmaticWidget.cpp" line="144"/>
<source>Are you sure to delete %1 from your Snapmatic pictures?</source>
<translation>Supprimer %1 ?</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="156"/>
<location filename="../SnapmaticWidget.cpp" line="157"/>
<source>Failed at deleting %1 from your Snapmatic pictures</source>
<translation>Impossible de supprimer %1</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="208"/>
<location filename="../SnapmaticWidget.cpp" line="209"/>
<source>Edi&amp;t</source>
<translation>Édi&amp;ter</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="211"/>
<location filename="../SnapmaticWidget.cpp" line="212"/>
<source>Show &amp;In-game</source>
<translation>&amp;Visible en jeu</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="215"/>
<location filename="../SnapmaticWidget.cpp" line="216"/>
<source>Hide &amp;In-game</source>
<translation>&amp;Invisible en jeu</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="217"/>
<location filename="../SnapmaticWidget.cpp" line="218"/>
<source>&amp;Export</source>
<translation>&amp;Exporter</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="218"/>
<location filename="../SnapmaticWidget.cpp" line="219"/>
<source>Export as &amp;JPG picture...</source>
<translation>Exporter comme image &amp;JPG...</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="219"/>
<location filename="../SnapmaticWidget.cpp" line="220"/>
<source>Export as &amp;GTA Snapmatic...</source>
<translation>Exporter comme &amp;GTA Snapmatic...</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="220"/>
<location filename="../SnapmaticWidget.cpp" line="221"/>
<source>&amp;View</source>
<translation>&amp;Voir</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="223"/>
<location filename="../SnapmaticWidget.cpp" line="224"/>
<source>&amp;Remove</source>
<translation>S&amp;upprimer</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="227"/>
<location filename="../SnapmaticWidget.cpp" line="239"/>
<location filename="../SnapmaticWidget.cpp" line="228"/>
<location filename="../SnapmaticWidget.cpp" line="240"/>
<source>&amp;Select</source>
<translation>&amp;Sélectionner</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="228"/>
<location filename="../SnapmaticWidget.cpp" line="229"/>
<source>&amp;Deselect</source>
<translation>&amp;Déselectionner</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="229"/>
<location filename="../SnapmaticWidget.cpp" line="240"/>
<location filename="../SnapmaticWidget.cpp" line="230"/>
<location filename="../SnapmaticWidget.cpp" line="241"/>
<source>Select &amp;All</source>
<translation>Sélectionner &amp;tout</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="233"/>
<location filename="../SnapmaticWidget.cpp" line="234"/>
<source>&amp;Deselect All</source>
<translation>&amp;Déselectionner tout</translation>
</message>
@ -1040,210 +1044,210 @@ gta5sync est distribué sous license &lt;a href=&quot;https://www.gnu.org/licens
<translation>%1 %2</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="125"/>
<location filename="../UserInterface.ui" line="131"/>
<source>&amp;Reload</source>
<translation>&amp;Rafraîchir</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="135"/>
<location filename="../UserInterface.ui" line="147"/>
<source>&amp;Close</source>
<translation>Fer&amp;mer</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="161"/>
<location filename="../UserInterface.ui" line="176"/>
<source>&amp;File</source>
<translation>&amp;Fichier</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="171"/>
<location filename="../UserInterface.ui" line="186"/>
<source>&amp;Help</source>
<translation>Ai&amp;de</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="177"/>
<location filename="../UserInterface.ui" line="192"/>
<source>&amp;Edit</source>
<translation>&amp;Éditer</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="183"/>
<location filename="../UserInterface.ui" line="198"/>
<source>&amp;Profile</source>
<translation>&amp;Profil</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="208"/>
<location filename="../UserInterface.ui" line="223"/>
<source>&amp;About gta5sync</source>
<translation>&amp;À propos de gta5sync</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="211"/>
<location filename="../UserInterface.ui" line="226"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="220"/>
<location filename="../UserInterface.ui" line="235"/>
<source>&amp;Exit</source>
<translation>&amp;Quitter</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="223"/>
<location filename="../UserInterface.ui" line="238"/>
<source>Exit</source>
<translation>Quitter</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="226"/>
<location filename="../UserInterface.ui" line="241"/>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="231"/>
<location filename="../UserInterface.ui" line="246"/>
<source>Close &amp;Profile</source>
<translation>Fermer le &amp;profil</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="234"/>
<location filename="../UserInterface.ui" line="249"/>
<source>Ctrl+End</source>
<translation>Ctrl + Fin</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="243"/>
<location filename="../UserInterface.ui" line="258"/>
<source>&amp;Settings</source>
<translation>Paramètre&amp;s</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="246"/>
<location filename="../UserInterface.ui" line="261"/>
<source>Ctrl+S</source>
<translation>Ctrl+S</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="255"/>
<location filename="../UserInterface.ui" line="266"/>
<source>Select &amp;All</source>
<translation>Sélectionner &amp;tout</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="258"/>
<location filename="../UserInterface.ui" line="269"/>
<source>Ctrl+A</source>
<translation>Ctrl+A</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="267"/>
<location filename="../UserInterface.ui" line="274"/>
<source>&amp;Deselect All</source>
<translation>&amp;Désélectionner tout</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="270"/>
<location filename="../UserInterface.ui" line="277"/>
<source>Ctrl+D</source>
<translation>Ctrl+D</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="279"/>
<location filename="../UserInterface.ui" line="282"/>
<source>&amp;Export selected...</source>
<translation>&amp;Exporter la sélection...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="282"/>
<location filename="../UserInterface.ui" line="285"/>
<source>Ctrl+E</source>
<translation>Ctrl+E</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="287"/>
<location filename="../UserInterface.ui" line="290"/>
<source>&amp;Remove selected</source>
<translation>&amp;Supprimer la sélection</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="290"/>
<location filename="../UserInterface.ui" line="293"/>
<source>Ctrl+Del</source>
<translation>Ctrl+Del</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="299"/>
<location filename="../UserInterface.ui" line="298"/>
<source>&amp;Import files...</source>
<translation>&amp;Importer...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="302"/>
<location filename="../UserInterface.ui" line="301"/>
<source>Ctrl+I</source>
<translation>Ctrl+I</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="311"/>
<location filename="../UserInterface.ui" line="306"/>
<source>&amp;Open File...</source>
<translation>&amp;Ouvrir...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="314"/>
<location filename="../UserInterface.ui" line="309"/>
<source>Ctrl+O</source>
<translation>Ctrl+O</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="319"/>
<location filename="../UserInterface.cpp" line="124"/>
<location filename="../UserInterface.ui" line="314"/>
<location filename="../UserInterface.cpp" line="125"/>
<source>Select &amp;GTA V Folder...</source>
<translation>Modifier l&apos;emplacement de &amp;GTA V...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="322"/>
<location filename="../UserInterface.ui" line="317"/>
<location filename="../OptionsDialog.cpp" line="431"/>
<location filename="../UserInterface.cpp" line="73"/>
<location filename="../UserInterface.cpp" line="447"/>
<location filename="../UserInterface.cpp" line="74"/>
<location filename="../UserInterface.cpp" line="448"/>
<source>Select GTA V Folder...</source>
<translation>Modifier l&apos;emplacement de GTA V...</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="325"/>
<location filename="../UserInterface.ui" line="320"/>
<source>Ctrl+G</source>
<translation>Ctrl+G</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="330"/>
<location filename="../UserInterface.ui" line="325"/>
<source>Show In-gam&amp;e</source>
<translation>Rendre visible &amp;en jeu</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="333"/>
<location filename="../UserInterface.ui" line="328"/>
<source>Shift+E</source>
<translation>Shift+E</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="187"/>
<location filename="../UserInterface.ui" line="202"/>
<source>&amp;Selection visibility</source>
<translation>&amp;Visibilité de la sélection</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="338"/>
<location filename="../UserInterface.ui" line="333"/>
<source>Hi&amp;de In-game</source>
<translation>Ren&amp;dre invisible en jeu</translation>
</message>
<message>
<location filename="../UserInterface.ui" line="341"/>
<location filename="../UserInterface.ui" line="336"/>
<source>Shift+D</source>
<translation>Shift+D</translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="57"/>
<location filename="../UserInterface.cpp" line="58"/>
<source>%2 - %1</source>
<translation>%2 - %1</translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="59"/>
<location filename="../UserInterface.cpp" line="194"/>
<location filename="../UserInterface.cpp" line="60"/>
<location filename="../UserInterface.cpp" line="195"/>
<source>Select Profile</source>
<translation>Sélectionner un profil</translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="304"/>
<location filename="../UserInterface.cpp" line="305"/>
<source>Open File...</source>
<translation>Ouvrir...</translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="350"/>
<location filename="../UserInterface.cpp" line="366"/>
<location filename="../UserInterface.cpp" line="393"/>
<location filename="../UserInterface.cpp" line="398"/>
<location filename="../UserInterface.cpp" line="351"/>
<location filename="../UserInterface.cpp" line="367"/>
<location filename="../UserInterface.cpp" line="394"/>
<location filename="../UserInterface.cpp" line="399"/>
<source>Open File</source>
<translation>Ouvrir</translation>
</message>
<message>
<location filename="../UserInterface.cpp" line="393"/>
<location filename="../UserInterface.cpp" line="394"/>
<source>Can&apos;t open %1 because of not valid file format</source>
<translation>Impossible d&apos;ouvrir %1, format invalide</translation>
</message>