diff --git a/ProfileInterface.cpp b/ProfileInterface.cpp index 10f0cda..ff7433e 100644 --- a/ProfileInterface.cpp +++ b/ProfileInterface.cpp @@ -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()); diff --git a/res/gta5sync_de.ts b/res/gta5sync_de.ts index 03e49ae..24a367a 100644 --- a/res/gta5sync_de.ts +++ b/res/gta5sync_de.ts @@ -1070,7 +1070,7 @@ Drücke 1 für Standardmodus - + Import... Importieren... @@ -1242,38 +1242,38 @@ Drücke 1 für Standardmodus Nur GTA Snapmatic - - - - + + + + Patch selected... Auswahl patchen... - - - - - - - - + + + + + + + + Patch file %1 of %2 files Patche Datei %1 von %2 Dateien - - + + Qualify as Avatar Als Avatar qualifizieren - - - - + + + + No Snapmatic pictures are selected Keine Snapmatic Bilder sind ausgewählt @@ -1285,10 +1285,10 @@ Drücke 1 für Standardmodus - - - - + + + + %1 failed with... %2 @@ -1298,60 +1298,60 @@ Drücke 1 für Standardmodus %2 - + Prepare Content for Import... Bereite Inhalt für Import vor... - + Qualify %1 failed with... Qualifizieren - - + + Change Players... Spieler ändern... - + Change Players %1 failed with... Spieler ändern - - - + + + Change Crew... Crew ändern... - + Failed to enter a valid Snapmatic Crew ID Fehlgeschlagen beim Eingeben von einer gültigen Crew ID - + Change Crew %1 failed with... Crew ändern - - + + Change Title... Titel ändern... - + Failed to enter a valid Snapmatic title Fehlgeschlagen beim Eingeben eines gültigen Snapmatic Titel - + Change Title %1 failed with... Titel ändern @@ -1672,7 +1672,7 @@ Drücke 1 für Standardmodus Meme - + Snapmatic Title Snapmatic Titel @@ -1778,19 +1778,19 @@ Drücke 1 für Standardmodus Patchen von Snapmatic Eigenschaften fehlgeschlagen wegen I/O Fehler - + New Snapmatic title: Neuer Snapmatic Titel: - + Snapmatic Crew Snapmatic Crew - + New Snapmatic crew: Neue Snapmatic Crew: diff --git a/res/gta5sync_en_US.ts b/res/gta5sync_en_US.ts index f4a0e0a..8b1ce16 100644 --- a/res/gta5sync_en_US.ts +++ b/res/gta5sync_en_US.ts @@ -1063,7 +1063,7 @@ Press 1 for Default View - + Import... @@ -1268,48 +1268,48 @@ Press 1 for Default View - - + + Qualify as Avatar - - - - + + + + No Snapmatic pictures are selected - - - - + + + + Patch selected... - - - - - - - - + + + + + + + + Patch file %1 of %2 files - - - - + + + + %1 failed with... %2 @@ -1322,60 +1322,60 @@ Press 1 for Default View - + Prepare Content for Import... - + Qualify %1 failed with... - - + + Change Players... - + Change Players %1 failed with... - - - + + + Change Crew... - + Failed to enter a valid Snapmatic Crew ID - + Change Crew %1 failed with... - - + + Change Title... - + Failed to enter a valid Snapmatic title - + Change Title %1 failed with... @@ -1747,25 +1747,25 @@ Press 1 for Default View - + Snapmatic Title - + New Snapmatic title: - + Snapmatic Crew - + New Snapmatic crew: diff --git a/res/gta5sync_fr.ts b/res/gta5sync_fr.ts index 0138ce8..3807488 100644 --- a/res/gta5sync_fr.ts +++ b/res/gta5sync_fr.ts @@ -1081,7 +1081,7 @@ Appuyer sur 1 pour le mode par défaut - + Import... Importer... @@ -1257,48 +1257,48 @@ Appuyer sur 1 pour le mode par défaut Initialisation de l'export... - - + + Qualify as Avatar Qualifier comme Avatar - - - - + + + + No Snapmatic pictures are selected Aucun Snapmatic sélectionné - - - - + + + + Patch selected... Patcher la sélection... - - - - - - - - + + + + + + + + Patch file %1 of %2 files Patch du fichier %1 sur %2 - - - - + + + + %1 failed with... %2 @@ -1313,60 +1313,60 @@ Appuyer sur 1 pour le mode par défaut Échec de la supression des Snapmatic et/ou des fichiers de sauvegarde sélectionnés - + Prepare Content for Import... - + Qualify %1 failed with... Qualifier - - + + Change Players... Modifier les joueurs... - + Change Players %1 failed with... Modifier les joueurs - - - + + + Change Crew... Modifier le Crew... - + Failed to enter a valid Snapmatic Crew ID Snapmatic Crew ID invalide - + Change Crew %1 failed with... Changer le Crew - - + + Change Title... Changer le titre... - + Failed to enter a valid Snapmatic title Titre Snapmatic invalide - + Change Title %1 failed with... Changer le titre @@ -1673,7 +1673,7 @@ Appuyer sur 1 pour le mode par défaut Meme - + Snapmatic Title Titre Snapmatic @@ -1781,19 +1781,19 @@ Appuyer sur 1 pour le mode par défaut La modification des propriétés Snapmatic a échoué : erreur d'entrée/sortie - + New Snapmatic title: Nouveau titre Snapmatic : - + Snapmatic Crew Crew Snapmatic - + New Snapmatic crew: Nouveau crew Snapmatic : diff --git a/res/gta5sync_ru.ts b/res/gta5sync_ru.ts index 4bc1468..ea29da3 100644 --- a/res/gta5sync_ru.ts +++ b/res/gta5sync_ru.ts @@ -1075,7 +1075,7 @@ Press 1 for Default View - + Import... Импортировать... @@ -1260,53 +1260,53 @@ Press 1 for Default View Точно ли хочешь удалить выбранные картинки Snapmatic и файлы сохранений? - + Prepare Content for Import... - - + + Qualify as Avatar Пометить как Аватар - - - - + + + + No Snapmatic pictures are selected Не выделена ни одна картинка Snapmatic - - - - + + + + Patch selected... Пропатчить выделенные... - - - - - - - - + + + + + + + + Patch file %1 of %2 files Изменяется файл %1 из %2 - - - - + + + + %1 failed with... %2 @@ -1321,55 +1321,55 @@ Press 1 for Default View Не удалось удалить все выделенные картинки Snapmatic и/или сохранения - + Qualify %1 failed with... Помечание - - + + Change Players... Изменить игроков... - + Change Players %1 failed with... Измение игроков - - - + + + Change Crew... Изменить банду... - + Failed to enter a valid Snapmatic Crew ID Введённый идентификатор банды не верен - + Change Crew %1 failed with... Изменение банды - - + + Change Title... Изменить заголовок... - + Failed to enter a valid Snapmatic title Введённый заголовок не верен - + Change Title %1 failed with... Изменение заголовка @@ -1689,7 +1689,7 @@ Press 1 for Default View Meme - + Snapmatic Title Заголовок Snapmatic @@ -1785,19 +1785,19 @@ Press 1 for Default View Не удалось измененить свойства Snapmatic из-за проблемы ввода/вывода - + New Snapmatic title: Новый заголовок Snapmatic: - + Snapmatic Crew Банда на Snapmatic - + New Snapmatic crew: Новая банда на Snapmatic: diff --git a/res/gta5sync_uk.ts b/res/gta5sync_uk.ts index 8a4e386..f5609eb 100644 --- a/res/gta5sync_uk.ts +++ b/res/gta5sync_uk.ts @@ -1061,7 +1061,7 @@ Press 1 for Default View - + Import... Імпортування... @@ -1297,20 +1297,20 @@ Press 1 for Default View - - - - + + + + No Snapmatic pictures are selected Не вибрано жодного Snapmatic зображення - - - - + + + + %1 failed with... %2 @@ -1320,86 +1320,86 @@ Press 1 for Default View %2 - + Prepare Content for Import... - - + + Qualify as Avatar Позначити як Аватар - - - - + + + + Patch selected... Вибір патчу... - - - - - - - - + + + + + + + + Patch file %1 of %2 files Патч файлу %1 з %2 файлів - + Qualify %1 failed with... Якість - - + + Change Players... Зміна гравців... - + Change Players %1 failed with... Змінити гравців - - - + + + Change Crew... Зміна банди... - + Failed to enter a valid Snapmatic Crew ID Не вдалося ввести дійсний ID Банди Snapmatic - + Change Crew %1 failed with... Змінити банду - - + + Change Title... Зміна назви... - + Failed to enter a valid Snapmatic title Не вдалося ввести дійсний заголовок Snapmatic - + Change Title %1 failed with... Змінити назву @@ -1726,25 +1726,25 @@ Press 1 for Default View Змінити властивості Snapmatic не вдалося через JSON Помилку - + Snapmatic Crew Snapmatic банда - + New Snapmatic crew: Нова Snapmatic банда: - + Snapmatic Title Snapmatic назва - + New Snapmatic title: Новий Snapmatic заголовок: diff --git a/res/gta5sync_zh_TW.ts b/res/gta5sync_zh_TW.ts index b38a0e6..60763cd 100644 --- a/res/gta5sync_zh_TW.ts +++ b/res/gta5sync_zh_TW.ts @@ -1059,7 +1059,7 @@ Press 1 for Default View - + Import... 匯入... @@ -1291,20 +1291,20 @@ Press 1 for Default View - - - - + + + + No Snapmatic pictures are selected 未選擇 Snapmatic 圖片 - - - - + + + + %1 failed with... %2 @@ -1314,86 +1314,86 @@ Press 1 for Default View %2 - + Prepare Content for Import... - - + + Qualify as Avatar 合格大頭貼 - - - - + + + + Patch selected... 修改所選... - - - - - - - - + + + + + + + + Patch file %1 of %2 files 修改檔案 %1 共 %2 個檔案 - + Qualify %1 failed with... 合格 - - + + Change Players... 更改玩家... - + Change Players %1 failed with... 更改玩家 - - - + + + Change Crew... 更改幫會... - + Failed to enter a valid Snapmatic Crew ID 輸入了無效的幫會 ID - + Change Crew %1 failed with... 更改幫會 - - + + Change Title... 更改標題... - + Failed to enter a valid Snapmatic title 輸入了無效的標題 - + Change Title %1 failed with... 更改標題 @@ -1720,25 +1720,25 @@ Press 1 for Default View JSON 錯誤,未能更新 Snapmatic 屬性 - + Snapmatic Crew 幫會 - + New Snapmatic crew: 輸入新的幫會: - + Snapmatic Title 標題 - + New Snapmatic title: 輸入新的標題: