Fix Qt6 Windows build, improve build success consistency
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Syping 2021-02-11 23:09:49 +01:00
parent dd9c4a7f16
commit 263e714022
12 changed files with 228 additions and 212 deletions

View File

@ -38,8 +38,10 @@
#endif
#ifdef Q_OS_WIN
#if QT_VERSION >= 0x050000
#include "dwmapi.h"
#endif
#endif
#ifdef Q_OS_MAC
#include <QStyleFactory>
@ -293,11 +295,20 @@ void PictureDialog::styliseDialog()
}
#ifdef Q_OS_WIN
#if QT_VERSION >= 0x050000
#if QT_VERSION >= 0x060000
bool PictureDialog::nativeEvent(const QByteArray &eventType, void *message, qintptr *result)
{
MSG *msg = reinterpret_cast<MSG*>(message);
if (msg->message == 0x031e || msg->message == 0x0320) {
styliseDialog();
}
return QWidget::nativeEvent(eventType, message, result);
}
#elif QT_VERSION >= 0x050000
bool PictureDialog::nativeEvent(const QByteArray &eventType, void *message, long *result)
{
MSG *msg = reinterpret_cast<MSG*>(message);
if (msg->message == WM_DWMCOMPOSITIONCHANGED || msg->message == WM_DWMCOLORIZATIONCOLORCHANGED) {
if (msg->message == 0x031e || msg->message == 0x0320) {
styliseDialog();
}
return QWidget::nativeEvent(eventType, message, result);

View File

@ -90,7 +90,9 @@ protected:
bool eventFilter(QObject *obj, QEvent *ev);
void mousePressEvent(QMouseEvent *ev);
#ifdef Q_OS_WIN
#if QT_VERSION >= 0x050000
#if QT_VERSION >= 0x060000
bool nativeEvent(const QByteArray &eventType, void *message, qintptr *result);
#elif QT_VERSION >= 0x050000
bool nativeEvent(const QByteArray &eventType, void *message, long *result);
#endif
#endif

View File

@ -19,7 +19,7 @@
QT += core gui network svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 4): greaterThan(QT_MINOR_VERSION, 1): win32: LIBS += -ldwmapi
greaterThan(QT_MAJOR_VERSION, 4): win32: LIBS += -ldwmapi
DEPLOYMENT.display_name = gta5view
TARGET = gta5view

View File

@ -103,7 +103,10 @@ int main(int argc, char *argv[])
}
#ifdef Q_OS_WIN
#if QT_VERSION >= 0x050400
#if QT_VERSION >= 0x060000
a.setFont(QApplication::font("QMenu"));
#elif QT_VERSION >= 0x050400
#else
if (QSysInfo::windowsVersion() >= 0x0080) {
a.setFont(QApplication::font("QMenu"));
}

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0">
<TS version="2.1">
<context>
<name>AboutDialog</name>
<message>
@ -192,21 +192,21 @@ Pictures and Savegames</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Snapmatic Image Editor</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<source>Patching of Snapmatic Image failed because of I/O Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Patching of Snapmatic Image failed because of Image Error</source>
<translation type="unfinished"></translation>
@ -1019,78 +1019,78 @@ Y: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../PictureDialog.cpp" line="176"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<source>Export as &amp;Picture...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="178"/>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<source>Export as &amp;Snapmatic...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../PictureDialog.cpp" line="179"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<source>&amp;Edit Properties...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="181"/>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<source>&amp;Overwrite Image...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="183"/>
<location filename="../PictureDialog.cpp" line="182"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<source>Open &amp;Map Viewer...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="185"/>
<location filename="../PictureDialog.cpp" line="184"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<source>Open &amp;JSON Editor...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="431"/>
<location filename="../PictureDialog.cpp" line="458"/>
<source>Key 1 - Avatar Preview Mode
Key 2 - Toggle Overlay
Arrow Keys - Navigate</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Snapmatic Picture Viewer</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Failed at %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="625"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="652"/>
<location filename="../SnapmaticEditor.cpp" line="246"/>
<source>No Players</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="604"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="631"/>
<source>No Crew</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="534"/>
<source>Unknown Location</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="560"/>
<location filename="../PictureDialog.cpp" line="587"/>
<source>Avatar Preview Mode
Press 1 for Default View</source>
<translation type="unfinished"></translation>
@ -1854,7 +1854,7 @@ Press 1 for Default View</source>
<location filename="../JsonEditorDialog.cpp" line="191"/>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../JsonEditorDialog.cpp" line="230"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Snapmatic Properties</source>
@ -1947,7 +1947,7 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Patching of Snapmatic Properties failed because of I/O Error</source>
@ -2235,22 +2235,22 @@ Press 1 for Default View</source>
<context>
<name>TelemetryDialog</name>
<message>
<location filename="../main.cpp" line="147"/>
<location filename="../main.cpp" line="150"/>
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="148"/>
<location filename="../main.cpp" line="151"/>
<source>%1 User Statistics</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="152"/>
<location filename="../main.cpp" line="155"/>
<source>Yes, I want include personal usage data.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="161"/>
<location filename="../main.cpp" line="164"/>
<source>&amp;OK</source>
<translation type="unfinished"></translation>
</message>

