diff --git a/AboutDialog.cpp b/AboutDialog.cpp index a411c27..4f96d1b 100755 --- a/AboutDialog.cpp +++ b/AboutDialog.cpp @@ -30,7 +30,7 @@ AboutDialog::AboutDialog(QWidget *parent) : QString appVersion = qApp->applicationVersion(); QString buildType = GTA5SYNC_BUILDTYPE; buildType.replace("_", " "); - ui->labAbout->setText(aboutStr.arg(appVersion % " (" % buildType % ")", QT_VERSION_STR, qVersion())); + ui->labAbout->setText(aboutStr.arg(appVersion % " (" % buildType % ")", QT_VERSION_STR, qVersion(), __DATE__, __TIME__)); } AboutDialog::~AboutDialog() diff --git a/AboutDialog.ui b/AboutDialog.ui index a4a1ef7..c3687b0 100755 --- a/AboutDialog.ui +++ b/AboutDialog.ui @@ -7,7 +7,7 @@ 0 0 375 - 250 + 260 @@ -37,7 +37,7 @@ 0 0 357 - 201 + 211 @@ -62,7 +62,16 @@ - <span style=" font-weight:600;">gta5sync</span><br/><br/>A project for viewing and sync Grand Theft Auto 5 Snapmatic Pictures and Savegames<br/><br/>Project version: %1<br/>Compiled with Qt %2<br/>Running with Qt %3<br/><br/>Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a> + <span style=" font-weight:600;">gta5sync</span><br/> +<br/> +A project for viewing and sync Grand Theft Auto 5 Snapmatic Pictures and Savegames<br/> +<br/> +Project version: %1<br/> +Project build: %4, %5<br/> +Compiled with Qt %2<br/> +Running with Qt %3<br/> +<br/> +Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a> Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop diff --git a/lang/gta5sync_ru.ts b/lang/gta5sync_ru.ts index d721876..33b90e0 100755 --- a/lang/gta5sync_ru.ts +++ b/lang/gta5sync_ru.ts @@ -9,7 +9,21 @@ О программе gta5sync - + + <span style=" font-weight:600;">gta5sync</span><br/> +<br/> +A project for viewing and sync Grand Theft Auto 5 Snapmatic Pictures and Savegames<br/> +<br/> +Project version: %1<br/> +Project build: %4, %5<br/> +Compiled with Qt %2<br/> +Running with Qt %3<br/> +<br/> +Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a> + + + + &Close @@ -21,11 +35,6 @@ Close Закрыть - - - <span style=" font-weight:600;">gta5sync</span><br/><br/>A project for viewing and sync Grand Theft Auto 5 Snapmatic Pictures and Savegames<br/><br/>Project version: %1<br/>Compiled with Qt %2<br/>Running with Qt %3<br/><br/>Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a> - - ExportDialog @@ -291,7 +300,7 @@ - + &Export @@ -353,31 +362,31 @@ - + Export as JPG picture... - + JPEG picture (*.jpg) Картинка JPEG (*.jpg) - + Portable Network Graphics (*.png) Картинка Portable Network Graphics (*.png) - - - - + + + + Export as JPG picture - + Overwrite %1 with current Snapmatic picture? Перезаписать %1 текущей картинкой Snapmatic? @@ -391,18 +400,18 @@ - + Failed to overwrite %1 with current Snapmatic picture Не удалось перезаписать %1 картинкой Snapmatic - + Failed to export current Snapmatic picture Не удалось экспортировать текущую картинку Snapmatic - + No valid file is selected Выбранный файл неверен @@ -659,9 +668,9 @@ - - - + + + Export file %1 of %2 files diff --git a/res/gta5sync_de.qm b/res/gta5sync_de.qm index 90e8724..2675bdd 100755 Binary files a/res/gta5sync_de.qm and b/res/gta5sync_de.qm differ diff --git a/res/gta5sync_de.ts b/res/gta5sync_de.ts index c370b08..9d9ab81 100755 --- a/res/gta5sync_de.ts +++ b/res/gta5sync_de.ts @@ -1,6 +1,6 @@ - + AboutDialog @@ -9,7 +9,30 @@ Über gta5sync - + + <span style=" font-weight:600;">gta5sync</span><br/> +<br/> +A project for viewing and sync Grand Theft Auto 5 Snapmatic Pictures and Savegames<br/> +<br/> +Project version: %1<br/> +Project build: %4, %5<br/> +Compiled with Qt %2<br/> +Running with Qt %3<br/> +<br/> +Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a> + <span style=" font-weight:600;">gta5sync</span><br/> +<br/> +Ein Projekt zum ansehen und synchronisieren von Grand Theft Auto 5 Snapmatic Bilder und Spielständen<br/> +<br/> +Projektversion: %1<br/> +Projektbau: %4, %5<br/> +Gebaut mit Qt %2<br/> +Läuft auf Qt %3<br/> +<br/> +Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is lizenziert unter <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a> + + + &Close S&chließen @@ -26,7 +49,6 @@ Schließen - <span style=" font-weight:600;">gta5sync</span><br/><br/>A project for viewing and sync Grand Theft Auto 5 Snapmatic Pictures and Savegames<br/><br/>Project version: %1<br/>Compiled with Qt %2<br/>Running with Qt %3<br/><br/>Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a> <span style=" font-weight:600;">gta5sync</span><br/><br/>Ein Projekt zum ansehen und synchronisieren von Grand Theft Auto 5 Snapmatic Bilder und Spielständen<br/><br/>Projektversion: %1<br/>Gebaut mit Qt %2<br/>Läuft auf Qt %3<br/><br/>Copyright &copy; <a href="https://github.com/Syping/">Syping</a> 2016<br/>gta5sync is lizenziert unter <a href="https://www.gnu.org/licenses/gpl-3.0.html#content">GNU GPLv3</a> @@ -40,7 +62,7 @@ Format - Format + Format @@ -54,7 +76,7 @@ Resolution - Auflösung + Auflösung @@ -106,11 +128,11 @@ OptionsDialog Options - Optionen + Optionen gta5sync - Options - gta5sync - Optionen + gta5sync - Optionen @@ -159,11 +181,11 @@ Default Size: %1x%2 - Standard Größe: %1x%2 + Standard Größe: %1x%2 Desktop Size: %1x%2 - Desktop Größe: %1x%2 + Desktop Größe: %1x%2 @@ -172,7 +194,7 @@ Custom Size - Eigene Größe + Eigene Größe @@ -256,7 +278,7 @@ %1 (%2 if available) [sys] System like PC System = %1, System Language like Deutsch = %2 - %1 (%2 wenn verfügbar) [sys] + %1 (%2 wenn verfügbar) [sys] @@ -304,7 +326,7 @@ <html><head/><body><p><span style=" font-weight:600;">Title: </span>%6<br/><span style=" font-weight:600;">Location: </span>%7 (%1, %2, %3)<br/><span style=" font-weight:600;">Players: </span>%4<br/><span style=" font-weight:600;">Crew ID: </span>%5</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Titel: </span>%6<br/><span style=" font-weight:600;">Standort: </span>%7 (%1, %2, %3)<br/><span style=" font-weight:600;">Spieler: </span>%4<br/><span style=" font-weight:600;">Crew ID: </span>%5</p></body></html> + <html><head/><body><p><span style=" font-weight:600;">Titel: </span>%6<br/><span style=" font-weight:600;">Standort: </span>%7 (%1, %2, %3)<br/><span style=" font-weight:600;">Spieler: </span>%4<br/><span style=" font-weight:600;">Crew ID: </span>%5</p></body></html> @@ -320,7 +342,7 @@ - + &Export &Exportieren @@ -348,7 +370,7 @@ <span style=" font-weight:600;">Location: </span>%1, %2, %3 <br> <span style=" font-weight:600;">Players: </span>%4<br> <span style=" font-weight:600;">Crew ID: </span>%5 - <span style=" font-weight:600;">Titel: </span>%6<br> + <span style=" font-weight:600;">Titel: </span>%6<br> <span style=" font-weight:600;">Standort: </span>%1, %2, %3 <br> <span style=" font-weight:600;">Spieler: </span>%4<br> <span style=" font-weight:600;">Crew ID: </span>%5 @@ -410,31 +432,31 @@ Exportiere Bild... - + Export as JPG picture... Exportiere als JPG Bild... - + JPEG picture (*.jpg) JPEG Bild (*.jpg) - + Portable Network Graphics (*.png) Portable Network Graphics (*.png) - - - - + + + + Export as JPG picture Exportiere als JPG Bild - + Overwrite %1 with current Snapmatic picture? Überschreibe %1 mit aktuellen Snapmatic Bild? @@ -448,12 +470,12 @@ - + Failed to overwrite %1 with current Snapmatic picture Fehlgeschlagen beim Überschreiben von %1 mit aktuellen Snapmatic Bild - + Failed to export current Snapmatic picture Fehlgeschlagen beim Exportieren vom aktuellen Snapmatic Bild @@ -508,7 +530,7 @@ - + No valid file is selected Keine gültige Datei wurde ausgewählt @@ -694,7 +716,7 @@ JPG pictures make it possible to open the picture with a Image Viewer GTA Snapmatic make it possible to import the picture into the game Export as: - Exportiere Snapmatic Bilder + Exportiere Snapmatic Bilder JPG Bilder machen es möglich sie mit ein Bildansicht Programm zu öffnen Das GTA Snapmatic Format macht es möglich sie wieder ins Game zu importieren @@ -802,9 +824,9 @@ Exportieren als: Aktueller Exportiervorgang: %1 - - - + + + Export file %1 of %2 files Exportiere Datei %1 von %2 Dateien @@ -829,7 +851,7 @@ Exportieren als: Cop&y - &Kopieren + &Kopieren @@ -838,11 +860,11 @@ Exportieren als: Copy - Kopieren + Kopieren Close - Schließen + Schließen @@ -874,7 +896,7 @@ Exportieren als: Copy - Kopieren + Kopieren @@ -1351,7 +1373,7 @@ Exportieren als: Select &Profile - &Profil auswählen + &Profil auswählen @@ -1360,7 +1382,7 @@ Exportieren als: &Options - &Optionen + &Optionen @@ -1389,7 +1411,7 @@ Exportieren als: Ctrl+R - Strg+R + Strg+R @@ -1429,7 +1451,7 @@ Exportieren als: Import - Importieren + Importieren @@ -1446,15 +1468,15 @@ Exportieren als: Change GTA V &Folder - GTA V &Ordner ändern + GTA V &Ordner ändern gta5sync - gta5sync + gta5sync Grand Theft Auto V Folder not found! - Grand Theft Auto V Ordner wurde nicht gefunden! + Grand Theft Auto V Ordner wurde nicht gefunden! @@ -1467,11 +1489,11 @@ Exportieren als: Reload profiles - Profile neuladen + Profile neuladen Not able to reload profiles - Nicht fähig Profile neuzuladen + Nicht fähig Profile neuzuladen