<html>
<body>
<div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
<table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
<tr>
<td>
This is an automatically generated e-mail. To reply, visit:
<a href="https://git.reviewboard.kde.org/r/123430/">https://git.reviewboard.kde.org/r/123430/</a>
</td>
</tr>
</table>
<br />
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<p style="margin-top: 0;">On April 19th, 2015, 9:34 p.m. CEST, <b>Sune Vuorela</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Please consider setting the QT_HASH_SEED environment variable for running the executable instead of this. It takes the randomness out of QHash for that invocation.</p></pre>
</blockquote>
<p>On April 20th, 2015, 2:27 a.m. CEST, <b>Hrvoje Senjan</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">There is an option to pass -E (as in enviroment), but only since cmake 3.1 (KF5's minimum is still 2.8.12)
http://www.cmake.org/Bug/view.php?id=5145
Just injecting SET(ENV{QT_HASH_SEED} "0") into the KAUTH_INSTALL_ACTIONS function does not work...</p></pre>
</blockquote>
<p>On April 20th, 2015, 7:37 a.m. CEST, <b>Sune Vuorela</b> wrote:</p>
<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">I'd suggest making reporducible builds only supported for cmake 3.1 and later, then.</p></pre>
</blockquote>
</blockquote>
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">But it is only available for cmake command, not any command.</p></pre>
<br />
<p>- Hrvoje</p>
<br />
<p>On April 19th, 2015, 8:52 p.m. CEST, Hrvoje Senjan wrote:</p>
<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: 1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
<tr>
<td>
<div>Review request for KDE Frameworks, Aleix Pol Gonzalez and Sune Vuorela.</div>
<div>By Hrvoje Senjan.</div>
<p style="color: grey;"><i>Updated April 19, 2015, 8:52 p.m.</i></p>
<div style="margin-top: 1.5em;">
<b style="color: #575012; font-size: 10pt;">Repository: </b>
kauth
</div>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
<tr>
<td>
<pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">By using QHash we get randomness on each build of policy files, which is definately not needed for names, comments and descriptions. With QMap we get nice alphabetic sorting, and builds of packages that use kauth_install_actions macro have identical builds.</p></pre>
</td>
</tr>
</table>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
<tr>
<td>
<pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">On openSUSE, we're using build-compare, so in the case the binaries are identical they aren't published again, so it saves user bandwith. Before the patch we had the following diff on each rebuild in identical conditions:</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;"><div class="codehilite" style="background: #f8f8f8"><pre style="line-height: 125%">[ 212s] /usr/share/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy differs (XML document text)
[ 212s] --- old//usr/share/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy 2015-04-19 12:16:13.000000000 +0000
[ 212s] +++ new//usr/share/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy 2015-04-19 16:43:17.000000000 +0000
[ 212s] @@ -14,16 +14,18 @@
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ca"</span><span style="color: #008000; font-weight: bold">></span>Canvia el planificador de la CPU i la prioritat<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"gl"</span><span style="color: #008000; font-weight: bold">></span>Trocas o planificador da CPU e a prioridade<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pa"</span><span style="color: #008000; font-weight: bold">></span>CPU ਸੈਡਿਊਲਰ ਅਤੇ ਤਹਜੀਹ ਬਦਲੋ<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_CN"</span><span style="color: #008000; font-weight: bold">></span>更改 CPU 调度方å¼å’Œä¼˜å…ˆçº§<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_TW"</span><span style="color: #008000; font-weight: bold">></span>變更 CPU 排程器與優先權<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"is"</span><span style="color: #008000; font-weight: bold">></span>Breyta örgjörvastjórnun (CPU scheduler) og forgangi<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"it"</span><span style="color: #008000; font-weight: bold">></span>Cambia lo scheduler della CPU e la priorità <span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"el"</span><span style="color: #008000; font-weight: bold">></span>Αλλαγή Ï€ÏογÏÎ±Î¼Î¼Î±Ï„Î¹ÏƒÎ¼Î¿Ï Ï‡Ïόνου και Ï€ÏοτεÏαιότητας ΚΜΕ(CPU)<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"nb"</span><span style="color: #008000; font-weight: bold">></span>Endre prosessorfordeler og prioritet<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"nds"</span><span style="color: #008000; font-weight: bold">></span>CPU-Planer un Prioriteet ännern<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description></span>Change CPU Scheduler and priority<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"tr"</span><span style="color: #008000; font-weight: bold">></span>İşlemci Zamanlayıcısını ve önceliği değiştir<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"eo"</span><span style="color: #008000; font-weight: bold">></span>Ŝangi ĉefprocesoran prioritatan vicigilon kaj prioritaton<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ro"</span><span style="color: #008000; font-weight: bold">></span>Schimbă planificatorul de procesor și prioritatea<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pl"</span><span style="color: #008000; font-weight: bold">></span>Zmień program planujący obłożenie procesora i priorytet<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"en_GB"</span><span style="color: #008000; font-weight: bold">></span>Change CPU Scheduler and priority<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"es"</span><span style="color: #008000; font-weight: bold">></span>Cambiar el planificador de CPU y la prioridad<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"et"</span><span style="color: #008000; font-weight: bold">></span>CPU planeerija ja prioriteedi muutmine<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"eu"</span><span style="color: #008000; font-weight: bold">></span>Aldatu PUZ antolatzailea eta lehentasuna<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] @@ -36,13 +38,12 @@
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pt"</span><span style="color: #008000; font-weight: bold">></span>Mudar o escalonamento e a prioridade do CPU<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ar"</span><span style="color: #008000; font-weight: bold">></span>غيّÙر مجدول وأولوية ÙˆØدة المعالجة المركزية<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"he"</span><span style="color: #008000; font-weight: bold">></span>×©×™× ×•×™ מתזמן המעבד ועדיפות<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pt_BR"</span><span style="color: #008000; font-weight: bold">></span>Alterar o escalonamento e a prioridade do CPU<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ug"</span><span style="color: #008000; font-weight: bold">></span>مەركىزى بىر تەرەپ قىلغۇچ(CPU) پىلانى ۋە ئالدىنلىقىنى ئۆزگەرتىدۇ<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"lt"</span><span style="color: #008000; font-weight: bold">></span>Keisti prioritetÄ… CPU planuokliu<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"da"</span><span style="color: #008000; font-weight: bold">></span>Ændr CPU-skemalægning og prioritet<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"lv"</span><span style="color: #008000; font-weight: bold">></span>Maina CPU plÄnotÄju un prioritÄti<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"uk"</span><span style="color: #008000; font-weight: bold">></span>Змінити Ð¿Ð»Ð°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ– пріоритет ЦП<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_CN"</span><span style="color: #008000; font-weight: bold">></span>更改 CPU 调度方å¼å’Œä¼˜å…ˆçº§<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_TW"</span><span style="color: #008000; font-weight: bold">></span>變更 CPU 排程器與優先權<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"fi"</span><span style="color: #008000; font-weight: bold">></span>Vaihda suorittimen ajoittaja ja prioriteetti<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"de"</span><span style="color: #008000; font-weight: bold">></span>CPU-Planer und -Priorität ändern.<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"si"</span><span style="color: #008000; font-weight: bold">></span>CPU කà·à¶»à·Šâ€à¶ºà¶º සටහන හ෠ප්â€à¶»à¶¸à·”ඛà¶à·à·€ වෙනස් කරන්න<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] @@ -50,18 +51,17 @@
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"hr"</span><span style="color: #008000; font-weight: bold">></span>Promijeni CPU raspoređivanje i prioritet<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"sl"</span><span style="color: #008000; font-weight: bold">></span>Sprememba razporejevalnika CPE in prednosti<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"hu"</span><span style="color: #008000; font-weight: bold">></span>ProcesszorütemezÅ‘ és prioritás módosÃtása<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"nds"</span><span style="color: #008000; font-weight: bold">></span>CPU-Planer un Prioriteet ännern<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"fr"</span><span style="color: #008000; font-weight: bold">></span>Modifie les priorités et l'ordonnancement du processeur<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"sr"</span><span style="color: #008000; font-weight: bold">></span>Промени раÑпоређивач ЦПУ‑а и приоритет<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"sv"</span><span style="color: #008000; font-weight: bold">></span>Ändra processorns schemaläggare och prioritet<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"fy"</span><span style="color: #008000; font-weight: bold">></span>Feroaret de CPU planning en prioriteit<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"en_GB"</span><span style="color: #008000; font-weight: bold">></span>Change CPU Scheduler and priority<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ia"</span><span style="color: #008000; font-weight: bold">></span>Cambia planificator de CPU e prioritate<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ml"</span><span style="color: #008000; font-weight: bold">></span>സിപിയൠഷെഡàµà´¯àµ‚ളറàµà´‚ à´®àµà´¨àµâ€à´—ണനയàµà´‚ മാറàµà´±àµà´•<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"bs"</span><span style="color: #008000; font-weight: bold">></span>Promijeni rasporeÄ‘ivaÄ CPU‑a i prioritet<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"id"</span><span style="color: #008000; font-weight: bold">></span>Ubah Penjadwal CPU dan prioritas<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pt_BR"</span><span style="color: #008000; font-weight: bold">></span>Alterar o escalonamento e a prioridade do CPU<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"kk"</span><span style="color: #008000; font-weight: bold">></span>ПроцеÑÑордың жоÑпары мен артықшылығын өзгерту<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ga"</span><span style="color: #008000; font-weight: bold">></span>Athraigh Sceidealóir LAP agus tosaÃocht<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"kk"</span><span style="color: #008000; font-weight: bold">></span>ПроцеÑÑордың жоÑпары мен артықшылығын өзгерту<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"mr"</span><span style="color: #008000; font-weight: bold">></span>कोणता CPU नियोजक दिलेलà¥à¤¯à¤¾ पà¥à¤°à¤•à¥à¤°à¥€à¤¯à¥‡à¤šà¥‡ नियोजन करेल ते बदला<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"km"</span><span style="color: #008000; font-weight: bold">></span>ផ្លាស់ប្ដូរ​កម្មវិធី​កំណážáŸ‹â€‹áž€áž¶áž›ážœáž·áž—ាគ​របស់ CPU ណាមួយ​ដែល​ážáŸ’រូវ​កំណážáŸ‹â€‹áž€áž¶áž›ážœáž·áž—ាគ​ឲ្យ​រážáŸ‹â€‹ážŠáŸ†ážŽáž¾ážšáž€áž¶ážšâ€‹ážŠáŸ‚លបានផ្ដល់<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"kn"</span><span style="color: #008000; font-weight: bold">></span>ಒಂದೠಒದಗಿಸಲಾದ ಪà³à²°à²•à³à²°à²¿à²¯à³†à²¯ ಚಾಲನೆಯನà³à²¨à³ ಯಾವ CPU ಸà³à²•à³†à²¡à³à²¯à³‚ಲರೠಸà³à²•à³†à²¡à³à²¯à³‚ಲೠಮಾಡಬೇಕೆಂಬà³à²¦à²¨à³à²¨à³ ಬದಲಾಯಿಸà³<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] @@ -70,15 +70,17 @@
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ca"</span><span style="color: #008000; font-weight: bold">></span>Canvia el planificador de CPU que planificarà l'execució d'un procés indicat<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"gl"</span><span style="color: #008000; font-weight: bold">></span>Cambia o planificador da CPU que planifica a execución dun proceso dado<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pa"</span><span style="color: #008000; font-weight: bold">></message></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_CN"</span><span style="color: #008000; font-weight: bold">></span>更改指定的è¿è¡Œä¸è¿›ç¨‹é‡‡ç”¨çš„ CPU 调度器<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_TW"</span><span style="color: #008000; font-weight: bold">></span>變更è¦ä½¿ç”¨å“ªå€‹ CPU 排程器來排程指定的行程<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"is"</span><span style="color: #008000; font-weight: bold">></span>Breyta hvernig örgjörvastjórnun (CPU scheduler) meðhöndlar keyrslu tiltekins ferlis<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"it"</span><span style="color: #008000; font-weight: bold">></span>Cambia quale scheduler della CPU gestirà l'esecuzione di un dato processo<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"el"</span><span style="color: #008000; font-weight: bold">></span>Αλλαγή του χÏÎ¿Î½Î¹ÎºÎ¿Ï Ï€ÏογÏαμματιστή της ΚΜΕ για την λειτουÏγία μιας διαδικασίας<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"nb"</span><span style="color: #008000; font-weight: bold">></span>Endre hvilken prosessor-fordeler som brukes til å styre kjøringen for en gitt prosess<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"nds"</span><span style="color: #008000; font-weight: bold">></span>Den bruukten CPU-Planer för't Utföhren vun en angeven Perzess ännern<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message></span>Change which CPU scheduler is to schedule the running of a given process<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"tr"</span><span style="color: #008000; font-weight: bold">></span>Verilen sürecin hangi işlemci zamanlayıcısı tarafından zamanlanacağını değiştir<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ro"</span><span style="color: #008000; font-weight: bold">></span>Schimbă planificatorul de procesor care să planifice rularea unui anumit proces<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pl"</span><span style="color: #008000; font-weight: bold">></message></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"en_GB"</span><span style="color: #008000; font-weight: bold">></span>Change which CPU scheduler is to schedule the running of a given process<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"es"</span><span style="color: #008000; font-weight: bold">></span>Cambiar cómo el planificador de CPU decidirá la ejecución de un proceso dado<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"et"</span><span style="color: #008000; font-weight: bold">></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"eu"</span><span style="color: #008000; font-weight: bold">></span>Aldatu zein PUZ antolatzailek antolatu behar duen prozesu jakin baten exekuzioa<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] @@ -91,13 +93,12 @@
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pt"</span><span style="color: #008000; font-weight: bold">></span>Mudar o escalonador do CPU que é usado para agendar a execução de um dado processo<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ar"</span><span style="color: #008000; font-weight: bold">></span>غيّÙر مجدول ÙˆØدة المعالجة المركزية المستخدم لجدولة تشغيل عمليَّة معيّنة<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"he"</span><span style="color: #008000; font-weight: bold">></span>בחר ××™×–×” מתזמן מעבד ישמש על ×ž× ×ª לתזמן ריצת תהליך כלשהו<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pt_BR"</span><span style="color: #008000; font-weight: bold">></span>Altera o escalonador do CPU que é usado para agendar a execução de um processo especÃfico<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ug"</span><span style="color: #008000; font-weight: bold">></span>بەلگىلەنگەن ئىجرا قىلىنىۋاتقان جەريان قوللانغان مەركىزى بىر تەرەپ قىلغۇچ(CPU) پىلانچىنى ئۆزگەرتىدۇ<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"lt"</span><span style="color: #008000; font-weight: bold">></span>Su CPU planuokliu keisti nurodyto proceso veikimo tvarkÄ…<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"da"</span><span style="color: #008000; font-weight: bold">></span>Ændr hvilken CPU-skemalægning der skal skemalægge kørslen af en given proces<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"lv"</span><span style="color: #008000; font-weight: bold">></span>Maina dotÄ procesa CPU plÄnotÄju<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"uk"</span><span style="color: #008000; font-weight: bold">></span>Змінити ÑпоÑіб Ð¿Ð»Ð°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ Ð¦ÐŸ Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð²ÐºÐ°Ð·Ð°Ð½Ð¾Ð³Ð¾ процеÑу<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_CN"</span><span style="color: #008000; font-weight: bold">></span>更改指定的è¿è¡Œä¸è¿›ç¨‹é‡‡ç”¨çš„ CPU 调度器<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_TW"</span><span style="color: #008000; font-weight: bold">></span>變更è¦ä½¿ç”¨å“ªå€‹ CPU 排程器來排程指定的行程<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"fi"</span><span style="color: #008000; font-weight: bold">></span>Vaihda minkä suoritinajoittajan on ajoitettava tietty suoritettava prosessi<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"de"</span><span style="color: #008000; font-weight: bold">></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"si"</span><span style="color: #008000; font-weight: bold">></span>දෙනලද à·ƒà·à¶šà·ƒà·”ම කà·à¶»à·Šâ€à¶ºà·Šà¶º සටහන් කිරීම සඳහ෠CPU කà·à¶»à·Šâ€à¶ºà¶º සටහන වෙනස් කරන්න<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] @@ -105,18 +106,17 @@
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"hr"</span><span style="color: #008000; font-weight: bold">></span>Promijenite koji će CPU rasporeÄ‘ivaÄ rasporediti izvoÄ‘enje danog procesa.<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"sl"</span><span style="color: #008000; font-weight: bold">></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"hu"</span><span style="color: #008000; font-weight: bold">></span>Egy adott processzust futtató processzorütemező megváltoztatása<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"nds"</span><span style="color: #008000; font-weight: bold">></span>Den bruukten CPU-Planer för't Utföhren vun en angeven Perzess ännern<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"fr"</span><span style="color: #008000; font-weight: bold">></span>Modifie quel ordonnanceur de processeur doit gérer l'exécution d'un processus donné<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"sr"</span><span style="color: #008000; font-weight: bold">></span>Мења раÑпоређивач ЦПУ‑а којем Ñе покорава дати процеÑ<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"sv"</span><span style="color: #008000; font-weight: bold">></span>Ändra vilken processorschemaläggare ska schemalägga körningen av en given process<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"fy"</span><span style="color: #008000; font-weight: bold">></span>Oanjaan hokker CPU de oantsjutte proses foar syn rekkening nimme moat<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"en_GB"</span><span style="color: #008000; font-weight: bold">></span>Change which CPU scheduler is to schedule the running of a given process<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ia"</span><span style="color: #008000; font-weight: bold">></span>Cambia qual planificator de CPU il debe planificar le execution de un date processo<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ml"</span><span style="color: #008000; font-weight: bold">></span>ഒരൠപàµà´°à´•àµà´°à´¿à´¯ à´ªàµà´°à´µà´°àµâ€à´¤àµà´¤à´¿à´ªàµà´ªà´¿à´¯àµà´•àµà´•àµ‡à´£àµà´Ÿà´¤àµàµ à´à´¤àµàµ സിപിയൠഷെഡàµà´¯àµ‚ളറാണെനàµà´¨àµàµ മാറàµà´±àµà´•<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"bs"</span><span style="color: #008000; font-weight: bold">></span>Mijenja rasporeÄ‘ivaÄ CPU‑a kojem se pokorava dati proces<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"id"</span><span style="color: #008000; font-weight: bold">></span>Ubah penjadwal CPU mana yang akan dijadwalkan untuk menjalankan proses yang diberikan<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pt_BR"</span><span style="color: #008000; font-weight: bold">></span>Altera o escalonador do CPU que é usado para agendar a execução de um processo especÃfico<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"kk"</span><span style="color: #008000; font-weight: bold">></span>ПоцеÑÑордың қай жоÑпары келтірілген процеÑіне қолданылатының өзгерту<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ga"</span><span style="color: #008000; font-weight: bold">></span>Athraigh an Sceidealóir LAP a sceidealfaidh próiseas áirithe<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"kk"</span><span style="color: #008000; font-weight: bold">></span>ПоцеÑÑордың қай жоÑпары келтірілген процеÑіне қолданылатының өзгерту<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><defaults></span>
[ 212s] <span style="color: #008000; font-weight: bold"><allow_inactive></span>no<span style="color: #008000; font-weight: bold"></allow_inactive></span>
[ 212s] <span style="color: #008000; font-weight: bold"><allow_active></span>auth_admin<span style="color: #008000; font-weight: bold"></allow_active></span>
[ 212s] @@ -131,16 +131,18 @@
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ca"</span><span style="color: #008000; font-weight: bold">></span>Canvia el planificador d'E/S i la prioritat<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"gl"</span><span style="color: #008000; font-weight: bold">></span>Trocar o planificador de E/S e a prioridade<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pa"</span><span style="color: #008000; font-weight: bold">></span>IO ਸੈਡਿਊਲਰ ਅਤੇ ਤਜਹੀਰ ਬਦਲੋ<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_CN"</span><span style="color: #008000; font-weight: bold">></span>更改 IO 调度方å¼å’Œä¼˜å…ˆçº§<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_TW"</span><span style="color: #008000; font-weight: bold">></span>變更 IO 排程器與優先權<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"is"</span><span style="color: #008000; font-weight: bold">></span>Breyta inn/út (IO) stjórnun og forgangi<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"it"</span><span style="color: #008000; font-weight: bold">></span>Cambia schedule I/O e priorità <span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"el"</span><span style="color: #008000; font-weight: bold">></span>Αλλαγή Ï€ÏογÏαμματιστή χÏόνου IO και Ï€ÏοτεÏαιότητας<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"nb"</span><span style="color: #008000; font-weight: bold">></span>Endre IU-fordeler og prioritet<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"nds"</span><span style="color: #008000; font-weight: bold">></span>Den In-/Utgaavplaner un de Prioriteet ännern<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description></span>Change IO Scheduler and priority<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"tr"</span><span style="color: #008000; font-weight: bold">></span>Girdi Çıktı Zamanlayıcısını ve önceliği değiştir<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"eo"</span><span style="color: #008000; font-weight: bold">></span>ÅœanÄi lega-skriban prioritatan vicigilon kaj prioritaton<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ro"</span><span style="color: #008000; font-weight: bold">></span>Schimbă planificatorul I/E și prioritatea<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pl"</span><span style="color: #008000; font-weight: bold">></span>Zmień program planujący obłożenie WE/WY i priorytet<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"en_GB"</span><span style="color: #008000; font-weight: bold">></span>Change IO Scheduler and priority<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"es"</span><span style="color: #008000; font-weight: bold">></span>Cambiar planificador de E/S y prioridad<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"et"</span><span style="color: #008000; font-weight: bold">></span>IO planeerija ja prioriteedi muutmine<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"eu"</span><span style="color: #008000; font-weight: bold">></span>Aldatu S/I antolatzailea eta lehentasuna<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] @@ -153,13 +155,12 @@
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pt"</span><span style="color: #008000; font-weight: bold">></span>Mudar o escalonamento e a prioridade das E/S<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ar"</span><span style="color: #008000; font-weight: bold">></span>غيّÙر مجدوÙÙ„ Ùˆ أولوية الدخل Ùˆ الخرج<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"he"</span><span style="color: #008000; font-weight: bold">></span>×©×™× ×•×™ מתזמן הקלט־פלט ועדיפות<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pt_BR"</span><span style="color: #008000; font-weight: bold">></span>Alterar o escalonamento e a prioridade das E/S<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ug"</span><span style="color: #008000; font-weight: bold">></span>كىرگۈزۈش چىقىرىش(IO) پىلانى ۋە ئالدىنلىقىنى ئۆزگەرتىدۇ<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"lt"</span><span style="color: #008000; font-weight: bold">></span>PakeiÄia įvesties/iÅ¡vesties planavimÄ… ir prioritetÄ…<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"da"</span><span style="color: #008000; font-weight: bold">></span>Skift IO-skemalægning og prioritet<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"lv"</span><span style="color: #008000; font-weight: bold">></span>Maina IO plÄnotÄju un prioritÄti<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"uk"</span><span style="color: #008000; font-weight: bold">></span>Змінити Ð¿Ð»Ð°Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ– пріоритет вводу-виводу<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_CN"</span><span style="color: #008000; font-weight: bold">></span>更改 IO 调度方å¼å’Œä¼˜å…ˆçº§<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_TW"</span><span style="color: #008000; font-weight: bold">></span>變更 IO 排程器與優先權<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"fi"</span><span style="color: #008000; font-weight: bold">></span>Vaihda siirräntäajoittaja ja prioriteetti<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"de"</span><span style="color: #008000; font-weight: bold">></span>E/A-Planer und -Priorität ändern.<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"si"</span><span style="color: #008000; font-weight: bold">></span>IO කà·à¶»à·Šâ€à¶ºà¶º සටහන හ෠ප්â€à¶»à¶¸à·”ඛà¶à·à·€ වෙනස් කරන්න<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] @@ -167,19 +168,18 @@
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"hr"</span><span style="color: #008000; font-weight: bold">></span>Promijeni IO raspoređivanje i prioritet<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"sl"</span><span style="color: #008000; font-weight: bold">></span>Sprememba razporejevalnika V/I in prednosti<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"hu"</span><span style="color: #008000; font-weight: bold">></span>I/O-ütemezÅ‘ és prioritás módosÃtása<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"nds"</span><span style="color: #008000; font-weight: bold">></span>Den In-/Utgaavplaner un de Prioriteet ännern<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"bg"</span><span style="color: #008000; font-weight: bold">></span>ПромÑна на планирането на входно-изходните операции и приоритети<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"fr"</span><span style="color: #008000; font-weight: bold">></span>Modifie la priorité et l'ordonnancement des entrées / sorties<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"sr"</span><span style="color: #008000; font-weight: bold">></span>Промени раÑпоређивач У/И‑ја и приоритет<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"sv"</span><span style="color: #008000; font-weight: bold">></span>Ändra in- och utmatningsschemaläggare och prioritet<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"fy"</span><span style="color: #008000; font-weight: bold">></span>Feroaret de IO planning en prioriteit<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"en_GB"</span><span style="color: #008000; font-weight: bold">></span>Change IO Scheduler and priority<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ia"</span><span style="color: #008000; font-weight: bold">></span>Cambia planificator de I/E (IO) e prioritate<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ml"</span><span style="color: #008000; font-weight: bold">></span>à´à´’ ഷെഡàµà´¯àµ‚ളറàµà´‚ à´®àµà´¨àµâ€à´—ണനയàµà´‚ മാറàµà´±àµà´•<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"bs"</span><span style="color: #008000; font-weight: bold">></span>Promijeni rasporeÄ‘ivaÄ U/I‑ja i prioritet<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"id"</span><span style="color: #008000; font-weight: bold">></span>Ubah Penjadwal IO dan prioritas<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pt_BR"</span><span style="color: #008000; font-weight: bold">></span>Alterar o escalonamento e a prioridade das E/S<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"kk"</span><span style="color: #008000; font-weight: bold">></span>Е/Ш жоÑпарын және оның артықшылығын өзгерту<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ga"</span><span style="color: #008000; font-weight: bold">></span>Athraigh sceidealóir I/A agus tosaÃocht<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><description</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"kk"</span><span style="color: #008000; font-weight: bold">></span>Е/Ш жоÑпарын және оның артықшылығын өзгерту<span style="color: #008000; font-weight: bold"></description></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"mr"</span><span style="color: #008000; font-weight: bold">></span>दिलेलà¥à¤¯à¤¾ पà¥à¤°à¤•à¥à¤°à¥€à¤¯à¥‡à¤šà¥‡ वाचन व लिखाण यांना कशी पà¥à¤°à¤¾à¤§à¤¾à¤¨à¥à¤¯à¤¤à¤¾ दà¥à¤¯à¤¾à¤¯à¤šà¥€ ते बदला<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"km"</span><span style="color: #008000; font-weight: bold">></span>ផ្លាស់ប្ដូរ​វិធី​អាន និងសរសáŸážšâ€‹áž“ៃ​ដំណើរកា​រដែល​បានផ្ដល់​ážáŸ’រូ​វបានកំណážáŸ‹â€‹áž¢áž¶áž‘ិភាព<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"kn"</span><span style="color: #008000; font-weight: bold">></span>ಒಂದೠನಿರà³à²¦à²¿à²·à³à²Ÿ ಪà³à²°à²•à³à²°à²¿à²¯à³†à²¯à²¨à³à²¨à³ ಓದà³à²µà²¿à²•à³† ಹಾಗೠಬರೆಯà³à²µà²¿à²•à³†à²¯ ಆದà³à²¯à²¤à³†à²¯à²¨à³à²¨à³ ಹೇಗೆ ನಿರà³à²§à²°à²¿à²¸à²¬à³‡à²•à³†à²‚ಬà³à²¦à²¨à³à²¨à³ ಬದಲಾಯಿಸà³<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] @@ -188,16 +188,18 @@
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ca"</span><span style="color: #008000; font-weight: bold">></span>Canvia com es prioritzen les lectures i les escriptures d'un procés indicat<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"gl"</span><span style="color: #008000; font-weight: bold">></span>Cambiar como se da prioridade ás lecturas e escrituras dun proceso dado<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pa"</span><span style="color: #008000; font-weight: bold">></message></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_CN"</span><span style="color: #008000; font-weight: bold">></span>更改指定进程的读写资æºåˆ©ç”¨ä¼˜å…ˆçº§<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"zh_TW"</span><span style="color: #008000; font-weight: bold">></span>變更讀å–與寫入指定行程的優先權<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"is"</span><span style="color: #008000; font-weight: bold">></span>Breyta hvernig lestur og skrifun fyrir tiltekið ferli er forgangsraðað<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"it"</span><span style="color: #008000; font-weight: bold">></span>Cambia come viene data priorità alle operazioni di lettura e scrittura di un dato processo<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"el"</span><span style="color: #008000; font-weight: bold">></span>Αλλαγή Ï€ÏοτεÏαιότητας ανάγνωσης και εγγÏαφής μιας δοσμÎνης διεÏγασίας<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"nb"</span><span style="color: #008000; font-weight: bold">></span>Endre hvordan lesing og skriving for en gitt prosess prioriteres<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"nds"</span><span style="color: #008000; font-weight: bold">></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message></span>Change how the read and writes of a given process are prioritized<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"tr"</span><span style="color: #008000; font-weight: bold">></span>Verilen sürecin okuma/yazmalarının nasıl önceliklendirildiğini değiştir<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"eo"</span><span style="color: #008000; font-weight: bold">></span>ÅœanÄi Kiel la en- kaj eligojn de iu procezo estas prioritatigitaj<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ro"</span><span style="color: #008000; font-weight: bold">></span>Schimbă prioritizarea citirilor și scrierilor unui proces dat<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pl"</span><span style="color: #008000; font-weight: bold">></span>Zmień sposób ustalania priorytetów operacji odczytu i zapisu podanego procesu<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] - <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"en_GB"</span><span style="color: #008000; font-weight: bold">></span>Change how the read and writes of a given process are prioritised<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"es"</span><span style="color: #008000; font-weight: bold">></span>Cambiar cómo se priorizan la lectura y escritura de un proceso dado<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"et"</span><span style="color: #008000; font-weight: bold">></span>Määratud protsessi lugemise ja kirjutamise prioriteedi muutmine<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"eu"</span><span style="color: #008000; font-weight: bold">></span>Aldatu prozesu jakin baten irakurketari eta idazketari nola ematen zaien lehentasuna<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] @@ -210,13 +212,12 @@
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pt"</span><span style="color: #008000; font-weight: bold">></span>Mudar a forma como são prioritizadas as leituras e escritas de um dado processo<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ar"</span><span style="color: #008000; font-weight: bold">></span>غيّÙر كيÙية تصني٠عمليات القراءة والكتابة لعمليَّة معيّنة<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"he"</span><span style="color: #008000; font-weight: bold">></span>בחר ×ת ×ופן × ×ª×™× ×ª העדיפות לקרי××” ולכתיבה עבור תהליך כלשהו<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] + <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"pt_BR"</span><span style="color: #008000; font-weight: bold">></span>Altera a forma como são priorizadas as leituras e gravações de um processo especÃfico<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"ug"</span><span style="color: #008000; font-weight: bold">></span>بەلگىلەنگەن Ø¦Ù‰Ø¬Ø±Ø§Ù†Ù‰Ú Ù…Û•Ù†Ø¨Û• ئوقۇپ ÙŠÛزىش ئالدىنلىقىنى ئۆزگەرتىدۇ<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"lt"</span><span style="color: #008000; font-weight: bold">></span>KeiÄia konkretaus proceso įvesties ir iÅ¡vesties prioritetus<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"da"</span><span style="color: #008000; font-weight: bold">></span>Ændr hvordan læsning og skrivning fra en given proces prioriteres<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"lv"</span><span style="color: #008000; font-weight: bold">></span>Maina kÄ tiek priotarizÄ“ti procesa lasÄ«Å¡anas un rakstÄ«Å¡anas pieprasÄ«jumi<span style="color: #008000; font-weight: bold"></message></span>
[ 212s] <span style="color: #008000; font-weight: bold"><message</span> <span style="color: #7D9029">xml:lang=</span><span style="color: #BA2121">"uk"</span><span style="color: #008000; font-weight: bold">></span>Змінити ÑпоÑіб Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ñ€Ñ–Ð¾Ñ€Ð¸Ñ‚ÐµÑ‚Ñƒ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ñ‚Ð° запиÑу Ð´Ð»Ñ Ð²ÐºÐ°Ð·Ð°Ð½Ð¾Ð³Ð¾ процеÑу<span style="color: #008000; font-weight: bold"></message></span>
</pre></div>
</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Using the patch, we now have the following:
Retried build at Sun Apr 19 20:40:19 2015 returned same result, skipped. I.e. identical policy files are generated.</p></pre>
</td>
</tr>
</table>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">
<li>src/backends/polkit-1/kauth-policy-gen-polkit1.cpp <span style="color: grey">(2dfd6be)</span></li>
<li>src/policy-gen/policy-gen.h <span style="color: grey">(5bdda1c)</span></li>
<li>src/policy-gen/policy-gen.cpp <span style="color: grey">(99bb085)</span></li>
</ul>
<p><a href="https://git.reviewboard.kde.org/r/123430/diff/" style="margin-left: 3em;">View Diff</a></p>
</td>
</tr>
</table>
</div>
</body>
</html>