Hello community, here is the log from the commit of package qps for openSUSE:Factory checked in at 2018-05-23 16:09:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qps (Old) and /work/SRC/openSUSE:Factory/.qps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qps" Wed May 23 16:09:24 2018 rev:10 rq:611341 version:1.10.18 Changes: -------- --- /work/SRC/openSUSE:Factory/qps/qps.changes 2018-02-26 23:25:44.041078123 +0100 +++ /work/SRC/openSUSE:Factory/.qps.new/qps.changes 2018-05-23 16:09:46.920487506 +0200 @@ -1,0 +2,16 @@ +Tue May 22 13:43:45 UTC 2018 - [email protected] + +- Update to 1.10.18: + * Bumped patch version to 18 (#45) + * Update from Weblate. (#41) + * Added transltion state to README.md + * Add da translation + * translation update + * Added translation using Weblate (German) + * Create qps_da.ts + * Update qps.desktop.in + * i18n: Update Polish translation + * Drop Qt foreach + * Fix links QtDesktop --> lxqt + +------------------------------------------------------------------- Old: ---- qps-1.10.17.tar.gz New: ---- qps-1.10.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qps.spec ++++++ --- /var/tmp/diff_new_pack.caWAOP/_old 2018-05-23 16:09:47.436468610 +0200 +++ /var/tmp/diff_new_pack.caWAOP/_new 2018-05-23 16:09:47.440468463 +0200 @@ -17,13 +17,13 @@ Name: qps -Version: 1.10.17 +Version: 1.10.18 Release: 0 Summary: Visual Process Manager License: GPL-2.0+ AND LGPL-2.1+ Group: System/Monitoring -Url: https://github.com/QtDesktop/qps -Source0: https://github.com/QtDesktop/qps/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Url: https://github.com/lxqt/qps/ +Source0: https://github.com/lxqt/qps/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake >= 3.0.2 BuildRequires: hicolor-icon-theme BuildRequires: libqt5-linguist-devel ++++++ qps-1.10.17.tar.gz -> qps-1.10.18.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qps-1.10.17/CHANGELOG new/qps-1.10.18/CHANGELOG --- old/qps-1.10.17/CHANGELOG 2017-09-22 00:00:11.000000000 +0200 +++ new/qps-1.10.18/CHANGELOG 2018-05-21 18:05:12.000000000 +0200 @@ -1,7 +1,23 @@ -qps-1.10.17 / 2017-09-22 +qps-1.10.18 / 2018-05-21 ======================== + * Bumped patch version to 18 (#45) + * Update from Weblate. (#41) + * Added transltion state to README.md + * Add da translation + * translation update + * Added translation using Weblate (German) + * Create qps_da.ts + * Update qps.desktop.in + * i18n: Update Polish translation + * Drop Qt foreach + * Fix links QtDesktop --> lxqt + +1.10.17 / 2017-09-22 +==================== + + * Release 1.10.17: Update changelog * some whitespaces fixed * l10n: Polish translation * Remove obsolete cpack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qps-1.10.17/CMakeLists.txt new/qps-1.10.18/CMakeLists.txt --- old/qps-1.10.17/CMakeLists.txt 2017-09-22 00:00:11.000000000 +0200 +++ new/qps-1.10.18/CMakeLists.txt 2018-05-21 18:05:12.000000000 +0200 @@ -12,9 +12,12 @@ set(MAJOR_VERSION 1) set(MINOR_VERSION 10) -set(PATCH_VERSION 17) +set(PATCH_VERSION 18) set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}) -add_definitions(-DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}") +add_definitions( + -DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}" + -DQT_NO_FOREACH +) # C++11 support include(CheckCXXCompilerFlag) @@ -28,7 +31,7 @@ message(FATAL "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support. C++11 support is required") endif() -find_package(Qt5 REQUIRED COMPONENTS Widgets X11Extras DBus LinguistTools) +find_package(Qt5 5.7.1 REQUIRED COMPONENTS Widgets X11Extras DBus LinguistTools) include(GNUInstallDirs) include(LXQtTranslateTs) # Although the name it doesn't depend on LXQt in any way diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qps-1.10.17/README.md new/qps-1.10.18/README.md --- old/qps-1.10.17/README.md 2017-09-22 00:00:11.000000000 +0200 +++ new/qps-1.10.18/README.md 2018-05-21 18:05:12.000000000 +0200 @@ -8,3 +8,9 @@ Qps is licensed under the terms of the [GPLv2](http://choosealicense.com/licenses/gpl-2.0/) or any later version. + +### Translation Status + +<a href="https://weblate.lxqt.org/engage/qps/?utm_source=widget"> +<img src="https://weblate.lxqt.org/widgets/qps/-/qps/287x66-grey.png" alt="Translation status" /> +</a> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qps-1.10.17/qps.desktop.in new/qps-1.10.18/qps.desktop.in --- old/qps-1.10.17/qps.desktop.in 2017-09-22 00:00:11.000000000 +0200 +++ new/qps-1.10.18/qps.desktop.in 2018-05-21 18:05:12.000000000 +0200 @@ -2,7 +2,11 @@ Type=Application Name=qps GenericName=Qt process manager +GenericName[da]=Qt-proceshåndtering +GenericName[pl]=Menedżer procesów Qt Comment=Qt application to display and manage running processes +Comment[da]=Qt-program til at vise og håndtere kørende processer +Comment[pl]=Aplikacja Qt do wyświetlania i zarządzania uruchomionymi procesami Icon=qps Categories=System; TryExec=qps diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qps-1.10.17/src/infobar.cpp new/qps-1.10.18/src/infobar.cpp --- old/qps-1.10.17/src/infobar.cpp 2017-09-22 00:00:11.000000000 +0200 +++ new/qps-1.10.18/src/infobar.cpp 2018-05-21 18:05:12.000000000 +0200 @@ -806,7 +806,6 @@ QString doHistory(SysHistory *sysh) { QString str; - Procinfo *p; int max = 0; char buf[128]; @@ -820,7 +819,7 @@ // qsort(ps->data(), ps->size(), sizeof(Procinfo *),(compare_func) // compare_backwards); - foreach (p, sysh->procs) + for (const auto *p : qAsConst(sysh->procs)) { if (p->pcpu == 0) continue; @@ -835,14 +834,13 @@ QString GraphBase::doHistoryTXT(SysHistory *sysh) { QString str; - Procinfo *p; int max = 0; char buf[128]; // sprintf(buf,"miniHistory /* %.02f%%",sysh->load_cpu*100); sprintf(buf, "%%CPU miniHistory test"); str += QString::fromLatin1(buf); - foreach (p, sysh->procs) + for (const auto *p : qAsConst(sysh->procs)) { if (p->pcpu == 0) continue; @@ -906,7 +904,6 @@ QString IO_Graph::doHistoryTXT(SysHistory *sysh) { QString str; - Procinfo *p; int max = 0; char buf[64], mem_str[64]; @@ -914,7 +911,7 @@ sprintf(buf, "miniHistory IO"); str += QString::fromLatin1(buf); - foreach (p, sysh->procs) + for (const auto *p : qAsConst(sysh->procs)) { if (p->io_read_KBps == 0 and p->io_write_KBps == 0) continue; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qps-1.10.17/src/proc_common.cpp new/qps-1.10.18/src/proc_common.cpp --- old/qps-1.10.17/src/proc_common.cpp 2017-09-22 00:00:11.000000000 +0200 +++ new/qps-1.10.18/src/proc_common.cpp 2018-05-21 18:05:12.000000000 +0200 @@ -1089,8 +1089,7 @@ SysHistory::~SysHistory() { - Procinfo *p; - foreach (p, procs) + for (const auto *p : qAsConst(procs)) { delete p; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qps-1.10.17/src/qps.cpp new/qps-1.10.18/src/qps.cpp --- old/qps-1.10.17/src/qps.cpp 2017-09-22 00:00:11.000000000 +0200 +++ new/qps-1.10.18/src/qps.cpp 2018-05-21 18:05:12.000000000 +0200 @@ -2328,9 +2328,9 @@ str.append(qVersion()); str.append("<br><br>" - "<b>Source: </b><a href=\"https://github.com/QtDesktop/qps\">http://github.com/QtDesktop/qps/</a>" + "<b>Source: </b><a href=\"https://github.com/lxqt/qps\">https://github.com/lxqt/qps/</a>" "<br>" - "<b>Bugtracker: </b><a href=\"https://github.com/QtDesktop/qps/issues\">https://github.com/QtDesktop/qps/issues</a>" + "<b>Bugtracker: </b><a href=\"https://github.com/lxqt/qps/issues\">https://github.com/lxqt/qps/issues</a>" ); label->setText(str); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qps-1.10.17/src/translations/qps.ts new/qps-1.10.18/src/translations/qps.ts --- old/qps-1.10.17/src/translations/qps.ts 2017-09-22 00:00:11.000000000 +0200 +++ new/qps-1.10.18/src/translations/qps.ts 2018-05-21 18:05:12.000000000 +0200 @@ -4,7 +4,7 @@ <context> <name>ControlBar</name> <message> - <location filename="../misc.cpp" line="964"/> + <location filename="../misc.cpp" line="986"/> <source>Pause (Ctrl+Space)</source> <translation type="unfinished"></translation> </message> @@ -114,7 +114,7 @@ <context> <name>Qps</name> <message> - <location filename="../qps.cpp" line="335"/> + <location filename="../qps.cpp" line="351"/> <source>Detail</source> <translation type="unfinished"></translation> </message> @@ -122,47 +122,47 @@ <context> <name>Screenshot</name> <message> - <location filename="../screenshot.cpp" line="271"/> + <location filename="../screenshot.cpp" line="294"/> <source>/untitled.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../screenshot.cpp" line="276"/> + <location filename="../screenshot.cpp" line="299"/> <source>Save As</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../screenshot.cpp" line="277"/> + <location filename="../screenshot.cpp" line="300"/> <source>%1 Files (*.%2);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../screenshot.cpp" line="304"/> + <location filename="../screenshot.cpp" line="327"/> <source>Options</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../screenshot.cpp" line="307"/> + <location filename="../screenshot.cpp" line="330"/> <source> s</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../screenshot.cpp" line="312"/> + <location filename="../screenshot.cpp" line="335"/> <source>Screenshot Delay:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../screenshot.cpp" line="314"/> + <location filename="../screenshot.cpp" line="337"/> <source>Hide This Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../screenshot.cpp" line="326"/> + <location filename="../screenshot.cpp" line="349"/> <source>New Screenshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../screenshot.cpp" line="327"/> + <location filename="../screenshot.cpp" line="350"/> <source>Quit</source> <translation type="unfinished"></translation> </message> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qps-1.10.17/src/translations/qps_da.ts new/qps-1.10.18/src/translations/qps_da.ts --- old/qps-1.10.17/src/translations/qps_da.ts 1970-01-01 01:00:00.000000000 +0100 +++ new/qps-1.10.18/src/translations/qps_da.ts 2018-05-21 18:05:12.000000000 +0200 @@ -0,0 +1,171 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="da"> +<context> + <name>ControlBar</name> + <message> + <location filename="../misc.cpp" line="986"/> + <source>Pause (Ctrl+Space)</source> + <translation>Pause (Ctrl+Mellemrum)</translation> + </message> +</context> +<context> + <name>EventDialog</name> + <message> + <location filename="../watchdog.ui" line="23"/> + <source>Watchdog 0.1 alpha</source> + <translation>Watchdog 0.1 alfa</translation> + </message> + <message> + <location filename="../watchdog.ui" line="117"/> + <source>Eventcat</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../watchdog.ui" line="162"/> + <source>Select condition</source> + <translation>Vælg betingelse</translation> + </message> + <message> + <location filename="../watchdog.ui" line="170"/> + <source>labelDescrition</source> + <translation>etiketbeskrivelse</translation> + </message> + <message> + <location filename="../watchdog.ui" line="193"/> + <source>Enable</source> + <translation>Aktivér</translation> + </message> + <message> + <location filename="../watchdog.ui" line="219"/> + <source>process name</source> + <translation>procesnavn</translation> + </message> + <message> + <location filename="../watchdog.ui" line="229"/> + <source>cpu</source> + <translation>cpu</translation> + </message> + <message> + <location filename="../watchdog.ui" line="248"/> + <source>%</source> + <translation> %</translation> + </message> + <message> + <location filename="../watchdog.ui" line="280"/> + <source>include already running process</source> + <translation>inkluder allerede kørende proces</translation> + </message> + <message> + <location filename="../watchdog.ui" line="309"/> + <source>run command</source> + <translation>kør kommando</translation> + </message> + <message> + <location filename="../watchdog.ui" line="342"/> + <source>show Message</source> + <translation>vis meddelelse</translation> + </message> + <message> + <location filename="../watchdog.ui" line="367"/> + <source>Help (Not yet. just concept)</source> + <translation>Hjælp (ikke endnu, kun et koncept)</translation> + </message> + <message> + <location filename="../watchdog.ui" line="394"/> + <source>%p : pid +%c : command</source> + <translation>%p: pid +%c: kommando</translation> + </message> + <message> + <location filename="../watchdog.ui" line="425"/> + <source>New</source> + <translation>Ny</translation> + </message> + <message> + <location filename="../watchdog.ui" line="432"/> + <source>Add</source> + <translation>Tilføj</translation> + </message> + <message> + <location filename="../watchdog.ui" line="439"/> + <source>Delete</source> + <translation>Slet</translation> + </message> + <message> + <location filename="../watchdog.ui" line="446"/> + <source>Close</source> + <translation>Luk</translation> + </message> +</context> +<context> + <name>ExecWindow</name> + <message> + <location filename="../message.ui" line="13"/> + <source>Qps</source> + <translation>Qps</translation> + </message> + <message> + <location filename="../message.ui" line="27"/> + <source>Ok</source> + <translation>OK</translation> + </message> +</context> +<context> + <name>Qps</name> + <message> + <location filename="../qps.cpp" line="351"/> + <source>Detail</source> + <translation>Detalje</translation> + </message> +</context> +<context> + <name>Screenshot</name> + <message> + <location filename="../screenshot.cpp" line="294"/> + <source>/untitled.</source> + <translation>/unavngivet.</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="299"/> + <source>Save As</source> + <translation>Gem som</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="300"/> + <source>%1 Files (*.%2);;All Files (*)</source> + <translation>%1 filer (*.%2);;Alle filer (*)</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="327"/> + <source>Options</source> + <translation>Valgmuligheder</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="330"/> + <source> s</source> + <translation> s</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="335"/> + <source>Screenshot Delay:</source> + <translation>Forsinkelse for skærmbillede:</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="337"/> + <source>Hide This Window</source> + <translation>Skjul vinduet</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="349"/> + <source>New Screenshot</source> + <translation>Nyt skærmbillede</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="350"/> + <source>Quit</source> + <translation>Afslut</translation> + </message> +</context> +</TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qps-1.10.17/src/translations/qps_de.ts new/qps-1.10.18/src/translations/qps_de.ts --- old/qps-1.10.17/src/translations/qps_de.ts 1970-01-01 01:00:00.000000000 +0100 +++ new/qps-1.10.18/src/translations/qps_de.ts 2018-05-21 18:05:12.000000000 +0200 @@ -0,0 +1,170 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="de"> +<context> + <name>ControlBar</name> + <message> + <location filename="../misc.cpp" line="986"/> + <source>Pause (Ctrl+Space)</source> + <translation>Pause (Strg+Leertaste)</translation> + </message> +</context> +<context> + <name>EventDialog</name> + <message> + <location filename="../watchdog.ui" line="23"/> + <source>Watchdog 0.1 alpha</source> + <translation></translation> + </message> + <message> + <location filename="../watchdog.ui" line="117"/> + <source>Eventcat</source> + <translation></translation> + </message> + <message> + <location filename="../watchdog.ui" line="162"/> + <source>Select condition</source> + <translation>Bedingung auswählen</translation> + </message> + <message> + <location filename="../watchdog.ui" line="170"/> + <source>labelDescrition</source> + <translation></translation> + </message> + <message> + <location filename="../watchdog.ui" line="193"/> + <source>Enable</source> + <translation>Aktivieren</translation> + </message> + <message> + <location filename="../watchdog.ui" line="219"/> + <source>process name</source> + <translation>Prozessname</translation> + </message> + <message> + <location filename="../watchdog.ui" line="229"/> + <source>cpu</source> + <translation>CPU</translation> + </message> + <message> + <location filename="../watchdog.ui" line="248"/> + <source>%</source> + <translation></translation> + </message> + <message> + <location filename="../watchdog.ui" line="280"/> + <source>include already running process</source> + <translation>bereits laufenden Prozess einbeziehen</translation> + </message> + <message> + <location filename="../watchdog.ui" line="309"/> + <source>run command</source> + <translation>starte Befehl</translation> + </message> + <message> + <location filename="../watchdog.ui" line="342"/> + <source>show Message</source> + <translation>zeige Nachricht</translation> + </message> + <message> + <location filename="../watchdog.ui" line="367"/> + <source>Help (Not yet. just concept)</source> + <translation>Hilfe (Noch nicht. Nur Konzept)</translation> + </message> + <message> + <location filename="../watchdog.ui" line="394"/> + <source>%p : pid +%c : command</source> + <translation></translation> + </message> + <message> + <location filename="../watchdog.ui" line="425"/> + <source>New</source> + <translation>Neu</translation> + </message> + <message> + <location filename="../watchdog.ui" line="432"/> + <source>Add</source> + <translation>Hinzufügen</translation> + </message> + <message> + <location filename="../watchdog.ui" line="439"/> + <source>Delete</source> + <translation>Löschen</translation> + </message> + <message> + <location filename="../watchdog.ui" line="446"/> + <source>Close</source> + <translation>Schließen</translation> + </message> +</context> +<context> + <name>ExecWindow</name> + <message> + <location filename="../message.ui" line="13"/> + <source>Qps</source> + <translation></translation> + </message> + <message> + <location filename="../message.ui" line="27"/> + <source>Ok</source> + <translation></translation> + </message> +</context> +<context> + <name>Qps</name> + <message> + <location filename="../qps.cpp" line="351"/> + <source>Detail</source> + <translation></translation> + </message> +</context> +<context> + <name>Screenshot</name> + <message> + <location filename="../screenshot.cpp" line="294"/> + <source>/untitled.</source> + <translation></translation> + </message> + <message> + <location filename="../screenshot.cpp" line="299"/> + <source>Save As</source> + <translation>Speichern unter</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="300"/> + <source>%1 Files (*.%2);;All Files (*)</source> + <translation>%1 Dateien (*.%2);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="327"/> + <source>Options</source> + <translation>Optionen</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="330"/> + <source> s</source> + <translation></translation> + </message> + <message> + <location filename="../screenshot.cpp" line="335"/> + <source>Screenshot Delay:</source> + <translation>Bildschirmfoto Verzögerung:</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="337"/> + <source>Hide This Window</source> + <translation>Verstecke Dieses Fenster</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="349"/> + <source>New Screenshot</source> + <translation>Neues Bildschirmfoto</translation> + </message> + <message> + <location filename="../screenshot.cpp" line="350"/> + <source>Quit</source> + <translation>Beenden</translation> + </message> +</context> +</TS> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qps-1.10.17/src/translations/qps_pl.ts new/qps-1.10.18/src/translations/qps_pl.ts --- old/qps-1.10.17/src/translations/qps_pl.ts 2017-09-22 00:00:11.000000000 +0200 +++ new/qps-1.10.18/src/translations/qps_pl.ts 2018-05-21 18:05:12.000000000 +0200 @@ -4,7 +4,7 @@ <context> <name>ControlBar</name> <message> - <location filename="../misc.cpp" line="964"/> + <location filename="../misc.cpp" line="986"/> <source>Pause (Ctrl+Space)</source> <translation>Pauzuj (Ctrl+Spacja)</translation> </message> @@ -14,7 +14,7 @@ <message> <location filename="../watchdog.ui" line="23"/> <source>Watchdog 0.1 alpha</source> - <translation type="unfinished">Watchdog 0.1 alpha</translation> + <translation>Watchdog 0.1 alpha</translation> </message> <message> <location filename="../watchdog.ui" line="117"/> @@ -115,7 +115,7 @@ <context> <name>Qps</name> <message> - <location filename="../qps.cpp" line="335"/> + <location filename="../qps.cpp" line="351"/> <source>Detail</source> <translation>Szczegół</translation> </message> @@ -123,47 +123,47 @@ <context> <name>Screenshot</name> <message> - <location filename="../screenshot.cpp" line="271"/> + <location filename="../screenshot.cpp" line="294"/> <source>/untitled.</source> <translation>/bez tytułu.</translation> </message> <message> - <location filename="../screenshot.cpp" line="276"/> + <location filename="../screenshot.cpp" line="299"/> <source>Save As</source> <translation>Zapisz jako</translation> </message> <message> - <location filename="../screenshot.cpp" line="277"/> + <location filename="../screenshot.cpp" line="300"/> <source>%1 Files (*.%2);;All Files (*)</source> <translation>%1 plików (*.%2);;Wszystkie pliki (*)</translation> </message> <message> - <location filename="../screenshot.cpp" line="304"/> + <location filename="../screenshot.cpp" line="327"/> <source>Options</source> <translation>Opcje</translation> </message> <message> - <location filename="../screenshot.cpp" line="307"/> + <location filename="../screenshot.cpp" line="330"/> <source> s</source> <translation> sek</translation> </message> <message> - <location filename="../screenshot.cpp" line="312"/> + <location filename="../screenshot.cpp" line="335"/> <source>Screenshot Delay:</source> - <translation>Opóźnienie zrzutu ekranu</translation> + <translation>Opóźnienie wykonania zrzutu ekranu:</translation> </message> <message> - <location filename="../screenshot.cpp" line="314"/> + <location filename="../screenshot.cpp" line="337"/> <source>Hide This Window</source> <translation>Ukryj to okno</translation> </message> <message> - <location filename="../screenshot.cpp" line="326"/> + <location filename="../screenshot.cpp" line="349"/> <source>New Screenshot</source> <translation>Nowy zrzut ekranu</translation> </message> <message> - <location filename="../screenshot.cpp" line="327"/> + <location filename="../screenshot.cpp" line="350"/> <source>Quit</source> <translation>Wyjdź</translation> </message>
