fix Qt4 compilation

This commit is contained in:
Syping 2018-06-17 09:51:46 +02:00
parent 3b305fb809
commit 0e337b4dec
7 changed files with 260 additions and 247 deletions

View File

@ -1433,15 +1433,28 @@ bool ProfileInterface::eventFilter(QObject *watched, QEvent *event)
if (clipboardUrl.isValid()) if (clipboardUrl.isValid())
{ {
QDialog urlPasteDialog(this); QDialog urlPasteDialog(this);
#if QT_VERSION >= 0x050000
urlPasteDialog.setObjectName(QStringLiteral("UrlPasteDialog")); urlPasteDialog.setObjectName(QStringLiteral("UrlPasteDialog"));
#else
urlPasteDialog.setObjectName(QString::fromUtf8("UrlPasteDialog"));
#endif
urlPasteDialog.setWindowFlags(urlPasteDialog.windowFlags()^Qt::WindowContextHelpButtonHint^Qt::WindowCloseButtonHint); urlPasteDialog.setWindowFlags(urlPasteDialog.windowFlags()^Qt::WindowContextHelpButtonHint^Qt::WindowCloseButtonHint);
urlPasteDialog.setWindowTitle(tr("Import...")); urlPasteDialog.setWindowTitle(tr("Import..."));
urlPasteDialog.setModal(true); urlPasteDialog.setModal(true);
QVBoxLayout urlPasteLayout(&urlPasteDialog); QVBoxLayout urlPasteLayout(&urlPasteDialog);
#if QT_VERSION >= 0x050000
urlPasteLayout.setObjectName(QStringLiteral("UrlPasteLayout")); urlPasteLayout.setObjectName(QStringLiteral("UrlPasteLayout"));
#else
urlPasteLayout.setObjectName(QString::fromUtf8("UrlPasteLayout"));
#endif
urlPasteDialog.setLayout(&urlPasteLayout); urlPasteDialog.setLayout(&urlPasteLayout);
UiModLabel urlPasteLabel(&urlPasteDialog); UiModLabel urlPasteLabel(&urlPasteDialog);
urlPasteLabel.setObjectName("UrlPasteLabel"); #if QT_VERSION >= 0x050000
urlPasteLabel.setObjectName(QStringLiteral("UrlPasteLabel"));
#else
urlPasteLabel.setObjectName(QString::fromUtf8("UrlPasteLabel"));
#endif
urlPasteLabel.setText(tr("Prepare Content for Import...")); urlPasteLabel.setText(tr("Prepare Content for Import..."));
urlPasteLayout.addWidget(&urlPasteLabel); urlPasteLayout.addWidget(&urlPasteLabel);
urlPasteDialog.setFixedSize(urlPasteDialog.sizeHint()); urlPasteDialog.setFixedSize(urlPasteDialog.sizeHint());

View File

@ -1070,7 +1070,7 @@ Drücke 1 für Standardmodus</translation>
<location filename="../ImportDialog.cpp" line="328"/> <location filename="../ImportDialog.cpp" line="328"/>
<location filename="../ProfileInterface.cpp" line="474"/> <location filename="../ProfileInterface.cpp" line="474"/>
<location filename="../ProfileInterface.cpp" line="540"/> <location filename="../ProfileInterface.cpp" line="540"/>
<location filename="../ProfileInterface.cpp" line="1438"/> <location filename="../ProfileInterface.cpp" line="1442"/>
<source>Import...</source> <source>Import...</source>
<translation>Importieren...</translation> <translation>Importieren...</translation>
</message> </message>
@ -1242,38 +1242,38 @@ Drücke 1 für Standardmodus</translation>
<translation>Nur GTA Snapmatic</translation> <translation>Nur GTA Snapmatic</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1713"/> <location filename="../ProfileInterface.cpp" line="1726"/>
<location filename="../ProfileInterface.cpp" line="1810"/> <location filename="../ProfileInterface.cpp" line="1823"/>
<location filename="../ProfileInterface.cpp" line="1928"/> <location filename="../ProfileInterface.cpp" line="1941"/>
<location filename="../ProfileInterface.cpp" line="2030"/> <location filename="../ProfileInterface.cpp" line="2043"/>
<source>Patch selected...</source> <source>Patch selected...</source>
<translation>Auswahl patchen...</translation> <translation>Auswahl patchen...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1714"/> <location filename="../ProfileInterface.cpp" line="1727"/>
<location filename="../ProfileInterface.cpp" line="1733"/> <location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1811"/> <location filename="../ProfileInterface.cpp" line="1824"/>
<location filename="../ProfileInterface.cpp" line="1830"/> <location filename="../ProfileInterface.cpp" line="1843"/>
<location filename="../ProfileInterface.cpp" line="1929"/> <location filename="../ProfileInterface.cpp" line="1942"/>
<location filename="../ProfileInterface.cpp" line="1948"/> <location filename="../ProfileInterface.cpp" line="1961"/>
<location filename="../ProfileInterface.cpp" line="2031"/> <location filename="../ProfileInterface.cpp" line="2044"/>
<location filename="../ProfileInterface.cpp" line="2050"/> <location filename="../ProfileInterface.cpp" line="2063"/>
<source>Patch file %1 of %2 files</source> <source>Patch file %1 of %2 files</source>
<translation>Patche Datei %1 von %2 Dateien</translation> <translation>Patche Datei %1 von %2 Dateien</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1702"/> <location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify as Avatar</source> <source>Qualify as Avatar</source>
<translation>Als Avatar qualifizieren</translation> <translation>Als Avatar qualifizieren</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1243"/> <location filename="../ProfileInterface.cpp" line="1243"/>
<location filename="../ProfileInterface.cpp" line="1277"/> <location filename="../ProfileInterface.cpp" line="1277"/>
<location filename="../ProfileInterface.cpp" line="1702"/> <location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1788"/> <location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1881"/> <location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1999"/> <location filename="../ProfileInterface.cpp" line="2012"/>
<source>No Snapmatic pictures are selected</source> <source>No Snapmatic pictures are selected</source>
<translation>Keine Snapmatic Bilder sind ausgewählt</translation> <translation>Keine Snapmatic Bilder sind ausgewählt</translation>
</message> </message>
@ -1285,10 +1285,10 @@ Drücke 1 für Standardmodus</translation>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1257"/> <location filename="../ProfileInterface.cpp" line="1257"/>
<location filename="../ProfileInterface.cpp" line="1291"/> <location filename="../ProfileInterface.cpp" line="1291"/>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2090"/>
<source>%1 failed with... <source>%1 failed with...
%2</source> %2</source>
@ -1298,60 +1298,60 @@ Drücke 1 für Standardmodus</translation>
%2</translation> %2</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1445"/> <location filename="../ProfileInterface.cpp" line="1458"/>
<source>Prepare Content for Import...</source> <source>Prepare Content for Import...</source>
<translation>Bereite Inhalt für Import vor...</translation> <translation>Bereite Inhalt für Import vor...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify</source> <source>Qualify</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Qualifizieren</translation> <translation>Qualifizieren</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1788"/> <location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players...</source> <source>Change Players...</source>
<translation>Spieler ändern...</translation> <translation>Spieler ändern...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players</source> <source>Change Players</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Spieler ändern</translation> <translation>Spieler ändern</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1881"/> <location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1909"/> <location filename="../ProfileInterface.cpp" line="1922"/>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew...</source> <source>Change Crew...</source>
<translation>Crew ändern...</translation> <translation>Crew ändern...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1909"/> <location filename="../ProfileInterface.cpp" line="1922"/>
<source>Failed to enter a valid Snapmatic Crew ID</source> <source>Failed to enter a valid Snapmatic Crew ID</source>
<translation>Fehlgeschlagen beim Eingeben von einer gültigen Crew ID</translation> <translation>Fehlgeschlagen beim Eingeben von einer gültigen Crew ID</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew</source> <source>Change Crew</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Crew ändern</translation> <translation>Crew ändern</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1999"/>
<location filename="../ProfileInterface.cpp" line="2012"/> <location filename="../ProfileInterface.cpp" line="2012"/>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2025"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title...</source> <source>Change Title...</source>
<translation>Titel ändern...</translation> <translation>Titel ändern...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2012"/> <location filename="../ProfileInterface.cpp" line="2025"/>
<source>Failed to enter a valid Snapmatic title</source> <source>Failed to enter a valid Snapmatic title</source>
<translation>Fehlgeschlagen beim Eingeben eines gültigen Snapmatic Titel</translation> <translation>Fehlgeschlagen beim Eingeben eines gültigen Snapmatic Titel</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title</source> <source>Change Title</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Titel ändern</translation> <translation>Titel ändern</translation>
@ -1672,7 +1672,7 @@ Drücke 1 für Standardmodus</translation>
<translation>Meme</translation> <translation>Meme</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2007"/> <location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/> <location filename="../SnapmaticEditor.cpp" line="390"/>
<source>Snapmatic Title</source> <source>Snapmatic Title</source>
<translation>Snapmatic Titel</translation> <translation>Snapmatic Titel</translation>
@ -1778,19 +1778,19 @@ Drücke 1 für Standardmodus</translation>
<translation>Patchen von Snapmatic Eigenschaften fehlgeschlagen wegen I/O Fehler</translation> <translation>Patchen von Snapmatic Eigenschaften fehlgeschlagen wegen I/O Fehler</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2007"/> <location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/> <location filename="../SnapmaticEditor.cpp" line="390"/>
<source>New Snapmatic title:</source> <source>New Snapmatic title:</source>
<translation>Neuer Snapmatic Titel:</translation> <translation>Neuer Snapmatic Titel:</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1900"/> <location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/> <location filename="../SnapmaticEditor.cpp" line="419"/>
<source>Snapmatic Crew</source> <source>Snapmatic Crew</source>
<translation>Snapmatic Crew</translation> <translation>Snapmatic Crew</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1900"/> <location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/> <location filename="../SnapmaticEditor.cpp" line="419"/>
<source>New Snapmatic crew:</source> <source>New Snapmatic crew:</source>
<translation>Neue Snapmatic Crew:</translation> <translation>Neue Snapmatic Crew:</translation>

View File

@ -1063,7 +1063,7 @@ Press 1 for Default View</source>
<location filename="../ImportDialog.cpp" line="328"/> <location filename="../ImportDialog.cpp" line="328"/>
<location filename="../ProfileInterface.cpp" line="474"/> <location filename="../ProfileInterface.cpp" line="474"/>
<location filename="../ProfileInterface.cpp" line="540"/> <location filename="../ProfileInterface.cpp" line="540"/>
<location filename="../ProfileInterface.cpp" line="1438"/> <location filename="../ProfileInterface.cpp" line="1442"/>
<source>Import...</source> <source>Import...</source>
<translation></translation> <translation></translation>
</message> </message>
@ -1268,48 +1268,48 @@ Press 1 for Default View</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1702"/> <location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify as Avatar</source> <source>Qualify as Avatar</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1243"/> <location filename="../ProfileInterface.cpp" line="1243"/>
<location filename="../ProfileInterface.cpp" line="1277"/> <location filename="../ProfileInterface.cpp" line="1277"/>
<location filename="../ProfileInterface.cpp" line="1702"/> <location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1788"/> <location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1881"/> <location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1999"/> <location filename="../ProfileInterface.cpp" line="2012"/>
<source>No Snapmatic pictures are selected</source> <source>No Snapmatic pictures are selected</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1713"/> <location filename="../ProfileInterface.cpp" line="1726"/>
<location filename="../ProfileInterface.cpp" line="1810"/> <location filename="../ProfileInterface.cpp" line="1823"/>
<location filename="../ProfileInterface.cpp" line="1928"/> <location filename="../ProfileInterface.cpp" line="1941"/>
<location filename="../ProfileInterface.cpp" line="2030"/> <location filename="../ProfileInterface.cpp" line="2043"/>
<source>Patch selected...</source> <source>Patch selected...</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1714"/> <location filename="../ProfileInterface.cpp" line="1727"/>
<location filename="../ProfileInterface.cpp" line="1733"/> <location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1811"/> <location filename="../ProfileInterface.cpp" line="1824"/>
<location filename="../ProfileInterface.cpp" line="1830"/> <location filename="../ProfileInterface.cpp" line="1843"/>
<location filename="../ProfileInterface.cpp" line="1929"/> <location filename="../ProfileInterface.cpp" line="1942"/>
<location filename="../ProfileInterface.cpp" line="1948"/> <location filename="../ProfileInterface.cpp" line="1961"/>
<location filename="../ProfileInterface.cpp" line="2031"/> <location filename="../ProfileInterface.cpp" line="2044"/>
<location filename="../ProfileInterface.cpp" line="2050"/> <location filename="../ProfileInterface.cpp" line="2063"/>
<source>Patch file %1 of %2 files</source> <source>Patch file %1 of %2 files</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1257"/> <location filename="../ProfileInterface.cpp" line="1257"/>
<location filename="../ProfileInterface.cpp" line="1291"/> <location filename="../ProfileInterface.cpp" line="1291"/>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2090"/>
<source>%1 failed with... <source>%1 failed with...
%2</source> %2</source>
@ -1322,60 +1322,60 @@ Press 1 for Default View</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1445"/> <location filename="../ProfileInterface.cpp" line="1458"/>
<source>Prepare Content for Import...</source> <source>Prepare Content for Import...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify</source> <source>Qualify</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1788"/> <location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players...</source> <source>Change Players...</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players</source> <source>Change Players</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1881"/> <location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1909"/> <location filename="../ProfileInterface.cpp" line="1922"/>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew...</source> <source>Change Crew...</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1909"/> <location filename="../ProfileInterface.cpp" line="1922"/>
<source>Failed to enter a valid Snapmatic Crew ID</source> <source>Failed to enter a valid Snapmatic Crew ID</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew</source> <source>Change Crew</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1999"/>
<location filename="../ProfileInterface.cpp" line="2012"/> <location filename="../ProfileInterface.cpp" line="2012"/>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2025"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title...</source> <source>Change Title...</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2012"/> <location filename="../ProfileInterface.cpp" line="2025"/>
<source>Failed to enter a valid Snapmatic title</source> <source>Failed to enter a valid Snapmatic title</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title</source> <source>Change Title</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation></translation> <translation></translation>
@ -1747,25 +1747,25 @@ Press 1 for Default View</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2007"/> <location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/> <location filename="../SnapmaticEditor.cpp" line="390"/>
<source>Snapmatic Title</source> <source>Snapmatic Title</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2007"/> <location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/> <location filename="../SnapmaticEditor.cpp" line="390"/>
<source>New Snapmatic title:</source> <source>New Snapmatic title:</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1900"/> <location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/> <location filename="../SnapmaticEditor.cpp" line="419"/>
<source>Snapmatic Crew</source> <source>Snapmatic Crew</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1900"/> <location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/> <location filename="../SnapmaticEditor.cpp" line="419"/>
<source>New Snapmatic crew:</source> <source>New Snapmatic crew:</source>
<translation></translation> <translation></translation>

View File

@ -1081,7 +1081,7 @@ Appuyer sur 1 pour le mode par défaut</translation>
<location filename="../ImportDialog.cpp" line="328"/> <location filename="../ImportDialog.cpp" line="328"/>
<location filename="../ProfileInterface.cpp" line="474"/> <location filename="../ProfileInterface.cpp" line="474"/>
<location filename="../ProfileInterface.cpp" line="540"/> <location filename="../ProfileInterface.cpp" line="540"/>
<location filename="../ProfileInterface.cpp" line="1438"/> <location filename="../ProfileInterface.cpp" line="1442"/>
<source>Import...</source> <source>Import...</source>
<translation>Importer...</translation> <translation>Importer...</translation>
</message> </message>
@ -1257,48 +1257,48 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Initialisation de l&apos;export...</translation> <translation>Initialisation de l&apos;export...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1702"/> <location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify as Avatar</source> <source>Qualify as Avatar</source>
<translation>Qualifier comme Avatar</translation> <translation>Qualifier comme Avatar</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1243"/> <location filename="../ProfileInterface.cpp" line="1243"/>
<location filename="../ProfileInterface.cpp" line="1277"/> <location filename="../ProfileInterface.cpp" line="1277"/>
<location filename="../ProfileInterface.cpp" line="1702"/> <location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1788"/> <location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1881"/> <location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1999"/> <location filename="../ProfileInterface.cpp" line="2012"/>
<source>No Snapmatic pictures are selected</source> <source>No Snapmatic pictures are selected</source>
<translation>Aucun Snapmatic sélectionné</translation> <translation>Aucun Snapmatic sélectionné</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1713"/> <location filename="../ProfileInterface.cpp" line="1726"/>
<location filename="../ProfileInterface.cpp" line="1810"/> <location filename="../ProfileInterface.cpp" line="1823"/>
<location filename="../ProfileInterface.cpp" line="1928"/> <location filename="../ProfileInterface.cpp" line="1941"/>
<location filename="../ProfileInterface.cpp" line="2030"/> <location filename="../ProfileInterface.cpp" line="2043"/>
<source>Patch selected...</source> <source>Patch selected...</source>
<translation>Patcher la sélection...</translation> <translation>Patcher la sélection...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1714"/> <location filename="../ProfileInterface.cpp" line="1727"/>
<location filename="../ProfileInterface.cpp" line="1733"/> <location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1811"/> <location filename="../ProfileInterface.cpp" line="1824"/>
<location filename="../ProfileInterface.cpp" line="1830"/> <location filename="../ProfileInterface.cpp" line="1843"/>
<location filename="../ProfileInterface.cpp" line="1929"/> <location filename="../ProfileInterface.cpp" line="1942"/>
<location filename="../ProfileInterface.cpp" line="1948"/> <location filename="../ProfileInterface.cpp" line="1961"/>
<location filename="../ProfileInterface.cpp" line="2031"/> <location filename="../ProfileInterface.cpp" line="2044"/>
<location filename="../ProfileInterface.cpp" line="2050"/> <location filename="../ProfileInterface.cpp" line="2063"/>
<source>Patch file %1 of %2 files</source> <source>Patch file %1 of %2 files</source>
<translation>Patch du fichier %1 sur %2</translation> <translation>Patch du fichier %1 sur %2</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1257"/> <location filename="../ProfileInterface.cpp" line="1257"/>
<location filename="../ProfileInterface.cpp" line="1291"/> <location filename="../ProfileInterface.cpp" line="1291"/>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2090"/>
<source>%1 failed with... <source>%1 failed with...
%2</source> %2</source>
@ -1313,60 +1313,60 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Échec de la supression des Snapmatic et/ou des fichiers de sauvegarde sélectionnés</translation> <translation>Échec de la supression des Snapmatic et/ou des fichiers de sauvegarde sélectionnés</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1445"/> <location filename="../ProfileInterface.cpp" line="1458"/>
<source>Prepare Content for Import...</source> <source>Prepare Content for Import...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify</source> <source>Qualify</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Qualifier</translation> <translation>Qualifier</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1788"/> <location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players...</source> <source>Change Players...</source>
<translation>Modifier les joueurs...</translation> <translation>Modifier les joueurs...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players</source> <source>Change Players</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Modifier les joueurs</translation> <translation>Modifier les joueurs</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1881"/> <location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1909"/> <location filename="../ProfileInterface.cpp" line="1922"/>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew...</source> <source>Change Crew...</source>
<translation>Modifier le Crew...</translation> <translation>Modifier le Crew...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1909"/> <location filename="../ProfileInterface.cpp" line="1922"/>
<source>Failed to enter a valid Snapmatic Crew ID</source> <source>Failed to enter a valid Snapmatic Crew ID</source>
<translation>Snapmatic Crew ID invalide</translation> <translation>Snapmatic Crew ID invalide</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew</source> <source>Change Crew</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Changer le Crew</translation> <translation>Changer le Crew</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1999"/>
<location filename="../ProfileInterface.cpp" line="2012"/> <location filename="../ProfileInterface.cpp" line="2012"/>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2025"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title...</source> <source>Change Title...</source>
<translation>Changer le titre...</translation> <translation>Changer le titre...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2012"/> <location filename="../ProfileInterface.cpp" line="2025"/>
<source>Failed to enter a valid Snapmatic title</source> <source>Failed to enter a valid Snapmatic title</source>
<translation>Titre Snapmatic invalide</translation> <translation>Titre Snapmatic invalide</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title</source> <source>Change Title</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Changer le titre</translation> <translation>Changer le titre</translation>
@ -1673,7 +1673,7 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Meme</translation> <translation>Meme</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2007"/> <location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/> <location filename="../SnapmaticEditor.cpp" line="390"/>
<source>Snapmatic Title</source> <source>Snapmatic Title</source>
<translation>Titre Snapmatic</translation> <translation>Titre Snapmatic</translation>
@ -1781,19 +1781,19 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>La modification des propriétés Snapmatic a échoué : erreur d&apos;entrée/sortie</translation> <translation>La modification des propriétés Snapmatic a échoué : erreur d&apos;entrée/sortie</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2007"/> <location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/> <location filename="../SnapmaticEditor.cpp" line="390"/>
<source>New Snapmatic title:</source> <source>New Snapmatic title:</source>
<translation>Nouveau titre Snapmatic :</translation> <translation>Nouveau titre Snapmatic :</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1900"/> <location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/> <location filename="../SnapmaticEditor.cpp" line="419"/>
<source>Snapmatic Crew</source> <source>Snapmatic Crew</source>
<translation>Crew Snapmatic</translation> <translation>Crew Snapmatic</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1900"/> <location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/> <location filename="../SnapmaticEditor.cpp" line="419"/>
<source>New Snapmatic crew:</source> <source>New Snapmatic crew:</source>
<translation>Nouveau crew Snapmatic :</translation> <translation>Nouveau crew Snapmatic :</translation>

View File

@ -1075,7 +1075,7 @@ Press 1 for Default View</source>
<location filename="../ImportDialog.cpp" line="328"/> <location filename="../ImportDialog.cpp" line="328"/>
<location filename="../ProfileInterface.cpp" line="474"/> <location filename="../ProfileInterface.cpp" line="474"/>
<location filename="../ProfileInterface.cpp" line="540"/> <location filename="../ProfileInterface.cpp" line="540"/>
<location filename="../ProfileInterface.cpp" line="1438"/> <location filename="../ProfileInterface.cpp" line="1442"/>
<source>Import...</source> <source>Import...</source>
<translation>Импортировать...</translation> <translation>Импортировать...</translation>
</message> </message>
@ -1260,53 +1260,53 @@ Press 1 for Default View</source>
<translation>Точно ли хочешь удалить выбранные картинки Snapmatic и файлы сохранений?</translation> <translation>Точно ли хочешь удалить выбранные картинки Snapmatic и файлы сохранений?</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1445"/> <location filename="../ProfileInterface.cpp" line="1458"/>
<source>Prepare Content for Import...</source> <source>Prepare Content for Import...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1702"/> <location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify as Avatar</source> <source>Qualify as Avatar</source>
<translation>Пометить как Аватар</translation> <translation>Пометить как Аватар</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1243"/> <location filename="../ProfileInterface.cpp" line="1243"/>
<location filename="../ProfileInterface.cpp" line="1277"/> <location filename="../ProfileInterface.cpp" line="1277"/>
<location filename="../ProfileInterface.cpp" line="1702"/> <location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1788"/> <location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1881"/> <location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1999"/> <location filename="../ProfileInterface.cpp" line="2012"/>
<source>No Snapmatic pictures are selected</source> <source>No Snapmatic pictures are selected</source>
<translation>Не выделена ни одна картинка Snapmatic</translation> <translation>Не выделена ни одна картинка Snapmatic</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1713"/> <location filename="../ProfileInterface.cpp" line="1726"/>
<location filename="../ProfileInterface.cpp" line="1810"/> <location filename="../ProfileInterface.cpp" line="1823"/>
<location filename="../ProfileInterface.cpp" line="1928"/> <location filename="../ProfileInterface.cpp" line="1941"/>
<location filename="../ProfileInterface.cpp" line="2030"/> <location filename="../ProfileInterface.cpp" line="2043"/>
<source>Patch selected...</source> <source>Patch selected...</source>
<translation>Пропатчить выделенные...</translation> <translation>Пропатчить выделенные...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1714"/> <location filename="../ProfileInterface.cpp" line="1727"/>
<location filename="../ProfileInterface.cpp" line="1733"/> <location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1811"/> <location filename="../ProfileInterface.cpp" line="1824"/>
<location filename="../ProfileInterface.cpp" line="1830"/> <location filename="../ProfileInterface.cpp" line="1843"/>
<location filename="../ProfileInterface.cpp" line="1929"/> <location filename="../ProfileInterface.cpp" line="1942"/>
<location filename="../ProfileInterface.cpp" line="1948"/> <location filename="../ProfileInterface.cpp" line="1961"/>
<location filename="../ProfileInterface.cpp" line="2031"/> <location filename="../ProfileInterface.cpp" line="2044"/>
<location filename="../ProfileInterface.cpp" line="2050"/> <location filename="../ProfileInterface.cpp" line="2063"/>
<source>Patch file %1 of %2 files</source> <source>Patch file %1 of %2 files</source>
<translation>Изменяется файл %1 из %2</translation> <translation>Изменяется файл %1 из %2</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1257"/> <location filename="../ProfileInterface.cpp" line="1257"/>
<location filename="../ProfileInterface.cpp" line="1291"/> <location filename="../ProfileInterface.cpp" line="1291"/>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2090"/>
<source>%1 failed with... <source>%1 failed with...
%2</source> %2</source>
@ -1321,55 +1321,55 @@ Press 1 for Default View</source>
<translation>Не удалось удалить все выделенные картинки Snapmatic и/или сохранения</translation> <translation>Не удалось удалить все выделенные картинки Snapmatic и/или сохранения</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify</source> <source>Qualify</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Помечание</translation> <translation>Помечание</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1788"/> <location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players...</source> <source>Change Players...</source>
<translation>Изменить игроков...</translation> <translation>Изменить игроков...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players</source> <source>Change Players</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Измение игроков</translation> <translation>Измение игроков</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1881"/> <location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1909"/> <location filename="../ProfileInterface.cpp" line="1922"/>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew...</source> <source>Change Crew...</source>
<translation>Изменить банду...</translation> <translation>Изменить банду...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1909"/> <location filename="../ProfileInterface.cpp" line="1922"/>
<source>Failed to enter a valid Snapmatic Crew ID</source> <source>Failed to enter a valid Snapmatic Crew ID</source>
<translation>Введённый идентификатор банды не верен</translation> <translation>Введённый идентификатор банды не верен</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew</source> <source>Change Crew</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Изменение банды</translation> <translation>Изменение банды</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1999"/>
<location filename="../ProfileInterface.cpp" line="2012"/> <location filename="../ProfileInterface.cpp" line="2012"/>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2025"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title...</source> <source>Change Title...</source>
<translation>Изменить заголовок...</translation> <translation>Изменить заголовок...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2012"/> <location filename="../ProfileInterface.cpp" line="2025"/>
<source>Failed to enter a valid Snapmatic title</source> <source>Failed to enter a valid Snapmatic title</source>
<translation>Введённый заголовок не верен</translation> <translation>Введённый заголовок не верен</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title</source> <source>Change Title</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Изменение заголовка</translation> <translation>Изменение заголовка</translation>
@ -1689,7 +1689,7 @@ Press 1 for Default View</source>
<translation>Meme</translation> <translation>Meme</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2007"/> <location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/> <location filename="../SnapmaticEditor.cpp" line="390"/>
<source>Snapmatic Title</source> <source>Snapmatic Title</source>
<translation>Заголовок Snapmatic</translation> <translation>Заголовок Snapmatic</translation>
@ -1785,19 +1785,19 @@ Press 1 for Default View</source>
<translation>Не удалось измененить свойства Snapmatic из-за проблемы ввода/вывода</translation> <translation>Не удалось измененить свойства Snapmatic из-за проблемы ввода/вывода</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2007"/> <location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/> <location filename="../SnapmaticEditor.cpp" line="390"/>
<source>New Snapmatic title:</source> <source>New Snapmatic title:</source>
<translation>Новый заголовок Snapmatic:</translation> <translation>Новый заголовок Snapmatic:</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1900"/> <location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/> <location filename="../SnapmaticEditor.cpp" line="419"/>
<source>Snapmatic Crew</source> <source>Snapmatic Crew</source>
<translation>Банда на Snapmatic</translation> <translation>Банда на Snapmatic</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1900"/> <location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/> <location filename="../SnapmaticEditor.cpp" line="419"/>
<source>New Snapmatic crew:</source> <source>New Snapmatic crew:</source>
<translation>Новая банда на Snapmatic:</translation> <translation>Новая банда на Snapmatic:</translation>

View File

@ -1061,7 +1061,7 @@ Press 1 for Default View</source>
<location filename="../ImportDialog.cpp" line="328"/> <location filename="../ImportDialog.cpp" line="328"/>
<location filename="../ProfileInterface.cpp" line="474"/> <location filename="../ProfileInterface.cpp" line="474"/>
<location filename="../ProfileInterface.cpp" line="540"/> <location filename="../ProfileInterface.cpp" line="540"/>
<location filename="../ProfileInterface.cpp" line="1438"/> <location filename="../ProfileInterface.cpp" line="1442"/>
<source>Import...</source> <source>Import...</source>
<translation>Імпортування...</translation> <translation>Імпортування...</translation>
</message> </message>
@ -1297,20 +1297,20 @@ Press 1 for Default View</source>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1243"/> <location filename="../ProfileInterface.cpp" line="1243"/>
<location filename="../ProfileInterface.cpp" line="1277"/> <location filename="../ProfileInterface.cpp" line="1277"/>
<location filename="../ProfileInterface.cpp" line="1702"/> <location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1788"/> <location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1881"/> <location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1999"/> <location filename="../ProfileInterface.cpp" line="2012"/>
<source>No Snapmatic pictures are selected</source> <source>No Snapmatic pictures are selected</source>
<translation>Не вибрано жодного Snapmatic зображення</translation> <translation>Не вибрано жодного Snapmatic зображення</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1257"/> <location filename="../ProfileInterface.cpp" line="1257"/>
<location filename="../ProfileInterface.cpp" line="1291"/> <location filename="../ProfileInterface.cpp" line="1291"/>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2090"/>
<source>%1 failed with... <source>%1 failed with...
%2</source> %2</source>
@ -1320,86 +1320,86 @@ Press 1 for Default View</source>
%2</translation> %2</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1445"/> <location filename="../ProfileInterface.cpp" line="1458"/>
<source>Prepare Content for Import...</source> <source>Prepare Content for Import...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1702"/> <location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify as Avatar</source> <source>Qualify as Avatar</source>
<translation>Позначити як Аватар</translation> <translation>Позначити як Аватар</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1713"/> <location filename="../ProfileInterface.cpp" line="1726"/>
<location filename="../ProfileInterface.cpp" line="1810"/> <location filename="../ProfileInterface.cpp" line="1823"/>
<location filename="../ProfileInterface.cpp" line="1928"/> <location filename="../ProfileInterface.cpp" line="1941"/>
<location filename="../ProfileInterface.cpp" line="2030"/> <location filename="../ProfileInterface.cpp" line="2043"/>
<source>Patch selected...</source> <source>Patch selected...</source>
<translation>Вибір патчу...</translation> <translation>Вибір патчу...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1714"/> <location filename="../ProfileInterface.cpp" line="1727"/>
<location filename="../ProfileInterface.cpp" line="1733"/> <location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1811"/> <location filename="../ProfileInterface.cpp" line="1824"/>
<location filename="../ProfileInterface.cpp" line="1830"/> <location filename="../ProfileInterface.cpp" line="1843"/>
<location filename="../ProfileInterface.cpp" line="1929"/> <location filename="../ProfileInterface.cpp" line="1942"/>
<location filename="../ProfileInterface.cpp" line="1948"/> <location filename="../ProfileInterface.cpp" line="1961"/>
<location filename="../ProfileInterface.cpp" line="2031"/> <location filename="../ProfileInterface.cpp" line="2044"/>
<location filename="../ProfileInterface.cpp" line="2050"/> <location filename="../ProfileInterface.cpp" line="2063"/>
<source>Patch file %1 of %2 files</source> <source>Patch file %1 of %2 files</source>
<translation>Патч файлу %1 з %2 файлів</translation> <translation>Патч файлу %1 з %2 файлів</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify</source> <source>Qualify</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Якість</translation> <translation>Якість</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1788"/> <location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players...</source> <source>Change Players...</source>
<translation>Зміна гравців...</translation> <translation>Зміна гравців...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players</source> <source>Change Players</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Змінити гравців</translation> <translation>Змінити гравців</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1881"/> <location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1909"/> <location filename="../ProfileInterface.cpp" line="1922"/>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew...</source> <source>Change Crew...</source>
<translation>Зміна банди...</translation> <translation>Зміна банди...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1909"/> <location filename="../ProfileInterface.cpp" line="1922"/>
<source>Failed to enter a valid Snapmatic Crew ID</source> <source>Failed to enter a valid Snapmatic Crew ID</source>
<translation>Не вдалося ввести дійсний ID Банди Snapmatic</translation> <translation>Не вдалося ввести дійсний ID Банди Snapmatic</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew</source> <source>Change Crew</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Змінити банду</translation> <translation>Змінити банду</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1999"/>
<location filename="../ProfileInterface.cpp" line="2012"/> <location filename="../ProfileInterface.cpp" line="2012"/>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2025"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title...</source> <source>Change Title...</source>
<translation>Зміна назви...</translation> <translation>Зміна назви...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2012"/> <location filename="../ProfileInterface.cpp" line="2025"/>
<source>Failed to enter a valid Snapmatic title</source> <source>Failed to enter a valid Snapmatic title</source>
<translation>Не вдалося ввести дійсний заголовок Snapmatic</translation> <translation>Не вдалося ввести дійсний заголовок Snapmatic</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title</source> <source>Change Title</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation>Змінити назву</translation> <translation>Змінити назву</translation>
@ -1726,25 +1726,25 @@ Press 1 for Default View</source>
<translation>Змінити властивості Snapmatic не вдалося через JSON Помилку</translation> <translation>Змінити властивості Snapmatic не вдалося через JSON Помилку</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1900"/> <location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/> <location filename="../SnapmaticEditor.cpp" line="419"/>
<source>Snapmatic Crew</source> <source>Snapmatic Crew</source>
<translation>Snapmatic банда</translation> <translation>Snapmatic банда</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1900"/> <location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/> <location filename="../SnapmaticEditor.cpp" line="419"/>
<source>New Snapmatic crew:</source> <source>New Snapmatic crew:</source>
<translation>Нова Snapmatic банда:</translation> <translation>Нова Snapmatic банда:</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2007"/> <location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/> <location filename="../SnapmaticEditor.cpp" line="390"/>
<source>Snapmatic Title</source> <source>Snapmatic Title</source>
<translation>Snapmatic назва</translation> <translation>Snapmatic назва</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2007"/> <location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/> <location filename="../SnapmaticEditor.cpp" line="390"/>
<source>New Snapmatic title:</source> <source>New Snapmatic title:</source>
<translation>Новий Snapmatic заголовок:</translation> <translation>Новий Snapmatic заголовок:</translation>

View File

@ -1059,7 +1059,7 @@ Press 1 for Default View</source>
<location filename="../ImportDialog.cpp" line="328"/> <location filename="../ImportDialog.cpp" line="328"/>
<location filename="../ProfileInterface.cpp" line="474"/> <location filename="../ProfileInterface.cpp" line="474"/>
<location filename="../ProfileInterface.cpp" line="540"/> <location filename="../ProfileInterface.cpp" line="540"/>
<location filename="../ProfileInterface.cpp" line="1438"/> <location filename="../ProfileInterface.cpp" line="1442"/>
<source>Import...</source> <source>Import...</source>
<translation>...</translation> <translation>...</translation>
</message> </message>
@ -1291,20 +1291,20 @@ Press 1 for Default View</source>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1243"/> <location filename="../ProfileInterface.cpp" line="1243"/>
<location filename="../ProfileInterface.cpp" line="1277"/> <location filename="../ProfileInterface.cpp" line="1277"/>
<location filename="../ProfileInterface.cpp" line="1702"/> <location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1788"/> <location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1881"/> <location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1999"/> <location filename="../ProfileInterface.cpp" line="2012"/>
<source>No Snapmatic pictures are selected</source> <source>No Snapmatic pictures are selected</source>
<translation> Snapmatic </translation> <translation> Snapmatic </translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1257"/> <location filename="../ProfileInterface.cpp" line="1257"/>
<location filename="../ProfileInterface.cpp" line="1291"/> <location filename="../ProfileInterface.cpp" line="1291"/>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2090"/>
<source>%1 failed with... <source>%1 failed with...
%2</source> %2</source>
@ -1314,86 +1314,86 @@ Press 1 for Default View</source>
%2</translation> %2</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1445"/> <location filename="../ProfileInterface.cpp" line="1458"/>
<source>Prepare Content for Import...</source> <source>Prepare Content for Import...</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1702"/> <location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify as Avatar</source> <source>Qualify as Avatar</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1713"/> <location filename="../ProfileInterface.cpp" line="1726"/>
<location filename="../ProfileInterface.cpp" line="1810"/> <location filename="../ProfileInterface.cpp" line="1823"/>
<location filename="../ProfileInterface.cpp" line="1928"/> <location filename="../ProfileInterface.cpp" line="1941"/>
<location filename="../ProfileInterface.cpp" line="2030"/> <location filename="../ProfileInterface.cpp" line="2043"/>
<source>Patch selected...</source> <source>Patch selected...</source>
<translation>...</translation> <translation>...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1714"/> <location filename="../ProfileInterface.cpp" line="1727"/>
<location filename="../ProfileInterface.cpp" line="1733"/> <location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1811"/> <location filename="../ProfileInterface.cpp" line="1824"/>
<location filename="../ProfileInterface.cpp" line="1830"/> <location filename="../ProfileInterface.cpp" line="1843"/>
<location filename="../ProfileInterface.cpp" line="1929"/> <location filename="../ProfileInterface.cpp" line="1942"/>
<location filename="../ProfileInterface.cpp" line="1948"/> <location filename="../ProfileInterface.cpp" line="1961"/>
<location filename="../ProfileInterface.cpp" line="2031"/> <location filename="../ProfileInterface.cpp" line="2044"/>
<location filename="../ProfileInterface.cpp" line="2050"/> <location filename="../ProfileInterface.cpp" line="2063"/>
<source>Patch file %1 of %2 files</source> <source>Patch file %1 of %2 files</source>
<translation> %1 %2 </translation> <translation> %1 %2 </translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1767"/> <location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify</source> <source>Qualify</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1788"/> <location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players...</source> <source>Change Players...</source>
<translation>...</translation> <translation>...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1860"/> <location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players</source> <source>Change Players</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1881"/> <location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1909"/> <location filename="../ProfileInterface.cpp" line="1922"/>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew...</source> <source>Change Crew...</source>
<translation>...</translation> <translation>...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1909"/> <location filename="../ProfileInterface.cpp" line="1922"/>
<source>Failed to enter a valid Snapmatic Crew ID</source> <source>Failed to enter a valid Snapmatic Crew ID</source>
<translation> ID</translation> <translation> ID</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1978"/> <location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew</source> <source>Change Crew</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1999"/>
<location filename="../ProfileInterface.cpp" line="2012"/> <location filename="../ProfileInterface.cpp" line="2012"/>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2025"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title...</source> <source>Change Title...</source>
<translation>...</translation> <translation>...</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2012"/> <location filename="../ProfileInterface.cpp" line="2025"/>
<source>Failed to enter a valid Snapmatic title</source> <source>Failed to enter a valid Snapmatic title</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2077"/> <location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title</source> <source>Change Title</source>
<comment>%1 failed with...</comment> <comment>%1 failed with...</comment>
<translation></translation> <translation></translation>
@ -1720,25 +1720,25 @@ Press 1 for Default View</source>
<translation>JSON Snapmatic </translation> <translation>JSON Snapmatic </translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1900"/> <location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/> <location filename="../SnapmaticEditor.cpp" line="419"/>
<source>Snapmatic Crew</source> <source>Snapmatic Crew</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="1900"/> <location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/> <location filename="../SnapmaticEditor.cpp" line="419"/>
<source>New Snapmatic crew:</source> <source>New Snapmatic crew:</source>
<translation>:</translation> <translation>:</translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2007"/> <location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/> <location filename="../SnapmaticEditor.cpp" line="390"/>
<source>Snapmatic Title</source> <source>Snapmatic Title</source>
<translation></translation> <translation></translation>
</message> </message>
<message> <message>
<location filename="../ProfileInterface.cpp" line="2007"/> <location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/> <location filename="../SnapmaticEditor.cpp" line="390"/>
<source>New Snapmatic title:</source> <source>New Snapmatic title:</source>
<translation>:</translation> <translation>:</translation>