gta5view 1.6.2
This commit is contained in:
parent
90265d23b8
commit
8cada11fb8
24 changed files with 453 additions and 66 deletions
|
@ -21,7 +21,7 @@ mkdir -p /usr/share/gta5view && \
|
||||||
|
|
||||||
# Starting build
|
# Starting build
|
||||||
cd qt5 && \
|
cd qt5 && \
|
||||||
qmake -qt=5 -spec linux-clang GTA5SYNC_PREFIX=/usr QMAKE_CXXFLAGS+=-std=gnu++11 ${QMAKE_FLAGS_QT5} ${QMAKE_BUILD_TYPE} "DEFINES+=GTA5SYNC_BUILDCODE=\\\\\\\"${PACKAGE_CODE}\\\\\\\"" "DEFINES+=GTA5SYNC_APPVER=\\\\\\\"${APPLICATION_VERSION}\\\\\\\"" "DEFINES+=GTA5SYNC_COMMIT=\\\\\\\"${APPLICATION_COMMIT}\\\\\\\"" DEFINES+=GTA5SYNC_QCONF DEFINES+=GTA5SYNC_TELEMETRY "DEFINES+=GTA5SYNC_TELEMETRY_WEBURL=\\\\\\\"https://dev.syping.de/gta5view-userstats/\\\\\\\"" ../../gta5view.pro && \
|
qmake -qt=5 -spec linux-clang GTA5SYNC_PREFIX=/usr QMAKE_CXXFLAGS+=-std=gnu++11 ${QMAKE_FLAGS_QT5} ${QMAKE_BUILD_TYPE} "DEFINES+=GTA5SYNC_BUILDCODE=\\\\\\\"${PACKAGE_CODE}\\\\\\\"" "DEFINES+=GTA5SYNC_APPVER=\\\\\\\"${APPLICATION_VERSION}\\\\\\\"" "DEFINES+=GTA5SYNC_COMMIT=\\\\\\\"${APPLICATION_COMMIT}\\\\\\\"" DEFINES+=GTA5SYNC_QCONF DEFINES+=GTA5SYNC_TELEMETRY "DEFINES+=GTA5SYNC_TELEMETRY_WEBURL=\\\\\\\"https://dev.syping.de/gta5view-userstats/\\\\\\\"" DEFINES+=GTA5SYNC_DONATION "DEFINES+=GTA5SYNC_DONATION_EMAIL=\\\\\\\"paypal/at/syping.de\\\\\\\"" ../../gta5view.pro && \
|
||||||
make depend && \
|
make depend && \
|
||||||
make -j 4 && \
|
make -j 4 && \
|
||||||
checkinstall -D --default --nodoc --install=no --pkgname=gta5view-qt5 --pkgversion=${PACKAGE_VERSION} --pkgrelease=${PACKAGE_BUILD} --pkggroup=utility --maintainer="Syping \<dpkg@syping.de\>" --requires=libqt5core5a,libqt5gui5,libqt5network5,libqt5widgets5,qttranslations5-l10n --conflicts=gta5view,gta5view-qt4 --replaces=gta5view,gta5view-qt4 --pakdir=${PROJECT_DIR}/assets && \
|
checkinstall -D --default --nodoc --install=no --pkgname=gta5view-qt5 --pkgversion=${PACKAGE_VERSION} --pkgrelease=${PACKAGE_BUILD} --pkggroup=utility --maintainer="Syping \<dpkg@syping.de\>" --requires=libqt5core5a,libqt5gui5,libqt5network5,libqt5widgets5,qttranslations5-l10n --conflicts=gta5view,gta5view-qt4 --replaces=gta5view,gta5view-qt4 --pakdir=${PROJECT_DIR}/assets && \
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
!define APP_NAME "gta5view"
|
!define APP_NAME "gta5view"
|
||||||
!define COMP_NAME "Syping"
|
!define COMP_NAME "Syping"
|
||||||
!define WEB_SITE "https://gta5view.syping.de/"
|
!define WEB_SITE "https://gta5view.syping.de/"
|
||||||
!define VERSION "1.6.1.0"
|
!define VERSION "1.6.2.0"
|
||||||
!define COPYRIGHT "Copyright © 2016-2018 Syping"
|
!define COPYRIGHT "Copyright © 2016-2018 Syping"
|
||||||
!define DESCRIPTION "Grand Theft Auto V Savegame and Snapmatic Viewer/Editor"
|
!define DESCRIPTION "Grand Theft Auto V Savegame and Snapmatic Viewer/Editor"
|
||||||
!define INSTALLER_NAME "gta5view_setup.exe"
|
!define INSTALLER_NAME "gta5view_setup.exe"
|
||||||
|
|
|
@ -12,7 +12,7 @@ mkdir -p assets && \
|
||||||
|
|
||||||
# Starting build
|
# Starting build
|
||||||
cd build && \
|
cd build && \
|
||||||
qmake-static ${QMAKE_FLAGS_QT5} ${QMAKE_BUILD_TYPE} "DEFINES+=GTA5SYNC_BUILDCODE=\\\\\\\"${PACKAGE_CODE}\\\\\\\"" "DEFINES+=GTA5SYNC_APPVER=\\\\\\\"${APPLICATION_VERSION}\\\\\\\"" "DEFINES+=GTA5SYNC_COMMIT=\\\\\\\"${APPLICATION_COMMIT}\\\\\\\"" DEFINES+=GTA5SYNC_TELEMETRY "DEFINES+=GTA5SYNC_TELEMETRY_WEBURL=\\\\\\\"https://dev.syping.de/gta5view-userstats/\\\\\\\"" ../gta5view.pro && \
|
qmake-static ${QMAKE_FLAGS_QT5} ${QMAKE_BUILD_TYPE} "DEFINES+=GTA5SYNC_BUILDCODE=\\\\\\\"${PACKAGE_CODE}\\\\\\\"" "DEFINES+=GTA5SYNC_APPVER=\\\\\\\"${APPLICATION_VERSION}\\\\\\\"" "DEFINES+=GTA5SYNC_COMMIT=\\\\\\\"${APPLICATION_COMMIT}\\\\\\\"" DEFINES+=GTA5SYNC_TELEMETRY "DEFINES+=GTA5SYNC_TELEMETRY_WEBURL=\\\\\\\"https://dev.syping.de/gta5view-userstats/\\\\\\\"" DEFINES+=GTA5SYNC_DONATION "DEFINES+=GTA5SYNC_DONATION_EMAIL=\\\\\\\"paypal/at/syping.de\\\\\\\"" ../gta5view.pro && \
|
||||||
make depend && \
|
make depend && \
|
||||||
make -j 4 && \
|
make -j 4 && \
|
||||||
cp -Rf release/*.exe ${PROJECT_DIR}/assets/${GTA5VIEW_EXECUTABLE} && \
|
cp -Rf release/*.exe ${PROJECT_DIR}/assets/${GTA5VIEW_EXECUTABLE} && \
|
||||||
|
|
|
@ -12,7 +12,7 @@ mkdir -p assets && \
|
||||||
|
|
||||||
# Starting build
|
# Starting build
|
||||||
cd build && \
|
cd build && \
|
||||||
qmake ${QMAKE_FLAGS_QT5} ${QMAKE_BUILD_TYPE} "DEFINES+=GTA5SYNC_BUILDCODE=\\\\\\\"${PACKAGE_CODE}\\\\\\\"" "DEFINES+=GTA5SYNC_APPVER=\\\\\\\"${APPLICATION_VERSION}\\\\\\\"" "DEFINES+=GTA5SYNC_COMMIT=\\\\\\\"${APPLICATION_COMMIT}\\\\\\\"" DEFINES+=GTA5SYNC_TELEMETRY "DEFINES+=GTA5SYNC_TELEMETRY_WEBURL=\\\\\\\"https://dev.syping.de/gta5view-userstats/\\\\\\\"" DEFINES+=GTA5SYNC_QCONF DEFINES+=GTA5SYNC_INLANG='\\\"RUNDIR:SEPARATOR:lang\\\"' DEFINES+=GTA5SYNC_LANG='\\\"RUNDIR:SEPARATOR:lang\\\"' DEFINES+=GTA5SYNC_PLUG='\\\"RUNDIR:SEPARATOR:plugins\\\"' ../gta5view.pro && \
|
qmake ${QMAKE_FLAGS_QT5} ${QMAKE_BUILD_TYPE} "DEFINES+=GTA5SYNC_BUILDCODE=\\\\\\\"${PACKAGE_CODE}\\\\\\\"" "DEFINES+=GTA5SYNC_APPVER=\\\\\\\"${APPLICATION_VERSION}\\\\\\\"" "DEFINES+=GTA5SYNC_COMMIT=\\\\\\\"${APPLICATION_COMMIT}\\\\\\\"" DEFINES+=GTA5SYNC_TELEMETRY "DEFINES+=GTA5SYNC_TELEMETRY_WEBURL=\\\\\\\"https://dev.syping.de/gta5view-userstats/\\\\\\\"" DEFINES+=GTA5SYNC_DONATION "DEFINES+=GTA5SYNC_DONATION_EMAIL=\\\\\\\"paypal/at/syping.de\\\\\\\"" DEFINES+=GTA5SYNC_QCONF DEFINES+=GTA5SYNC_INLANG='\\\"RUNDIR:SEPARATOR:lang\\\"' DEFINES+=GTA5SYNC_LANG='\\\"RUNDIR:SEPARATOR:lang\\\"' DEFINES+=GTA5SYNC_PLUG='\\\"RUNDIR:SEPARATOR:plugins\\\"' ../gta5view.pro && \
|
||||||
make depend && \
|
make depend && \
|
||||||
make -j 4 && \
|
make -j 4 && \
|
||||||
cd ${PROJECT_DIR}/assets && \
|
cd ${PROJECT_DIR}/assets && \
|
||||||
|
|
2
config.h
2
config.h
|
@ -44,7 +44,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef GTA5SYNC_APPVER
|
#ifndef GTA5SYNC_APPVER
|
||||||
#define GTA5SYNC_APPVER "1.6.1"
|
#define GTA5SYNC_APPVER "1.6.2"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __cplusplus
|
#if __cplusplus
|
||||||
|
|
80
dnr/DonationDialog.cpp
Normal file
80
dnr/DonationDialog.cpp
Normal file
|
@ -0,0 +1,80 @@
|
||||||
|
/*****************************************************************************
|
||||||
|
* gta5view Grand Theft Auto V Profile Viewer
|
||||||
|
* Copyright (C) 2018 Syping
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#include "TranslationClass.h"
|
||||||
|
#include "DonationDialog.h"
|
||||||
|
#include "config.h"
|
||||||
|
#include <QSettings>
|
||||||
|
#include <QDebug>
|
||||||
|
|
||||||
|
DonationDialog::DonationDialog(QWidget *parent) : QDialog(parent)
|
||||||
|
{
|
||||||
|
setWindowFlags(windowFlags()^Qt::WindowContextHelpButtonHint);
|
||||||
|
setWindowTitle(tr("Donate"));
|
||||||
|
setLayout(&layout);
|
||||||
|
titleLabel.setText(tr("<h4>Hello, thank you for using %1!</h4>").arg(GTA5SYNC_APPSTR));
|
||||||
|
layout.addWidget(&titleLabel);
|
||||||
|
informationLabel.setText(tr("When you think %1 is useful for you, you should consider donate for support future development.").arg(GTA5SYNC_APPSTR));
|
||||||
|
informationLabel.setWordWrap(true);
|
||||||
|
layout.addWidget(&informationLabel);
|
||||||
|
donateLabel.setText(QString("<a href=\"%1\"><img src=\":/img/donate.png\"></a>").arg(donateUrl()));
|
||||||
|
donateLabel.setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Expanding);
|
||||||
|
donateLabel.setOpenExternalLinks(true);
|
||||||
|
layout.addWidget(&donateLabel);
|
||||||
|
layout.addLayout(&buttomLayout);
|
||||||
|
showAgainBox.setChecked(true);
|
||||||
|
showAgainBox.setText(tr("Show Again"));
|
||||||
|
showAgainBox.setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||||
|
buttomLayout.addWidget(&showAgainBox);
|
||||||
|
closeButton.setText(tr("&Close"));
|
||||||
|
connect(&closeButton, SIGNAL(clicked()), this, SLOT(close()));
|
||||||
|
buttomLayout.addWidget(&closeButton);
|
||||||
|
resize(((double)sizeHint().width() * 1.5), sizeHint().height());
|
||||||
|
}
|
||||||
|
|
||||||
|
DonationDialog::~DonationDialog()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void DonationDialog::closeEvent(QCloseEvent *ev)
|
||||||
|
{
|
||||||
|
QSettings settings(GTA5SYNC_APPVENDOR, GTA5SYNC_APPSTR);
|
||||||
|
settings.beginGroup("Startup");
|
||||||
|
settings.setValue("ShowDonation", showAgainBox.isChecked());
|
||||||
|
settings.endGroup();
|
||||||
|
ev->accept();
|
||||||
|
}
|
||||||
|
|
||||||
|
QString DonationDialog::donateUrl()
|
||||||
|
{
|
||||||
|
QString donationUrl;
|
||||||
|
QString currencyCode = QLocale::system().currencySymbol(QLocale::CurrencyIsoCode);
|
||||||
|
if (currencyCode == "EUR")
|
||||||
|
{
|
||||||
|
donationUrl = QString("https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=%1&item_name=Donation+for+%2&item_number=%3+Version¤cy_code=EUR").arg(QString(GTA5SYNC_DONATION_EMAIL).replace("/at/", "@"), QString(GTA5SYNC_APPSTR).replace(" ", "+"), QString(GTA5SYNC_BUILDCODE).replace(" ", "+"));
|
||||||
|
}
|
||||||
|
else if (currencyCode == "GBP")
|
||||||
|
{
|
||||||
|
donationUrl = QString("https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=%1&item_name=Donation+for+%2&item_number=%3+Version¤cy_code=GBP").arg(QString(GTA5SYNC_DONATION_EMAIL).replace("/at/", "@"), QString(GTA5SYNC_APPSTR).replace(" ", "+"), QString(GTA5SYNC_BUILDCODE).replace(" ", "+"));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
donationUrl = QString("https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=%1&item_name=Donation+for+%2&item_number=%3+Version¤cy_code=USD").arg(QString(GTA5SYNC_DONATION_EMAIL).replace("/at/", "@"), QString(GTA5SYNC_APPSTR).replace(" ", "+"), QString(GTA5SYNC_BUILDCODE).replace(" ", "+"));
|
||||||
|
}
|
||||||
|
return donationUrl;
|
||||||
|
}
|
57
dnr/DonationDialog.h
Normal file
57
dnr/DonationDialog.h
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
/*****************************************************************************
|
||||||
|
* gta5view Grand Theft Auto V Profile Viewer
|
||||||
|
* Copyright (C) 2018 Syping
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef DONATIONDIALOG_H
|
||||||
|
#define DONATIONDIALOG_H
|
||||||
|
|
||||||
|
#include <QLabel>
|
||||||
|
#include <QDialog>
|
||||||
|
#include <QString>
|
||||||
|
#include <QCheckBox>
|
||||||
|
#include <QCloseEvent>
|
||||||
|
#include <QHBoxLayout>
|
||||||
|
#include <QVBoxLayout>
|
||||||
|
#include <QPushButton>
|
||||||
|
#include <QSpacerItem>
|
||||||
|
|
||||||
|
namespace Ui {
|
||||||
|
class DonationDialog;
|
||||||
|
}
|
||||||
|
|
||||||
|
class DonationDialog : public QDialog
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
public:
|
||||||
|
explicit DonationDialog(QWidget *parent = nullptr);
|
||||||
|
~DonationDialog();
|
||||||
|
|
||||||
|
protected:
|
||||||
|
void closeEvent(QCloseEvent *ev);
|
||||||
|
|
||||||
|
private:
|
||||||
|
QString donateUrl();
|
||||||
|
QVBoxLayout layout;
|
||||||
|
QLabel titleLabel;
|
||||||
|
QLabel informationLabel;
|
||||||
|
QLabel donateLabel;
|
||||||
|
QCheckBox showAgainBox;
|
||||||
|
QHBoxLayout buttomLayout;
|
||||||
|
QPushButton closeButton;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // DONATIONDIALOG_H
|
11
gta5view.pro
11
gta5view.pro
|
@ -64,6 +64,7 @@ SOURCES += main.cpp \
|
||||||
TranslationClass.cpp \
|
TranslationClass.cpp \
|
||||||
UserInterface.cpp \
|
UserInterface.cpp \
|
||||||
anpro/imagecropper.cpp \
|
anpro/imagecropper.cpp \
|
||||||
|
dnr/DonationDialog.cpp \
|
||||||
pcg/pcg_basic.c \
|
pcg/pcg_basic.c \
|
||||||
tmext/TelemetryClassAuthenticator.cpp \
|
tmext/TelemetryClassAuthenticator.cpp \
|
||||||
uimod/JSHighlighter.cpp \
|
uimod/JSHighlighter.cpp \
|
||||||
|
@ -108,6 +109,7 @@ HEADERS += \
|
||||||
anpro/imagecropper.h \
|
anpro/imagecropper.h \
|
||||||
anpro/imagecropper_e.h \
|
anpro/imagecropper_e.h \
|
||||||
anpro/imagecropper_p.h \
|
anpro/imagecropper_p.h \
|
||||||
|
dnr/DonationDialog.h \
|
||||||
pcg/pcg_basic.h \
|
pcg/pcg_basic.h \
|
||||||
tmext/TelemetryClassAuthenticator.h \
|
tmext/TelemetryClassAuthenticator.h \
|
||||||
uimod/JSHighlighter.h \
|
uimod/JSHighlighter.h \
|
||||||
|
@ -158,7 +160,7 @@ DISTFILES += res/app.rc \
|
||||||
res/gta5view.png \
|
res/gta5view.png \
|
||||||
lang/README.txt
|
lang/README.txt
|
||||||
|
|
||||||
INCLUDEPATH += ./anpro ./pcg ./tmext ./uimod
|
INCLUDEPATH += ./anpro ./dnr ./pcg ./tmext ./uimod
|
||||||
|
|
||||||
# GTA5SYNC/GTA5VIEW ONLY
|
# GTA5SYNC/GTA5VIEW ONLY
|
||||||
|
|
||||||
|
@ -235,6 +237,13 @@ contains(DEFINES, GTA5SYNC_QCONF){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# DONATION BASED STUFF
|
||||||
|
|
||||||
|
!contains(DEFINES, GTA5SYNC_DONATION){
|
||||||
|
SOURCES -= dnr/DonationDialog.cpp
|
||||||
|
HEADERS -= dnr/DonationDialog.h
|
||||||
|
}
|
||||||
|
|
||||||
# TELEMETRY BASED STUFF
|
# TELEMETRY BASED STUFF
|
||||||
|
|
||||||
!contains(DEFINES, GTA5SYNC_TELEMETRY){
|
!contains(DEFINES, GTA5SYNC_TELEMETRY){
|
||||||
|
|
16
main.cpp
16
main.cpp
|
@ -63,6 +63,10 @@
|
||||||
#include "TelemetryClass.h"
|
#include "TelemetryClass.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef GTA5SYNC_DONATION
|
||||||
|
#include "DonationDialog.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
QApplication a(argc, argv);
|
QApplication a(argc, argv);
|
||||||
|
@ -312,5 +316,17 @@ int main(int argc, char *argv[])
|
||||||
uiWindow.show();
|
uiWindow.show();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef GTA5SYNC_DONATION
|
||||||
|
settings.beginGroup("Startup");
|
||||||
|
bool showDonation = settings.value("ShowDonation", true).toBool();
|
||||||
|
settings.endGroup();
|
||||||
|
if (showDonation)
|
||||||
|
{
|
||||||
|
DonationDialog *donorDialog = new DonationDialog();
|
||||||
|
donorDialog->show();
|
||||||
|
QObject::connect(donorDialog, SIGNAL(finished(int)), donorDialog, SLOT(deleteLater()));
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
return a.exec();
|
return a.exec();
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
<file>avatararea.png</file>
|
<file>avatararea.png</file>
|
||||||
<file>avatarareaimport.png</file>
|
<file>avatarareaimport.png</file>
|
||||||
<file>back.png</file>
|
<file>back.png</file>
|
||||||
|
<file>donate.png</file>
|
||||||
<file>empty1x16.png</file>
|
<file>empty1x16.png</file>
|
||||||
<file>mappreview.jpg</file>
|
<file>mappreview.jpg</file>
|
||||||
<file>next.png</file>
|
<file>next.png</file>
|
||||||
|
|
|
@ -7,8 +7,8 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view.exe.manifest"
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1, 6, 1, 0
|
FILEVERSION 1, 6, 2, 0
|
||||||
PRODUCTVERSION 1, 6, 1, 0
|
PRODUCTVERSION 1, 6, 2, 0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
FILEFLAGS 0
|
FILEFLAGS 0
|
||||||
FILEOS VOS_NT_WINDOWS32
|
FILEOS VOS_NT_WINDOWS32
|
||||||
|
@ -25,12 +25,12 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Syping"
|
VALUE "CompanyName", "Syping"
|
||||||
VALUE "FileDescription", "gta5view"
|
VALUE "FileDescription", "gta5view"
|
||||||
VALUE "FileVersion", "1.6.1"
|
VALUE "FileVersion", "1.6.2"
|
||||||
VALUE "InternalName", "gta5view"
|
VALUE "InternalName", "gta5view"
|
||||||
VALUE "LegalCopyright", "Copyright © 2016-2018 Syping"
|
VALUE "LegalCopyright", "Copyright © 2016-2018 Syping"
|
||||||
VALUE "OriginalFilename", "gta5view.exe"
|
VALUE "OriginalFilename", "gta5view.exe"
|
||||||
VALUE "ProductName", "gta5view"
|
VALUE "ProductName", "gta5view"
|
||||||
VALUE "ProductVersion", "1.6.1"
|
VALUE "ProductVersion", "1.6.2"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
BIN
res/donate.png
Normal file
BIN
res/donate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -100,6 +100,34 @@ Pictures and Savegames</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>DonationDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="28"/>
|
||||||
|
<source>Donate</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="30"/>
|
||||||
|
<source><h4>Hello, thank you for using %1!</h4></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="32"/>
|
||||||
|
<source>When you think %1 is useful for you, you should consider donate for support future development.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="41"/>
|
||||||
|
<source>Show Again</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="44"/>
|
||||||
|
<source>&Close</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>ExportDialog</name>
|
<name>ExportDialog</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -1649,17 +1677,17 @@ Press 1 for Default View</source>
|
||||||
<context>
|
<context>
|
||||||
<name>QApplication</name>
|
<name>QApplication</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Selected Font: %1</source>
|
<source>Selected Font: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="138"/>
|
<location filename="../main.cpp" line="142"/>
|
||||||
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2236,22 +2264,22 @@ Press 1 for Default View</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TelemetryDialog</name>
|
<name>TelemetryDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="167"/>
|
<location filename="../main.cpp" line="171"/>
|
||||||
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="168"/>
|
<location filename="../main.cpp" line="172"/>
|
||||||
<source>%1 User Statistics</source>
|
<source>%1 User Statistics</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="172"/>
|
<location filename="../main.cpp" line="176"/>
|
||||||
<source>Yes, I want include personal usage data.</source>
|
<source>Yes, I want include personal usage data.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="181"/>
|
<location filename="../main.cpp" line="185"/>
|
||||||
<source>&OK</source>
|
<source>&OK</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
Binary file not shown.
|
@ -110,6 +110,34 @@ Snapmatic Bilder und Spielständen</translation>
|
||||||
<translation>Keine Crew</translation>
|
<translation>Keine Crew</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>DonationDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="28"/>
|
||||||
|
<source>Donate</source>
|
||||||
|
<translation>Spenden</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="30"/>
|
||||||
|
<source><h4>Hello, thank you for using %1!</h4></source>
|
||||||
|
<translation><h4>Hallo, danke für das Benutzen von %1</h1></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="32"/>
|
||||||
|
<source>When you think %1 is useful for you, you should consider donate for support future development.</source>
|
||||||
|
<translation>Wenn du denkst das %1 für dich nützlich ist, solltest du in Erwägung ziehen für zukünftige Entwicklung zu spenden.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="41"/>
|
||||||
|
<source>Show Again</source>
|
||||||
|
<translation>Wieder anzeigen</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="44"/>
|
||||||
|
<source>&Close</source>
|
||||||
|
<translation>S&chließen</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>ExportDialog</name>
|
<name>ExportDialog</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -1672,17 +1700,17 @@ Drücke 1 für Standardmodus</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>QApplication</name>
|
<name>QApplication</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>Schrift</translation>
|
<translation>Schrift</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Selected Font: %1</source>
|
<source>Selected Font: %1</source>
|
||||||
<translation>Ausgewähle Schrift: %1</translation>
|
<translation>Ausgewähle Schrift: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="138"/>
|
<location filename="../main.cpp" line="142"/>
|
||||||
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
||||||
<translation><h4>Willkommen zu %1!</h4>Möchtest du %1 einstellen bevor du es nutzt?</translation>
|
<translation><h4>Willkommen zu %1!</h4>Möchtest du %1 einstellen bevor du es nutzt?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2261,22 +2289,22 @@ Drücke 1 für Standardmodus</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>TelemetryDialog</name>
|
<name>TelemetryDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="168"/>
|
<location filename="../main.cpp" line="172"/>
|
||||||
<source>%1 User Statistics</source>
|
<source>%1 User Statistics</source>
|
||||||
<translation>%1 Benutzerstatistik</translation>
|
<translation>%1 Benutzerstatistik</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="167"/>
|
<location filename="../main.cpp" line="171"/>
|
||||||
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
<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>
|
<translation>Sollen bei Einreichungen Persönliche Nutzungsdaten einbezogen werden um %1 in der Zukunft zu unterstützen?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="172"/>
|
<location filename="../main.cpp" line="176"/>
|
||||||
<source>Yes, I want include personal usage data.</source>
|
<source>Yes, I want include personal usage data.</source>
|
||||||
<translation>Ja, ich möchte Persönliche Nutzungsdaten einbeziehen.</translation>
|
<translation>Ja, ich möchte Persönliche Nutzungsdaten einbeziehen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="181"/>
|
<location filename="../main.cpp" line="185"/>
|
||||||
<source>&OK</source>
|
<source>&OK</source>
|
||||||
<translation>&OK</translation>
|
<translation>&OK</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -100,6 +100,34 @@ Pictures and Savegames</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>DonationDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="28"/>
|
||||||
|
<source>Donate</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="30"/>
|
||||||
|
<source><h4>Hello, thank you for using %1!</h4></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="32"/>
|
||||||
|
<source>When you think %1 is useful for you, you should consider donate for support future development.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="41"/>
|
||||||
|
<source>Show Again</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="44"/>
|
||||||
|
<source>&Close</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>ExportDialog</name>
|
<name>ExportDialog</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -1649,17 +1677,17 @@ Press 1 for Default View</source>
|
||||||
<context>
|
<context>
|
||||||
<name>QApplication</name>
|
<name>QApplication</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Selected Font: %1</source>
|
<source>Selected Font: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="138"/>
|
<location filename="../main.cpp" line="142"/>
|
||||||
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2236,22 +2264,22 @@ Press 1 for Default View</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TelemetryDialog</name>
|
<name>TelemetryDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="167"/>
|
<location filename="../main.cpp" line="171"/>
|
||||||
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="168"/>
|
<location filename="../main.cpp" line="172"/>
|
||||||
<source>%1 User Statistics</source>
|
<source>%1 User Statistics</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="172"/>
|
<location filename="../main.cpp" line="176"/>
|
||||||
<source>Yes, I want include personal usage data.</source>
|
<source>Yes, I want include personal usage data.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="181"/>
|
<location filename="../main.cpp" line="185"/>
|
||||||
<source>&OK</source>
|
<source>&OK</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -100,6 +100,34 @@ Pictures and Savegames</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>DonationDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="28"/>
|
||||||
|
<source>Donate</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="30"/>
|
||||||
|
<source><h4>Hello, thank you for using %1!</h4></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="32"/>
|
||||||
|
<source>When you think %1 is useful for you, you should consider donate for support future development.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="41"/>
|
||||||
|
<source>Show Again</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="44"/>
|
||||||
|
<source>&Close</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>ExportDialog</name>
|
<name>ExportDialog</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -1649,17 +1677,17 @@ Press 1 for Default View</source>
|
||||||
<context>
|
<context>
|
||||||
<name>QApplication</name>
|
<name>QApplication</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Selected Font: %1</source>
|
<source>Selected Font: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="138"/>
|
<location filename="../main.cpp" line="142"/>
|
||||||
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2236,22 +2264,22 @@ Press 1 for Default View</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TelemetryDialog</name>
|
<name>TelemetryDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="167"/>
|
<location filename="../main.cpp" line="171"/>
|
||||||
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="168"/>
|
<location filename="../main.cpp" line="172"/>
|
||||||
<source>%1 User Statistics</source>
|
<source>%1 User Statistics</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="172"/>
|
<location filename="../main.cpp" line="176"/>
|
||||||
<source>Yes, I want include personal usage data.</source>
|
<source>Yes, I want include personal usage data.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="181"/>
|
<location filename="../main.cpp" line="185"/>
|
||||||
<source>&OK</source>
|
<source>&OK</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -110,6 +110,34 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation>
|
||||||
<translation>Aucun crew</translation>
|
<translation>Aucun crew</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>DonationDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="28"/>
|
||||||
|
<source>Donate</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="30"/>
|
||||||
|
<source><h4>Hello, thank you for using %1!</h4></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="32"/>
|
||||||
|
<source>When you think %1 is useful for you, you should consider donate for support future development.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="41"/>
|
||||||
|
<source>Show Again</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="44"/>
|
||||||
|
<source>&Close</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>ExportDialog</name>
|
<name>ExportDialog</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -1673,17 +1701,17 @@ Appuyer sur 1 pour le mode par défaut</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>QApplication</name>
|
<name>QApplication</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>Police</translation>
|
<translation>Police</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Selected Font: %1</source>
|
<source>Selected Font: %1</source>
|
||||||
<translation>Police sélectionnée : %1</translation>
|
<translation>Police sélectionnée : %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="138"/>
|
<location filename="../main.cpp" line="142"/>
|
||||||
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
||||||
<translation><h4>Bienvenue sur %1!</h4>Voulez-vous configurer %1 avant de l'utiliser t?</translation>
|
<translation><h4>Bienvenue sur %1!</h4>Voulez-vous configurer %1 avant de l'utiliser t?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2264,22 +2292,22 @@ Appuyer sur 1 pour le mode par défaut</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>TelemetryDialog</name>
|
<name>TelemetryDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="167"/>
|
<location filename="../main.cpp" line="171"/>
|
||||||
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
<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'utilisation ?</translation>
|
<translation>Voulez-vous aider au développement de %1 en transmettant vos données d'utilisation ?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="168"/>
|
<location filename="../main.cpp" line="172"/>
|
||||||
<source>%1 User Statistics</source>
|
<source>%1 User Statistics</source>
|
||||||
<translation>Statistiques utilisateurs %1</translation>
|
<translation>Statistiques utilisateurs %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="172"/>
|
<location filename="../main.cpp" line="176"/>
|
||||||
<source>Yes, I want include personal usage data.</source>
|
<source>Yes, I want include personal usage data.</source>
|
||||||
<translation>Oui, je veux partager mes données d'utilisation.</translation>
|
<translation>Oui, je veux partager mes données d'utilisation.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="181"/>
|
<location filename="../main.cpp" line="185"/>
|
||||||
<source>&OK</source>
|
<source>&OK</source>
|
||||||
<translation>&OK</translation>
|
<translation>&OK</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
Binary file not shown.
|
@ -112,6 +112,34 @@ Pictures and Savegames</source>
|
||||||
<translation>Вне банды</translation>
|
<translation>Вне банды</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>DonationDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="28"/>
|
||||||
|
<source>Donate</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="30"/>
|
||||||
|
<source><h4>Hello, thank you for using %1!</h4></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="32"/>
|
||||||
|
<source>When you think %1 is useful for you, you should consider donate for support future development.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="41"/>
|
||||||
|
<source>Show Again</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="44"/>
|
||||||
|
<source>&Close</source>
|
||||||
|
<translation type="unfinished">&Закрыть</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>ExportDialog</name>
|
<name>ExportDialog</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -1687,17 +1715,17 @@ Press 1 for Default View</source>
|
||||||
<context>
|
<context>
|
||||||
<name>QApplication</name>
|
<name>QApplication</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>Шрифт</translation>
|
<translation>Шрифт</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Selected Font: %1</source>
|
<source>Selected Font: %1</source>
|
||||||
<translation>Выбранный шрифт: %1</translation>
|
<translation>Выбранный шрифт: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="138"/>
|
<location filename="../main.cpp" line="142"/>
|
||||||
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
||||||
<translation><h4>Добро пожаловать в %1!</h4>Хочешь изменить настройки %1 перед использованием?</translation>
|
<translation><h4>Добро пожаловать в %1!</h4>Хочешь изменить настройки %1 перед использованием?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2276,22 +2304,22 @@ Press 1 for Default View</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TelemetryDialog</name>
|
<name>TelemetryDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="167"/>
|
<location filename="../main.cpp" line="171"/>
|
||||||
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
||||||
<translation>Разрешишь нам собирать статистику о пользовании тобой %1? Это поможет нам в разработке.</translation>
|
<translation>Разрешишь нам собирать статистику о пользовании тобой %1? Это поможет нам в разработке.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="168"/>
|
<location filename="../main.cpp" line="172"/>
|
||||||
<source>%1 User Statistics</source>
|
<source>%1 User Statistics</source>
|
||||||
<translation>%1 Пользовательская статистика</translation>
|
<translation>%1 Пользовательская статистика</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="172"/>
|
<location filename="../main.cpp" line="176"/>
|
||||||
<source>Yes, I want include personal usage data.</source>
|
<source>Yes, I want include personal usage data.</source>
|
||||||
<translation>Да, передавать данные о пользовании программой.</translation>
|
<translation>Да, передавать данные о пользовании программой.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="181"/>
|
<location filename="../main.cpp" line="185"/>
|
||||||
<source>&OK</source>
|
<source>&OK</source>
|
||||||
<translation>&ОК</translation>
|
<translation>&ОК</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
Binary file not shown.
|
@ -113,6 +113,34 @@ Pictures and Savegames</source>
|
||||||
<translation>Без банди</translation>
|
<translation>Без банди</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>DonationDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="28"/>
|
||||||
|
<source>Donate</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="30"/>
|
||||||
|
<source><h4>Hello, thank you for using %1!</h4></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="32"/>
|
||||||
|
<source>When you think %1 is useful for you, you should consider donate for support future development.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="41"/>
|
||||||
|
<source>Show Again</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="44"/>
|
||||||
|
<source>&Close</source>
|
||||||
|
<translation type="unfinished">&Закрити</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>ExportDialog</name>
|
<name>ExportDialog</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -1677,17 +1705,17 @@ Press 1 for Default View</source>
|
||||||
<context>
|
<context>
|
||||||
<name>QApplication</name>
|
<name>QApplication</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>Шрифт</translation>
|
<translation>Шрифт</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Selected Font: %1</source>
|
<source>Selected Font: %1</source>
|
||||||
<translation>Вибраний шрифт:%1</translation>
|
<translation>Вибраний шрифт:%1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="138"/>
|
<location filename="../main.cpp" line="142"/>
|
||||||
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
||||||
<translation><h4>Ласкаво просимо до %1!</h4>Ви хочете налаштувати %1 перед використанням?</translation>
|
<translation><h4>Ласкаво просимо до %1!</h4>Ви хочете налаштувати %1 перед використанням?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2266,22 +2294,22 @@ Press 1 for Default View</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TelemetryDialog</name>
|
<name>TelemetryDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="167"/>
|
<location filename="../main.cpp" line="171"/>
|
||||||
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
||||||
<translation>Ви хочете допомогти %1 покращитись у майбутньому, включивши дані особистого користування?</translation>
|
<translation>Ви хочете допомогти %1 покращитись у майбутньому, включивши дані особистого користування?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="168"/>
|
<location filename="../main.cpp" line="172"/>
|
||||||
<source>%1 User Statistics</source>
|
<source>%1 User Statistics</source>
|
||||||
<translation>%1 Статистика користувачів</translation>
|
<translation>%1 Статистика користувачів</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="172"/>
|
<location filename="../main.cpp" line="176"/>
|
||||||
<source>Yes, I want include personal usage data.</source>
|
<source>Yes, I want include personal usage data.</source>
|
||||||
<translation>Так, я хочу включити дані особистого користування.</translation>
|
<translation>Так, я хочу включити дані особистого користування.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="181"/>
|
<location filename="../main.cpp" line="185"/>
|
||||||
<source>&OK</source>
|
<source>&OK</source>
|
||||||
<translatorcomment>&OK</translatorcomment>
|
<translatorcomment>&OK</translatorcomment>
|
||||||
<translation>&OK</translation>
|
<translation>&OK</translation>
|
||||||
|
|
Binary file not shown.
|
@ -109,6 +109,34 @@ Pictures and Savegames</source>
|
||||||
<translation>無</translation>
|
<translation>無</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>DonationDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="28"/>
|
||||||
|
<source>Donate</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="30"/>
|
||||||
|
<source><h4>Hello, thank you for using %1!</h4></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="32"/>
|
||||||
|
<source>When you think %1 is useful for you, you should consider donate for support future development.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="41"/>
|
||||||
|
<source>Show Again</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../dnr/DonationDialog.cpp" line="44"/>
|
||||||
|
<source>&Close</source>
|
||||||
|
<translation type="unfinished">關閉(&C)</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>ExportDialog</name>
|
<name>ExportDialog</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -1667,17 +1695,17 @@ Press 1 for Default View</source>
|
||||||
<context>
|
<context>
|
||||||
<name>QApplication</name>
|
<name>QApplication</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Font</source>
|
<source>Font</source>
|
||||||
<translation>字體</translation>
|
<translation>字體</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="111"/>
|
<location filename="../main.cpp" line="115"/>
|
||||||
<source>Selected Font: %1</source>
|
<source>Selected Font: %1</source>
|
||||||
<translation>選擇的字體: %1</translation>
|
<translation>選擇的字體: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="138"/>
|
<location filename="../main.cpp" line="142"/>
|
||||||
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
<source><h4>Welcome to %1!</h4>You want to configure %1 before you start using it?</source>
|
||||||
<translation><h4>歡迎使用 %1!</h4> 你想在開始前先設定 %1 嗎?</translation>
|
<translation><h4>歡迎使用 %1!</h4> 你想在開始前先設定 %1 嗎?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2256,22 +2284,22 @@ Press 1 for Default View</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TelemetryDialog</name>
|
<name>TelemetryDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="167"/>
|
<location filename="../main.cpp" line="171"/>
|
||||||
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
<source>You want help %1 to improve in the future by including personal usage data in your submission?</source>
|
||||||
<translation>你希望通過收集資料來幫助改善 %1 嗎?</translation>
|
<translation>你希望通過收集資料來幫助改善 %1 嗎?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="168"/>
|
<location filename="../main.cpp" line="172"/>
|
||||||
<source>%1 User Statistics</source>
|
<source>%1 User Statistics</source>
|
||||||
<translation>%1 使用者統計</translation>
|
<translation>%1 使用者統計</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="172"/>
|
<location filename="../main.cpp" line="176"/>
|
||||||
<source>Yes, I want include personal usage data.</source>
|
<source>Yes, I want include personal usage data.</source>
|
||||||
<translation>是的,我想幫忙.</translation>
|
<translation>是的,我想幫忙.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="181"/>
|
<location filename="../main.cpp" line="185"/>
|
||||||
<source>&OK</source>
|
<source>&OK</source>
|
||||||
<translation>確定(&O)</translation>
|
<translation>確定(&O)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
Loading…
Reference in a new issue