rename project to gta5view
This commit is contained in:
parent
0317c814e5
commit
db5e71d400
10 changed files with 227 additions and 187 deletions
|
@ -11,7 +11,7 @@
|
|||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>About gta5sync</string>
|
||||
<string>About gta5view</string>
|
||||
</property>
|
||||
<property name="modal">
|
||||
<bool>true</bool>
|
||||
|
@ -26,9 +26,9 @@
|
|||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><span style=" font-weight:600;">gta5sync</span><br/>
|
||||
<string><span style=" font-weight:600;">gta5view</span><br/>
|
||||
<br/>
|
||||
A project for viewing and sync Grand Theft Auto V Snapmatic<br/>
|
||||
A project for viewing Grand Theft Auto V Snapmatic<br/>
|
||||
Pictures and Savegames<br/>
|
||||
<br/>
|
||||
Project version: %1<br/>
|
||||
|
@ -36,7 +36,7 @@ Project build: %4, %5<br/>
|
|||
Compiled with Qt %2<br/>
|
||||
Running with Qt %3<br/>
|
||||
<br/>
|
||||
Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></string>
|
||||
Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5view is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
|
@ -76,7 +76,8 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
|||
<string>&Close</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="dialog-close"/>
|
||||
<iconset theme="dialog-close">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -414,26 +414,6 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="tabSync">
|
||||
<attribute name="title">
|
||||
<string>Sync</string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="vlSync">
|
||||
<item>
|
||||
<widget class="QLabel" name="labSync">
|
||||
<property name="text">
|
||||
<string>Sync is not implemented at current time</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -463,7 +443,8 @@
|
|||
<string extracomment="OK, Cancel, Apply">&OK</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="dialog-ok"/>
|
||||
<iconset theme="dialog-ok">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -479,7 +460,8 @@
|
|||
<string extracomment="OK, Cancel, Apply">&Cancel</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="dialog-cancel"/>
|
||||
<iconset theme="dialog-cancel">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>gta5sync - %1</string>
|
||||
<string>gta5view - %1</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="cwUI">
|
||||
<layout class="QVBoxLayout" name="vlUI">
|
||||
|
@ -147,7 +147,8 @@
|
|||
<string>&Close</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="dialog-close"/>
|
||||
<iconset theme="dialog-close">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="autoDefault">
|
||||
<bool>true</bool>
|
||||
|
@ -220,7 +221,7 @@
|
|||
</widget>
|
||||
<action name="actionAbout_gta5sync">
|
||||
<property name="text">
|
||||
<string>&About gta5sync</string>
|
||||
<string>&About gta5view</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+P</string>
|
||||
|
|
2
config.h
2
config.h
|
@ -25,7 +25,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef GTA5SYNC_APPSTR
|
||||
#define GTA5SYNC_APPSTR "gta5sync"
|
||||
#define GTA5SYNC_APPSTR "gta5view"
|
||||
#endif
|
||||
|
||||
#ifndef GTA5SYNC_APPVER
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#/*****************************************************************************
|
||||
#* gta5sync GRAND THEFT AUTO V SYNC
|
||||
#* gta5view Grand Theft Auto V Profile Viewer
|
||||
#* Copyright (C) 2015-2016 Syping
|
||||
#*
|
||||
#* This program is free software: you can redistribute it and/or modify
|
||||
|
@ -21,8 +21,8 @@ QT += core gui network
|
|||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
greaterThan(QT_MAJOR_VERSION, 4): greaterThan(QT_MINOR_VERSION, 1): win32: QT += winextras
|
||||
|
||||
DEPLOYMENT.display_name = gta5sync
|
||||
TARGET = gta5sync
|
||||
DEPLOYMENT.display_name = gta5view
|
||||
TARGET = gta5view
|
||||
TEMPLATE = app
|
||||
|
||||
SOURCES += main.cpp \
|
|
@ -4,15 +4,19 @@
|
|||
<context>
|
||||
<name>AboutDialog</name>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="14"/>
|
||||
<source>About gta5sync</source>
|
||||
<translation>О программе gta5sync</translation>
|
||||
<translation type="vanished">О программе gta5sync</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="14"/>
|
||||
<source>About gta5view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="29"/>
|
||||
<source><span style=" font-weight:600;">gta5sync</span><br/>
|
||||
<source><span style=" font-weight:600;">gta5view</span><br/>
|
||||
<br/>
|
||||
A project for viewing and sync Grand Theft Auto V Snapmatic<br/>
|
||||
A project for viewing Grand Theft Auto V Snapmatic<br/>
|
||||
Pictures and Savegames<br/>
|
||||
<br/>
|
||||
Project version: %1<br/>
|
||||
|
@ -20,7 +24,7 @@ Project build: %4, %5<br/>
|
|||
Compiled with Qt %2<br/>
|
||||
Running with Qt %3<br/>
|
||||
<br/>
|
||||
Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></source>
|
||||
Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5view is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -240,23 +244,13 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="419"/>
|
||||
<source>Sync</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="425"/>
|
||||
<source>Sync is not implemented at current time</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="463"/>
|
||||
<location filename="../OptionsDialog.ui" line="443"/>
|
||||
<source>&OK</source>
|
||||
<extracomment>OK, Cancel, Apply</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="479"/>
|
||||
<location filename="../OptionsDialog.ui" line="460"/>
|
||||
<source>&Cancel</source>
|
||||
<extracomment>OK, Cancel, Apply</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1087,9 +1081,8 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
|||
<context>
|
||||
<name>UserInterface</name>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="20"/>
|
||||
<source>gta5sync - %1</source>
|
||||
<translation>gta5sync - %1</translation>
|
||||
<translation type="vanished">gta5sync - %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="74"/>
|
||||
|
@ -1102,98 +1095,93 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="176"/>
|
||||
<location filename="../UserInterface.ui" line="177"/>
|
||||
<source>&File</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="186"/>
|
||||
<location filename="../UserInterface.ui" line="187"/>
|
||||
<source>&Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="192"/>
|
||||
<location filename="../UserInterface.ui" line="193"/>
|
||||
<source>&Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="198"/>
|
||||
<location filename="../UserInterface.ui" line="199"/>
|
||||
<source>&Profile</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="223"/>
|
||||
<source>&About gta5sync</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="235"/>
|
||||
<location filename="../UserInterface.ui" line="236"/>
|
||||
<source>&Exit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="238"/>
|
||||
<location filename="../UserInterface.ui" line="239"/>
|
||||
<source>Exit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="246"/>
|
||||
<location filename="../UserInterface.ui" line="247"/>
|
||||
<source>Close &Profile</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="249"/>
|
||||
<location filename="../UserInterface.ui" line="250"/>
|
||||
<source>Ctrl+End</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="258"/>
|
||||
<location filename="../UserInterface.ui" line="259"/>
|
||||
<source>&Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="293"/>
|
||||
<location filename="../UserInterface.ui" line="294"/>
|
||||
<source>Ctrl+Del</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="298"/>
|
||||
<location filename="../UserInterface.ui" line="299"/>
|
||||
<source>&Import files...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="301"/>
|
||||
<location filename="../UserInterface.ui" line="302"/>
|
||||
<source>Ctrl+I</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="314"/>
|
||||
<location filename="../UserInterface.ui" line="315"/>
|
||||
<location filename="../UserInterface.cpp" line="125"/>
|
||||
<source>Select &GTA V Folder...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="320"/>
|
||||
<location filename="../UserInterface.ui" line="321"/>
|
||||
<source>Ctrl+G</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="325"/>
|
||||
<location filename="../UserInterface.ui" line="326"/>
|
||||
<source>Show In-gam&e</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="328"/>
|
||||
<location filename="../UserInterface.ui" line="329"/>
|
||||
<source>Shift+E</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="333"/>
|
||||
<location filename="../UserInterface.ui" line="334"/>
|
||||
<source>Hi&de In-game</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="336"/>
|
||||
<location filename="../UserInterface.ui" line="337"/>
|
||||
<source>Shift+D</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1203,27 +1191,37 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="202"/>
|
||||
<location filename="../UserInterface.ui" line="20"/>
|
||||
<source>gta5view - %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="203"/>
|
||||
<source>&Selection visibility</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="266"/>
|
||||
<location filename="../UserInterface.ui" line="224"/>
|
||||
<source>&About gta5view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="267"/>
|
||||
<source>Select &All</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="274"/>
|
||||
<location filename="../UserInterface.ui" line="275"/>
|
||||
<source>&Deselect All</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="282"/>
|
||||
<location filename="../UserInterface.ui" line="283"/>
|
||||
<source>&Export selected...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="290"/>
|
||||
<location filename="../UserInterface.ui" line="291"/>
|
||||
<source>&Remove selected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1240,7 +1238,7 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
|||
<translation type="obsolete">О программе gta5sync</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="269"/>
|
||||
<location filename="../UserInterface.ui" line="270"/>
|
||||
<source>Ctrl+A</source>
|
||||
<translation>Ctrl+A</translation>
|
||||
</message>
|
||||
|
@ -1249,37 +1247,37 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
|||
<translation type="obsolete">Закрыть</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="241"/>
|
||||
<location filename="../UserInterface.ui" line="242"/>
|
||||
<source>Ctrl+Q</source>
|
||||
<translation>Ctrl+Q</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="226"/>
|
||||
<location filename="../UserInterface.ui" line="227"/>
|
||||
<source>Ctrl+P</source>
|
||||
<translation>Ctrl+P</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="306"/>
|
||||
<location filename="../UserInterface.ui" line="307"/>
|
||||
<source>&Open File...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="309"/>
|
||||
<location filename="../UserInterface.ui" line="310"/>
|
||||
<source>Ctrl+O</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="261"/>
|
||||
<location filename="../UserInterface.ui" line="262"/>
|
||||
<source>Ctrl+S</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="285"/>
|
||||
<location filename="../UserInterface.ui" line="286"/>
|
||||
<source>Ctrl+E</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="277"/>
|
||||
<location filename="../UserInterface.ui" line="278"/>
|
||||
<source>Ctrl+D</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1290,7 +1288,7 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="317"/>
|
||||
<location filename="../UserInterface.ui" line="318"/>
|
||||
<location filename="../OptionsDialog.cpp" line="431"/>
|
||||
<location filename="../UserInterface.cpp" line="74"/>
|
||||
<location filename="../UserInterface.cpp" line="448"/>
|
||||
|
|
10
res/app.rc
10
res/app.rc
|
@ -20,12 +20,12 @@ BEGIN
|
|||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "Syping"
|
||||
VALUE "FileDescription", "gta5sync\0"
|
||||
VALUE "FileDescription", "gta5view\0"
|
||||
VALUE "FileVersion", "1.0.0.0\0"
|
||||
VALUE "InternalName", "gta5sync\0"
|
||||
VALUE "LegalCopyright", "Copyright © 2015-2016 Syping\0"
|
||||
VALUE "OriginalFilename", "gta5sync.exe\0"
|
||||
VALUE "ProductName", "gta5sync\0"
|
||||
VALUE "InternalName", "gta5view\0"
|
||||
VALUE "LegalCopyright", "Copyright © 2016 Syping\0"
|
||||
VALUE "OriginalFilename", "gta5view.exe\0"
|
||||
VALUE "ProductName", "gta5view\0"
|
||||
VALUE "ProductVersion", "1.0.0.0\0"
|
||||
END
|
||||
END
|
||||
|
|
Binary file not shown.
|
@ -4,12 +4,10 @@
|
|||
<context>
|
||||
<name>AboutDialog</name>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="14"/>
|
||||
<source>About gta5sync</source>
|
||||
<translation>Über gta5sync</translation>
|
||||
<translation type="vanished">Über gta5sync</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="29"/>
|
||||
<source><span style=" font-weight:600;">gta5sync</span><br/>
|
||||
<br/>
|
||||
A project for viewing and sync Grand Theft Auto V Snapmatic<br/>
|
||||
|
@ -21,7 +19,7 @@ Compiled with Qt %2<br/>
|
|||
Running with Qt %3<br/>
|
||||
<br/>
|
||||
Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></source>
|
||||
<translation><span style=" font-weight:600;">gta5sync</span><br/>
|
||||
<translation type="vanished"><span style=" font-weight:600;">gta5sync</span><br/>
|
||||
<br/>
|
||||
Ein Projekt zum ansehen und synchronisieren von<br/>
|
||||
Grand Theft Auto V Snapmatic Bilder und Spielständen<br/>
|
||||
|
@ -54,6 +52,36 @@ Gebaut mit Qt %2<br/>
|
|||
Läuft auf Qt %3<br/>
|
||||
<br/>
|
||||
Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is lizenziert unter <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="14"/>
|
||||
<source>About gta5view</source>
|
||||
<translation>Über gta5view</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="29"/>
|
||||
<source><span style=" font-weight:600;">gta5view</span><br/>
|
||||
<br/>
|
||||
A project for viewing Grand Theft Auto V Snapmatic<br/>
|
||||
Pictures and Savegames<br/>
|
||||
<br/>
|
||||
Project version: %1<br/>
|
||||
Project build: %4, %5<br/>
|
||||
Compiled with Qt %2<br/>
|
||||
Running with Qt %3<br/>
|
||||
<br/>
|
||||
Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5view is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></source>
|
||||
<translation><span style=" font-weight:600;">gta5view</span><br/>
|
||||
<br/>
|
||||
Ein Projekt zum ansehen von<br/>
|
||||
Grand Theft Auto V Snapmatic Bilder und Spielständen<br/>
|
||||
<br/>
|
||||
Projektversion: %1<br/>
|
||||
Projektbau: %4, %5<br/>
|
||||
Gebaut mit Qt %2<br/>
|
||||
Läuft auf Qt %3<br/>
|
||||
<br/>
|
||||
Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5view ist lizenziert unter <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="76"/>
|
||||
|
@ -316,23 +344,21 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
|||
<translation>Sprache</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="419"/>
|
||||
<source>Sync</source>
|
||||
<translation>Sync</translation>
|
||||
<translation type="vanished">Sync</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="425"/>
|
||||
<source>Sync is not implemented at current time</source>
|
||||
<translation>Sync wurde bisher nicht implementiert</translation>
|
||||
<translation type="vanished">Sync wurde bisher nicht implementiert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="463"/>
|
||||
<location filename="../OptionsDialog.ui" line="443"/>
|
||||
<source>&OK</source>
|
||||
<extracomment>OK, Cancel, Apply</extracomment>
|
||||
<translation>&OK</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="479"/>
|
||||
<location filename="../OptionsDialog.ui" line="460"/>
|
||||
<source>&Cancel</source>
|
||||
<extracomment>OK, Cancel, Apply</extracomment>
|
||||
<translation>Abbre&chen</translation>
|
||||
|
@ -1410,9 +1436,8 @@ Exportieren als:</translation>
|
|||
<translation type="obsolete">GTA V Sync</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="20"/>
|
||||
<source>gta5sync - %1</source>
|
||||
<translation>gta5sync - %1</translation>
|
||||
<translation type="vanished">gta5sync - %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File</source>
|
||||
|
@ -1435,7 +1460,7 @@ Exportieren als:</translation>
|
|||
<translation type="obsolete">Über gta5sync</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="269"/>
|
||||
<location filename="../UserInterface.ui" line="270"/>
|
||||
<source>Ctrl+A</source>
|
||||
<translation>Strg+A</translation>
|
||||
</message>
|
||||
|
@ -1448,7 +1473,7 @@ Exportieren als:</translation>
|
|||
<translation type="obsolete">Optionen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="309"/>
|
||||
<location filename="../UserInterface.ui" line="310"/>
|
||||
<source>Ctrl+O</source>
|
||||
<translation>Strg+O</translation>
|
||||
</message>
|
||||
|
@ -1457,7 +1482,7 @@ Exportieren als:</translation>
|
|||
<translation type="obsolete">Alles auswählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="261"/>
|
||||
<location filename="../UserInterface.ui" line="262"/>
|
||||
<source>Ctrl+S</source>
|
||||
<translation>Strg+S</translation>
|
||||
</message>
|
||||
|
@ -1474,7 +1499,7 @@ Exportieren als:</translation>
|
|||
<translation type="obsolete">Auswahl exportieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="285"/>
|
||||
<location filename="../UserInterface.ui" line="286"/>
|
||||
<source>Ctrl+E</source>
|
||||
<translation>Strg+E</translation>
|
||||
</message>
|
||||
|
@ -1483,27 +1508,32 @@ Exportieren als:</translation>
|
|||
<translation type="obsolete">Auswahl löschen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="277"/>
|
||||
<location filename="../UserInterface.ui" line="278"/>
|
||||
<source>Ctrl+D</source>
|
||||
<translation>Strg+D</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="238"/>
|
||||
<location filename="../UserInterface.ui" line="239"/>
|
||||
<source>Exit</source>
|
||||
<translation>Beenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="202"/>
|
||||
<location filename="../UserInterface.ui" line="203"/>
|
||||
<source>&Selection visibility</source>
|
||||
<translation>Auswahl &Sichtbarkeit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="235"/>
|
||||
<location filename="../UserInterface.ui" line="224"/>
|
||||
<source>&About gta5view</source>
|
||||
<translation>&Über gta5view</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="236"/>
|
||||
<source>&Exit</source>
|
||||
<translation>B&eenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="241"/>
|
||||
<location filename="../UserInterface.ui" line="242"/>
|
||||
<source>Ctrl+Q</source>
|
||||
<translation>Strg+Q</translation>
|
||||
</message>
|
||||
|
@ -1512,28 +1542,33 @@ Exportieren als:</translation>
|
|||
<source>Select profile</source>
|
||||
<translation>Profil auswählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="20"/>
|
||||
<source>gta5view - %1</source>
|
||||
<translation>gta5view - %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="105"/>
|
||||
<source>%1 %2</source>
|
||||
<translation>%1 %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="176"/>
|
||||
<location filename="../UserInterface.ui" line="177"/>
|
||||
<source>&File</source>
|
||||
<translation>&Datei</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="186"/>
|
||||
<location filename="../UserInterface.ui" line="187"/>
|
||||
<source>&Help</source>
|
||||
<translation>&Hilfe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="192"/>
|
||||
<location filename="../UserInterface.ui" line="193"/>
|
||||
<source>&Edit</source>
|
||||
<translation>Bearb&eiten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="198"/>
|
||||
<location filename="../UserInterface.ui" line="199"/>
|
||||
<source>&Profile</source>
|
||||
<translation>&Profil</translation>
|
||||
</message>
|
||||
|
@ -1542,48 +1577,47 @@ Exportieren als:</translation>
|
|||
<translation type="vanished">Auswahl Sichtbarkeit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="223"/>
|
||||
<source>&About gta5sync</source>
|
||||
<translation>&Über gta5sync</translation>
|
||||
<translation type="vanished">&Über gta5sync</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="246"/>
|
||||
<location filename="../UserInterface.ui" line="247"/>
|
||||
<source>Close &Profile</source>
|
||||
<translation>&Profil schließen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="249"/>
|
||||
<location filename="../UserInterface.ui" line="250"/>
|
||||
<source>Ctrl+End</source>
|
||||
<translation>Strg+Ende</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="293"/>
|
||||
<location filename="../UserInterface.ui" line="294"/>
|
||||
<source>Ctrl+Del</source>
|
||||
<translation>Strg+Entf</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="306"/>
|
||||
<location filename="../UserInterface.ui" line="307"/>
|
||||
<source>&Open File...</source>
|
||||
<translation>Datei &öffnen...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="314"/>
|
||||
<location filename="../UserInterface.ui" line="315"/>
|
||||
<location filename="../UserInterface.cpp" line="125"/>
|
||||
<source>Select &GTA V Folder...</source>
|
||||
<translation>Wähle &GTA V Ordner...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="320"/>
|
||||
<location filename="../UserInterface.ui" line="321"/>
|
||||
<source>Ctrl+G</source>
|
||||
<translation>Strg+G</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="325"/>
|
||||
<location filename="../UserInterface.ui" line="326"/>
|
||||
<source>Show In-gam&e</source>
|
||||
<translation>Im Spiel anzeig&en</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="333"/>
|
||||
<location filename="../UserInterface.ui" line="334"/>
|
||||
<source>Hi&de In-game</source>
|
||||
<translation>Im Spiel ausblen&den</translation>
|
||||
</message>
|
||||
|
@ -1596,7 +1630,7 @@ Exportieren als:</translation>
|
|||
<translation type="vanished">Im Spiel aktivier&en</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="328"/>
|
||||
<location filename="../UserInterface.ui" line="329"/>
|
||||
<source>Shift+E</source>
|
||||
<translation>Umschalt+E</translation>
|
||||
</message>
|
||||
|
@ -1605,7 +1639,7 @@ Exportieren als:</translation>
|
|||
<translation type="vanished">Im Spiel &deaktivieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="336"/>
|
||||
<location filename="../UserInterface.ui" line="337"/>
|
||||
<source>Shift+D</source>
|
||||
<translation>Umschalt+D</translation>
|
||||
</message>
|
||||
|
@ -1619,7 +1653,7 @@ Exportieren als:</translation>
|
|||
<translation type="obsolete">&Profil auswählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="226"/>
|
||||
<location filename="../UserInterface.ui" line="227"/>
|
||||
<source>Ctrl+P</source>
|
||||
<translation>Strg+P</translation>
|
||||
</message>
|
||||
|
@ -1628,27 +1662,27 @@ Exportieren als:</translation>
|
|||
<translation type="obsolete">&Optionen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="258"/>
|
||||
<location filename="../UserInterface.ui" line="259"/>
|
||||
<source>&Settings</source>
|
||||
<translation>Ein&stellungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="266"/>
|
||||
<location filename="../UserInterface.ui" line="267"/>
|
||||
<source>Select &All</source>
|
||||
<translation>&Alles auswählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="274"/>
|
||||
<location filename="../UserInterface.ui" line="275"/>
|
||||
<source>&Deselect All</source>
|
||||
<translation>Alles a&bwählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="282"/>
|
||||
<location filename="../UserInterface.ui" line="283"/>
|
||||
<source>&Export selected...</source>
|
||||
<translation>Auswahl &exportieren...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="290"/>
|
||||
<location filename="../UserInterface.ui" line="291"/>
|
||||
<source>&Remove selected</source>
|
||||
<translation>Auswahl entfe&rnen</translation>
|
||||
</message>
|
||||
|
@ -1657,12 +1691,12 @@ Exportieren als:</translation>
|
|||
<translation type="obsolete">Strg+R</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="298"/>
|
||||
<location filename="../UserInterface.ui" line="299"/>
|
||||
<source>&Import files...</source>
|
||||
<translation>Dateien &importieren...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="301"/>
|
||||
<location filename="../UserInterface.ui" line="302"/>
|
||||
<source>Ctrl+I</source>
|
||||
<translation>Strg+I</translation>
|
||||
</message>
|
||||
|
@ -1677,7 +1711,7 @@ Exportieren als:</translation>
|
|||
<translation>Profil auswählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="317"/>
|
||||
<location filename="../UserInterface.ui" line="318"/>
|
||||
<location filename="../OptionsDialog.cpp" line="431"/>
|
||||
<location filename="../UserInterface.cpp" line="74"/>
|
||||
<location filename="../UserInterface.cpp" line="448"/>
|
||||
|
|
|
@ -4,12 +4,10 @@
|
|||
<context>
|
||||
<name>AboutDialog</name>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="14"/>
|
||||
<source>About gta5sync</source>
|
||||
<translation>À propos de gta5sync</translation>
|
||||
<translation type="vanished">À propos de gta5sync</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="29"/>
|
||||
<source><span style=" font-weight:600;">gta5sync</span><br/>
|
||||
<br/>
|
||||
A project for viewing and sync Grand Theft Auto V Snapmatic<br/>
|
||||
|
@ -21,7 +19,7 @@ Compiled with Qt %2<br/>
|
|||
Running with Qt %3<br/>
|
||||
<br/>
|
||||
Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></source>
|
||||
<translation><span style=" font-weight:600;">gta5sync</span><br/>
|
||||
<translation type="vanished"><span style=" font-weight:600;">gta5sync</span><br/>
|
||||
<br/>
|
||||
Un outil pour gérer et synchroniser les photos Snapmatic<br/>
|
||||
et les fichiers de sauvegarde de Grand Theft Auto V<br/>
|
||||
|
@ -34,6 +32,26 @@ Fonctionne avec Qt %3<br/>
|
|||
Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>
|
||||
gta5sync est distribué sous license <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="14"/>
|
||||
<source>About gta5view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="29"/>
|
||||
<source><span style=" font-weight:600;">gta5view</span><br/>
|
||||
<br/>
|
||||
A project for viewing Grand Theft Auto V Snapmatic<br/>
|
||||
Pictures and Savegames<br/>
|
||||
<br/>
|
||||
Project version: %1<br/>
|
||||
Project build: %4, %5<br/>
|
||||
Compiled with Qt %2<br/>
|
||||
Running with Qt %3<br/>
|
||||
<br/>
|
||||
Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5view is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../AboutDialog.ui" line="76"/>
|
||||
<source>&Close</source>
|
||||
|
@ -243,23 +261,21 @@ gta5sync est distribué sous license <a href="https://www.gnu.org/licens
|
|||
<translation>Langue</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="419"/>
|
||||
<source>Sync</source>
|
||||
<translation>Synchronisation</translation>
|
||||
<translation type="vanished">Synchronisation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="425"/>
|
||||
<source>Sync is not implemented at current time</source>
|
||||
<translation>La synchronisation n'est pas encore implémentée</translation>
|
||||
<translation type="vanished">La synchronisation n'est pas encore implémentée</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="463"/>
|
||||
<location filename="../OptionsDialog.ui" line="443"/>
|
||||
<source>&OK</source>
|
||||
<extracomment>OK, Cancel, Apply</extracomment>
|
||||
<translation>&OK</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="479"/>
|
||||
<location filename="../OptionsDialog.ui" line="460"/>
|
||||
<source>&Cancel</source>
|
||||
<extracomment>OK, Cancel, Apply</extracomment>
|
||||
<translation>&Annuler</translation>
|
||||
|
@ -1029,9 +1045,8 @@ gta5sync est distribué sous license <a href="https://www.gnu.org/licens
|
|||
<context>
|
||||
<name>UserInterface</name>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="20"/>
|
||||
<source>gta5sync - %1</source>
|
||||
<translation>gta5sync - %1</translation>
|
||||
<translation type="vanished">gta5sync - %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="74"/>
|
||||
|
@ -1054,138 +1069,137 @@ gta5sync est distribué sous license <a href="https://www.gnu.org/licens
|
|||
<translation>Fer&mer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="176"/>
|
||||
<location filename="../UserInterface.ui" line="177"/>
|
||||
<source>&File</source>
|
||||
<translation>&Fichier</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="186"/>
|
||||
<location filename="../UserInterface.ui" line="187"/>
|
||||
<source>&Help</source>
|
||||
<translation>Ai&de</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="192"/>
|
||||
<location filename="../UserInterface.ui" line="193"/>
|
||||
<source>&Edit</source>
|
||||
<translation>&Éditer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="198"/>
|
||||
<location filename="../UserInterface.ui" line="199"/>
|
||||
<source>&Profile</source>
|
||||
<translation>&Profil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="223"/>
|
||||
<source>&About gta5sync</source>
|
||||
<translation>&À propos de gta5sync</translation>
|
||||
<translation type="vanished">&À propos de gta5sync</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="226"/>
|
||||
<location filename="../UserInterface.ui" line="227"/>
|
||||
<source>Ctrl+P</source>
|
||||
<translation>Ctrl+P</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="235"/>
|
||||
<location filename="../UserInterface.ui" line="236"/>
|
||||
<source>&Exit</source>
|
||||
<translation>&Quitter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="238"/>
|
||||
<location filename="../UserInterface.ui" line="239"/>
|
||||
<source>Exit</source>
|
||||
<translation>Quitter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="241"/>
|
||||
<location filename="../UserInterface.ui" line="242"/>
|
||||
<source>Ctrl+Q</source>
|
||||
<translation>Ctrl+Q</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="246"/>
|
||||
<location filename="../UserInterface.ui" line="247"/>
|
||||
<source>Close &Profile</source>
|
||||
<translation>Fermer le &profil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="249"/>
|
||||
<location filename="../UserInterface.ui" line="250"/>
|
||||
<source>Ctrl+End</source>
|
||||
<translation>Ctrl + Fin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="258"/>
|
||||
<location filename="../UserInterface.ui" line="259"/>
|
||||
<source>&Settings</source>
|
||||
<translation>Paramètre&s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="261"/>
|
||||
<location filename="../UserInterface.ui" line="262"/>
|
||||
<source>Ctrl+S</source>
|
||||
<translation>Ctrl+S</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="266"/>
|
||||
<location filename="../UserInterface.ui" line="267"/>
|
||||
<source>Select &All</source>
|
||||
<translation>Sélectionner &tout</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="269"/>
|
||||
<location filename="../UserInterface.ui" line="270"/>
|
||||
<source>Ctrl+A</source>
|
||||
<translation>Ctrl+A</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="274"/>
|
||||
<location filename="../UserInterface.ui" line="275"/>
|
||||
<source>&Deselect All</source>
|
||||
<translation>&Désélectionner tout</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="277"/>
|
||||
<location filename="../UserInterface.ui" line="278"/>
|
||||
<source>Ctrl+D</source>
|
||||
<translation>Ctrl+D</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="282"/>
|
||||
<location filename="../UserInterface.ui" line="283"/>
|
||||
<source>&Export selected...</source>
|
||||
<translation>&Exporter la sélection...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="285"/>
|
||||
<location filename="../UserInterface.ui" line="286"/>
|
||||
<source>Ctrl+E</source>
|
||||
<translation>Ctrl+E</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="290"/>
|
||||
<location filename="../UserInterface.ui" line="291"/>
|
||||
<source>&Remove selected</source>
|
||||
<translation>&Supprimer la sélection</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="293"/>
|
||||
<location filename="../UserInterface.ui" line="294"/>
|
||||
<source>Ctrl+Del</source>
|
||||
<translation>Ctrl+Del</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="298"/>
|
||||
<location filename="../UserInterface.ui" line="299"/>
|
||||
<source>&Import files...</source>
|
||||
<translation>&Importer...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="301"/>
|
||||
<location filename="../UserInterface.ui" line="302"/>
|
||||
<source>Ctrl+I</source>
|
||||
<translation>Ctrl+I</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="306"/>
|
||||
<location filename="../UserInterface.ui" line="307"/>
|
||||
<source>&Open File...</source>
|
||||
<translation>&Ouvrir...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="309"/>
|
||||
<location filename="../UserInterface.ui" line="310"/>
|
||||
<source>Ctrl+O</source>
|
||||
<translation>Ctrl+O</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="314"/>
|
||||
<location filename="../UserInterface.ui" line="315"/>
|
||||
<location filename="../UserInterface.cpp" line="125"/>
|
||||
<source>Select &GTA V Folder...</source>
|
||||
<translation>Modifier l'emplacement de &GTA V...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="317"/>
|
||||
<location filename="../UserInterface.ui" line="318"/>
|
||||
<location filename="../OptionsDialog.cpp" line="431"/>
|
||||
<location filename="../UserInterface.cpp" line="74"/>
|
||||
<location filename="../UserInterface.cpp" line="448"/>
|
||||
|
@ -1193,32 +1207,42 @@ gta5sync est distribué sous license <a href="https://www.gnu.org/licens
|
|||
<translation>Modifier l'emplacement de GTA V...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="320"/>
|
||||
<location filename="../UserInterface.ui" line="321"/>
|
||||
<source>Ctrl+G</source>
|
||||
<translation>Ctrl+G</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="325"/>
|
||||
<location filename="../UserInterface.ui" line="326"/>
|
||||
<source>Show In-gam&e</source>
|
||||
<translation>Rendre visible &en jeu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="328"/>
|
||||
<location filename="../UserInterface.ui" line="329"/>
|
||||
<source>Shift+E</source>
|
||||
<translation>Shift+E</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="202"/>
|
||||
<location filename="../UserInterface.ui" line="203"/>
|
||||
<source>&Selection visibility</source>
|
||||
<translation>&Visibilité de la sélection</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="333"/>
|
||||
<location filename="../UserInterface.ui" line="20"/>
|
||||
<source>gta5view - %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="224"/>
|
||||
<source>&About gta5view</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="334"/>
|
||||
<source>Hi&de In-game</source>
|
||||
<translation>Ren&dre invisible en jeu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../UserInterface.ui" line="336"/>
|
||||
<location filename="../UserInterface.ui" line="337"/>
|
||||
<source>Shift+D</source>
|
||||
<translation>Shift+D</translation>
|
||||
</message>
|
||||
|
|
Loading…
Reference in a new issue