diff --git a/ProfileInterface.cpp b/ProfileInterface.cpp index 231598c..cdbb667 100644 --- a/ProfileInterface.cpp +++ b/ProfileInterface.cpp @@ -1102,7 +1102,7 @@ void ProfileInterface::deleteSelected() } if (selectedWidgts != 0) { - QMessageBox::warning(this, tr("Remove selected"), tr("Failed at remove the complete selected Snapmatic pictures and/or Savegame files")); + QMessageBox::warning(this, tr("Remove selected"), tr("Failed to remove all selected Snapmatic pictures and/or Savegame files")); } } } diff --git a/SavegameDialog.cpp b/SavegameDialog.cpp index c244ed0..302b92d 100644 --- a/SavegameDialog.cpp +++ b/SavegameDialog.cpp @@ -35,10 +35,21 @@ SavegameDialog::SavegameDialog(QWidget *parent) : ui->cmdClose->setFocus(); savegameLabStr = ui->labSavegameText->text(); + // Set Icon for Close Button if (QIcon::hasThemeIcon("dialog-close")) { ui->cmdClose->setIcon(QIcon::fromTheme("dialog-close")); } + else if (QIcon::hasThemeIcon("gtk-close")) + { + ui->cmdClose->setIcon(QIcon::fromTheme("gtk-close")); + } + + // Set Icon for Export Button + if (QIcon::hasThemeIcon("document-export")) + { + ui->cmdCopy->setIcon(QIcon::fromTheme("document-export")); + } refreshWindowSize(); } diff --git a/SnapmaticWidget.cpp b/SnapmaticWidget.cpp index d9fa875..d7fdcca 100644 --- a/SnapmaticWidget.cpp +++ b/SnapmaticWidget.cpp @@ -285,12 +285,18 @@ bool SnapmaticWidget::makePictureVisible() void SnapmaticWidget::makePictureHiddenSlot() { - makePictureHidden(); + if (!makePictureHidden()) + { + QMessageBox::warning(this, QApplication::translate("UserInterface", "Hide In-game"), QApplication::translate("SnapmaticWidget", "Failed to hide %1 In-game from your Snapmatic pictures").arg("\""+smpic->getPictureStr()+"\"")); + } } void SnapmaticWidget::makePictureVisibleSlot() { - makePictureVisible(); + if (!makePictureVisible()) + { + QMessageBox::warning(this, QApplication::translate("UserInterface", "Show In-game"), QApplication::translate("SnapmaticWidget", "Failed to show %1 In-game from your Snapmatic pictures").arg("\""+smpic->getPictureStr()+"\"")); + } } void SnapmaticWidget::editSnapmaticProperties() diff --git a/UserInterface.cpp b/UserInterface.cpp index 5948176..7c30b99 100644 --- a/UserInterface.cpp +++ b/UserInterface.cpp @@ -83,6 +83,40 @@ UserInterface::UserInterface(ProfileDatabase *profileDB, CrewDatabase *crewDB, D ui->cmdReload->setIcon(QIcon::fromTheme("reload")); } + // Set Icon for Choose GTA V Folder Menu Item + if (QIcon::hasThemeIcon("document-open-folder")) + { + ui->actionSelect_GTA_Folder->setIcon(QIcon::fromTheme("document-open-folder")); + } + else if (QIcon::hasThemeIcon("gtk-directory")) + { + ui->actionSelect_GTA_Folder->setIcon(QIcon::fromTheme("gtk-directory")); + } + + // Set Icon for Open File Menu Item + if (QIcon::hasThemeIcon("document-open")) + { + ui->actionOpen_File->setIcon(QIcon::fromTheme("document-open")); + } + + // Set Icon for Close Profile Menu Item + if (QIcon::hasThemeIcon("dialog-close")) + { + ui->actionSelect_profile->setIcon(QIcon::fromTheme("dialog-close")); + } + else if (QIcon::hasThemeIcon("gtk-close")) + { + ui->actionSelect_profile->setIcon(QIcon::fromTheme("gtk-close")); + } + + // Set Icon for Exit Menu Item + if (QIcon::hasThemeIcon("application-exit")) + { +#ifndef Q_OS_MACOS // Setting icon for exit/quit lead to a crash in Mac OS X + ui->actionExit->setIcon(QIcon::fromTheme("application-exit")); +#endif + } + // Set Icon for Preferences Menu Item if (QIcon::hasThemeIcon("preferences-system")) { @@ -97,12 +131,22 @@ UserInterface::UserInterface(ProfileDatabase *profileDB, CrewDatabase *crewDB, D #endif } - // Set Icon for Exit Menu Item - if (QIcon::hasThemeIcon("application-exit")) + // Set Icon for Profile Import Menu Item + if (QIcon::hasThemeIcon("document-import")) { -#ifndef Q_OS_MACOS // Setting icon for exit/quit lead to a crash in Mac OS X - ui->actionExit->setIcon(QIcon::fromTheme("application-exit")); -#endif + ui->action_Import->setIcon(QIcon::fromTheme("document-import")); + } + + // Set Icon for Profile Export Menu Item + if (QIcon::hasThemeIcon("document-export")) + { + ui->actionExport_selected->setIcon(QIcon::fromTheme("document-export")); + } + + // Set Icon for Profile Remove Menu Item + if (QIcon::hasThemeIcon("remove")) + { + ui->actionDelete_selected->setIcon(QIcon::fromTheme("remove")); } // DPI calculation diff --git a/UserInterface.ui b/UserInterface.ui index 151a728..7927dcc 100644 --- a/UserInterface.ui +++ b/UserInterface.ui @@ -171,7 +171,7 @@ 0 0 625 - 21 + 23 diff --git a/lang/README.txt b/lang/README.txt index f95afe5..c21786f 100644 --- a/lang/README.txt +++ b/lang/README.txt @@ -1,5 +1,5 @@ -Community translation files - -They get loaded in ApplicationPathExecFileFolder/lang - -You can help translate with using Qt Linguist, after you've translated you'll need to send me a pull request on https://github.com/Syping/gta5sync +Community translation files + +They get loaded in ApplicationPathExecFileFolder/lang + +You can help translate with using Qt Linguist, after you've translated you'll need to send me a pull request on https://github.com/Syping/gta5sync diff --git a/lang/gta5sync_no.ts b/lang/gta5sync_no.ts index e1b8829..fab80f3 100644 --- a/lang/gta5sync_no.ts +++ b/lang/gta5sync_no.ts @@ -171,6 +171,13 @@ Pictures and Savegames ImageEditorDialog + + + + + Snapmatic Image Editor + + Overwrite Image... @@ -202,13 +209,6 @@ Pictures and Savegames &Close - - - - - Snapmatic Image Editor - - Patching of Snapmatic Image failed because of I/O Error @@ -267,10 +267,8 @@ Pictures and Savegames - - - - Background Image: + + Background Image: %1 @@ -303,6 +301,13 @@ Pictures and Savegames &Cancel + + + + + Background Image: + + @@ -333,11 +338,6 @@ When you want to use it as Avatar the image will be detached! Select Colour... - - - Background Image: %1 - - File @@ -546,11 +546,6 @@ Y: %2 Feedback - - - Participation - - @@ -567,11 +562,6 @@ Y: %2 Hardware, Application and OS Specification - - - System Language Configuration - - Application Configuration @@ -606,8 +596,28 @@ Y: %2 - - &Send + + Language for Areas + + + + + Style + + + + + Style: + + + + + Font + + + + + Always use Message Font (Windows 2003 and earlier) @@ -615,6 +625,21 @@ Y: %2 Interface + + + Participation + + + + + System Language Configuration + + + + + &Send + + Language for Interface @@ -628,36 +653,11 @@ Y: %2 Current: %1 - - - Language for Areas - - - - - Style - - Use Default Style (Restart) - - - Style: - - - - - Font - - - - - Always use Message Font (Windows 2003 and earlier) - - Sync @@ -801,12 +801,6 @@ Y: %2 Export as &Snapmatic... - - - - &Edit Properties... - - @@ -814,15 +808,15 @@ Y: %2 - - - Open &Map Viewer... + + + &Edit Properties... - - - Open &JSON Editor... + + + Open &Map Viewer... @@ -971,6 +965,12 @@ Press 1 for Default View Exported Snapmatic to "%1" because of using the .auto extension. + + + + Open &JSON Editor... + + PlayerListDialog @@ -1112,28 +1112,21 @@ Press 1 for Default View Import - - - - - Can't import %1 because file can't be open - - - + GTA V Export (*.g5e) - + Savegames files (SGTA*) - + Snapmatic pictures (PGTA*) @@ -1142,6 +1135,16 @@ Press 1 for Default View Importable files (%1) + + + Snapmatic Loader + + + + + <h4>Following Snapmatic Pictures got repaired</h4>%1 + + @@ -1153,14 +1156,14 @@ Press 1 for Default View - + All files (**) - + No valid file is selected @@ -1179,16 +1182,23 @@ Press 1 for Default View - + Failed to read Snapmatic picture - + Failed to read Savegame file + + + + + Can't import %1 because file can't be open + + @@ -1258,16 +1268,6 @@ Press 1 for Default View Export selected... - - - Snapmatic Loader - - - - - <h4>Following Snapmatic Pictures got repaired</h4>%1 - - Initialising export... @@ -1299,8 +1299,9 @@ Press 1 for Default View - - Failed at remove the complete selected Snapmatic pictures and/or Savegame files + + + Qualify as Avatar @@ -1313,25 +1314,6 @@ Press 1 for Default View No Snapmatic pictures are selected - - - - - - - - %1 failed with... - -%2 - Action failed with... - - - - - - Qualify as Avatar - - @@ -1352,6 +1334,24 @@ Press 1 for Default View Patch file %1 of %2 files + + + + + + + + %1 failed with... + +%2 + Action failed with... + + + + + Failed to remove all selected Snapmatic pictures and/or Savegame files + + Qualify @@ -1407,7 +1407,7 @@ Press 1 for Default View - + All profile files (*.g5e SGTA* PGTA*) @@ -1434,7 +1434,7 @@ Press 1 for Default View SavegameDialog - + Savegame Viewer @@ -1454,7 +1454,7 @@ Press 1 for Default View - + Failed at %1 @@ -1633,7 +1633,7 @@ Press 1 for Default View - + Snapmatic Properties @@ -1687,6 +1687,18 @@ Press 1 for Default View Title: %1 (%2) + + + Players: %1 (%2) + Multiple Player are inserted here + + + + + Player: %1 (%2) + One Player is inserted here + + @@ -1725,18 +1737,6 @@ Press 1 for Default View Edit - - - Players: %1 (%2) - Multiple Player are inserted here - - - - - Player: %1 (%2) - One Player is inserted here - - Yes @@ -1768,7 +1768,7 @@ Press 1 for Default View - + Patching of Snapmatic Properties failed because of I/O Error @@ -1978,17 +1978,27 @@ Press 1 for Default View Failed at deleting %1 from your Snapmatic pictures + + + Failed to hide %1 In-game from your Snapmatic pictures + + + + + Failed to show %1 In-game from your Snapmatic pictures + + TelemetryDialog - You want help %1 to improve in the future by collection of data? + %1 User Statistics - %1 User Statistics + You want help %1 to improve in the future by collection of data? @@ -2066,38 +2076,13 @@ Press 1 for Default View &Selection visibility - - - Selection &mass tools - - - + &About %1 - - - Change &Title... - - - - - Change &Crew... - - - - - &Qualify as Avatar - - - - - Change &Players... - - &Exit @@ -2150,15 +2135,15 @@ Press 1 for Default View - + Select &GTA V Folder... - - + + Select GTA V Folder... @@ -2172,40 +2157,67 @@ Press 1 for Default View Hi&de In-game + + + Change &Players... + + + + + Selection &mass tools + + + + + Change &Title... + + + + + Change &Crew... + + + + + &Qualify as Avatar + + - - + + Select Profile - + Open File... - - - - + + + + Open File - + Can't open %1 because of not valid file format + Show In-game + Hide In-game diff --git a/res/gta5sync_de.qm b/res/gta5sync_de.qm index c2d6219..4818c6b 100644 Binary files a/res/gta5sync_de.qm and b/res/gta5sync_de.qm differ diff --git a/res/gta5sync_de.ts b/res/gta5sync_de.ts index 8c90744..8f53bfd 100644 --- a/res/gta5sync_de.ts +++ b/res/gta5sync_de.ts @@ -1688,13 +1688,13 @@ Drücke A für Standardansicht - + Savegames files (SGTA*) Spielstanddateien (SGTA*) - + Snapmatic pictures (PGTA*) Snapmatic Bilder (PGTA*) @@ -1718,7 +1718,7 @@ Drücke A für Standardansicht - + All files (**) Alle Dateien (**) @@ -1739,13 +1739,13 @@ Drücke A für Standardansicht - + Failed to read Snapmatic picture Fehler beim Lesen vom Snapmatic Bild - + Failed to read Savegame file Fehler beim Lesen von Spielstanddatei @@ -1795,7 +1795,7 @@ Drücke A für Standardansicht - + No valid file is selected Keine gültige Datei wurde ausgewählt @@ -1889,6 +1889,11 @@ Drücke A für Standardansicht No Snapmatic pictures are selected Keine Snapmatic Bilder sind ausgewählt + + + Failed to remove all selected Snapmatic pictures and/or Savegame files + Fehlgeschlagen beim Entfernen von allen augewählten Snapmatic Bildern und/oder Spielstanddateien + @@ -1991,9 +1996,8 @@ Exportieren als: Möchtest du wirklich die ausgewählten Snapmatic Bilder und Spielstanddateien löschen? - Failed at remove the complete selected Snapmatic pictures and/or Savegame files - Fehlgeschlagen beim kompletten entfernen der ausgewählten Snapmatic Bilder und/oder der Spielstanddateien + Fehlgeschlagen beim kompletten entfernen der ausgewählten Snapmatic Bilder und/oder der Spielstanddateien Failed to import copy of Snapmatic picture because the file not begin with PGTA @@ -2079,13 +2083,13 @@ Exportieren als: Exportiere Datei %1 von %2 Dateien - + All profile files (*.g5e SGTA* PGTA*) Alle Profildateien (*.g5e SGTA* PGTA*) - + GTA V Export (*.g5e) GTA V Export (*.g5e) @@ -2125,7 +2129,7 @@ Exportieren als: SavegameDialog - + Savegame Viewer Spielstandanzeiger @@ -2157,7 +2161,7 @@ Exportieren als: Schließen - + Failed at %1 Fehlgeschlagen bei %1 @@ -2412,7 +2416,7 @@ Exportieren als: - + Snapmatic Properties Snapmatic Eigenschaften @@ -2575,7 +2579,7 @@ Exportieren als: - + Patching of Snapmatic Properties failed because of I/O Error Patchen von Snapmatic Eigenschaften fehlgeschlagen wegen I/O Fehler @@ -2745,6 +2749,16 @@ Exportieren als: Are you sure to delete %1 from your Snapmatic pictures? Bist du sicher %1 von deine Snapmatic Bilder zu löschen? + + + Failed to hide %1 In-game from your Snapmatic pictures + Fehlgeschlagen beim Ausblenden von %1 im Spiel von deinen Snapmatic Bildern + + + + Failed to show %1 In-game from your Snapmatic pictures + Fehlgeschlagen beim Anzeigen von %1 im Spiel von deinen Snapmatic Bildern + Edi&t @@ -3146,7 +3160,7 @@ Exportieren als: - + Select &GTA V Folder... Wähle &GTA V Ordner... @@ -3245,16 +3259,16 @@ Exportieren als: - - + + Select Profile Profil auswählen - - + + Select GTA V Folder... Wähle GTA V Ordner... @@ -3263,7 +3277,7 @@ Exportieren als: Wähle GTA V &Ordner... - + Open File... Datei öffnen... @@ -3284,20 +3298,20 @@ Exportieren als: - + &About %1 &Über %1 - - - - + + + + Open File Datei öffnen - + Can't open %1 because of not valid file format Kann nicht %1 öffnen weil Dateiformat nicht gültig ist @@ -3333,12 +3347,14 @@ Exportieren als: + Show In-game Im Spiel anzeigen + Hide In-game Im Spiel ausblenden diff --git a/res/gta5sync_en_US.qm b/res/gta5sync_en_US.qm index 6469f65..5cbde30 100644 Binary files a/res/gta5sync_en_US.qm and b/res/gta5sync_en_US.qm differ diff --git a/res/gta5sync_en_US.ts b/res/gta5sync_en_US.ts index 3bf7d2e..87276f9 100644 --- a/res/gta5sync_en_US.ts +++ b/res/gta5sync_en_US.ts @@ -1139,19 +1139,19 @@ Press 1 for Default View - + GTA V Export (*.g5e) - + Savegames files (SGTA*) - + Snapmatic pictures (PGTA*) @@ -1166,14 +1166,14 @@ Press 1 for Default View - + All files (**) - + No valid file is selected @@ -1192,13 +1192,13 @@ Press 1 for Default View - + Failed to read Snapmatic picture - + Failed to read Savegame file @@ -1308,11 +1308,6 @@ Press 1 for Default View You really want remove the selected Snapmatic picutres and Savegame files? - - - Failed at remove the complete selected Snapmatic pictures and/or Savegame files - - @@ -1362,6 +1357,11 @@ Press 1 for Default View Action failed with... + + + Failed to remove all selected Snapmatic pictures and/or Savegame files + + Qualify @@ -1417,7 +1417,7 @@ Press 1 for Default View - + All profile files (*.g5e SGTA* PGTA*) @@ -1444,7 +1444,7 @@ Press 1 for Default View SavegameDialog - + Savegame Viewer @@ -1464,7 +1464,7 @@ Press 1 for Default View - + Failed at %1 @@ -1643,7 +1643,7 @@ Press 1 for Default View - + Snapmatic Properties @@ -1778,7 +1778,7 @@ Press 1 for Default View - + Patching of Snapmatic Properties failed because of I/O Error @@ -1988,6 +1988,16 @@ Press 1 for Default View Failed at deleting %1 from your Snapmatic pictures + + + Failed to hide %1 In-game from your Snapmatic pictures + + + + + Failed to show %1 In-game from your Snapmatic pictures + + TelemetryDialog @@ -2079,7 +2089,7 @@ Press 1 for Default View - + &About %1 @@ -2135,15 +2145,15 @@ Press 1 for Default View - + Select &GTA V Folder... - - + + Select GTA V Folder... @@ -2184,38 +2194,40 @@ Press 1 for Default View - - + + Select Profile - + Open File... - - - - + + + + Open File - + Can't open %1 because of not valid file format + Show In-game + Hide In-game diff --git a/res/gta5sync_fr.qm b/res/gta5sync_fr.qm index 157f41e..c7b8fc4 100644 Binary files a/res/gta5sync_fr.qm and b/res/gta5sync_fr.qm differ diff --git a/res/gta5sync_fr.ts b/res/gta5sync_fr.ts index 6345162..129df1a 100644 --- a/res/gta5sync_fr.ts +++ b/res/gta5sync_fr.ts @@ -1383,13 +1383,13 @@ Appuyer sur 1 pour le mode par défaut - + Savegames files (SGTA*) Fichiers de sauvegarde GTA (SGTA*) - + Snapmatic pictures (PGTA*) Photos Snapmatic (PGTA*) @@ -1404,7 +1404,7 @@ Appuyer sur 1 pour le mode par défaut - + All files (**) Tous les fichiers (**) @@ -1426,7 +1426,7 @@ Appuyer sur 1 pour le mode par défaut - + No valid file is selected Fichier invalide @@ -1437,13 +1437,13 @@ Appuyer sur 1 pour le mode par défaut - + Failed to read Snapmatic picture Impossible d'ouvrir la photo Snapmatic - + Failed to read Savegame file Impossible de lire le fichier de sauvegarde @@ -1597,6 +1597,11 @@ Appuyer sur 1 pour le mode par défaut Action failed with... + + + Failed to remove all selected Snapmatic pictures and/or Savegame files + + Qualify @@ -1683,18 +1688,17 @@ Appuyer sur 1 pour le mode par défaut Supprimer la sélection ? - Failed at remove the complete selected Snapmatic pictures and/or Savegame files - Impossible de supprimer la sélection + Impossible de supprimer la sélection - + All profile files (*.g5e SGTA* PGTA*) Tous les fichiers de profil (*.g5e SGTA* PGTA*) - + GTA V Export (*.g5e) GTA V Export (*.g5e) @@ -1721,7 +1725,7 @@ Appuyer sur 1 pour le mode par défaut SavegameDialog - + Savegame Viewer Gestionnaire de sauvegardes @@ -1741,7 +1745,7 @@ Appuyer sur 1 pour le mode par défaut &Fermer - + Failed at %1 Échec de %1 @@ -1922,7 +1926,7 @@ Appuyer sur 1 pour le mode par défaut - + Snapmatic Properties Propriétés Snapmatic @@ -2069,7 +2073,7 @@ Appuyer sur 1 pour le mode par défaut - + Patching of Snapmatic Properties failed because of I/O Error La modification des propriétés Snapmatic a échoué : erreur d'entrée/sortie @@ -2223,6 +2227,16 @@ Appuyer sur 1 pour le mode par défaut Failed at deleting %1 from your Snapmatic pictures Impossible de supprimer %1 + + + Failed to hide %1 In-game from your Snapmatic pictures + + + + + Failed to show %1 In-game from your Snapmatic pictures + + Edi&t @@ -2462,15 +2476,15 @@ Appuyer sur 1 pour le mode par défaut - + Select &GTA V Folder... Modifier l'emplacement de &GTA V... - - + + Select GTA V Folder... Modifier l'emplacement de GTA V... @@ -2535,44 +2549,46 @@ Appuyer sur 1 pour le mode par défaut - + &About %1 &À propos de %1 - - + + Select Profile Sélectionner un profil - + Open File... Ouvrir... - - - - + + + + Open File Ouvrir - + Can't open %1 because of not valid file format Impossible d'ouvrir %1, format invalide + Show In-game + Hide In-game diff --git a/res/gta5sync_ru.qm b/res/gta5sync_ru.qm index 5edd369..2b2e99e 100644 Binary files a/res/gta5sync_ru.qm and b/res/gta5sync_ru.qm differ diff --git a/res/gta5sync_ru.ts b/res/gta5sync_ru.ts index 20dbc40..79358d7 100644 --- a/res/gta5sync_ru.ts +++ b/res/gta5sync_ru.ts @@ -1366,13 +1366,13 @@ Press 1 for Default View - + Savegames files (SGTA*) Файлы сохранения (SGTA*) - + Snapmatic pictures (PGTA*) Картинка Snapmatic (PGTA*) @@ -1380,7 +1380,7 @@ Press 1 for Default View - + All files (**) Все файлы (**) @@ -1401,13 +1401,13 @@ Press 1 for Default View - + Failed to read Snapmatic picture Не удалось загрузить картинку Snapmatic - + Failed to read Savegame file Не удалось загрузить файл сохранения @@ -1418,7 +1418,7 @@ Press 1 for Default View - + No valid file is selected Выбранный файл неверен @@ -1533,9 +1533,8 @@ Press 1 for Default View Точно ли хочешь удалить выбранные картинки Snapmatic и файлы сохранений? - Failed at remove the complete selected Snapmatic pictures and/or Savegame files - Не удалось удалить полностью выбранные картинки Snapmatic и/или файлы сохранений + Не удалось удалить полностью выбранные картинки Snapmatic и/или файлы сохранений @@ -1586,6 +1585,11 @@ Press 1 for Default View Action failed with... + + + Failed to remove all selected Snapmatic pictures and/or Savegame files + + Qualify @@ -1695,13 +1699,13 @@ Press 1 for Default View Экспортируется файл %1 из %2 - + All profile files (*.g5e SGTA* PGTA*) Все файлы профиля (*.g5e SGTA* PGTA*) - + GTA V Export (*.g5e) GTA V Export (*.g5e) @@ -1728,7 +1732,7 @@ Press 1 for Default View SavegameDialog - + Savegame Viewer Просмотрщик сохранений @@ -1756,7 +1760,7 @@ Press 1 for Default View Закрыть - + Failed at %1 Ошибка при %1 @@ -1957,7 +1961,7 @@ Press 1 for Default View - + Snapmatic Properties Свойства Snapmatic @@ -2098,7 +2102,7 @@ Press 1 for Default View - + Patching of Snapmatic Properties failed because of I/O Error Не удалось измененить свойства Snapmatic из-за проблемы ввода/вывода @@ -2242,6 +2246,16 @@ Press 1 for Default View Failed at deleting %1 from your Snapmatic pictures Не удалось удалить %1 из колелкции картинок Snapmatic + + + Failed to hide %1 In-game from your Snapmatic pictures + + + + + Failed to show %1 In-game from your Snapmatic pictures + + Edi&t @@ -2424,7 +2438,7 @@ Press 1 for Default View - + Select &GTA V Folder... Выбрать &папку GTA V... @@ -2556,16 +2570,16 @@ Press 1 for Default View - - + + Select Profile Выбор профиля - - + + Select GTA V Folder... Выбрать папку GTA V... @@ -2578,25 +2592,25 @@ Press 1 for Default View - + &About %1 &О программе %1 - + Open File... Открыть файл... - - - - + + + + Open File Открыть файл - + Can't open %1 because of not valid file format Не удалось открыть %1 из-за неверного формата файла @@ -2616,12 +2630,14 @@ Press 1 for Default View + Show In-game + Hide In-game