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())
{
QDialog urlPasteDialog(this);
#if QT_VERSION >= 0x050000
urlPasteDialog.setObjectName(QStringLiteral("UrlPasteDialog"));
#else
urlPasteDialog.setObjectName(QString::fromUtf8("UrlPasteDialog"));
#endif
urlPasteDialog.setWindowFlags(urlPasteDialog.windowFlags()^Qt::WindowContextHelpButtonHint^Qt::WindowCloseButtonHint);
urlPasteDialog.setWindowTitle(tr("Import..."));
urlPasteDialog.setModal(true);
QVBoxLayout urlPasteLayout(&urlPasteDialog);
#if QT_VERSION >= 0x050000
urlPasteLayout.setObjectName(QStringLiteral("UrlPasteLayout"));
#else
urlPasteLayout.setObjectName(QString::fromUtf8("UrlPasteLayout"));
#endif
urlPasteDialog.setLayout(&urlPasteLayout);
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..."));
urlPasteLayout.addWidget(&urlPasteLabel);
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="../ProfileInterface.cpp" line="474"/>
<location filename="../ProfileInterface.cpp" line="540"/>
<location filename="../ProfileInterface.cpp" line="1438"/>
<location filename="../ProfileInterface.cpp" line="1442"/>
<source>Import...</source>
<translation>Importieren...</translation>
</message>
@ -1242,38 +1242,38 @@ Drücke 1 für Standardmodus</translation>
<translation>Nur GTA Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1713"/>
<location filename="../ProfileInterface.cpp" line="1810"/>
<location filename="../ProfileInterface.cpp" line="1928"/>
<location filename="../ProfileInterface.cpp" line="2030"/>
<location filename="../ProfileInterface.cpp" line="1726"/>
<location filename="../ProfileInterface.cpp" line="1823"/>
<location filename="../ProfileInterface.cpp" line="1941"/>
<location filename="../ProfileInterface.cpp" line="2043"/>
<source>Patch selected...</source>
<translation>Auswahl patchen...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1714"/>
<location filename="../ProfileInterface.cpp" line="1733"/>
<location filename="../ProfileInterface.cpp" line="1811"/>
<location filename="../ProfileInterface.cpp" line="1830"/>
<location filename="../ProfileInterface.cpp" line="1929"/>
<location filename="../ProfileInterface.cpp" line="1948"/>
<location filename="../ProfileInterface.cpp" line="2031"/>
<location filename="../ProfileInterface.cpp" line="2050"/>
<location filename="../ProfileInterface.cpp" line="1727"/>
<location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1824"/>
<location filename="../ProfileInterface.cpp" line="1843"/>
<location filename="../ProfileInterface.cpp" line="1942"/>
<location filename="../ProfileInterface.cpp" line="1961"/>
<location filename="../ProfileInterface.cpp" line="2044"/>
<location filename="../ProfileInterface.cpp" line="2063"/>
<source>Patch file %1 of %2 files</source>
<translation>Patche Datei %1 von %2 Dateien</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1767"/>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify as Avatar</source>
<translation>Als Avatar qualifizieren</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1243"/>
<location filename="../ProfileInterface.cpp" line="1277"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1881"/>
<location filename="../ProfileInterface.cpp" line="1999"/>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="2012"/>
<source>No Snapmatic pictures are selected</source>
<translation>Keine Snapmatic Bilder sind ausgewählt</translation>
</message>
@ -1285,10 +1285,10 @@ Drücke 1 für Standardmodus</translation>
<message>
<location filename="../ProfileInterface.cpp" line="1257"/>
<location filename="../ProfileInterface.cpp" line="1291"/>
<location filename="../ProfileInterface.cpp" line="1767"/>
<location filename="../ProfileInterface.cpp" line="1860"/>
<location filename="../ProfileInterface.cpp" line="1978"/>
<location filename="../ProfileInterface.cpp" line="2077"/>
<location filename="../ProfileInterface.cpp" line="1780"/>
<location filename="../ProfileInterface.cpp" line="1873"/>
<location filename="../ProfileInterface.cpp" line="1991"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>%1 failed with...
%2</source>
@ -1298,60 +1298,60 @@ Drücke 1 für Standardmodus</translation>
%2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1445"/>
<location filename="../ProfileInterface.cpp" line="1458"/>
<source>Prepare Content for Import...</source>
<translation>Bereite Inhalt für Import vor...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1767"/>
<location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify</source>
<comment>%1 failed with...</comment>
<translation>Qualifizieren</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1860"/>
<location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players...</source>
<translation>Spieler ändern...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1860"/>
<location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players</source>
<comment>%1 failed with...</comment>
<translation>Spieler ändern</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1881"/>
<location filename="../ProfileInterface.cpp" line="1909"/>
<location filename="../ProfileInterface.cpp" line="1978"/>
<location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1922"/>
<location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew...</source>
<translation>Crew ändern...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1909"/>
<location filename="../ProfileInterface.cpp" line="1922"/>
<source>Failed to enter a valid Snapmatic Crew ID</source>
<translation>Fehlgeschlagen beim Eingeben von einer gültigen Crew ID</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1978"/>
<location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew</source>
<comment>%1 failed with...</comment>
<translation>Crew ändern</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1999"/>
<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>
<translation>Titel ändern...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2012"/>
<location filename="../ProfileInterface.cpp" line="2025"/>
<source>Failed to enter a valid Snapmatic title</source>
<translation>Fehlgeschlagen beim Eingeben eines gültigen Snapmatic Titel</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2077"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title</source>
<comment>%1 failed with...</comment>
<translation>Titel ändern</translation>
@ -1672,7 +1672,7 @@ Drücke 1 für Standardmodus</translation>
<translation>Meme</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2007"/>
<location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/>
<source>Snapmatic Title</source>
<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>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2007"/>
<location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/>
<source>New Snapmatic title:</source>
<translation>Neuer Snapmatic Titel:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1900"/>
<location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/>
<source>Snapmatic Crew</source>
<translation>Snapmatic Crew</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1900"/>
<location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/>
<source>New Snapmatic crew:</source>
<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="../ProfileInterface.cpp" line="474"/>
<location filename="../ProfileInterface.cpp" line="540"/>
<location filename="../ProfileInterface.cpp" line="1438"/>
<location filename="../ProfileInterface.cpp" line="1442"/>
<source>Import...</source>
<translation></translation>
</message>
@ -1268,48 +1268,48 @@ Press 1 for Default View</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1767"/>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify as Avatar</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1243"/>
<location filename="../ProfileInterface.cpp" line="1277"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1881"/>
<location filename="../ProfileInterface.cpp" line="1999"/>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="2012"/>
<source>No Snapmatic pictures are selected</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1713"/>
<location filename="../ProfileInterface.cpp" line="1810"/>
<location filename="../ProfileInterface.cpp" line="1928"/>
<location filename="../ProfileInterface.cpp" line="2030"/>
<location filename="../ProfileInterface.cpp" line="1726"/>
<location filename="../ProfileInterface.cpp" line="1823"/>
<location filename="../ProfileInterface.cpp" line="1941"/>
<location filename="../ProfileInterface.cpp" line="2043"/>
<source>Patch selected...</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1714"/>
<location filename="../ProfileInterface.cpp" line="1733"/>
<location filename="../ProfileInterface.cpp" line="1811"/>
<location filename="../ProfileInterface.cpp" line="1830"/>
<location filename="../ProfileInterface.cpp" line="1929"/>
<location filename="../ProfileInterface.cpp" line="1948"/>
<location filename="../ProfileInterface.cpp" line="2031"/>
<location filename="../ProfileInterface.cpp" line="2050"/>
<location filename="../ProfileInterface.cpp" line="1727"/>
<location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1824"/>
<location filename="../ProfileInterface.cpp" line="1843"/>
<location filename="../ProfileInterface.cpp" line="1942"/>
<location filename="../ProfileInterface.cpp" line="1961"/>
<location filename="../ProfileInterface.cpp" line="2044"/>
<location filename="../ProfileInterface.cpp" line="2063"/>
<source>Patch file %1 of %2 files</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1257"/>
<location filename="../ProfileInterface.cpp" line="1291"/>
<location filename="../ProfileInterface.cpp" line="1767"/>
<location filename="../ProfileInterface.cpp" line="1860"/>
<location filename="../ProfileInterface.cpp" line="1978"/>
<location filename="../ProfileInterface.cpp" line="2077"/>
<location filename="../ProfileInterface.cpp" line="1780"/>
<location filename="../ProfileInterface.cpp" line="1873"/>
<location filename="../ProfileInterface.cpp" line="1991"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>%1 failed with...
%2</source>
@ -1322,60 +1322,60 @@ Press 1 for Default View</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1445"/>
<location filename="../ProfileInterface.cpp" line="1458"/>
<source>Prepare Content for Import...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1767"/>
<location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify</source>
<comment>%1 failed with...</comment>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1860"/>
<location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players...</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1860"/>
<location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players</source>
<comment>%1 failed with...</comment>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1881"/>
<location filename="../ProfileInterface.cpp" line="1909"/>
<location filename="../ProfileInterface.cpp" line="1978"/>
<location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1922"/>
<location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew...</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1909"/>
<location filename="../ProfileInterface.cpp" line="1922"/>
<source>Failed to enter a valid Snapmatic Crew ID</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1978"/>
<location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew</source>
<comment>%1 failed with...</comment>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1999"/>
<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>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2012"/>
<location filename="../ProfileInterface.cpp" line="2025"/>
<source>Failed to enter a valid Snapmatic title</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2077"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title</source>
<comment>%1 failed with...</comment>
<translation></translation>
@ -1747,25 +1747,25 @@ Press 1 for Default View</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2007"/>
<location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/>
<source>Snapmatic Title</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2007"/>
<location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/>
<source>New Snapmatic title:</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1900"/>
<location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/>
<source>Snapmatic Crew</source>
<translation></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1900"/>
<location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/>
<source>New Snapmatic crew:</source>
<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="../ProfileInterface.cpp" line="474"/>
<location filename="../ProfileInterface.cpp" line="540"/>
<location filename="../ProfileInterface.cpp" line="1438"/>
<location filename="../ProfileInterface.cpp" line="1442"/>
<source>Import...</source>
<translation>Importer...</translation>
</message>
@ -1257,48 +1257,48 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Initialisation de l&apos;export...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1767"/>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify as Avatar</source>
<translation>Qualifier comme Avatar</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1243"/>
<location filename="../ProfileInterface.cpp" line="1277"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1881"/>
<location filename="../ProfileInterface.cpp" line="1999"/>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="2012"/>
<source>No Snapmatic pictures are selected</source>
<translation>Aucun Snapmatic sélectionné</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1713"/>
<location filename="../ProfileInterface.cpp" line="1810"/>
<location filename="../ProfileInterface.cpp" line="1928"/>
<location filename="../ProfileInterface.cpp" line="2030"/>
<location filename="../ProfileInterface.cpp" line="1726"/>
<location filename="../ProfileInterface.cpp" line="1823"/>
<location filename="../ProfileInterface.cpp" line="1941"/>
<location filename="../ProfileInterface.cpp" line="2043"/>
<source>Patch selected...</source>
<translation>Patcher la sélection...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1714"/>
<location filename="../ProfileInterface.cpp" line="1733"/>
<location filename="../ProfileInterface.cpp" line="1811"/>
<location filename="../ProfileInterface.cpp" line="1830"/>
<location filename="../ProfileInterface.cpp" line="1929"/>
<location filename="../ProfileInterface.cpp" line="1948"/>
<location filename="../ProfileInterface.cpp" line="2031"/>
<location filename="../ProfileInterface.cpp" line="2050"/>
<location filename="../ProfileInterface.cpp" line="1727"/>
<location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1824"/>
<location filename="../ProfileInterface.cpp" line="1843"/>
<location filename="../ProfileInterface.cpp" line="1942"/>
<location filename="../ProfileInterface.cpp" line="1961"/>
<location filename="../ProfileInterface.cpp" line="2044"/>
<location filename="../ProfileInterface.cpp" line="2063"/>
<source>Patch file %1 of %2 files</source>
<translation>Patch du fichier %1 sur %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1257"/>
<location filename="../ProfileInterface.cpp" line="1291"/>
<location filename="../ProfileInterface.cpp" line="1767"/>
<location filename="../ProfileInterface.cpp" line="1860"/>
<location filename="../ProfileInterface.cpp" line="1978"/>
<location filename="../ProfileInterface.cpp" line="2077"/>
<location filename="../ProfileInterface.cpp" line="1780"/>
<location filename="../ProfileInterface.cpp" line="1873"/>
<location filename="../ProfileInterface.cpp" line="1991"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>%1 failed with...
%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>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1445"/>
<location filename="../ProfileInterface.cpp" line="1458"/>
<source>Prepare Content for Import...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1767"/>
<location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify</source>
<comment>%1 failed with...</comment>
<translation>Qualifier</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1860"/>
<location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players...</source>
<translation>Modifier les joueurs...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1860"/>
<location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players</source>
<comment>%1 failed with...</comment>
<translation>Modifier les joueurs</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1881"/>
<location filename="../ProfileInterface.cpp" line="1909"/>
<location filename="../ProfileInterface.cpp" line="1978"/>
<location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1922"/>
<location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew...</source>
<translation>Modifier le Crew...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1909"/>
<location filename="../ProfileInterface.cpp" line="1922"/>
<source>Failed to enter a valid Snapmatic Crew ID</source>
<translation>Snapmatic Crew ID invalide</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1978"/>
<location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew</source>
<comment>%1 failed with...</comment>
<translation>Changer le Crew</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1999"/>
<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>
<translation>Changer le titre...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2012"/>
<location filename="../ProfileInterface.cpp" line="2025"/>
<source>Failed to enter a valid Snapmatic title</source>
<translation>Titre Snapmatic invalide</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2077"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title</source>
<comment>%1 failed with...</comment>
<translation>Changer le titre</translation>
@ -1673,7 +1673,7 @@ Appuyer sur 1 pour le mode par défaut</translation>
<translation>Meme</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2007"/>
<location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/>
<source>Snapmatic Title</source>
<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>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2007"/>
<location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/>
<source>New Snapmatic title:</source>
<translation>Nouveau titre Snapmatic :</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1900"/>
<location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/>
<source>Snapmatic Crew</source>
<translation>Crew Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1900"/>
<location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/>
<source>New Snapmatic crew:</source>
<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="../ProfileInterface.cpp" line="474"/>
<location filename="../ProfileInterface.cpp" line="540"/>
<location filename="../ProfileInterface.cpp" line="1438"/>
<location filename="../ProfileInterface.cpp" line="1442"/>
<source>Import...</source>
<translation>Импортировать...</translation>
</message>
@ -1260,53 +1260,53 @@ Press 1 for Default View</source>
<translation>Точно ли хочешь удалить выбранные картинки Snapmatic и файлы сохранений?</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1445"/>
<location filename="../ProfileInterface.cpp" line="1458"/>
<source>Prepare Content for Import...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1767"/>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify as Avatar</source>
<translation>Пометить как Аватар</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1243"/>
<location filename="../ProfileInterface.cpp" line="1277"/>
<location filename="../ProfileInterface.cpp" line="1702"/>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1881"/>
<location filename="../ProfileInterface.cpp" line="1999"/>
<location filename="../ProfileInterface.cpp" line="1715"/>
<location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="2012"/>
<source>No Snapmatic pictures are selected</source>
<translation>Не выделена ни одна картинка Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1713"/>
<location filename="../ProfileInterface.cpp" line="1810"/>
<location filename="../ProfileInterface.cpp" line="1928"/>
<location filename="../ProfileInterface.cpp" line="2030"/>
<location filename="../ProfileInterface.cpp" line="1726"/>
<location filename="../ProfileInterface.cpp" line="1823"/>
<location filename="../ProfileInterface.cpp" line="1941"/>
<location filename="../ProfileInterface.cpp" line="2043"/>
<source>Patch selected...</source>
<translation>Пропатчить выделенные...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1714"/>
<location filename="../ProfileInterface.cpp" line="1733"/>
<location filename="../ProfileInterface.cpp" line="1811"/>
<location filename="../ProfileInterface.cpp" line="1830"/>
<location filename="../ProfileInterface.cpp" line="1929"/>
<location filename="../ProfileInterface.cpp" line="1948"/>
<location filename="../ProfileInterface.cpp" line="2031"/>
<location filename="../ProfileInterface.cpp" line="2050"/>
<location filename="../ProfileInterface.cpp" line="1727"/>
<location filename="../ProfileInterface.cpp" line="1746"/>
<location filename="../ProfileInterface.cpp" line="1824"/>
<location filename="../ProfileInterface.cpp" line="1843"/>
<location filename="../ProfileInterface.cpp" line="1942"/>
<location filename="../ProfileInterface.cpp" line="1961"/>
<location filename="../ProfileInterface.cpp" line="2044"/>
<location filename="../ProfileInterface.cpp" line="2063"/>
<source>Patch file %1 of %2 files</source>
<translation>Изменяется файл %1 из %2</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1257"/>
<location filename="../ProfileInterface.cpp" line="1291"/>
<location filename="../ProfileInterface.cpp" line="1767"/>
<location filename="../ProfileInterface.cpp" line="1860"/>
<location filename="../ProfileInterface.cpp" line="1978"/>
<location filename="../ProfileInterface.cpp" line="2077"/>
<location filename="../ProfileInterface.cpp" line="1780"/>
<location filename="../ProfileInterface.cpp" line="1873"/>
<location filename="../ProfileInterface.cpp" line="1991"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>%1 failed with...
%2</source>
@ -1321,55 +1321,55 @@ Press 1 for Default View</source>
<translation>Не удалось удалить все выделенные картинки Snapmatic и/или сохранения</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1767"/>
<location filename="../ProfileInterface.cpp" line="1780"/>
<source>Qualify</source>
<comment>%1 failed with...</comment>
<translation>Помечание</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1788"/>
<location filename="../ProfileInterface.cpp" line="1860"/>
<location filename="../ProfileInterface.cpp" line="1801"/>
<location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players...</source>
<translation>Изменить игроков...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1860"/>
<location filename="../ProfileInterface.cpp" line="1873"/>
<source>Change Players</source>
<comment>%1 failed with...</comment>
<translation>Измение игроков</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1881"/>
<location filename="../ProfileInterface.cpp" line="1909"/>
<location filename="../ProfileInterface.cpp" line="1978"/>
<location filename="../ProfileInterface.cpp" line="1894"/>
<location filename="../ProfileInterface.cpp" line="1922"/>
<location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew...</source>
<translation>Изменить банду...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1909"/>
<location filename="../ProfileInterface.cpp" line="1922"/>
<source>Failed to enter a valid Snapmatic Crew ID</source>
<translation>Введённый идентификатор банды не верен</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1978"/>
<location filename="../ProfileInterface.cpp" line="1991"/>
<source>Change Crew</source>
<comment>%1 failed with...</comment>
<translation>Изменение банды</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1999"/>
<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>
<translation>Изменить заголовок...</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2012"/>
<location filename="../ProfileInterface.cpp" line="2025"/>
<source>Failed to enter a valid Snapmatic title</source>
<translation>Введённый заголовок не верен</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2077"/>
<location filename="../ProfileInterface.cpp" line="2090"/>
<source>Change Title</source>
<comment>%1 failed with...</comment>
<translation>Изменение заголовка</translation>
@ -1689,7 +1689,7 @@ Press 1 for Default View</source>
<translation>Meme</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2007"/>
<location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/>
<source>Snapmatic Title</source>
<translation>Заголовок Snapmatic</translation>
@ -1785,19 +1785,19 @@ Press 1 for Default View</source>
<translation>Не удалось измененить свойства Snapmatic из-за проблемы ввода/вывода</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="2007"/>
<location filename="../ProfileInterface.cpp" line="2020"/>
<location filename="../SnapmaticEditor.cpp" line="390"/>
<source>New Snapmatic title:</source>
<translation>Новый заголовок Snapmatic:</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1900"/>
<location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/>
<source>Snapmatic Crew</source>
<translation>Банда на Snapmatic</translation>
</message>
<message>
<location filename="../ProfileInterface.cpp" line="1900"/>
<location filename="../ProfileInterface.cpp" line="1913"/>
<location filename="../SnapmaticEditor.cpp" line="419"/>
<source>New Snapmatic crew:</source>
<translation>Новая банда на Snapmatic:</translation>

View File

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

View File

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