Hello community, here is the log from the commit of package libksysguard5 for openSUSE:Factory checked in at 2019-08-05 10:33:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libksysguard5 (Old) and /work/SRC/openSUSE:Factory/.libksysguard5.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libksysguard5" Mon Aug 5 10:33:02 2019 rev:89 rq:719920 version:5.16.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes 2019-07-26 12:32:06.662230635 +0200 +++ /work/SRC/openSUSE:Factory/.libksysguard5.new.4126/libksysguard5.changes 2019-08-05 10:33:03.815407570 +0200 @@ -1,0 +2,9 @@ +Tue Jul 30 12:40:18 UTC 2019 - Fabian Vogt <[email protected]> + +- Update to 5.16.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.16.4.php +- No code changes since 5.16.3 + +------------------------------------------------------------------- Old: ---- libksysguard-5.16.3.tar.xz libksysguard-5.16.3.tar.xz.sig New: ---- libksysguard-5.16.4.tar.xz libksysguard-5.16.4.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libksysguard5.spec ++++++ --- /var/tmp/diff_new_pack.dmDLfo/_old 2019-08-05 10:33:04.383407419 +0200 +++ /var/tmp/diff_new_pack.dmDLfo/_new 2019-08-05 10:33:04.391407417 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: libksysguard5 -Version: 5.16.3 +Version: 5.16.4 Release: 0 Summary: Task management and system monitoring library License: GPL-2.0-or-later ++++++ libksysguard-5.16.3.tar.xz -> libksysguard-5.16.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksysguard-5.16.3/CMakeLists.txt new/libksysguard-5.16.4/CMakeLists.txt --- old/libksysguard-5.16.3/CMakeLists.txt 2019-07-09 17:52:41.000000000 +0200 +++ new/libksysguard-5.16.4/CMakeLists.txt 2019-07-30 12:27:48.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0) project(libksysguard) -set(PROJECT_VERSION "5.16.3") +set(PROJECT_VERSION "5.16.4") set(PROJECT_VERSION_MAJOR 5) # check with non-Plasma consumers (e.g. KDevelop) before bumping these versions diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksysguard-5.16.3/po/fi/processui.po new/libksysguard-5.16.4/po/fi/processui.po --- old/libksysguard-5.16.3/po/fi/processui.po 2019-07-09 17:51:15.000000000 +0200 +++ new/libksysguard-5.16.4/po/fi/processui.po 2019-07-30 12:27:22.000000000 +0200 @@ -3,7 +3,7 @@ # This file is distributed under the same license as the kde-workspace package. # Teemu Rytilahti <[email protected]>, 2007, 2008. # Teemu Rytilahti <[email protected]>, 2008. -# Tommi Nieminen <[email protected]>, 2009, 2010, 2017, 2018. +# Tommi Nieminen <[email protected]>, 2009, 2010, 2017, 2018, 2019. # Lasse Liehu <[email protected]>, 2010. # Jorma Karvonen <[email protected]>, 2010-2011. # Lasse Liehu <[email protected]>, 2011, 2012, 2013, 2014, 2015, 2016. @@ -15,7 +15,7 @@ "Project-Id-Version: processui\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:46+0200\n" -"PO-Revision-Date: 2018-11-22 16:31+0200\n" +"PO-Revision-Date: 2019-07-29 17:47+0200\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\n" @@ -502,6 +502,8 @@ "<qt>Linux flag NoNewPrivileges, if set the process can't gain further " "privileges via setuid etc.</qt>" msgstr "" +"<qt>Linux-lippu NoNewPrivileges: jos asetettu, prosessi ei voi saada lisää " +"käyttölikeuksia setuidin tms. kautta.</qt>" #: ProcessModel.cpp:1021 #, kde-format @@ -652,12 +654,11 @@ "käynnistymisestä) haetaan tiedostosta /proc/[pid]/stat" #: ProcessModel.cpp:1064 -#, fuzzy, kde-format -#| msgid "<qt><i>Technical information: </i>This is from /proc/*/cmdline" +#, kde-format msgid "" "<qt><i>Technical information: </i>The flag is retrieved from /proc/[pid]/" "status" -msgstr "<qt><i>Teknistä tietoa:</i> Kerätty /proc/*/cmdline-puusta" +msgstr "<qt><i>Teknistä tietoa:</i> Kerätty /proc/[pic]/status-tiedostosta" #: ProcessModel.cpp:1066 #, kde-format @@ -1253,7 +1254,7 @@ #, kde-format msgctxt "process heading" msgid "NNP" -msgstr "" +msgstr "NNP" #: ProcessModel.cpp:1963 #, kde-format @@ -1333,6 +1334,8 @@ "Type comma separated search terms or regular expressions to filter the " "process list" msgstr "" +"Suodata prosesseja antamalla pilkuin erotettu luettelo hakusanoja tai " +"säännöllisiä lausekkeita" #. i18n: ectx: property (whatsThis), widget (QLineEdit, txtFilter) #: ProcessWidgetUI.ui:69 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksysguard-5.16.3/po/id/processui.po new/libksysguard-5.16.4/po/id/processui.po --- old/libksysguard-5.16.3/po/id/processui.po 2019-07-09 17:51:33.000000000 +0200 +++ new/libksysguard-5.16.4/po/id/processui.po 2019-07-30 12:27:27.000000000 +0200 @@ -9,14 +9,14 @@ "Project-Id-Version: processui\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:46+0200\n" -"PO-Revision-Date: 2019-06-22 10:54+0700\n" +"PO-Revision-Date: 2019-07-29 16:23+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 19.04.2\n" +"X-Generator: Lokalize 19.04.3\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ksysguardprocesslist.cpp:204 ksysguardprocesslist.cpp:530 @@ -743,16 +743,16 @@ "Panggilan Sistem</td><td>Jumlah operasi penulisan I/O, misalnya panggilan " "sistem seperti write(tulis) dan pwrite().</td></tr><tr><td>Bita Yang " "Sebenarnya Dibaca</td><td>Jumlah bita yang proses ini lakukan yang " -"menyebabkan diambil dari lapisan penyimpanan. Dilakukan pada level " -"submit_bio(), sehingga akurat untuk sistem file didukung blok. Ini mungkin " -"tidak memberikan nilai yang masuk akal untuk sistem file NFS dan CIFS.</td></" +"menyebabkan diambil dari lapisan penyimpanan. Dilakukan pada level submit_bio" +"(), sehingga akurat untuk sistem file didukung blok. Ini mungkin tidak " +"memberikan nilai yang masuk akal untuk sistem file NFS dan CIFS.</td></" "tr><tr><td>Bita Yang Sebenarnya Ditulis</td><td>Percobaan untuk menghitung " "jumlah bita yang proses ini lakukan yang menyebabkan dikirim ke lapisan " "penyimpanan. Hal ini dilakukan saat waktu pengotoran halaman.</td></" "table><p>Nomor di dalam tanda kurung menampilkan rasio untuk tiap nilai yang " "berubah, ditentukan dari melihat selisih di antara nilai sebelumnya dan " -"nilai baru, dan membaginya dengan interval update.<p><i>Informasi teknis: </" -"i>Data ini diambil dari /proc/*/io dan didokumentasikan lebih lanjut di " +"nilai baru, dan membaginya dengan interval pembaruan.<p><i>Informasi teknis: " +"</i>Data ini diambil dari /proc/*/io dan didokumentasikan lebih lanjut di " "Documentation/accounting dan Documentation/filesystems/proc.txt di sumber " "kernel." @@ -980,8 +980,8 @@ "<para><emphasis strong='true'>Clock ticks since system boot:</emphasis> %1</" "para><para><emphasis strong='true'>Seconds since system boot:</emphasis> %2 " "(System boot time: %3)</para><para><emphasis strong='true'>Absolute start " -"time:</emphasis> %4</para><para><emphasis strong='true'>Relative start time:" -"</emphasis> %5</para>" +"time:</emphasis> %4</para><para><emphasis strong='true'>Relative start " +"time:</emphasis> %5</para>" msgstr "" "<para><emphasis strong='true'> Detakan jam sejak boot sistem:</emphasis> %1." "</para><para><emphasis strong='true'> Detikan sejak boot sistem:</emphasis> " @@ -1090,8 +1090,8 @@ "<para><emphasis strong='true'>Memory usage:</emphasis> %1 out of %2 (%3 %)</" "para>" msgstr "" -"<para><emphasis strong='true'> Penggunaan memori:</emphasis> %1 dari %2 " -"(%3 %).</para>" +"<para><emphasis strong='true'> Penggunaan memori:</emphasis> %1 dari %2 (" +"%3 %).</para>" #: ProcessModel.cpp:1598 #, kde-kuit-format @@ -1152,18 +1152,18 @@ msgid "" "<para><emphasis strong='true'>Characters read:</emphasis> %1 (%2 KiB/s)</" "para><para><emphasis strong='true'>Characters written:</emphasis> %3 (%4 KiB/" -"s)</para><para><emphasis strong='true'>Read syscalls:</emphasis> %5 (%6 " -"s⁻¹)</para><para><emphasis strong='true'>Write syscalls:</emphasis> %7 (%8 " -"s⁻¹)</para><para><emphasis strong='true'>Actual bytes read:</emphasis> %9 " -"(%10 KiB/s)</para><para><emphasis strong='true'>Actual bytes written:</" -"emphasis> %11 (%12 KiB/s)</para>" +"s)</para><para><emphasis strong='true'>Read syscalls:</emphasis> %5 (%6 s⁻¹)" +"</para><para><emphasis strong='true'>Write syscalls:</emphasis> %7 (%8 s⁻¹)</" +"para><para><emphasis strong='true'>Actual bytes read:</emphasis> %9 (%10 KiB/" +"s)</para><para><emphasis strong='true'>Actual bytes written:</emphasis> %11 (" +"%12 KiB/s)</para>" msgstr "" "<para><emphasis strong='true'> Karakter dibaca:</emphasis> %1 (%2 KiB/d).</" "para><para><emphasis strong='true'> Karakter ditulis:</emphasis> %3 (%4 KiB/" "d).</para><para><emphasis strong='true'> Panggilan sistem dibaca:</" "emphasis> %5 (%6 s⁻¹).</para><para><emphasis strong='true'> Panggilan " -"sistem ditulis:</emphasis> %7 (%8 s⁻¹).</para><para><emphasis " -"strong='true'> Bita yang sebenarnya dibaca:</emphasis> %9 (%10 KiB/d).</" +"sistem ditulis:</emphasis> %7 (%8 s⁻¹).</para><para><emphasis strong='true'> " +" Bita yang sebenarnya dibaca:</emphasis> %9 (%10 KiB/d).</" "para><para><emphasis strong='true'> Bita yang sebenarnya ditulis:</" "emphasis> %11 (%12 KiB/d).</para>" @@ -1280,8 +1280,8 @@ msgid "" "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/" "REC-html40/strict.dtd\">\n" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'DejaVu Sans'; font-size:8pt; font-" "weight:400; font-style:normal;\">\n" @@ -1289,18 +1289,18 @@ "right:0px; -qt-block-indent:0; text-indent:0px;\">Attempt to kill the " "currently selected process by sending it the SIGTERM signal.</p>\n" "<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-" -"right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:" -"italic;\">Technical information: </span><br />The SIGTERM signal is sent to " -"the given process. If there are insufficient privileges to do so, by default " -"a password is requested.<br />By running the program <span style=\" font-" -"family:'Courier New,courier';\">polkit-kde-authorization</span> you can give " -"certain (or all) users permission to kill any process, without requiring a " -"password. </p></body></html>" +"right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-" +"style:italic;\">Technical information: </span><br />The SIGTERM signal is " +"sent to the given process. If there are insufficient privileges to do so, by " +"default a password is requested.<br />By running the program <span style=\" " +"font-family:'Courier New,courier';\">polkit-kde-authorization</span> you can " +"give certain (or all) users permission to kill any process, without " +"requiring a password. </p></body></html>" msgstr "" "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/" "REC-html40/strict.dtd\">\n" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'DejaVu Sans'; font-size:8pt; font-" "weight:400; font-style:normal;\">\n" @@ -1308,13 +1308,13 @@ "right:0px; -qt-block-indent:0; text-indent:0px;\">Percobaan untuk membunuh " "proses yang terpilih saat ini dengan mengirimkannya sinyal SIGTERM.</p>\n" "<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-" -"right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:" -"italic;\">Informasi teknis: </span><br />Sinyal SIGTERM dikirimkan ke proses " -"yang diberikan. Jika terdapat hak akses yang tidak mencukupi, maka bakunya " -"sebuah sandi akan diminta.<br />Dengan menjalankan program <span style=\" " -"font-family:'Courier New,courier';\">polkit-kde-authorization</span> anda " -"dapat memberikan pengguna tertentu (atau semua) hak akses untuk membunuh " -"proses apa pun, tanpa memerlukan sandi. </p></body></html>" +"right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-" +"style:italic;\">Informasi teknis: </span><br />Sinyal SIGTERM dikirimkan ke " +"proses yang diberikan. Jika terdapat hak akses yang tidak mencukupi, maka " +"bakunya sebuah sandi akan diminta.<br />Dengan menjalankan program <span " +"style=\" font-family:'Courier New,courier';\">polkit-kde-authorization</" +"span> anda dapat memberikan pengguna tertentu (atau semua) hak akses untuk " +"membunuh proses apa pun, tanpa memerlukan sandi. </p></body></html>" #. i18n: ectx: property (text), widget (QPushButton, btnKillProcess) #: ProcessWidgetUI.ui:42 @@ -1466,7 +1466,7 @@ #: ProcessWidgetUI.ui:144 #, kde-format msgid "Tools" -msgstr "Alat" +msgstr "Peralatan" #: ReniceDlg.cpp:43 #, kde-format @@ -1495,8 +1495,8 @@ #: ReniceDlgUi.ui:129 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1504,8 +1504,8 @@ "right:0px; -qt-block-indent:0; text-indent:0px;\">The standard time-sharing " "scheduler for processes without special requirements.</p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1517,8 +1517,8 @@ #: ReniceDlgUi.ui:136 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1538,8 +1538,8 @@ "process is ready to run, but denied to run by the scheduler. This ensures " "fair progress among all Normal processes.</span></p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1571,8 +1571,8 @@ #: ReniceDlgUi.ui:149 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1581,8 +1581,8 @@ "interactive processes. Process is mildly disfavored in scheduling decisions." "</p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1595,8 +1595,8 @@ #: ReniceDlgUi.ui:156 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1616,8 +1616,8 @@ "policy without interactivity causing extra preemptions (between the " "workload's tasks).</span></p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1647,8 +1647,8 @@ #: ReniceDlgUi.ui:169 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1657,8 +1657,8 @@ "runnable. Higher priority than Normal or Batch. Has Timeslicing.</p></" "body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1671,8 +1671,8 @@ #: ReniceDlgUi.ui:176 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1682,13 +1682,13 @@ "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-" "right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-" "weight:600;\">Round Robin</span> is a simple enhancement of <span style=\" " -"font-weight:600;\">FIFO</span>. Everything described below for <span style=" -"\" font-weight:600;\">FIFO</span> also applies to <span style=\" font-" +"font-weight:600;\">FIFO</span>. Everything described below for <span " +"style=\" font-weight:600;\">FIFO</span> also applies to <span style=\" font-" "weight:600;\">Round Robin</span>, except that each process is only allowed " "to run for a maximum time quantum.</p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1714,8 +1714,8 @@ #: ReniceDlgUi.ui:189 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1724,8 +1724,8 @@ "runnable. Higher priority than Normal or Batch. No timeslicing.</p></" "body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1738,8 +1738,8 @@ #: ReniceDlgUi.ui:196 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1753,8 +1753,8 @@ "\">Normal</span> or <span style=\" font-weight:600;\">Batch</span> process.</" "p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1762,8 +1762,8 @@ "right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-" "weight:600;\">Penjadwalan First In-First Out</span></p>\n" "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-" -"right:0px; -qt-block-indent:0; text-indent:0px;\">Ketika proses <span style=" -"\" font-weight:600;\">FIFO</span> dapat dijalankan, proses akan selalu " +"right:0px; -qt-block-indent:0; text-indent:0px;\">Ketika proses <span " +"style=\" font-weight:600;\">FIFO</span> dapat dijalankan, proses akan selalu " "mendahului proses apapun yang saat ini berjalan <span style=\" font-" "weight:600;\">Normal</span> atau <span style=\" font-weight:600;\">Batch</" "span>.</p></body></html>" @@ -1784,8 +1784,8 @@ #: ReniceDlgUi.ui:293 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1793,8 +1793,8 @@ "right:0px; -qt-block-indent:0; text-indent:0px;\">Process's priority is " "based on the CPU priority.</p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1806,8 +1806,8 @@ #: ReniceDlgUi.ui:300 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1823,8 +1823,8 @@ "Normal</span> priority are served in a <span style=\" font-weight:600;" "\">Round Robin</span> fashion.</p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1844,8 +1844,8 @@ #: ReniceDlgUi.ui:313 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1853,8 +1853,8 @@ "right:0px; -qt-block-indent:0; text-indent:0px;\">Process can only use the " "hard disk when no other process has used it very recently.</p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1867,8 +1867,8 @@ #: ReniceDlgUi.ui:320 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1883,8 +1883,8 @@ "processes on normal system activity should be zero. Priority is not " "applicable to this scheduling class.</p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1909,8 +1909,8 @@ #: ReniceDlgUi.ui:333 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1918,8 +1918,8 @@ "right:0px; -qt-block-indent:0; text-indent:0px;\">Process is given higher " "priority to access the hard disk than Normal.</p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1931,8 +1931,8 @@ #: ReniceDlgUi.ui:340 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1946,8 +1946,8 @@ "priority are served in a <span style=\" font-weight:600;\">Round Robin</" "span> fashion.</p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1971,8 +1971,8 @@ #: ReniceDlgUi.ui:353 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1981,8 +1981,8 @@ "access to the hard disk whenever needed, regardless of what else is going on." "</p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -1995,8 +1995,8 @@ #: ReniceDlgUi.ui:360 #, kde-format msgid "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" @@ -2013,8 +2013,8 @@ "denoting how big a time slice a given process will receive on each " "scheduling window.</p></body></html>" msgstr "" -"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css" -"\">\n" +"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/" +"css\">\n" "p, li { white-space: pre-wrap; }\n" "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-" "weight:400; font-style:normal;\">\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksysguard-5.16.3/po/zh_CN/ksgrd.po new/libksysguard-5.16.4/po/zh_CN/ksgrd.po --- old/libksysguard-5.16.3/po/zh_CN/ksgrd.po 2019-07-09 17:52:38.000000000 +0200 +++ new/libksysguard-5.16.4/po/zh_CN/ksgrd.po 2019-07-30 12:27:47.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:46+0200\n" -"PO-Revision-Date: 2019-06-02 13:14\n" +"PO-Revision-Date: 2019-07-18 15:08\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksysguard-5.16.3/po/zh_CN/ksysguardlsofwidgets.po new/libksysguard-5.16.4/po/zh_CN/ksysguardlsofwidgets.po --- old/libksysguard-5.16.3/po/zh_CN/ksysguardlsofwidgets.po 2019-07-09 17:52:38.000000000 +0200 +++ new/libksysguard-5.16.4/po/zh_CN/ksysguardlsofwidgets.po 2019-07-30 12:27:47.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:46+0200\n" -"PO-Revision-Date: 2019-06-02 13:14\n" +"PO-Revision-Date: 2019-07-18 15:08\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksysguard-5.16.3/po/zh_CN/processcore.po new/libksysguard-5.16.4/po/zh_CN/processcore.po --- old/libksysguard-5.16.3/po/zh_CN/processcore.po 2019-07-09 17:52:38.000000000 +0200 +++ new/libksysguard-5.16.4/po/zh_CN/processcore.po 2019-07-30 12:27:47.000000000 +0200 @@ -5,7 +5,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:46+0200\n" -"PO-Revision-Date: 2019-06-02 13:14\n" +"PO-Revision-Date: 2019-07-18 15:08\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksysguard-5.16.3/po/zh_CN/processui.po new/libksysguard-5.16.4/po/zh_CN/processui.po --- old/libksysguard-5.16.3/po/zh_CN/processui.po 2019-07-09 17:52:38.000000000 +0200 +++ new/libksysguard-5.16.4/po/zh_CN/processui.po 2019-07-30 12:27:47.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 07:46+0200\n" -"PO-Revision-Date: 2019-06-02 13:14\n" +"PO-Revision-Date: 2019-07-18 15:08\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
