From 3d9b4009cb0694fe94037516fb5d083329f47943 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sun, 3 Apr 2016 09:32:30 +0200 Subject: [PATCH] context menu key sequence fix --- SnapmaticWidget.cpp | 6 +- lang/gta5sync_ru.ts | 249 ++++++++++++++++++++++++++++++----------- res/gta5sync_de.qm | Bin 11753 -> 13322 bytes res/gta5sync_de.ts | 263 +++++++++++++++++++++++++++++++++----------- 4 files changed, 382 insertions(+), 136 deletions(-) diff --git a/SnapmaticWidget.cpp b/SnapmaticWidget.cpp index 2666750..d50bafc 100755 --- a/SnapmaticWidget.cpp +++ b/SnapmaticWidget.cpp @@ -182,14 +182,14 @@ void SnapmaticWidget::contextMenuEvent(QContextMenuEvent *ev) contextMenu.addSeparator(); if (!ui->cbSelected->isChecked()) { contextMenu.addAction(tr("Select"), this, SLOT(pictureSelected())); } if (ui->cbSelected->isChecked()) { contextMenu.addAction(tr("Deselect"), this, SLOT(pictureSelected())); } - contextMenu.addAction(tr("Select all"), this, SLOT(selectAllWidgets()), QKeySequence::fromString(tr("Ctrl+S"))); - contextMenu.addAction(tr("Deselect all"), this, SLOT(deselectAllWidgets()), QKeySequence::fromString(tr("Shift+S"))); + contextMenu.addAction(tr("Select all"), this, SLOT(selectAllWidgets()), QKeySequence::fromString("Ctrl+S")); + contextMenu.addAction(tr("Deselect all"), this, SLOT(deselectAllWidgets()), QKeySequence::fromString("Shift+S")); } else { contextMenu.addSeparator(); contextMenu.addAction(tr("Select"), this, SLOT(pictureSelected())); - contextMenu.addAction(tr("Select all"), this, SLOT(selectAllWidgets()), QKeySequence::fromString(tr("Ctrl+S"))); + contextMenu.addAction(tr("Select all"), this, SLOT(selectAllWidgets()), QKeySequence::fromString("Ctrl+S")); } contextMenu.exec(ev->globalPos()); setStyleSheet(styleSheet()); // fix multi highlight bug diff --git a/lang/gta5sync_ru.ts b/lang/gta5sync_ru.ts index f63cc13..abfa710 100755 --- a/lang/gta5sync_ru.ts +++ b/lang/gta5sync_ru.ts @@ -163,16 +163,16 @@ - - - - - - - - - - + + + + + + + + + + Import copy Импортировать копию @@ -182,68 +182,68 @@ Закрыть профиль - + Loading... Загрузка... - + All profile files (SGTA* PGTA*) Все файлы профиля (SGTA* PGTA*) - + Savegames files (SGTA*) Файлы сохранения (SGTA*) - + Snapmatic pictures (PGTA*) Картинка Snapmatic (PGTA*) - + All files (**) Все файлы (**) - + Failed to read Snapmatic picture Не удалось загрузить картинку Snapmatic - + Failed to read Savegame file Не удалось загрузить файл сохранения - + Can't import %1 because of not valid file format Не получилось импортировать %1 из-за неправильного формата файла - - + + No valid file is selected Выбранный файл неверен - + Failed to import copy of Snapmatic picture because the file not begin with PGTA Не удалось имортировать копию картинки Snapmatic, т.к. файл не начинается с PGTA - + Failed to import copy of Snapmatic picture because the copy failed Не получилось имортировать копию картинки Snapmatic, потому что не удалось его скопировать - + Failed to import copy of Savegame file because the copy failed Не получилось имортировать копию сохранения, потому что не удалось его скопировать - + Failed to import copy of Savegame file because no free Savegame slot left Не получилось имортировать копию сохранения, потому что не осталось свободных под них слотов @@ -285,50 +285,75 @@ Виджет сохранений - + The Third Way (100%) - 00/00/00 00:00:00 Третий путь (100%) - 00/00/00 00:00:00 - + + View Просмотр - + + Copy Копировать - + + Delete Удалить - - - + + Delete savegame Удалить сохранение - + Are you sure to delete %1 from your savegames? Вы уверены, что хотите удалить сохранение %1? - + Failed at deleting %1 from your savegames Не удалось удалить сохранение %1 - + + Select - - View savegame + + Deselect + + + + + + Select all + + + + + + Ctrl+S + + + + + Deselect all + + + + + Shift+S @@ -336,7 +361,6 @@ - Copy savegame Копировать сохранение @@ -379,66 +403,78 @@ Виджет Snapmatic - + PHOTO - 00/00/00 00:00:00 ФОТО - 00/00/00 00:00:00 - + + View Просмотр - + + Copy Копировать - + Export Экспорт - + + Delete Удалить - - - + + Delete picture Удалить картинку - + Are you sure to delete %1 from your Snapmatic pictures? Уверены, что хотите удалить %1 из коллекции картинок Snapmatic? - + Failed at deleting %1 from your Snapmatic pictures Не удалось удалить %1 из колелкции картинок Snapmatic - + + Select - - View picture + + Deselect - - Copy picture - Скопировать картинку + + + Select all + + + + + Deselect all + + + + Copy picture + Скопировать картинку - Export picture - Экспорт картинки + Экспорт картинки @@ -450,9 +486,9 @@ - - - + + + Select profile Выбор профиля @@ -467,40 +503,119 @@ Помощь - + + Edit + + + + + Profile + + + + About gta5sync О программе gta5sync - + Ctrl+A Ctrl+A - - + + Close Закрыть - + Ctrl+Q Ctrl+Q - + Ctrl+P Ctrl+P - + + Options + + + + + Ctrl+O + + + + + Select all + + + + + Ctrl+S + + + + + Deselect all + + + + + Shift+S + + + + + Export selected + + + + + Ctrl+E + + + + + Delete selected + + + + + Ctrl+D + + + + gta5sync gta5sync - + + Grand Theft Auto V Folder not found! + + + + + Reload + + + + + Reload profiles + + + + + Not able to reload profiles + + + GTA V Folder not found! - Папка GTA V не была найдена! + Папка GTA V не была найдена! diff --git a/res/gta5sync_de.qm b/res/gta5sync_de.qm index 34a3681f2cc9d1c11a213b7b048395d410deec48..5ce09d23bbdcdf7ceec00b90c3a08f00aa569fed 100755 GIT binary patch delta 1819 zcma)4e{54#6#m-2_U*OZ+KrBFY#pyFE#3OYHX<@2e~hw4Oc+}%Gt2>@qpz$(>w8AhvpaZ}oLxPDN*Leur4EANb4- z%op?{`)xp4nf}5N2T&*)9G?tm5xQ=tj z_WTAE6%!JBQHYSL6?GB*LpZ`6+e>Uke-r8ee;J_x9dMpZF5r1fL%+1 zcyZ-%lJteJd(jeV<$GbIq65g=AzVEdBoExLB^U5bYFP4>S@$cMoL^@4JpULy%6aqZ zqlbXfG;{T3+86Yg2lFz49HaSkfXtj%ZazD|4)CU#C%Z3_xd+UDl)ET@l|?u39FQHb z9J*yC0k_fDrR__WT86fsq=S;3R?9>yb$W?y&}X?mwf2ZF;}|4Jnh^9NbTo6SC7=w<_A#AwF~G%}YbQ%I?lTjiL%Sy9i^ z^C%vpPev<5gtVMg>zy1i6pN{O{dulsoF)HWG82oP7IQF3bSKH{KpnOc(PlIeRg9!f zmBj~}q7mh`t~$?Hf4kSH`=1udd^yy@3p2{6vsuY6^VRo%=WEkFP(G2(R{m4IT(&mb z!L}4B?0tSId(yugoQm29uyonAF9T9u5}OpDg2QFh6{o~23F^#4BNUVoNNb-s<9 z-A2APA;!KH3;3k>a+q#s&B_PLb2|{Arw-A`G!jPXg=93})x%YVql(Hm$9sQ08V#9M z`lE?1 zYvPI+YK+OE5*HJ4EFKDrEs1y}8k1Yqo(k+Ft%XWNiBgq!uW!DlMTy3n)wG=4DK+mJ z!`CK>*dBkj%T8+L85NiwPgYfnu|7wdBvS`!p_$a$wA}j?K5#%aQaf`OSIl-$)hnBe GU-}mil*Azb delta 800 zcmXAmdq|T}7{;G{7w7kFbCu3*sk!Oyu3DNksbE`$1grd`8KH%Si-fMDn{-)a7m6;# zNi8rdGLf_}q%!D6A!1;YlFT4PLm~>I%PPV@dh0uI_?^Q!&wHNtIVU%MtcWb^sWCnO z(%dj$&3;^U_2Ih^z;!`rs{^Ebg;`4!=J*xb_COf41MVFVKKlTV0b-&L$j?*g96q#Uvta<+1J?iB;ME!^Fw z`M``7Tz{h;NSnirw`Bm%dOqXHBhcV2FJ1w{2ZgQ(U%ZpvbLseCTNH6;Br{MAC4=`vtR3LR(2fa{IWahA%swL}#$Aar`KlYw4^wm(8**LiB-szUod;oJNB zfObgCY;OW|UhzWq5HQUvHW#!4d0~al(v%H#$v7a6sMQnGh#S;$at8@+DKy0uTDGgV z4vz!+b?VsLmvmmMo{Uk484FUw?Flm6Ax&wx2u!J$jPC+~?R z-!vDno|a<23W2O4>FDAvGICrxH7iOHN~5$O+8;>$0Wy@mUsipJQiqeW{opc+bVLr{ zxJDn?ATR$&d+V6olWhRZqC60yM5g=Y*SQhW7s@~VR=StasO}yBOd-vq&6KQXDI4I7 zQi`@!UqY%1Ch`_GlQ)~6_0TJsRr;5yw*f<_7AP?B^kIHhCI!2D`1%~S&3d9co>wBU zpmR`VV~_1dRW%!R8bn=rZFDy~WV3cpb%`pL&=#}%ZUYOu53_PlfJJnR{_VRPJv&vb z(R)&7LI}0kgc?|&RM7sfaMNvNmYL63d{!kZ@%hYtlwuWvbgP`^O2kO91yRIUyU#5c WOIHQixUYg$7N#+=D8!Bw9s3JgzuJxf diff --git a/res/gta5sync_de.ts b/res/gta5sync_de.ts index 12c8abe..d3c6658 100755 --- a/res/gta5sync_de.ts +++ b/res/gta5sync_de.ts @@ -198,16 +198,16 @@ - - - - - - - - - - + + + + + + + + + + Import copy Kopie importieren @@ -225,68 +225,68 @@ Profil schließen - + Loading... Lade... - + All profile files (SGTA* PGTA*) Alle Profildateien (SGTA* PGTA*) - + Savegames files (SGTA*) Spielstanddateien (SGTA*) - + Snapmatic pictures (PGTA*) Snapmatic Bilder (PGTA*) - + All files (**) Alle Dateien (**) - + Failed to read Snapmatic picture Fehler beim Lesen vom Snapmatic Bild - + Failed to read Savegame file Fehler beim Lesen von Spielstanddatei - + Can't import %1 because of not valid file format Kann %1 nicht importieren weil das Dateiformat nicht gültig ist - - + + No valid file is selected Keine gültige Datei wurde ausgewählt - + Failed to import copy of Snapmatic picture because the file not begin with PGTA Fehlgeschlagenen beim Import vom Snapmatic Bild weil die Datei nicht mit PGTA begint - + Failed to import copy of Snapmatic picture because the copy failed Fehlgeschlagenen beim Import vom Snapmatic Bild weil kopieren fehlgeschlagen ist - + Failed to import copy of Savegame file because the copy failed Fehlgeschlagenen beim Import vom Spielstand weil kopieren fehlgeschlagen ist - + Failed to import copy of Savegame file because no free Savegame slot left Fehlgeschlagenen beim Import vom Spielstand weil kein Spielstandslot mehr übrig ist @@ -328,58 +328,86 @@ Spielstand Widget - + The Third Way (100%) - 00/00/00 00:00:00 The Third Way (100%) - 00/00/00 00:00:00 - + + View Ansehen - + + Copy Kopieren - + + Delete Löschen - - - + + Delete savegame Savegame löschen - + Are you sure to delete %1 from your savegames? Bist du sicher %1 von deinen Spielständen zu löschen? - + Failed at deleting %1 from your savegames Fehlgeschlagen beim Löschen %1 von deinen Spielständen - + + Select Auswählen - + + Deselect + Abwählen + + + + + Select all + Alles auswählen + + + + + Ctrl+S + Strg+S + + + + Deselect all + Alles abwählen + + + + Shift+S + Umschalt+S + + View savegame - Spielstand ansehen + Spielstand ansehen - Copy savegame Spielstand kopieren @@ -434,68 +462,92 @@ Snapmatic Widget - + PHOTO - 00/00/00 00:00:00 FOTO - 00/00/00 00:00:00 - + + View Ansehen - + + Copy Kopieren - + Export Exportieren - + + Delete Löschen - - - + + Delete picture Bild löschen - + Are you sure to delete %1 from your Snapmatic pictures? Bist du sicher %1 von deinen Snapmatic Bilder zu löschen? - + + Select Auswählen - + + Deselect + Abwählen + + + + + Select all + Alles auswählen + + + Ctrl+S + Strg+S + + + + Deselect all + Alles abwählen + + + Shift+S + Umschalt+S + + View picture - Bild ansehen + Bild ansehen - Copy picture - Bild kopieren + Bild kopieren - Export picture - Bild exportieren + Bild exportieren You're sure to delete %1 from your Snapmatic pictures? Bist du sicher %1 von deinen Snapmatic Bilder zu löschen? - + Failed at deleting %1 from your Snapmatic pictures Fehlgeschlagen beim Löschen %1 von deinen Snapmatic Bildern @@ -526,52 +578,131 @@ Hilfe - + + Edit + Bearbeiten + + + + Profile + Profil + + + About gta5sync Über gta5sync - + Ctrl+A Strg+A - - + + Close Schließen + + + Options + Optionen + + + + Ctrl+O + Strg+O + + + + Select all + Alles auswählen + + + + Ctrl+S + Strg+S + + + + Deselect all + Alles abwählen + + + + Shift+S + Umschalt+S + + + + Export selected + Auswahl exportieren + + + + Ctrl+E + Strg+E + + + + Delete selected + Auswahl löschen + + + + Ctrl+D + Strg+D + Exit Schließen - + Ctrl+Q Strg+Q - - - + + + Select profile Profil auswählen - + Ctrl+P Strg+P - GTA V Folder not found! - GTA V Ordner nicht gefunden! + GTA V Ordner nicht gefunden! - + gta5sync gta5sync + + + Grand Theft Auto V Folder not found! + Grand Theft Auto V Ordner wurde nicht gefunden! + + + + Reload + Neuladen + + + + Reload profiles + Profile neuladen + + + + Not able to reload profiles + Nicht fähig Profile neuzuladen +