View File

@ -177,8 +177,8 @@ Snapmatic Bilder und Spielständen</translation>
<context>
<name>ImageEditorDialog</name>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Snapmatic Image Editor</source>
@ -210,13 +210,13 @@ Snapmatic Bilder und Spielständen</translation>
<translation>S&amp;chließen</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<source>Patching of Snapmatic Image failed because of I/O Error</source>
<translation>Patchen von Snapmatic Bild fehlgeschlagen wegen I/O Fehler</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Patching of Snapmatic Image failed because of Image Error</source>
<translation>Patchen von Snapmatic Bild fehlgeschlagen wegen Bild Fehler</translation>
@ -1060,37 +1060,37 @@ Y: %2</translation>
<translation>Exportieren</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../PictureDialog.cpp" line="176"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<source>Export as &amp;Picture...</source>
<translation>Als &amp;Bild exportieren...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="178"/>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<source>Export as &amp;Snapmatic...</source>
<translation>Als &amp;Snapmatic exportieren...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../PictureDialog.cpp" line="179"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<source>&amp;Edit Properties...</source>
<translation>Eigenschaften bearb&amp;eiten...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="181"/>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<source>&amp;Overwrite Image...</source>
<translation>Bild &amp;überschreiben...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="183"/>
<location filename="../PictureDialog.cpp" line="182"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<source>Open &amp;Map Viewer...</source>
<translation>&amp;Kartenansicht öffnen...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="431"/>
<location filename="../PictureDialog.cpp" line="458"/>
<source>Key 1 - Avatar Preview Mode
Key 2 - Toggle Overlay
Arrow Keys - Navigate</source>
@ -1099,37 +1099,37 @@ Taste 2 - Overlay umschalten
Pfeiltasten - Navigieren</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Snapmatic Picture Viewer</source>
<translation>Snapmatic Bildansicht</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Failed at %1</source>
<translation>Fehlgeschlagen beim %1</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="604"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="631"/>
<source>No Crew</source>
<translation>Keine Crew</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="625"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="652"/>
<location filename="../SnapmaticEditor.cpp" line="246"/>
<source>No Players</source>
<translation>Keine Spieler</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="560"/>
<location filename="../PictureDialog.cpp" line="587"/>
<source>Avatar Preview Mode
Press 1 for Default View</source>
<translation>Avatar Vorschaumodus
Drücke 1 für Standardmodus</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="534"/>
<source>Unknown Location</source>
<translation>Unbekannter Standort</translation>
</message>
@ -1231,7 +1231,7 @@ Drücke 1 für Standardmodus</translation>
<translation>Keine gültige Datei wurde ausgewählt</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="185"/>
<location filename="../PictureDialog.cpp" line="184"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<source>Open &amp;JSON Editor...</source>
<translation>&amp;JSON Editor öffnen...</translation>
@ -1906,7 +1906,7 @@ Drücke 1 für Standardmodus</translation>
<location filename="../JsonEditorDialog.cpp" line="191"/>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../JsonEditorDialog.cpp" line="230"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Snapmatic Properties</source>
@ -2057,7 +2057,7 @@ Drücke 1 für Standardmodus</translation>
</message>
<message>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Patching of Snapmatic Properties failed because of I/O Error</source>
@ -2287,22 +2287,22 @@ Drücke 1 für Standardmodus</translation>
<context>
<name>TelemetryDialog</name>
<message>
<location filename="../main.cpp" line="148"/>
<location filename="../main.cpp" line="151"/>
<source>%1 User Statistics</source>
<translation>%1 Benutzerstatistik</translation>
</message>
<message>
<location filename="../main.cpp" line="147"/>
<location filename="../main.cpp" line="150"/>
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
<translation>Sollen bei Einreichungen Persönliche Nutzungsdaten einbezogen werden um %1 in der Zukunft zu unterstützen?</translation>
</message>
<message>
<location filename="../main.cpp" line="152"/>
<location filename="../main.cpp" line="155"/>
<source>Yes, I want include personal usage data.</source>
<translation>Ja, ich möchte Persönliche Nutzungsdaten einbeziehen.</translation>
</message>
<message>
<location filename="../main.cpp" line="161"/>
<location filename="../main.cpp" line="164"/>
<source>&amp;OK</source>
<translation>&amp;OK</translation>
</message>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="en_US">
<TS version="2.1" language="en_US">
<context>
<name>AboutDialog</name>
<message>
@ -167,8 +167,8 @@ Pictures and Savegames</source>
<context>
<name>ImageEditorDialog</name>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Snapmatic Image Editor</source>
@ -200,13 +200,13 @@ Pictures and Savegames</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<source>Patching of Snapmatic Image failed because of I/O Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Patching of Snapmatic Image failed because of Image Error</source>
<translation type="unfinished"></translation>
@ -1019,72 +1019,72 @@ Y: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../PictureDialog.cpp" line="176"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<source>Export as &amp;Picture...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="178"/>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<source>Export as &amp;Snapmatic...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="181"/>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<source>&amp;Overwrite Image...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../PictureDialog.cpp" line="179"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<source>&amp;Edit Properties...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="183"/>
<location filename="../PictureDialog.cpp" line="182"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<source>Open &amp;Map Viewer...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="431"/>
<location filename="../PictureDialog.cpp" line="458"/>
<source>Key 1 - Avatar Preview Mode
Key 2 - Toggle Overlay
Arrow Keys - Navigate</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Snapmatic Picture Viewer</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Failed at %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="625"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="652"/>
<location filename="../SnapmaticEditor.cpp" line="246"/>
<source>No Players</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="604"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="631"/>
<source>No Crew</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="534"/>
<source>Unknown Location</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="560"/>
<location filename="../PictureDialog.cpp" line="587"/>
<source>Avatar Preview Mode
Press 1 for Default View</source>
<translation type="unfinished"></translation>
@ -1193,7 +1193,7 @@ Press 1 for Default View</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="185"/>
<location filename="../PictureDialog.cpp" line="184"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<source>Open &amp;JSON Editor...</source>
<translation type="unfinished"></translation>
@ -1854,7 +1854,7 @@ Press 1 for Default View</source>
<location filename="../JsonEditorDialog.cpp" line="191"/>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../JsonEditorDialog.cpp" line="230"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Snapmatic Properties</source>
@ -1999,7 +1999,7 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Patching of Snapmatic Properties failed because of I/O Error</source>
@ -2235,22 +2235,22 @@ Press 1 for Default View</source>
<context>
<name>TelemetryDialog</name>
<message>
<location filename="../main.cpp" line="147"/>
<location filename="../main.cpp" line="150"/>
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="148"/>
<location filename="../main.cpp" line="151"/>
<source>%1 User Statistics</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="152"/>
<location filename="../main.cpp" line="155"/>
<source>Yes, I want include personal usage data.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../main.cpp" line="161"/>
<location filename="../main.cpp" line="164"/>
<source>&amp;OK</source>
<translation type="unfinished"></translation>
</message>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="fr_FR">
<TS version="2.1" language="fr_FR">
<context>
<name>AboutDialog</name>
<message>
@ -178,8 +178,8 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation>
<context>
<name>ImageEditorDialog</name>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Snapmatic Image Editor</source>
@ -211,13 +211,13 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation>
<translation>&amp;Fermer</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<source>Patching of Snapmatic Image failed because of I/O Error</source>
<translation>Échec du patch Snapmatic : I/O Error</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Patching of Snapmatic Image failed because of Image Error</source>
<translation>Échec du patch Snapmatic : Image Error</translation>
@ -1141,37 +1141,37 @@ Y : %2</translation>
<translation>Fichier invalide</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../PictureDialog.cpp" line="176"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<source>Export as &amp;Picture...</source>
<translation>Exporter comme &amp;image...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="178"/>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<source>Export as &amp;Snapmatic...</source>
<translation>Exporter comme &amp;Snapmatic...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="181"/>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<source>&amp;Overwrite Image...</source>
<translation>&amp;Remplacer l&apos;image...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../PictureDialog.cpp" line="179"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<source>&amp;Edit Properties...</source>
<translation>Modifier les &amp;propriétés...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="183"/>
<location filename="../PictureDialog.cpp" line="182"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<source>Open &amp;Map Viewer...</source>
<translation>Ouvrir la &amp;Visionneuse de Carte...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="431"/>
<location filename="../PictureDialog.cpp" line="458"/>
<source>Key 1 - Avatar Preview Mode
Key 2 - Toggle Overlay
Arrow Keys - Navigate</source>
@ -1180,37 +1180,37 @@ Touche 2 - Activer/désactiver l&apos;overlay
Touches fléchées - Naviguer</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Snapmatic Picture Viewer</source>
<translation>Visionneuse de photo Snapmatic</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Failed at %1</source>
<translation>Echec de %1</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="604"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="631"/>
<source>No Crew</source>
<translation>Aucun crew</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="625"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="652"/>
<location filename="../SnapmaticEditor.cpp" line="246"/>
<source>No Players</source>
<translation>Aucun joueurs</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="560"/>
<location filename="../PictureDialog.cpp" line="587"/>
<source>Avatar Preview Mode
Press 1 for Default View</source>
<translation>Mode Aperçu Avatar
Appuyer sur 1 pour le mode par défaut</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="534"/>
<source>Unknown Location</source>
<translation>Emplacement inconnu</translation>
</message>
@ -1232,7 +1232,7 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Échec de l&apos;export de la photo Snapmatic</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="185"/>
<location filename="../PictureDialog.cpp" line="184"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<source>Open &amp;JSON Editor...</source>
<translation>Ouvrir l&apos;éditeur &amp;JSON...</translation>
@ -1916,7 +1916,7 @@ Appuyer sur 1 pour le mode par défaut</translation>
<location filename="../JsonEditorDialog.cpp" line="191"/>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../JsonEditorDialog.cpp" line="230"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Snapmatic Properties</source>
@ -2069,7 +2069,7 @@ Appuyer sur 1 pour le mode par défaut</translation>
</message>
<message>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Patching of Snapmatic Properties failed because of I/O Error</source>
@ -2299,22 +2299,22 @@ Appuyer sur 1 pour le mode par défaut</translation>
<context>
<name>TelemetryDialog</name>
<message>
<location filename="../main.cpp" line="147"/>
<location filename="../main.cpp" line="150"/>
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
<translation>Voulez-vous aider au développement de %1 en transmettant vos données d&apos;utilisation ?</translation>
</message>
<message>
<location filename="../main.cpp" line="148"/>
<location filename="../main.cpp" line="151"/>
<source>%1 User Statistics</source>
<translation>Statistiques utilisateurs %1</translation>
</message>
<message>
<location filename="../main.cpp" line="152"/>
<location filename="../main.cpp" line="155"/>
<source>Yes, I want include personal usage data.</source>
<translation>Oui, je veux partager mes données d&apos;utilisation.</translation>
</message>
<message>
<location filename="../main.cpp" line="161"/>
<location filename="../main.cpp" line="164"/>
<source>&amp;OK</source>
<translation>&amp;OK</translation>
</message>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="ko_KR">
<TS version="2.1" language="ko_KR">
<context>
<name>AboutDialog</name>
<message>
@ -202,21 +202,21 @@ Pictures and Savegames</source>
<translation>(&amp;C)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Snapmatic Image Editor</source>
<translation> </translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<source>Patching of Snapmatic Image failed because of I/O Error</source>
<translation>I/O .</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Patching of Snapmatic Image failed because of Image Error</source>
<translation> .</translation>
@ -1068,43 +1068,43 @@ Y: %2</translation>
<translation>(&amp;C)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../PictureDialog.cpp" line="176"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<source>Export as &amp;Picture...</source>
<translation> PC에 (&amp;P)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="178"/>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<source>Export as &amp;Snapmatic...</source>
<translation> PC에 (&amp;S)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../PictureDialog.cpp" line="179"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<source>&amp;Edit Properties...</source>
<translation> (&amp;E)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="181"/>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<source>&amp;Overwrite Image...</source>
<translation> (&amp;O)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="183"/>
<location filename="../PictureDialog.cpp" line="182"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<source>Open &amp;Map Viewer...</source>
<translation> (&amp;M)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="185"/>
<location filename="../PictureDialog.cpp" line="184"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<source>Open &amp;JSON Editor...</source>
<translation>JSON (&amp;J)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="431"/>
<location filename="../PictureDialog.cpp" line="458"/>
<source>Key 1 - Avatar Preview Mode
Key 2 - Toggle Overlay
Arrow Keys - Navigate</source>
@ -1113,35 +1113,35 @@ Arrow Keys - Navigate</source>
- </translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Snapmatic Picture Viewer</source>
<translation> </translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Failed at %1</source>
<translation>%1 .</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="625"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="652"/>
<location filename="../SnapmaticEditor.cpp" line="246"/>
<source>No Players</source>
<translation> </translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="604"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="631"/>
<source>No Crew</source>
<translation> </translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="534"/>
<source>Unknown Location</source>
<translation> </translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="560"/>
<location filename="../PictureDialog.cpp" line="587"/>
<source>Avatar Preview Mode
Press 1 for Default View</source>
<translation> .
@ -1934,7 +1934,7 @@ Press 1 for Default View</source>
<location filename="../JsonEditorDialog.cpp" line="191"/>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../JsonEditorDialog.cpp" line="230"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Snapmatic Properties</source>
@ -2027,7 +2027,7 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Patching of Snapmatic Properties failed because of I/O Error</source>
@ -2320,22 +2320,22 @@ Press 1 for Default View</source>
<context>
<name>TelemetryDialog</name>
<message>
<location filename="../main.cpp" line="147"/>
<location filename="../main.cpp" line="150"/>
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
<translation> %1() ?</translation>
</message>
<message>
<location filename="../main.cpp" line="148"/>
<location filename="../main.cpp" line="151"/>
<source>%1 User Statistics</source>
<translation>%1 </translation>
</message>
<message>
<location filename="../main.cpp" line="152"/>
<location filename="../main.cpp" line="155"/>
<source>Yes, I want include personal usage data.</source>
<translation>, .</translation>
</message>
<message>
<location filename="../main.cpp" line="161"/>
<location filename="../main.cpp" line="164"/>
<source>&amp;OK</source>
<translation>(&amp;O)</translation>
</message>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="ru_RU">
<TS version="2.1" language="ru_RU">
<context>
<name>AboutDialog</name>
<message>
@ -181,8 +181,8 @@ Pictures and Savegames</source>
<context>
<name>ImageEditorDialog</name>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Snapmatic Image Editor</source>
@ -214,13 +214,13 @@ Pictures and Savegames</source>
<translation>&amp;Закрыть</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<source>Patching of Snapmatic Image failed because of I/O Error</source>
<translation>Не удалось изменить картинку Snapmatic из-за ошибки ввода-вывода</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Patching of Snapmatic Image failed because of Image Error</source>
<translation>Не удалось изменить картинку Snapmatic из-за ошибки Image Error</translation>
@ -1071,37 +1071,37 @@ Y: %2</translation>
<translation>Экспортировать</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../PictureDialog.cpp" line="176"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<source>Export as &amp;Picture...</source>
<translation>Экспортировать как &amp;картинку...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="178"/>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<source>Export as &amp;Snapmatic...</source>
<translation>Экспортировать как &amp;Snapmatic...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="181"/>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<source>&amp;Overwrite Image...</source>
<translation>&amp;Перезаписать картинку...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../PictureDialog.cpp" line="179"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<source>&amp;Edit Properties...</source>
<translation>&amp;Изменить свойства...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="183"/>
<location filename="../PictureDialog.cpp" line="182"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<source>Open &amp;Map Viewer...</source>
<translation>Открыть &amp;карту...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="431"/>
<location filename="../PictureDialog.cpp" line="458"/>
<source>Key 1 - Avatar Preview Mode
Key 2 - Toggle Overlay
Arrow Keys - Navigate</source>
@ -1110,37 +1110,37 @@ Arrow Keys - Navigate</source>
Стрелки - Навигация</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Snapmatic Picture Viewer</source>
<translation>Просмотрщик фотографий Snapmatic</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Failed at %1</source>
<translation>Ошибка при %1</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="604"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="631"/>
<source>No Crew</source>
<translation>Вне банды</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="625"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="652"/>
<location filename="../SnapmaticEditor.cpp" line="246"/>
<source>No Players</source>
<translation>Игроков нет</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="560"/>
<location filename="../PictureDialog.cpp" line="587"/>
<source>Avatar Preview Mode
Press 1 for Default View</source>
<translation>Режим просмотра аватарок
Нажмите 1 для стандартного просмотра</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="534"/>
<source>Unknown Location</source>
<translation>Неизвестное место</translation>
</message>
@ -1242,7 +1242,7 @@ Press 1 for Default View</source>
<translation>Картинки Snapmatic (PGTA*)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="185"/>
<location filename="../PictureDialog.cpp" line="184"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<source>Open &amp;JSON Editor...</source>
<translation>Открыть &amp;редактор JSON...</translation>
@ -1921,7 +1921,7 @@ Press 1 for Default View</source>
<location filename="../JsonEditorDialog.cpp" line="191"/>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../JsonEditorDialog.cpp" line="230"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Snapmatic Properties</source>
@ -2072,7 +2072,7 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Patching of Snapmatic Properties failed because of I/O Error</source>
@ -2302,22 +2302,22 @@ Press 1 for Default View</source>
<context>
<name>TelemetryDialog</name>
<message>
<location filename="../main.cpp" line="147"/>
<location filename="../main.cpp" line="150"/>
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
<translation>Разрешишь нам собирать статистику о пользовании тобой %1? Это поможет нам в разработке.</translation>
</message>
<message>
<location filename="../main.cpp" line="148"/>
<location filename="../main.cpp" line="151"/>
<source>%1 User Statistics</source>
<translation>%1 Пользовательская статистика</translation>
</message>
<message>
<location filename="../main.cpp" line="152"/>
<location filename="../main.cpp" line="155"/>
<source>Yes, I want include personal usage data.</source>
<translation>Да, передавать данные о пользовании программой.</translation>
</message>
<message>
<location filename="../main.cpp" line="161"/>
<location filename="../main.cpp" line="164"/>
<source>&amp;OK</source>
<translation>&amp;ОК</translation>
</message>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="uk_UA">
<TS version="2.1" language="uk_UA">
<context>
<name>AboutDialog</name>
<message>
@ -205,21 +205,21 @@ Pictures and Savegames</source>
<translation>&amp;Закрити</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Snapmatic Image Editor</source>
<translation>Редактор Snapmatic зображень</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<source>Patching of Snapmatic Image failed because of I/O Error</source>
<translation>Виправлення Snapmatic зображення не вдалося через I/O Error</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Patching of Snapmatic Image failed because of Image Error</source>
<translation>Виправлення Snapmatic зображення не вдалося через помилку картинки</translation>
@ -1058,43 +1058,43 @@ Y: %2</translation>
<translation>&amp;Закрити</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../PictureDialog.cpp" line="176"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<source>Export as &amp;Picture...</source>
<translation>Експортувати як &amp;зображення...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="178"/>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<source>Export as &amp;Snapmatic...</source>
<translation>Експортувати як &amp;Snapmatic...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../PictureDialog.cpp" line="179"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<source>&amp;Edit Properties...</source>
<translation>&amp;Змінити властивості...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="181"/>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<source>&amp;Overwrite Image...</source>
<translation>&amp;Перезаписати зображення...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="183"/>
<location filename="../PictureDialog.cpp" line="182"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<source>Open &amp;Map Viewer...</source>
<translation>Відкрити &amp;карту...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="185"/>
<location filename="../PictureDialog.cpp" line="184"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<source>Open &amp;JSON Editor...</source>
<translation>Відкрити редактор &amp;JSON...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="431"/>
<location filename="../PictureDialog.cpp" line="458"/>
<source>Key 1 - Avatar Preview Mode
Key 2 - Toggle Overlay
Arrow Keys - Navigate</source>
@ -1103,35 +1103,35 @@ Arrow Keys - Navigate</source>
Стрілки - Навігація</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Snapmatic Picture Viewer</source>
<translation>Переглядач фотографій Snapmatic</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Failed at %1</source>
<translation>Помилка на%1</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="625"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="652"/>
<location filename="../SnapmaticEditor.cpp" line="246"/>
<source>No Players</source>
<translation>Гравців немає</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="604"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="631"/>
<source>No Crew</source>
<translation>Банди немає</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="534"/>
<source>Unknown Location</source>
<translation>Невідома локація</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="560"/>
<location filename="../PictureDialog.cpp" line="587"/>
<source>Avatar Preview Mode
Press 1 for Default View</source>
<translation>Режим для аватарок
@ -1919,7 +1919,7 @@ Press 1 for Default View</source>
<location filename="../JsonEditorDialog.cpp" line="191"/>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../JsonEditorDialog.cpp" line="230"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Snapmatic Properties</source>
@ -2012,7 +2012,7 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Patching of Snapmatic Properties failed because of I/O Error</source>
@ -2300,22 +2300,22 @@ Press 1 for Default View</source>
<context>
<name>TelemetryDialog</name>
<message>
<location filename="../main.cpp" line="147"/>
<location filename="../main.cpp" line="150"/>
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
<translation>Ви хочете допомогти %1 покращитись у майбутньому, включивши дані особистого користування?</translation>
</message>
<message>
<location filename="../main.cpp" line="148"/>
<location filename="../main.cpp" line="151"/>
<source>%1 User Statistics</source>
<translation>%1 Статистика користувачів</translation>
</message>
<message>
<location filename="../main.cpp" line="152"/>
<location filename="../main.cpp" line="155"/>
<source>Yes, I want include personal usage data.</source>
<translation>Так, я хочу включити дані особистого користування.</translation>
</message>
<message>
<location filename="../main.cpp" line="161"/>
<location filename="../main.cpp" line="164"/>
<source>&amp;OK</source>
<translatorcomment>&amp;OK</translatorcomment>
<translation>&amp;OK</translation>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="zh_TW">
<TS version="2.1" language="zh_TW">
<context>
<name>AboutDialog</name>
<message>
@ -201,21 +201,21 @@ Pictures and Savegames</source>
<translation>(&amp;C)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Snapmatic Image Editor</source>
<translation>Snapmatic </translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="821"/>
<location filename="../PictureDialog.cpp" line="843"/>
<location filename="../SnapmaticWidget.cpp" line="394"/>
<source>Patching of Snapmatic Image failed because of I/O Error</source>
<translation>I/O Snapmatic </translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="847"/>
<location filename="../PictureDialog.cpp" line="869"/>
<location filename="../SnapmaticWidget.cpp" line="422"/>
<source>Patching of Snapmatic Image failed because of Image Error</source>
<translation>Snapmatic </translation>
@ -1052,43 +1052,43 @@ Y: %2</translation>
<translation>(&amp;C)</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../PictureDialog.cpp" line="176"/>
<location filename="../ProfileInterface.cpp" line="1707"/>
<source>Export as &amp;Picture...</source>
<translation>(&amp;P)...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="178"/>
<location filename="../PictureDialog.cpp" line="177"/>
<location filename="../ProfileInterface.cpp" line="1708"/>
<source>Export as &amp;Snapmatic...</source>
<translation> Snapmatic(&amp;S)...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../PictureDialog.cpp" line="179"/>
<location filename="../ProfileInterface.cpp" line="1701"/>
<source>&amp;Edit Properties...</source>
<translation>(&amp;E) ...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="181"/>
<location filename="../PictureDialog.cpp" line="180"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<source>&amp;Overwrite Image...</source>
<translation>(&amp;O)...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="183"/>
<location filename="../PictureDialog.cpp" line="182"/>
<location filename="../ProfileInterface.cpp" line="1704"/>
<source>Open &amp;Map Viewer...</source>
<translation>(&amp;M)...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="185"/>
<location filename="../PictureDialog.cpp" line="184"/>
<location filename="../ProfileInterface.cpp" line="1705"/>
<source>Open &amp;JSON Editor...</source>
<translation> JSON (&amp;J)...</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="431"/>
<location filename="../PictureDialog.cpp" line="458"/>
<source>Key 1 - Avatar Preview Mode
Key 2 - Toggle Overlay
Arrow Keys - Navigate</source>
@ -1097,35 +1097,35 @@ Arrow Keys - Navigate</source>
- </translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Snapmatic Picture Viewer</source>
<translation>Snapmatic </translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="486"/>
<location filename="../PictureDialog.cpp" line="513"/>
<source>Failed at %1</source>
<translation>: %1</translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="625"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="652"/>
<location filename="../SnapmaticEditor.cpp" line="246"/>
<source>No Players</source>
<translation></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="604"/>
<location filename="../PictureDialog.cpp" line="534"/>
<location filename="../PictureDialog.cpp" line="631"/>
<source>No Crew</source>
<translation></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="507"/>
<location filename="../PictureDialog.cpp" line="534"/>
<source>Unknown Location</source>
<translation></translation>
</message>
<message>
<location filename="../PictureDialog.cpp" line="560"/>
<location filename="../PictureDialog.cpp" line="587"/>
<source>Avatar Preview Mode
Press 1 for Default View</source>
<translation>
@ -1901,7 +1901,7 @@ Press 1 for Default View</source>
<location filename="../JsonEditorDialog.cpp" line="191"/>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../JsonEditorDialog.cpp" line="230"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Snapmatic Properties</source>
@ -1994,7 +1994,7 @@ Press 1 for Default View</source>
</message>
<message>
<location filename="../JsonEditorDialog.cpp" line="197"/>
<location filename="../PictureDialog.cpp" line="742"/>
<location filename="../PictureDialog.cpp" line="764"/>
<location filename="../SnapmaticEditor.cpp" line="333"/>
<location filename="../SnapmaticWidget.cpp" line="456"/>
<source>Patching of Snapmatic Properties failed because of I/O Error</source>
@ -2282,22 +2282,22 @@ Press 1 for Default View</source>
<context>
<name>TelemetryDialog</name>
<message>
<location filename="../main.cpp" line="147"/>
<location filename="../main.cpp" line="150"/>
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
<translation> %1 ?</translation>
</message>
<message>
<location filename="../main.cpp" line="148"/>
<location filename="../main.cpp" line="151"/>
<source>%1 User Statistics</source>
<translation>%1 使</translation>
</message>
<message>
<location filename="../main.cpp" line="152"/>
<location filename="../main.cpp" line="155"/>
<source>Yes, I want include personal usage data.</source>
<translation>.</translation>
</message>
<message>
<location filename="../main.cpp" line="161"/>
<location filename="../main.cpp" line="164"/>
<source>&amp;OK</source>
<translation>(&amp;O)</translation>
</message>