From 770ac87b8ab8c79f2e63f6afcfe788a565ebd202 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 23 Jan 2020 07:48:48 +0100 Subject: Fix 'msgstr' is not a valid C format string, unlike 'msgid' --- po/LINGUAS | 5 +- po/Makevars | 4 +- po/af.po | 2 - po/am.po | 2 - po/ar.po | 2 - po/as.po | 2 - po/ast.po | 2 - po/az.po | 2 - po/be.po | 6 +- po/bg.po | 6 +- po/bn.po | 2 - po/bn_IN.po | 2 - po/br.po | 2 - po/bs.po | 2 - po/ca.po | 6 +- po/ca@valencia.po | 6 +- po/cmn.po | 2 - po/crh.po | 2 - po/cs.po | 2 - po/cy.po | 2 - po/da.po | 6 +- po/de.po | 2 - po/dz.po | 2 - po/el.po | 2 - po/en_AU.po | 2 - po/en_CA.po | 2 - po/en_GB.po | 2 - po/eo.po | 2 - po/es.po | 6 +- po/es_AR.po | 2 - po/es_CL.po | 2 - po/es_CO.po | 2 - po/es_CR.po | 2 - po/es_DO.po | 2 - po/es_EC.po | 2 - po/es_ES.po | 2 - po/es_MX.po | 2 - po/es_NI.po | 2 - po/es_PA.po | 2 - po/es_PE.po | 2 - po/es_PR.po | 2 - po/es_SV.po | 2 - po/es_UY.po | 2 - po/es_VE.po | 2 - po/et.po | 2 - po/eu.po | 6 +- po/fa.po | 2 - po/fi.po | 2 - po/fr.po | 5 +- po/fr_CA.po | 1409 ---------------------------------------------------- po/frp.po | 2 - po/fur.po | 2 - po/fy.po | 2 - po/ga.po | 2 - po/gl.po | 6 +- po/gu.po | 2 - po/ha.po | 2 - po/he.po | 2 - po/hi.po | 2 - po/hr.po | 2 - po/hu.po | 6 +- po/hy.po | 4 +- po/ia.po | 2 - po/id.po | 2 - po/ie.po | 6 +- po/ig.po | 2 - po/is.po | 2 - po/it.po | 2 - po/ja.po | 6 +- po/jv.po | 2 - po/ka.po | 2 - po/kk.po | 6 +- po/km.po | 1406 ---------------------------------------------------- po/kn.po | 2 - po/ko.po | 6 +- po/ks.po | 2 - po/ku.po | 2 - po/ku_IQ.po | 2 - po/ky.po | 2 - po/li.po | 2 - po/lt.po | 2 - po/lv.po | 2 - po/mai.po | 2 - po/mg.po | 2 - po/mi.po | 2 - po/mk.po | 2 - po/ml.po | 2 - po/mn.po | 2 - po/mr.po | 2 - po/ms.po | 2 - po/nah.po | 2 - po/nb.po | 6 +- po/nds.po | 2 - po/ne.po | 2 - po/nl.po | 2 - po/nn.po | 2 - po/nso.po | 2 - po/oc.po | 6 +- po/or.po | 2 - po/pa.po | 2 - po/pl.po | 6 +- po/pms.po | 2 - po/ps.po | 2 - po/pt.po | 6 +- po/pt_BR.po | 4 +- po/ro.po | 6 +- po/ru.po | 6 +- po/rw.po | 2 - po/sc.po | 2 - po/si.po | 2 - po/sk.po | 6 +- po/sl.po | 6 +- po/sq.po | 2 - po/sr.po | 6 +- po/sr@latin.po | 2 - po/sv.po | 6 +- po/ta.po | 2 - po/te.po | 2 - po/th.po | 2 - po/tk.po | 2 - po/tr.po | 6 +- po/tt.po | 2 - po/ug.po | 2 - po/uk.po | 6 +- po/ur.po | 2 - po/ur_PK.po | 1413 ----------------------------------------------------- po/uz.po | 2 - po/vi.po | 2 - po/wa.po | 2 - po/xh.po | 2 - po/yi.po | 2 - po/yo.po | 2 - po/zh_CN.po | 6 +- po/zh_HK.po | 2 - po/zh_TW.po | 6 +- po/zu.po | 2 - 136 files changed, 61 insertions(+), 4553 deletions(-) delete mode 100644 po/fr_CA.po delete mode 100644 po/km.po delete mode 100644 po/ur_PK.po (limited to 'po') diff --git a/po/LINGUAS b/po/LINGUAS index f5613fb..75211f4 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -47,7 +47,6 @@ eu fa fi fr -fr_CA frp fur fy @@ -61,8 +60,8 @@ hr hu hy ia -ie id +ie ig is it @@ -70,7 +69,6 @@ ja jv ka kk -km kn ko ks @@ -123,7 +121,6 @@ tt ug uk ur -ur_PK uz vi wa diff --git a/po/Makevars b/po/Makevars index 5c3836c..acb8f41 100644 --- a/po/Makevars +++ b/po/Makevars @@ -69,10 +69,10 @@ MSGINIT_OPTIONS = # has changed. Possible values are "yes" and "no". Set this to no if # the POT file is checked in the repository and the version control # program ignores timestamps. -PO_DEPENDS_ON_POT = yes +PO_DEPENDS_ON_POT = no # This tells whether or not to forcibly update $(DOMAIN).pot and # regenerate PO files on "make dist". Possible values are "yes" and # "no". Set this to no if the POT file and PO files are maintained # externally. -DIST_DEPENDS_ON_UPDATE_PO = yes +DIST_DEPENDS_ON_UPDATE_PO = no diff --git a/po/af.po b/po/af.po index a5a21e0..ff9864a 100644 --- a/po/af.po +++ b/po/af.po @@ -867,12 +867,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/am.po b/po/am.po index e0c180c..9f00212 100644 --- a/po/am.po +++ b/po/am.po @@ -869,12 +869,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "የ ሂደት 'X Server Memory' አምድ ማስጀመሪያ ማሳያ" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "የ ሂደት '% CPU' አምድ ስፋት" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "የ ሂደት '% CPU' አምድ ማስጀመሪያ ማሳያ" diff --git a/po/ar.po b/po/ar.po index 7ac8250..b27ab81 100644 --- a/po/ar.po +++ b/po/ar.po @@ -876,12 +876,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/as.po b/po/as.po index b9650e1..638b47b 100644 --- a/po/as.po +++ b/po/as.po @@ -869,12 +869,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ast.po b/po/ast.po index c3aa57a..179d59a 100644 --- a/po/ast.po +++ b/po/ast.po @@ -882,12 +882,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Amuesa la columna del procesu 'Memoria X Server' al aniciu" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "Anchor de columna del procesu '% CPU'" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "Amuesa la columna del procesu '% CPU' al aniciu" diff --git a/po/az.po b/po/az.po index 077dbe2..490ed32 100644 --- a/po/az.po +++ b/po/az.po @@ -870,12 +870,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/be.po b/po/be.po index 1d69258..dbb1170 100644 --- a/po/be.po +++ b/po/be.po @@ -885,14 +885,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Паказваць слупок 'Памяць X-сервера' у картцы 'Працэсы' падчас запуску" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Шырыня слупка '% ЦП' у картцы 'Працэсы'" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Паказваць слупок '% ЦП' у картцы 'Працэсы' падчас запуску" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/bg.po b/po/bg.po index 1f39900..be78f63 100644 --- a/po/bg.po +++ b/po/bg.po @@ -893,14 +893,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Показване на колоната „Памет за сървъра X“ при стартиране" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Ширина на колоната „% проц.“" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Показване на колоната „% проц.“ при стартиране" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/bn.po b/po/bn.po index 9736f1e..3823a3e 100644 --- a/po/bn.po +++ b/po/bn.po @@ -874,12 +874,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/bn_IN.po b/po/bn_IN.po index ed0b61e..c960354 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -873,12 +873,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/br.po b/po/br.po index 31600b1..c4e1e3f 100644 --- a/po/br.po +++ b/po/br.po @@ -869,12 +869,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/bs.po b/po/bs.po index baab567..0ede8b8 100644 --- a/po/bs.po +++ b/po/bs.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ca.po b/po/ca.po index 20c14b1..4326888 100644 --- a/po/ca.po +++ b/po/ca.po @@ -910,14 +910,12 @@ msgstr "" "Mostra a l'inici la columna «Memòria del servidor de les X» del procés" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Amplada de la columna «% de CPU» del procés" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Mostra a l'inici columna «% de CPU» del procés" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 5e50fe9..f16e05c 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -888,14 +888,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Mostra a l'inici la columna «Memòria del servidor X» del procés" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Amplària de la columna «% de CPU» del procés" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Mostra a l'inici columna «% de CPU» del procés" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/cmn.po b/po/cmn.po index e189a7a..0f95431 100644 --- a/po/cmn.po +++ b/po/cmn.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/crh.po b/po/crh.po index 960f05f..6a622b3 100644 --- a/po/crh.po +++ b/po/crh.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/cs.po b/po/cs.po index b825c13..d5c0ae9 100644 --- a/po/cs.po +++ b/po/cs.po @@ -916,12 +916,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Zobrazovat po spuštění sloupec 'Paměť severu X'" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "Šířka sloupce '% CPU'" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "Zobrazovat po spuštění sloupec '% CPU'" diff --git a/po/cy.po b/po/cy.po index 7e6b178..2c314b4 100644 --- a/po/cy.po +++ b/po/cy.po @@ -871,12 +871,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/da.po b/po/da.po index 6d15773..6452d8c 100644 --- a/po/da.po +++ b/po/da.po @@ -906,14 +906,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Vis kolonnen procesvis x-serverhukommelse ved opstart" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Bredde af kolonnen procesvis %-CPU" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Vis kolonnen procesvis %s CPU ved opstart" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/de.po b/po/de.po index 3b11c0e..5b91e53 100644 --- a/po/de.po +++ b/po/de.po @@ -896,12 +896,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Spalte von Prozess »X-Server-Speicher« beim Start anzeigen" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "Spaltenbreite von Prozess »% CPU«" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "Spalte von Prozess »% CPU« beim Start anzeigen" diff --git a/po/dz.po b/po/dz.po index 77bc2f5..69004e9 100644 --- a/po/dz.po +++ b/po/dz.po @@ -873,12 +873,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/el.po b/po/el.po index efbf254..86b7018 100644 --- a/po/el.po +++ b/po/el.po @@ -894,12 +894,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Εμφάνιση στήλης 'Μνήμη Εξυπηρετητή X' κατά την εκκίνηση" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "Πλάτος στήλης '% CPU'" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "Εμφάνιση στήλης '% CPU' κατά την εκκίνηση" diff --git a/po/en_AU.po b/po/en_AU.po index d5e717a..b147ae1 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -876,12 +876,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Show process 'X Server Memory' column on startup" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "Width of process '% CPU' column" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "Show process '% CPU' column on startup" diff --git a/po/en_CA.po b/po/en_CA.po index 57c01d2..b67d285 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index 76ef46b..a2eb6ba 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -878,12 +878,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Show process 'X Server Memory' column on startup" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "Width of process '% CPU' column" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "Show process '% CPU' column on startup" diff --git a/po/eo.po b/po/eo.po index d1c86dd..d58f2b9 100644 --- a/po/eo.po +++ b/po/eo.po @@ -879,12 +879,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es.po b/po/es.po index 2187e63..08b0e4f 100644 --- a/po/es.po +++ b/po/es.po @@ -916,14 +916,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Mostrar al inicio la columna «Memoria del servidor X» del proceso" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Ancho de la columna «% de CPU» del proceso" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Mostrar al inicio la columna «% de CPU» del proceso" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/es_AR.po b/po/es_AR.po index 691eac8..9250cc9 100644 --- a/po/es_AR.po +++ b/po/es_AR.po @@ -870,12 +870,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_CL.po b/po/es_CL.po index c7a8d63..6b72124 100644 --- a/po/es_CL.po +++ b/po/es_CL.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_CO.po b/po/es_CO.po index 479602a..cc5ef4d 100644 --- a/po/es_CO.po +++ b/po/es_CO.po @@ -869,12 +869,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_CR.po b/po/es_CR.po index 860f5a2..a1b0e05 100644 --- a/po/es_CR.po +++ b/po/es_CR.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_DO.po b/po/es_DO.po index b9e5c3e..b9a67ea 100644 --- a/po/es_DO.po +++ b/po/es_DO.po @@ -867,12 +867,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_EC.po b/po/es_EC.po index 38dfeff..6082038 100644 --- a/po/es_EC.po +++ b/po/es_EC.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_ES.po b/po/es_ES.po index d09db51..2b92c3e 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_MX.po b/po/es_MX.po index c3a2168..8500cfe 100644 --- a/po/es_MX.po +++ b/po/es_MX.po @@ -879,12 +879,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_NI.po b/po/es_NI.po index 514f8db..f81cd47 100644 --- a/po/es_NI.po +++ b/po/es_NI.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_PA.po b/po/es_PA.po index c4ed6dd..ad39a5e 100644 --- a/po/es_PA.po +++ b/po/es_PA.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_PE.po b/po/es_PE.po index c73e063..0caef97 100644 --- a/po/es_PE.po +++ b/po/es_PE.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_PR.po b/po/es_PR.po index eef6b75..abc2a32 100644 --- a/po/es_PR.po +++ b/po/es_PR.po @@ -867,12 +867,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_SV.po b/po/es_SV.po index 1febcd7..880557f 100644 --- a/po/es_SV.po +++ b/po/es_SV.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_UY.po b/po/es_UY.po index 24edd8d..83ac620 100644 --- a/po/es_UY.po +++ b/po/es_UY.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/es_VE.po b/po/es_VE.po index 073b13f..ccc1759 100644 --- a/po/es_VE.po +++ b/po/es_VE.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/et.po b/po/et.po index 82cc90d..1925a9f 100644 --- a/po/et.po +++ b/po/et.po @@ -882,12 +882,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/eu.po b/po/eu.po index 4543c03..e158f63 100644 --- a/po/eu.po +++ b/po/eu.po @@ -883,14 +883,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Erakutsi prozesuaren 'X zerbitzari-memoria' zutabea abioan" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Prozesuaren '% PUZ' zutabearen zabalera" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Erakutsi prozesuaren 'PID' zutabea abioan" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/fa.po b/po/fa.po index c5d6af0..af6233b 100644 --- a/po/fa.po +++ b/po/fa.po @@ -868,12 +868,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/fi.po b/po/fi.po index 37aab63..95cb7bb 100644 --- a/po/fi.po +++ b/po/fi.po @@ -879,12 +879,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/fr.po b/po/fr.po index 4275494..8515a8e 100644 --- a/po/fr.po +++ b/po/fr.po @@ -921,14 +921,13 @@ msgstr "" "Afficher la colonne de la mémoire du serveur X des processus au démarrage" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Largeur de la colonne du % CPU des processus" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" +"Afficher la colonne du % de CPU utilisé par les processus au démarrage" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/fr_CA.po b/po/fr_CA.po deleted file mode 100644 index 956c5d3..0000000 --- a/po/fr_CA.po +++ /dev/null @@ -1,1409 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# eere leme , 2018 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-24 11:27+0100\n" -"PO-Revision-Date: 2018-03-12 08:25+0000\n" -"Last-Translator: eere leme , 2018\n" -"Language-Team: French (Canada) (https://www.transifex.com/mate/teams/13566/fr_CA/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr_CA\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#: ../mate-system-monitor.appdata.xml.in.h:1 -msgid "A Process and resource monitor for MATE Desktop" -msgstr "" - -#: ../mate-system-monitor.appdata.xml.in.h:2 -msgid "" -"

MATE System Monitor allows to graphically view and manipulate the " -"running processes on your system. It also provides an overview of available " -"resources, such as CPU and memory.

MATE System Monitor is a fork of" -" GNOME System Monitor and part of the MATE Desktop Environment. If you would" -" like to know more about MATE and System Monitor, please visit the project's" -" home page.

" -msgstr "" - -#: ../mate-system-monitor.desktop.in.in.h:1 -msgid "MATE System Monitor" -msgstr "" - -#: ../mate-system-monitor.desktop.in.in.h:2 ../src/callbacks.cpp:186 -#: ../src/interface.cpp:625 ../src/procman.cpp:709 -msgid "System Monitor" -msgstr "" - -#: ../mate-system-monitor.desktop.in.in.h:3 ../src/callbacks.cpp:187 -msgid "View current processes and monitor system state" -msgstr "" - -#: ../org.mate.mate-system-monitor.policy.in.in.h:1 -msgid "Kill process" -msgstr "" - -#: ../org.mate.mate-system-monitor.policy.in.in.h:2 -msgid "Privileges are required to control other users' processes" -msgstr "" - -#: ../org.mate.mate-system-monitor.policy.in.in.h:3 -msgid "Renice process" -msgstr "" - -#: ../org.mate.mate-system-monitor.policy.in.in.h:4 -msgid "Privileges are required to change the priority of processes" -msgstr "" - -#: ../src/argv.cpp:21 -msgid "Show the System tab" -msgstr "" - -#: ../src/argv.cpp:26 -msgid "Show the Processes tab" -msgstr "" - -#: ../src/argv.cpp:31 -msgid "Show the Resources tab" -msgstr "" - -#: ../src/argv.cpp:36 -msgid "Show the File Systems tab" -msgstr "" - -#: ../src/callbacks.cpp:196 -msgid "translator-credits" -msgstr "" - -#: ../src/disks.cpp:338 ../src/memmaps.cpp:327 -msgid "Device" -msgstr "" - -#: ../src/disks.cpp:339 -msgid "Directory" -msgstr "" - -#: ../src/disks.cpp:340 ../src/gsm_color_button.c:182 ../src/openfiles.cpp:252 -msgid "Type" -msgstr "" - -#: ../src/disks.cpp:341 -msgid "Total" -msgstr "" - -#: ../src/disks.cpp:342 -msgid "Free" -msgstr "" - -#: ../src/disks.cpp:343 -msgid "Available" -msgstr "" - -#: ../src/disks.cpp:344 -msgid "Used" -msgstr "" - -#. xgettext: ? stands for unknown -#: ../src/e_date.c:155 -msgid "?" -msgstr "" - -#: ../src/e_date.c:162 -msgid "Today %l:%M %p" -msgstr "" - -#: ../src/e_date.c:171 -msgid "Yesterday %l:%M %p" -msgstr "" - -#: ../src/e_date.c:183 -msgid "%a %l:%M %p" -msgstr "" - -#: ../src/e_date.c:191 -msgid "%b %d %l:%M %p" -msgstr "" - -#: ../src/e_date.c:193 -msgid "%b %d %Y" -msgstr "" - -#: ../src/gsm_color_button.c:158 -msgid "Fraction" -msgstr "" - -#. TRANSLATORS: description of the pie color picker's (mem, swap) filled -#. percentage property -#: ../src/gsm_color_button.c:160 -msgid "Percentage full for pie color pickers" -msgstr "" - -#: ../src/gsm_color_button.c:167 -msgid "Title" -msgstr "" - -#: ../src/gsm_color_button.c:168 -msgid "The title of the color selection dialog" -msgstr "" - -#: ../src/gsm_color_button.c:169 ../src/gsm_color_button.c:593 -msgid "Pick a Color" -msgstr "" - -#: ../src/gsm_color_button.c:175 -msgid "Current Color" -msgstr "" - -#: ../src/gsm_color_button.c:176 -msgid "The selected color" -msgstr "" - -#: ../src/gsm_color_button.c:183 -msgid "Type of color picker" -msgstr "" - -#: ../src/gsm_color_button.c:507 -msgid "Received invalid color data\n" -msgstr "" - -#: ../src/gsm_color_button.c:616 -msgid "Click to set graph colors" -msgstr "" - -#. xgettext: noun, top level menu. -#. "File" did not make sense for system-monitor -#: ../src/interface.cpp:51 -msgid "_Monitor" -msgstr "" - -#: ../src/interface.cpp:52 -msgid "_Edit" -msgstr "" - -#: ../src/interface.cpp:53 -msgid "_View" -msgstr "" - -#: ../src/interface.cpp:54 -msgid "_Help" -msgstr "_Aide" - -#: ../src/interface.cpp:56 -msgid "Search for _Open Files" -msgstr "" - -#: ../src/interface.cpp:57 -msgid "Search for open files" -msgstr "" - -#: ../src/interface.cpp:58 -msgid "_Quit" -msgstr "" - -#: ../src/interface.cpp:59 -msgid "Quit the program" -msgstr "" - -#: ../src/interface.cpp:62 -msgid "_Stop Process" -msgstr "" - -#: ../src/interface.cpp:63 -msgid "Stop process" -msgstr "" - -#: ../src/interface.cpp:64 -msgid "_Continue Process" -msgstr "" - -#: ../src/interface.cpp:65 -msgid "Continue process if stopped" -msgstr "" - -#: ../src/interface.cpp:67 ../src/procdialogs.cpp:91 -msgid "_End Process" -msgstr "" - -#: ../src/interface.cpp:68 -msgid "Force process to finish normally" -msgstr "" - -#: ../src/interface.cpp:69 ../src/procdialogs.cpp:80 -msgid "_Kill Process" -msgstr "" - -#: ../src/interface.cpp:70 -msgid "Force process to finish immediately" -msgstr "" - -#: ../src/interface.cpp:71 -msgid "_Change Priority" -msgstr "" - -#: ../src/interface.cpp:72 -msgid "Change the order of priority of process" -msgstr "" - -#: ../src/interface.cpp:73 -msgid "_Preferences" -msgstr "" - -#: ../src/interface.cpp:74 -msgid "Configure the application" -msgstr "" - -#: ../src/interface.cpp:76 -msgid "_Refresh" -msgstr "" - -#: ../src/interface.cpp:77 -msgid "Refresh the process list" -msgstr "" - -#: ../src/interface.cpp:79 -msgid "_Memory Maps" -msgstr "" - -#: ../src/interface.cpp:80 -msgid "Open the memory maps associated with a process" -msgstr "" - -#. Translators: this means 'Files that are open' (open is no verb here -#: ../src/interface.cpp:82 -msgid "Open _Files" -msgstr "" - -#: ../src/interface.cpp:83 -msgid "View the files opened by a process" -msgstr "" - -#: ../src/interface.cpp:84 -msgid "_Properties" -msgstr "" - -#: ../src/interface.cpp:85 -msgid "View additional information about a process" -msgstr "" - -#: ../src/interface.cpp:88 -msgid "_Contents" -msgstr "" - -#: ../src/interface.cpp:89 -msgid "Open the manual" -msgstr "" - -#: ../src/interface.cpp:90 -msgid "_About" -msgstr "" - -#: ../src/interface.cpp:91 -msgid "About this application" -msgstr "" - -#: ../src/interface.cpp:96 -msgid "_Dependencies" -msgstr "" - -#: ../src/interface.cpp:97 -msgid "Show parent/child relationship between processes" -msgstr "" - -#: ../src/interface.cpp:104 -msgid "_Active Processes" -msgstr "" - -#: ../src/interface.cpp:105 -msgid "Show active processes" -msgstr "" - -#: ../src/interface.cpp:106 -msgid "A_ll Processes" -msgstr "" - -#: ../src/interface.cpp:107 -msgid "Show all processes" -msgstr "" - -#: ../src/interface.cpp:108 -msgid "M_y Processes" -msgstr "" - -#: ../src/interface.cpp:109 -msgid "Show only user-owned processes" -msgstr "" - -#: ../src/interface.cpp:114 ../src/util.cpp:217 -msgid "Very High" -msgstr "" - -#: ../src/interface.cpp:115 -msgid "Set process priority to very high" -msgstr "" - -#: ../src/interface.cpp:116 ../src/util.cpp:219 -msgid "High" -msgstr "" - -#: ../src/interface.cpp:117 -msgid "Set process priority to high" -msgstr "" - -#: ../src/interface.cpp:118 ../src/util.cpp:221 -msgid "Normal" -msgstr "" - -#: ../src/interface.cpp:119 -msgid "Set process priority to normal" -msgstr "" - -#: ../src/interface.cpp:120 ../src/util.cpp:223 -msgid "Low" -msgstr "" - -#: ../src/interface.cpp:121 -msgid "Set process priority to low" -msgstr "" - -#: ../src/interface.cpp:122 ../src/util.cpp:225 -msgid "Very Low" -msgstr "" - -#: ../src/interface.cpp:123 -msgid "Set process priority to very low" -msgstr "" - -#: ../src/interface.cpp:124 -msgid "Custom" -msgstr "" - -#: ../src/interface.cpp:125 -msgid "Set process priority manually" -msgstr "" - -#: ../src/interface.cpp:231 -msgid "End _Process" -msgstr "" - -#. Translators: color picker title, %s is CPU, Memory, Swap, Receiving, -#. Sending -#: ../src/interface.cpp:279 -#, c-format -msgid "Pick a Color for '%s'" -msgstr "" - -#: ../src/interface.cpp:290 -msgid "CPU History" -msgstr "" - -#: ../src/interface.cpp:333 ../src/procproperties.cpp:125 -msgid "CPU" -msgstr "" - -#: ../src/interface.cpp:335 -#, c-format -msgid "CPU%d" -msgstr "" - -#: ../src/interface.cpp:357 -msgid "Memory and Swap History" -msgstr "" - -#: ../src/interface.cpp:391 ../src/proctable.cpp:256 -#: ../src/procproperties.cpp:119 -msgid "Memory" -msgstr "Mémoire" - -#: ../src/interface.cpp:415 -msgid "Swap" -msgstr "" - -#: ../src/interface.cpp:439 -msgid "Network History" -msgstr "" - -#: ../src/interface.cpp:472 -msgid "Receiving" -msgstr "" - -#: ../src/interface.cpp:494 -msgid "Total Received" -msgstr "" - -#: ../src/interface.cpp:513 -msgid "Sending" -msgstr "" - -#: ../src/interface.cpp:535 -msgid "Total Sent" -msgstr "" - -#. procman_create_sysinfo_view(); -#: ../src/interface.cpp:705 -msgid "System" -msgstr "" - -#: ../src/interface.cpp:709 ../src/procdialogs.cpp:554 -msgid "Processes" -msgstr "" - -#: ../src/interface.cpp:713 ../src/procdialogs.cpp:667 -msgid "Resources" -msgstr "" - -#: ../src/interface.cpp:717 ../src/procdialogs.cpp:732 -#: ../src/procdialogs.cpp:736 -msgid "File Systems" -msgstr "" - -#: ../src/load-graph.cpp:176 -#, c-format -msgid "%u second" -msgid_plural "%u seconds" -msgstr[0] "" -msgstr[1] "" - -#: ../src/load-graph.cpp:350 -msgid "not available" -msgstr "" - -#. xgettext: 540MiB (53 %) of 1.0 GiB -#: ../src/load-graph.cpp:353 -#, c-format -msgid "%s (%.1f%%) of %s" -msgstr "" - -#: ../src/lsof.cpp:123 -msgid "Error" -msgstr "" - -#: ../src/lsof.cpp:124 -#, c-format -msgid "'%s' is not a valid Perl regular expression." -msgstr "" - -#: ../src/lsof.cpp:270 -msgid "Process" -msgstr "" - -#: ../src/lsof.cpp:282 -msgid "PID" -msgstr "" - -#: ../src/lsof.cpp:292 ../src/memmaps.cpp:305 -msgid "Filename" -msgstr "" - -#. gtk_window_set_modal(GTK_WINDOW(dialog), TRUE); -#: ../src/lsof.cpp:309 -msgid "Search for Open Files" -msgstr "" - -#: ../src/lsof.cpp:336 -msgid "_Name contains:" -msgstr "" - -#. The default accelerator collides with the default close accelerator. -#: ../src/lsof.cpp:357 -msgid "C_lear" -msgstr "" - -#: ../src/lsof.cpp:361 -msgid "Case insensitive matching" -msgstr "" - -#: ../src/lsof.cpp:369 -msgid "S_earch results:" -msgstr "" - -#. xgettext: virtual memory start -#: ../src/memmaps.cpp:307 -msgid "VM Start" -msgstr "" - -#. xgettext: virtual memory end -#: ../src/memmaps.cpp:309 -msgid "VM End" -msgstr "" - -#. xgettext: virtual memory syze -#: ../src/memmaps.cpp:311 -msgid "VM Size" -msgstr "" - -#: ../src/memmaps.cpp:312 -msgid "Flags" -msgstr "" - -#. xgettext: virtual memory offset -#: ../src/memmaps.cpp:314 -msgid "VM Offset" -msgstr "" - -#. xgettext: memory that has not been modified since -#. it has been allocated -#: ../src/memmaps.cpp:317 -msgid "Private clean" -msgstr "" - -#. xgettext: memory that has been modified since it -#. has been allocated -#: ../src/memmaps.cpp:320 -msgid "Private dirty" -msgstr "" - -#. xgettext: shared memory that has not been modified -#. since it has been allocated -#: ../src/memmaps.cpp:323 -msgid "Shared clean" -msgstr "" - -#. xgettext: shared memory that has been modified -#. since it has been allocated -#: ../src/memmaps.cpp:326 -msgid "Shared dirty" -msgstr "" - -#: ../src/memmaps.cpp:328 -msgid "Inode" -msgstr "" - -#: ../src/memmaps.cpp:432 -msgid "Memory Maps" -msgstr "" - -#: ../src/memmaps.cpp:444 -#, c-format -msgid "_Memory maps for process \"%s\" (PID %u):" -msgstr "" - -#: ../src/openfiles.cpp:38 -msgid "file" -msgstr "fichier" - -#: ../src/openfiles.cpp:40 -msgid "pipe" -msgstr "" - -#: ../src/openfiles.cpp:42 -msgid "IPv6 network connection" -msgstr "" - -#: ../src/openfiles.cpp:44 -msgid "IPv4 network connection" -msgstr "" - -#: ../src/openfiles.cpp:46 -msgid "local socket" -msgstr "" - -#: ../src/openfiles.cpp:48 -msgid "unknown type" -msgstr "" - -#. Translators: "FD" here means "File Descriptor". Please use -#. a very short translation if possible, and at most -#. 2-3 characters for it to be able to fit in the UI. -#: ../src/openfiles.cpp:251 -msgid "FD" -msgstr "" - -#: ../src/openfiles.cpp:253 -msgid "Object" -msgstr "" - -#: ../src/openfiles.cpp:324 -msgid "Open Files" -msgstr "" - -#: ../src/openfiles.cpp:345 -#, c-format -msgid "_Files opened by process \"%s\" (PID %u):" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:1 -msgid "Main window size and position in the form (width, height, xpos, ypos)" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:2 -msgid "" -"If TRUE, main window will open maximized, and saved size and position values" -" are ignored." -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:3 -msgid "Show process dependencies in tree form" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:4 -msgid "Solaris mode for CPU percentage" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:5 -msgid "" -"If TRUE, system-monitor operates in 'Solaris mode' where a task's CPU usage " -"is divided by the total number of CPUs. Otherwise, it operates in 'Irix " -"mode'." -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:6 -msgid "Enable/Disable smooth refresh" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:7 -msgid "Show warning dialog when killing processes" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:8 -msgid "Time in milliseconds between updates of the process view" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:9 -msgid "Time in milliseconds between updates of the graphs" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:10 -msgid "Whether information about all file systems should be displayed" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:11 -msgid "" -"Whether to display information about all file systems (including types like " -"'autofs' and 'procfs'). Useful for getting a list of all currently mounted " -"file systems." -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:12 -msgid "Time in milliseconds between updates of the devices list" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:13 -msgid "" -"Determines which processes to show by default. 0 is All, 1 is user, and 2 is" -" active" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:14 -msgid "Saves the currently viewed tab" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:15 -msgid "" -"0 for the System Info, 1 for the processes list, 2 for the resources and 3 " -"for the disks list" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:16 -msgid "Default graph CPU color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:17 -msgid "Default graph cpu color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:18 -msgid "Default graph memory color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:19 -msgid "Default graph swap color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:20 -msgid "Default graph incoming network traffic color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:21 -msgid "Default graph outgoing network traffic color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:22 -msgid "Show network traffic in bits" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:23 -msgid "Process view sort column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:24 -msgid "Process view columns order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:25 -msgid "Process view sort order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:26 -msgid "Width of process 'Name' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:27 -msgid "Show process 'Name' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:28 -msgid "Width of process 'User' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:29 -msgid "Show process 'User' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:30 -msgid "Width of process 'Status' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:31 -msgid "Show process 'Status' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:32 -msgid "Width of process 'Virtual Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:33 -msgid "Show process 'Virtual Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:34 -msgid "Width of process 'Resident Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:35 -msgid "Show process 'Resident Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:36 -msgid "Width of process 'Writable Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:37 -msgid "Show process 'Writable Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:38 -msgid "Width of process 'Shared Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:39 -msgid "Show process 'Shared Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:40 -msgid "Width of process 'X Server Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:41 -msgid "Show process 'X Server Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:43 -#, no-c-format -msgid "Width of process '% CPU' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:45 -#, no-c-format -msgid "Show process '% CPU' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:46 -msgid "Width of process 'CPU Time' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:47 -msgid "Show process 'CPU Time' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:48 -msgid "Width of process 'Started' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:49 -msgid "Show process 'Started' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:50 -msgid "Width of process 'Nice' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:51 -msgid "Show process 'Nice' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:52 -msgid "Width of process 'ID' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:53 -msgid "Show process 'ID' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:54 -msgid "Width of process 'Security Context' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:55 -msgid "Show process 'Security Context' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:56 -msgid "Width of process 'Command Line' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:57 -msgid "Show process 'Command Line' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:58 -msgid "Width of process 'Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:59 -msgid "Show process 'Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:60 -msgid "Width of process 'Waiting Channel' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:61 -msgid "Show process 'Waiting Channel' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:62 -msgid "Width of process 'Control Group' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:63 -msgid "Show process 'Control Group' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:64 -msgid "Width of process 'Unit' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:65 -msgid "Show process 'Unit' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:66 -msgid "Width of process 'Session' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:67 -msgid "Show process 'Session' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:68 -msgid "Width of process 'Seat' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:69 -msgid "Show process 'Seat' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:70 -msgid "Width of process 'Owner' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:71 -msgid "Show process 'Owner' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:72 -msgid "Width of process 'Priority' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:73 -msgid "Show process 'Priority' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:74 -msgid "Disk view sort column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:75 -msgid "Disk view sort order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:76 -msgid "Disk view columns order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:77 -msgid "Width of disk view 'Device' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:78 -msgid "Show disk view 'Device' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:79 -msgid "Width of disk view 'Directory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:80 -msgid "Show disk view 'Directory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:81 -msgid "Width of disk view 'Type' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:82 -msgid "Show disk view 'Type' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:83 -msgid "Width of disk view 'Total' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:84 -msgid "Show disk view 'Total' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:85 -msgid "Width of disk view 'Free' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:86 -msgid "Show disk view 'Free' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:87 -msgid "Width of disk view 'Available' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:88 -msgid "Show disk view 'Available' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:89 -msgid "Width of disk view 'Used' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:90 -msgid "Show disk view 'Used' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:91 -msgid "Memory map sort column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:92 -msgid "Memory map sort order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:93 -msgid "Open files sort column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:94 -msgid "Open files sort order" -msgstr "" - -#: ../src/procactions.cpp:76 -#, c-format -msgid "" -"Cannot change the priority of process with PID %d to %d.\n" -"%s" -msgstr "" - -#: ../src/procactions.cpp:156 -#, c-format -msgid "" -"Cannot kill process with PID %d with signal %d.\n" -"%s" -msgstr "" - -#. xgettext: primary alert message -#: ../src/procdialogs.cpp:73 -#, c-format -msgid "Kill the selected process “%s” (PID: %u)?" -msgstr "" - -#. xgettext: secondary alert message -#: ../src/procdialogs.cpp:77 -msgid "" -"Killing a process may destroy data, break the session or introduce a " -"security risk. Only unresponsive processes should be killed." -msgstr "" - -#. xgettext: primary alert message -#: ../src/procdialogs.cpp:84 -#, c-format -msgid "End the selected process “%s” (PID: %u)?" -msgstr "" - -#. xgettext: secondary alert message -#: ../src/procdialogs.cpp:88 -msgid "" -"Ending a process may destroy data, break the session or introduce a security" -" risk. Only unresponsive processes should be ended." -msgstr "" - -#: ../src/procdialogs.cpp:126 ../src/procdialogs.cpp:215 -#, c-format -msgid "(%s Priority)" -msgstr "" - -#: ../src/procdialogs.cpp:170 -#, c-format -msgid "Change Priority of Process “%s” (PID: %u)" -msgstr "" - -#: ../src/procdialogs.cpp:182 -msgid "Change _Priority" -msgstr "" - -#: ../src/procdialogs.cpp:205 -msgid "_Nice value:" -msgstr "" - -#: ../src/procdialogs.cpp:220 -msgid "Note:" -msgstr "" - -#: ../src/procdialogs.cpp:221 -msgid "" -"The priority of a process is given by its nice value. A lower nice value " -"corresponds to a higher priority." -msgstr "" - -#: ../src/procdialogs.cpp:472 -msgid "Icon" -msgstr "Icône" - -#: ../src/procdialogs.cpp:531 -msgid "System Monitor Preferences" -msgstr "" - -#: ../src/procdialogs.cpp:561 -msgid "Behavior" -msgstr "" - -#: ../src/procdialogs.cpp:580 ../src/procdialogs.cpp:755 -msgid "_Update interval in seconds:" -msgstr "" - -#: ../src/procdialogs.cpp:605 -msgid "Enable _smooth refresh" -msgstr "" - -#: ../src/procdialogs.cpp:618 -msgid "Alert before ending or _killing processes" -msgstr "" - -#: ../src/procdialogs.cpp:631 -msgid "Divide CPU usage by CPU count" -msgstr "" - -#: ../src/procdialogs.cpp:632 -msgid "Solaris mode" -msgstr "" - -#: ../src/procdialogs.cpp:649 ../src/procdialogs.cpp:789 -msgid "Information Fields" -msgstr "" - -#: ../src/procdialogs.cpp:662 -msgid "Process i_nformation shown in list:" -msgstr "" - -#: ../src/procdialogs.cpp:674 -msgid "Graphs" -msgstr "" - -#: ../src/procdialogs.cpp:693 -msgid "_Update interval in 1/10 sec:" -msgstr "" - -#: ../src/procdialogs.cpp:713 -msgid "Show network speed in bits" -msgstr "" - -#: ../src/procdialogs.cpp:775 -msgid "Show _all file systems" -msgstr "" - -#: ../src/procdialogs.cpp:802 -msgid "File system i_nformation shown in list:" -msgstr "" - -#: ../src/procman.cpp:658 -msgid "A simple process and system monitor." -msgstr "" - -#: ../src/proctable.cpp:241 ../src/procproperties.cpp:116 -msgid "Process Name" -msgstr "" - -#: ../src/proctable.cpp:242 ../src/procproperties.cpp:117 -msgid "User" -msgstr "" - -#: ../src/proctable.cpp:243 ../src/procproperties.cpp:118 -msgid "Status" -msgstr "" - -#: ../src/proctable.cpp:244 ../src/procproperties.cpp:120 -msgid "Virtual Memory" -msgstr "" - -#: ../src/proctable.cpp:245 ../src/procproperties.cpp:121 -msgid "Resident Memory" -msgstr "" - -#: ../src/proctable.cpp:246 ../src/procproperties.cpp:122 -msgid "Writable Memory" -msgstr "" - -#: ../src/proctable.cpp:247 ../src/procproperties.cpp:123 -msgid "Shared Memory" -msgstr "" - -#: ../src/proctable.cpp:248 ../src/procproperties.cpp:124 -msgid "X Server Memory" -msgstr "" - -#: ../src/proctable.cpp:249 -#, no-c-format -msgid "% CPU" -msgstr "" - -#: ../src/proctable.cpp:250 ../src/procproperties.cpp:126 -msgid "CPU Time" -msgstr "" - -#: ../src/proctable.cpp:251 ../src/procproperties.cpp:127 -msgid "Started" -msgstr "" - -#: ../src/proctable.cpp:252 ../src/procproperties.cpp:128 -msgid "Nice" -msgstr "" - -#: ../src/proctable.cpp:253 ../src/procproperties.cpp:130 -msgid "ID" -msgstr "ID" - -#: ../src/proctable.cpp:254 ../src/procproperties.cpp:131 -msgid "Security Context" -msgstr "" - -#: ../src/proctable.cpp:255 ../src/procproperties.cpp:132 -msgid "Command Line" -msgstr "" - -#. xgettext: combined noun, the function the process is waiting in, see wchan -#. ps(1) -#: ../src/proctable.cpp:258 ../src/procproperties.cpp:133 -msgid "Waiting Channel" -msgstr "" - -#: ../src/proctable.cpp:259 ../src/procproperties.cpp:134 -msgid "Control Group" -msgstr "" - -#: ../src/proctable.cpp:260 -msgid "Unit" -msgstr "" - -#: ../src/proctable.cpp:261 -msgid "Session" -msgstr "" - -#. TRANSLATORS: Seat = i.e. the physical seat the session of the process -#. belongs to, only -#. for multi-seat environments. See -#. http://en.wikipedia.org/wiki/Multiseat_configuration -#: ../src/proctable.cpp:264 -msgid "Seat" -msgstr "" - -#: ../src/proctable.cpp:265 -msgid "Owner" -msgstr "" - -#: ../src/proctable.cpp:266 ../src/procproperties.cpp:129 -msgid "Priority" -msgstr "" - -#: ../src/proctable.cpp:1108 -#, c-format -msgid "Load averages for the last 1, 5, 15 minutes: %0.2f, %0.2f, %0.2f" -msgstr "" - -#: ../src/procproperties.cpp:99 ../src/procproperties.cpp:131 -#: ../src/procproperties.cpp:134 ../src/util.cpp:420 -msgid "N/A" -msgstr "" - -#: ../src/procproperties.cpp:242 -msgid "Process Properties" -msgstr "" - -#: ../src/procproperties.cpp:262 -#, c-format -msgid "Properties of process \"%s\" (PID %u):" -msgstr "" - -#. Translators: The first string parameter is release version (codename), -#. * the second one is the architecture, 32 or 64-bit -#: ../src/sysinfo.cpp:78 -#, c-format -msgid "Release %s %s" -msgstr "" - -#. translators: This is the type of architecture, for example: -#. * "64-bit" or "32-bit" -#: ../src/sysinfo.cpp:115 -#, c-format -msgid "%d-bit" -msgstr "" - -#: ../src/sysinfo.cpp:807 -#, c-format -msgid "Kernel %s" -msgstr "" - -#: ../src/sysinfo.cpp:820 -#, c-format -msgid "MATE %s" -msgstr "" - -#. hardware section -#: ../src/sysinfo.cpp:834 -msgid "Hardware" -msgstr "" - -#: ../src/sysinfo.cpp:839 -msgid "Memory:" -msgstr "" - -#: ../src/sysinfo.cpp:843 -msgid "Processor:" -msgstr "" - -#. disk space section -#: ../src/sysinfo.cpp:851 -msgid "System Status" -msgstr "" - -#: ../src/sysinfo.cpp:856 -msgid "Available disk space:" -msgstr "" - -#: ../src/util.cpp:30 -msgid "Running" -msgstr "" - -#: ../src/util.cpp:34 -msgid "Stopped" -msgstr "" - -#: ../src/util.cpp:38 -msgid "Zombie" -msgstr "" - -#: ../src/util.cpp:42 -msgid "Uninterruptible" -msgstr "" - -#: ../src/util.cpp:46 -msgid "Sleeping" -msgstr "" - -#. xgettext: weeks, days -#: ../src/util.cpp:101 -#, c-format -msgid "%uw%ud" -msgstr "" - -#. xgettext: days, hours (0 -> 23) -#: ../src/util.cpp:105 -#, c-format -msgid "%ud%02uh" -msgstr "" - -#. xgettext: hours (0 -> 23), minutes, seconds -#: ../src/util.cpp:109 -#, c-format -msgid "%u:%02u:%02u" -msgstr "" - -#. xgettext: minutes, seconds, centiseconds -#: ../src/util.cpp:112 -#, c-format -msgid "%u:%02u.%02u" -msgstr "" - -#: ../src/util.cpp:166 -#, c-format -msgid "%.1f KiB" -msgstr "" - -#: ../src/util.cpp:167 -#, c-format -msgid "%.1f MiB" -msgstr "" - -#: ../src/util.cpp:168 -#, c-format -msgid "%.1f GiB" -msgstr "" - -#: ../src/util.cpp:169 -#, c-format -msgid "%.1f TiB" -msgstr "" - -#: ../src/util.cpp:170 -#, c-format -msgid "%.3g kbit" -msgstr "" - -#: ../src/util.cpp:171 -#, c-format -msgid "%.3g Mbit" -msgstr "" - -#: ../src/util.cpp:172 -#, c-format -msgid "%.3g Gbit" -msgstr "" - -#: ../src/util.cpp:173 -#, c-format -msgid "%.3g Tbit" -msgstr "" - -#: ../src/util.cpp:188 -#, c-format -msgid "%u bit" -msgid_plural "%u bits" -msgstr[0] "" -msgstr[1] "" - -#: ../src/util.cpp:189 -#, c-format -msgid "%u byte" -msgid_plural "%u bytes" -msgstr[0] "" -msgstr[1] "" - -#. xgettext: rate, 10MiB/s or 10Mbit/s -#: ../src/util.cpp:583 -#, c-format -msgid "%s/s" -msgstr "" diff --git a/po/frp.po b/po/frp.po index 754ac00..186acae 100644 --- a/po/frp.po +++ b/po/frp.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/fur.po b/po/fur.po index 36bb60b..120905f 100644 --- a/po/fur.po +++ b/po/fur.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/fy.po b/po/fy.po index 8d22a7d..e3e8878 100644 --- a/po/fy.po +++ b/po/fy.po @@ -868,12 +868,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ga.po b/po/ga.po index 019ed9e..b71de35 100644 --- a/po/ga.po +++ b/po/ga.po @@ -870,12 +870,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/gl.po b/po/gl.po index 6c978d8..16040e1 100644 --- a/po/gl.po +++ b/po/gl.po @@ -903,14 +903,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Amosar a columna «Memoria do servidor X» do proceso no inicio" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Largura da columna «% CPU» do proceso" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Amosar a columna «% de CPU» do proceso no inicio" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/gu.po b/po/gu.po index f7ebfe3..26685ec 100644 --- a/po/gu.po +++ b/po/gu.po @@ -869,12 +869,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ha.po b/po/ha.po index d3648e4..701e66d 100644 --- a/po/ha.po +++ b/po/ha.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/he.po b/po/he.po index f179d74..e382a83 100644 --- a/po/he.po +++ b/po/he.po @@ -876,12 +876,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/hi.po b/po/hi.po index ad85803..0417feb 100644 --- a/po/hi.po +++ b/po/hi.po @@ -874,12 +874,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/hr.po b/po/hr.po index 59d30e3..19bbc15 100644 --- a/po/hr.po +++ b/po/hr.po @@ -896,12 +896,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/hu.po b/po/hu.po index f2d8621..b727025 100644 --- a/po/hu.po +++ b/po/hu.po @@ -905,14 +905,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "A folyamat „X kiszolgáló memória” oszlopának mutatása indításkor" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "A folyamat „CPU %” oszlopának szélessége" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "A folyamat „CPU %” oszlopának mutatása indításkor" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/hy.po b/po/hy.po index 64c0e06..3f3410d 100644 --- a/po/hy.po +++ b/po/hy.po @@ -879,12 +879,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Գործընթացի 'ԿՄՀ %' սյունակի լայնությունը" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ia.po b/po/ia.po index 3391654..6c60e2b 100644 --- a/po/ia.po +++ b/po/ia.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/id.po b/po/id.po index 173c773..6fdcaf0 100644 --- a/po/id.po +++ b/po/id.po @@ -888,12 +888,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Tampilkan kolom 'Memori X Server' proses pada saat mulai" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "Lebar kolom '% CPU' proses" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "Tampilkan kolom '% CPU' proses pada saat mulai" diff --git a/po/ie.po b/po/ie.po index 4c3d0a3..92a3440 100644 --- a/po/ie.po +++ b/po/ie.po @@ -875,14 +875,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Monstrar li columne \"Memorie de servitor X\" de processu" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Largore del columne \"% de CPU\" de processu" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Monstrar li columne \"% de CPU\" de processu" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/ig.po b/po/ig.po index 3ea7acc..8a4038d 100644 --- a/po/ig.po +++ b/po/ig.po @@ -863,12 +863,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/is.po b/po/is.po index 24ae211..c46bf25 100644 --- a/po/is.po +++ b/po/is.po @@ -868,12 +868,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/it.po b/po/it.po index b92771e..1994c6a 100644 --- a/po/it.po +++ b/po/it.po @@ -910,12 +910,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Mostra la colonna del processo 'Memoria del Server X'" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "Larghezza della colonna del processo '% CPU'" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "Visualizza la colonna del processo '% CPU' all'avvio" diff --git a/po/ja.po b/po/ja.po index ce708bc..92661ea 100644 --- a/po/ja.po +++ b/po/ja.po @@ -882,14 +882,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "起動時に 'X サーバーメモリー' の項目を表示するか" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "'CPU 使用率' の項目の幅" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "起動時に 'CPU 使用率' の項目を表示する" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/jv.po b/po/jv.po index 21257b3..96c161e 100644 --- a/po/jv.po +++ b/po/jv.po @@ -863,12 +863,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ka.po b/po/ka.po index 3f046fb..aee37c1 100644 --- a/po/ka.po +++ b/po/ka.po @@ -868,12 +868,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/kk.po b/po/kk.po index ccbfc4f..e20357c 100644 --- a/po/kk.po +++ b/po/kk.po @@ -867,14 +867,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Үрдістің \"X серверінің жадысы\" бағанын іске қосылғанда көрсету" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Үрдістің \"Процессор %\" бағанының ені" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Үрдістің \"Процессор %\" бағанын іске қосылғанда көрсету" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/km.po b/po/km.po deleted file mode 100644 index 8e90dbc..0000000 --- a/po/km.po +++ /dev/null @@ -1,1406 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Stefano Karapetsas , 2018 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-24 11:27+0100\n" -"PO-Revision-Date: 2018-03-12 08:25+0000\n" -"Last-Translator: Stefano Karapetsas , 2018\n" -"Language-Team: Khmer (https://www.transifex.com/mate/teams/13566/km/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: km\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: ../mate-system-monitor.appdata.xml.in.h:1 -msgid "A Process and resource monitor for MATE Desktop" -msgstr "" - -#: ../mate-system-monitor.appdata.xml.in.h:2 -msgid "" -"

MATE System Monitor allows to graphically view and manipulate the " -"running processes on your system. It also provides an overview of available " -"resources, such as CPU and memory.

MATE System Monitor is a fork of" -" GNOME System Monitor and part of the MATE Desktop Environment. If you would" -" like to know more about MATE and System Monitor, please visit the project's" -" home page.

" -msgstr "" - -#: ../mate-system-monitor.desktop.in.in.h:1 -msgid "MATE System Monitor" -msgstr "" - -#: ../mate-system-monitor.desktop.in.in.h:2 ../src/callbacks.cpp:186 -#: ../src/interface.cpp:625 ../src/procman.cpp:709 -msgid "System Monitor" -msgstr "" - -#: ../mate-system-monitor.desktop.in.in.h:3 ../src/callbacks.cpp:187 -msgid "View current processes and monitor system state" -msgstr "" - -#: ../org.mate.mate-system-monitor.policy.in.in.h:1 -msgid "Kill process" -msgstr "" - -#: ../org.mate.mate-system-monitor.policy.in.in.h:2 -msgid "Privileges are required to control other users' processes" -msgstr "" - -#: ../org.mate.mate-system-monitor.policy.in.in.h:3 -msgid "Renice process" -msgstr "" - -#: ../org.mate.mate-system-monitor.policy.in.in.h:4 -msgid "Privileges are required to change the priority of processes" -msgstr "" - -#: ../src/argv.cpp:21 -msgid "Show the System tab" -msgstr "" - -#: ../src/argv.cpp:26 -msgid "Show the Processes tab" -msgstr "" - -#: ../src/argv.cpp:31 -msgid "Show the Resources tab" -msgstr "" - -#: ../src/argv.cpp:36 -msgid "Show the File Systems tab" -msgstr "" - -#: ../src/callbacks.cpp:196 -msgid "translator-credits" -msgstr "ខឹម សុខែម, ម៉ន ម៉េត, សេង សុត្ថា, ចាន់ សម្បត្តិរតនៈ, សុខ សុភា" - -#: ../src/disks.cpp:338 ../src/memmaps.cpp:327 -msgid "Device" -msgstr "" - -#: ../src/disks.cpp:339 -msgid "Directory" -msgstr "" - -#: ../src/disks.cpp:340 ../src/gsm_color_button.c:182 ../src/openfiles.cpp:252 -msgid "Type" -msgstr "" - -#: ../src/disks.cpp:341 -msgid "Total" -msgstr "" - -#: ../src/disks.cpp:342 -msgid "Free" -msgstr "" - -#: ../src/disks.cpp:343 -msgid "Available" -msgstr "" - -#: ../src/disks.cpp:344 -msgid "Used" -msgstr "" - -#. xgettext: ? stands for unknown -#: ../src/e_date.c:155 -msgid "?" -msgstr "" - -#: ../src/e_date.c:162 -msgid "Today %l:%M %p" -msgstr "" - -#: ../src/e_date.c:171 -msgid "Yesterday %l:%M %p" -msgstr "" - -#: ../src/e_date.c:183 -msgid "%a %l:%M %p" -msgstr "" - -#: ../src/e_date.c:191 -msgid "%b %d %l:%M %p" -msgstr "" - -#: ../src/e_date.c:193 -msgid "%b %d %Y" -msgstr "" - -#: ../src/gsm_color_button.c:158 -msgid "Fraction" -msgstr "" - -#. TRANSLATORS: description of the pie color picker's (mem, swap) filled -#. percentage property -#: ../src/gsm_color_button.c:160 -msgid "Percentage full for pie color pickers" -msgstr "" - -#: ../src/gsm_color_button.c:167 -msgid "Title" -msgstr "" - -#: ../src/gsm_color_button.c:168 -msgid "The title of the color selection dialog" -msgstr "" - -#: ../src/gsm_color_button.c:169 ../src/gsm_color_button.c:593 -msgid "Pick a Color" -msgstr "" - -#: ../src/gsm_color_button.c:175 -msgid "Current Color" -msgstr "" - -#: ../src/gsm_color_button.c:176 -msgid "The selected color" -msgstr "" - -#: ../src/gsm_color_button.c:183 -msgid "Type of color picker" -msgstr "" - -#: ../src/gsm_color_button.c:507 -msgid "Received invalid color data\n" -msgstr "" - -#: ../src/gsm_color_button.c:616 -msgid "Click to set graph colors" -msgstr "" - -#. xgettext: noun, top level menu. -#. "File" did not make sense for system-monitor -#: ../src/interface.cpp:51 -msgid "_Monitor" -msgstr "" - -#: ../src/interface.cpp:52 -msgid "_Edit" -msgstr "" - -#: ../src/interface.cpp:53 -msgid "_View" -msgstr "" - -#: ../src/interface.cpp:54 -msgid "_Help" -msgstr "ជំនួយ" - -#: ../src/interface.cpp:56 -msgid "Search for _Open Files" -msgstr "" - -#: ../src/interface.cpp:57 -msgid "Search for open files" -msgstr "" - -#: ../src/interface.cpp:58 -msgid "_Quit" -msgstr "" - -#: ../src/interface.cpp:59 -msgid "Quit the program" -msgstr "" - -#: ../src/interface.cpp:62 -msgid "_Stop Process" -msgstr "" - -#: ../src/interface.cpp:63 -msgid "Stop process" -msgstr "" - -#: ../src/interface.cpp:64 -msgid "_Continue Process" -msgstr "" - -#: ../src/interface.cpp:65 -msgid "Continue process if stopped" -msgstr "" - -#: ../src/interface.cpp:67 ../src/procdialogs.cpp:91 -msgid "_End Process" -msgstr "" - -#: ../src/interface.cpp:68 -msgid "Force process to finish normally" -msgstr "" - -#: ../src/interface.cpp:69 ../src/procdialogs.cpp:80 -msgid "_Kill Process" -msgstr "" - -#: ../src/interface.cpp:70 -msgid "Force process to finish immediately" -msgstr "" - -#: ../src/interface.cpp:71 -msgid "_Change Priority" -msgstr "" - -#: ../src/interface.cpp:72 -msgid "Change the order of priority of process" -msgstr "" - -#: ../src/interface.cpp:73 -msgid "_Preferences" -msgstr "" - -#: ../src/interface.cpp:74 -msgid "Configure the application" -msgstr "" - -#: ../src/interface.cpp:76 -msgid "_Refresh" -msgstr "" - -#: ../src/interface.cpp:77 -msgid "Refresh the process list" -msgstr "" - -#: ../src/interface.cpp:79 -msgid "_Memory Maps" -msgstr "" - -#: ../src/interface.cpp:80 -msgid "Open the memory maps associated with a process" -msgstr "" - -#. Translators: this means 'Files that are open' (open is no verb here -#: ../src/interface.cpp:82 -msgid "Open _Files" -msgstr "" - -#: ../src/interface.cpp:83 -msgid "View the files opened by a process" -msgstr "" - -#: ../src/interface.cpp:84 -msgid "_Properties" -msgstr "" - -#: ../src/interface.cpp:85 -msgid "View additional information about a process" -msgstr "" - -#: ../src/interface.cpp:88 -msgid "_Contents" -msgstr "មាតិកា" - -#: ../src/interface.cpp:89 -msgid "Open the manual" -msgstr "" - -#: ../src/interface.cpp:90 -msgid "_About" -msgstr "_អំពី" - -#: ../src/interface.cpp:91 -msgid "About this application" -msgstr "" - -#: ../src/interface.cpp:96 -msgid "_Dependencies" -msgstr "" - -#: ../src/interface.cpp:97 -msgid "Show parent/child relationship between processes" -msgstr "" - -#: ../src/interface.cpp:104 -msgid "_Active Processes" -msgstr "" - -#: ../src/interface.cpp:105 -msgid "Show active processes" -msgstr "" - -#: ../src/interface.cpp:106 -msgid "A_ll Processes" -msgstr "" - -#: ../src/interface.cpp:107 -msgid "Show all processes" -msgstr "" - -#: ../src/interface.cpp:108 -msgid "M_y Processes" -msgstr "" - -#: ../src/interface.cpp:109 -msgid "Show only user-owned processes" -msgstr "" - -#: ../src/interface.cpp:114 ../src/util.cpp:217 -msgid "Very High" -msgstr "" - -#: ../src/interface.cpp:115 -msgid "Set process priority to very high" -msgstr "" - -#: ../src/interface.cpp:116 ../src/util.cpp:219 -msgid "High" -msgstr "" - -#: ../src/interface.cpp:117 -msgid "Set process priority to high" -msgstr "" - -#: ../src/interface.cpp:118 ../src/util.cpp:221 -msgid "Normal" -msgstr "" - -#: ../src/interface.cpp:119 -msgid "Set process priority to normal" -msgstr "" - -#: ../src/interface.cpp:120 ../src/util.cpp:223 -msgid "Low" -msgstr "" - -#: ../src/interface.cpp:121 -msgid "Set process priority to low" -msgstr "" - -#: ../src/interface.cpp:122 ../src/util.cpp:225 -msgid "Very Low" -msgstr "" - -#: ../src/interface.cpp:123 -msgid "Set process priority to very low" -msgstr "" - -#: ../src/interface.cpp:124 -msgid "Custom" -msgstr "" - -#: ../src/interface.cpp:125 -msgid "Set process priority manually" -msgstr "" - -#: ../src/interface.cpp:231 -msgid "End _Process" -msgstr "" - -#. Translators: color picker title, %s is CPU, Memory, Swap, Receiving, -#. Sending -#: ../src/interface.cpp:279 -#, c-format -msgid "Pick a Color for '%s'" -msgstr "" - -#: ../src/interface.cpp:290 -msgid "CPU History" -msgstr "" - -#: ../src/interface.cpp:333 ../src/procproperties.cpp:125 -msgid "CPU" -msgstr "" - -#: ../src/interface.cpp:335 -#, c-format -msgid "CPU%d" -msgstr "" - -#: ../src/interface.cpp:357 -msgid "Memory and Swap History" -msgstr "" - -#: ../src/interface.cpp:391 ../src/proctable.cpp:256 -#: ../src/procproperties.cpp:119 -msgid "Memory" -msgstr "អង្គ​ចងចាំ" - -#: ../src/interface.cpp:415 -msgid "Swap" -msgstr "" - -#: ../src/interface.cpp:439 -msgid "Network History" -msgstr "" - -#: ../src/interface.cpp:472 -msgid "Receiving" -msgstr "" - -#: ../src/interface.cpp:494 -msgid "Total Received" -msgstr "" - -#: ../src/interface.cpp:513 -msgid "Sending" -msgstr "" - -#: ../src/interface.cpp:535 -msgid "Total Sent" -msgstr "" - -#. procman_create_sysinfo_view(); -#: ../src/interface.cpp:705 -msgid "System" -msgstr "" - -#: ../src/interface.cpp:709 ../src/procdialogs.cpp:554 -msgid "Processes" -msgstr "" - -#: ../src/interface.cpp:713 ../src/procdialogs.cpp:667 -msgid "Resources" -msgstr "" - -#: ../src/interface.cpp:717 ../src/procdialogs.cpp:732 -#: ../src/procdialogs.cpp:736 -msgid "File Systems" -msgstr "" - -#: ../src/load-graph.cpp:176 -#, c-format -msgid "%u second" -msgid_plural "%u seconds" -msgstr[0] "" - -#: ../src/load-graph.cpp:350 -msgid "not available" -msgstr "" - -#. xgettext: 540MiB (53 %) of 1.0 GiB -#: ../src/load-graph.cpp:353 -#, c-format -msgid "%s (%.1f%%) of %s" -msgstr "" - -#: ../src/lsof.cpp:123 -msgid "Error" -msgstr "" - -#: ../src/lsof.cpp:124 -#, c-format -msgid "'%s' is not a valid Perl regular expression." -msgstr "" - -#: ../src/lsof.cpp:270 -msgid "Process" -msgstr "" - -#: ../src/lsof.cpp:282 -msgid "PID" -msgstr "" - -#: ../src/lsof.cpp:292 ../src/memmaps.cpp:305 -msgid "Filename" -msgstr "" - -#. gtk_window_set_modal(GTK_WINDOW(dialog), TRUE); -#: ../src/lsof.cpp:309 -msgid "Search for Open Files" -msgstr "" - -#: ../src/lsof.cpp:336 -msgid "_Name contains:" -msgstr "" - -#. The default accelerator collides with the default close accelerator. -#: ../src/lsof.cpp:357 -msgid "C_lear" -msgstr "" - -#: ../src/lsof.cpp:361 -msgid "Case insensitive matching" -msgstr "" - -#: ../src/lsof.cpp:369 -msgid "S_earch results:" -msgstr "" - -#. xgettext: virtual memory start -#: ../src/memmaps.cpp:307 -msgid "VM Start" -msgstr "" - -#. xgettext: virtual memory end -#: ../src/memmaps.cpp:309 -msgid "VM End" -msgstr "" - -#. xgettext: virtual memory syze -#: ../src/memmaps.cpp:311 -msgid "VM Size" -msgstr "" - -#: ../src/memmaps.cpp:312 -msgid "Flags" -msgstr "" - -#. xgettext: virtual memory offset -#: ../src/memmaps.cpp:314 -msgid "VM Offset" -msgstr "" - -#. xgettext: memory that has not been modified since -#. it has been allocated -#: ../src/memmaps.cpp:317 -msgid "Private clean" -msgstr "" - -#. xgettext: memory that has been modified since it -#. has been allocated -#: ../src/memmaps.cpp:320 -msgid "Private dirty" -msgstr "" - -#. xgettext: shared memory that has not been modified -#. since it has been allocated -#: ../src/memmaps.cpp:323 -msgid "Shared clean" -msgstr "" - -#. xgettext: shared memory that has been modified -#. since it has been allocated -#: ../src/memmaps.cpp:326 -msgid "Shared dirty" -msgstr "" - -#: ../src/memmaps.cpp:328 -msgid "Inode" -msgstr "" - -#: ../src/memmaps.cpp:432 -msgid "Memory Maps" -msgstr "" - -#: ../src/memmaps.cpp:444 -#, c-format -msgid "_Memory maps for process \"%s\" (PID %u):" -msgstr "" - -#: ../src/openfiles.cpp:38 -msgid "file" -msgstr "" - -#: ../src/openfiles.cpp:40 -msgid "pipe" -msgstr "" - -#: ../src/openfiles.cpp:42 -msgid "IPv6 network connection" -msgstr "" - -#: ../src/openfiles.cpp:44 -msgid "IPv4 network connection" -msgstr "" - -#: ../src/openfiles.cpp:46 -msgid "local socket" -msgstr "" - -#: ../src/openfiles.cpp:48 -msgid "unknown type" -msgstr "" - -#. Translators: "FD" here means "File Descriptor". Please use -#. a very short translation if possible, and at most -#. 2-3 characters for it to be able to fit in the UI. -#: ../src/openfiles.cpp:251 -msgid "FD" -msgstr "" - -#: ../src/openfiles.cpp:253 -msgid "Object" -msgstr "" - -#: ../src/openfiles.cpp:324 -msgid "Open Files" -msgstr "" - -#: ../src/openfiles.cpp:345 -#, c-format -msgid "_Files opened by process \"%s\" (PID %u):" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:1 -msgid "Main window size and position in the form (width, height, xpos, ypos)" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:2 -msgid "" -"If TRUE, main window will open maximized, and saved size and position values" -" are ignored." -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:3 -msgid "Show process dependencies in tree form" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:4 -msgid "Solaris mode for CPU percentage" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:5 -msgid "" -"If TRUE, system-monitor operates in 'Solaris mode' where a task's CPU usage " -"is divided by the total number of CPUs. Otherwise, it operates in 'Irix " -"mode'." -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:6 -msgid "Enable/Disable smooth refresh" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:7 -msgid "Show warning dialog when killing processes" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:8 -msgid "Time in milliseconds between updates of the process view" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:9 -msgid "Time in milliseconds between updates of the graphs" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:10 -msgid "Whether information about all file systems should be displayed" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:11 -msgid "" -"Whether to display information about all file systems (including types like " -"'autofs' and 'procfs'). Useful for getting a list of all currently mounted " -"file systems." -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:12 -msgid "Time in milliseconds between updates of the devices list" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:13 -msgid "" -"Determines which processes to show by default. 0 is All, 1 is user, and 2 is" -" active" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:14 -msgid "Saves the currently viewed tab" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:15 -msgid "" -"0 for the System Info, 1 for the processes list, 2 for the resources and 3 " -"for the disks list" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:16 -msgid "Default graph CPU color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:17 -msgid "Default graph cpu color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:18 -msgid "Default graph memory color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:19 -msgid "Default graph swap color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:20 -msgid "Default graph incoming network traffic color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:21 -msgid "Default graph outgoing network traffic color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:22 -msgid "Show network traffic in bits" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:23 -msgid "Process view sort column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:24 -msgid "Process view columns order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:25 -msgid "Process view sort order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:26 -msgid "Width of process 'Name' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:27 -msgid "Show process 'Name' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:28 -msgid "Width of process 'User' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:29 -msgid "Show process 'User' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:30 -msgid "Width of process 'Status' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:31 -msgid "Show process 'Status' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:32 -msgid "Width of process 'Virtual Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:33 -msgid "Show process 'Virtual Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:34 -msgid "Width of process 'Resident Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:35 -msgid "Show process 'Resident Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:36 -msgid "Width of process 'Writable Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:37 -msgid "Show process 'Writable Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:38 -msgid "Width of process 'Shared Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:39 -msgid "Show process 'Shared Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:40 -msgid "Width of process 'X Server Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:41 -msgid "Show process 'X Server Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:43 -#, no-c-format -msgid "Width of process '% CPU' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:45 -#, no-c-format -msgid "Show process '% CPU' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:46 -msgid "Width of process 'CPU Time' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:47 -msgid "Show process 'CPU Time' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:48 -msgid "Width of process 'Started' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:49 -msgid "Show process 'Started' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:50 -msgid "Width of process 'Nice' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:51 -msgid "Show process 'Nice' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:52 -msgid "Width of process 'ID' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:53 -msgid "Show process 'ID' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:54 -msgid "Width of process 'Security Context' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:55 -msgid "Show process 'Security Context' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:56 -msgid "Width of process 'Command Line' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:57 -msgid "Show process 'Command Line' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:58 -msgid "Width of process 'Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:59 -msgid "Show process 'Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:60 -msgid "Width of process 'Waiting Channel' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:61 -msgid "Show process 'Waiting Channel' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:62 -msgid "Width of process 'Control Group' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:63 -msgid "Show process 'Control Group' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:64 -msgid "Width of process 'Unit' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:65 -msgid "Show process 'Unit' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:66 -msgid "Width of process 'Session' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:67 -msgid "Show process 'Session' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:68 -msgid "Width of process 'Seat' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:69 -msgid "Show process 'Seat' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:70 -msgid "Width of process 'Owner' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:71 -msgid "Show process 'Owner' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:72 -msgid "Width of process 'Priority' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:73 -msgid "Show process 'Priority' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:74 -msgid "Disk view sort column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:75 -msgid "Disk view sort order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:76 -msgid "Disk view columns order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:77 -msgid "Width of disk view 'Device' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:78 -msgid "Show disk view 'Device' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:79 -msgid "Width of disk view 'Directory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:80 -msgid "Show disk view 'Directory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:81 -msgid "Width of disk view 'Type' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:82 -msgid "Show disk view 'Type' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:83 -msgid "Width of disk view 'Total' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:84 -msgid "Show disk view 'Total' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:85 -msgid "Width of disk view 'Free' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:86 -msgid "Show disk view 'Free' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:87 -msgid "Width of disk view 'Available' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:88 -msgid "Show disk view 'Available' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:89 -msgid "Width of disk view 'Used' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:90 -msgid "Show disk view 'Used' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:91 -msgid "Memory map sort column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:92 -msgid "Memory map sort order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:93 -msgid "Open files sort column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:94 -msgid "Open files sort order" -msgstr "" - -#: ../src/procactions.cpp:76 -#, c-format -msgid "" -"Cannot change the priority of process with PID %d to %d.\n" -"%s" -msgstr "" - -#: ../src/procactions.cpp:156 -#, c-format -msgid "" -"Cannot kill process with PID %d with signal %d.\n" -"%s" -msgstr "" - -#. xgettext: primary alert message -#: ../src/procdialogs.cpp:73 -#, c-format -msgid "Kill the selected process “%s” (PID: %u)?" -msgstr "" - -#. xgettext: secondary alert message -#: ../src/procdialogs.cpp:77 -msgid "" -"Killing a process may destroy data, break the session or introduce a " -"security risk. Only unresponsive processes should be killed." -msgstr "" - -#. xgettext: primary alert message -#: ../src/procdialogs.cpp:84 -#, c-format -msgid "End the selected process “%s” (PID: %u)?" -msgstr "" - -#. xgettext: secondary alert message -#: ../src/procdialogs.cpp:88 -msgid "" -"Ending a process may destroy data, break the session or introduce a security" -" risk. Only unresponsive processes should be ended." -msgstr "" - -#: ../src/procdialogs.cpp:126 ../src/procdialogs.cpp:215 -#, c-format -msgid "(%s Priority)" -msgstr "" - -#: ../src/procdialogs.cpp:170 -#, c-format -msgid "Change Priority of Process “%s” (PID: %u)" -msgstr "" - -#: ../src/procdialogs.cpp:182 -msgid "Change _Priority" -msgstr "" - -#: ../src/procdialogs.cpp:205 -msgid "_Nice value:" -msgstr "" - -#: ../src/procdialogs.cpp:220 -msgid "Note:" -msgstr "" - -#: ../src/procdialogs.cpp:221 -msgid "" -"The priority of a process is given by its nice value. A lower nice value " -"corresponds to a higher priority." -msgstr "" - -#: ../src/procdialogs.cpp:472 -msgid "Icon" -msgstr "" - -#: ../src/procdialogs.cpp:531 -msgid "System Monitor Preferences" -msgstr "" - -#: ../src/procdialogs.cpp:561 -msgid "Behavior" -msgstr "" - -#: ../src/procdialogs.cpp:580 ../src/procdialogs.cpp:755 -msgid "_Update interval in seconds:" -msgstr "" - -#: ../src/procdialogs.cpp:605 -msgid "Enable _smooth refresh" -msgstr "" - -#: ../src/procdialogs.cpp:618 -msgid "Alert before ending or _killing processes" -msgstr "" - -#: ../src/procdialogs.cpp:631 -msgid "Divide CPU usage by CPU count" -msgstr "" - -#: ../src/procdialogs.cpp:632 -msgid "Solaris mode" -msgstr "" - -#: ../src/procdialogs.cpp:649 ../src/procdialogs.cpp:789 -msgid "Information Fields" -msgstr "" - -#: ../src/procdialogs.cpp:662 -msgid "Process i_nformation shown in list:" -msgstr "" - -#: ../src/procdialogs.cpp:674 -msgid "Graphs" -msgstr "" - -#: ../src/procdialogs.cpp:693 -msgid "_Update interval in 1/10 sec:" -msgstr "" - -#: ../src/procdialogs.cpp:713 -msgid "Show network speed in bits" -msgstr "" - -#: ../src/procdialogs.cpp:775 -msgid "Show _all file systems" -msgstr "" - -#: ../src/procdialogs.cpp:802 -msgid "File system i_nformation shown in list:" -msgstr "" - -#: ../src/procman.cpp:658 -msgid "A simple process and system monitor." -msgstr "" - -#: ../src/proctable.cpp:241 ../src/procproperties.cpp:116 -msgid "Process Name" -msgstr "" - -#: ../src/proctable.cpp:242 ../src/procproperties.cpp:117 -msgid "User" -msgstr "" - -#: ../src/proctable.cpp:243 ../src/procproperties.cpp:118 -msgid "Status" -msgstr "" - -#: ../src/proctable.cpp:244 ../src/procproperties.cpp:120 -msgid "Virtual Memory" -msgstr "" - -#: ../src/proctable.cpp:245 ../src/procproperties.cpp:121 -msgid "Resident Memory" -msgstr "" - -#: ../src/proctable.cpp:246 ../src/procproperties.cpp:122 -msgid "Writable Memory" -msgstr "" - -#: ../src/proctable.cpp:247 ../src/procproperties.cpp:123 -msgid "Shared Memory" -msgstr "" - -#: ../src/proctable.cpp:248 ../src/procproperties.cpp:124 -msgid "X Server Memory" -msgstr "" - -#: ../src/proctable.cpp:249 -#, no-c-format -msgid "% CPU" -msgstr "" - -#: ../src/proctable.cpp:250 ../src/procproperties.cpp:126 -msgid "CPU Time" -msgstr "" - -#: ../src/proctable.cpp:251 ../src/procproperties.cpp:127 -msgid "Started" -msgstr "" - -#: ../src/proctable.cpp:252 ../src/procproperties.cpp:128 -msgid "Nice" -msgstr "" - -#: ../src/proctable.cpp:253 ../src/procproperties.cpp:130 -msgid "ID" -msgstr "" - -#: ../src/proctable.cpp:254 ../src/procproperties.cpp:131 -msgid "Security Context" -msgstr "" - -#: ../src/proctable.cpp:255 ../src/procproperties.cpp:132 -msgid "Command Line" -msgstr "" - -#. xgettext: combined noun, the function the process is waiting in, see wchan -#. ps(1) -#: ../src/proctable.cpp:258 ../src/procproperties.cpp:133 -msgid "Waiting Channel" -msgstr "" - -#: ../src/proctable.cpp:259 ../src/procproperties.cpp:134 -msgid "Control Group" -msgstr "" - -#: ../src/proctable.cpp:260 -msgid "Unit" -msgstr "" - -#: ../src/proctable.cpp:261 -msgid "Session" -msgstr "" - -#. TRANSLATORS: Seat = i.e. the physical seat the session of the process -#. belongs to, only -#. for multi-seat environments. See -#. http://en.wikipedia.org/wiki/Multiseat_configuration -#: ../src/proctable.cpp:264 -msgid "Seat" -msgstr "" - -#: ../src/proctable.cpp:265 -msgid "Owner" -msgstr "" - -#: ../src/proctable.cpp:266 ../src/procproperties.cpp:129 -msgid "Priority" -msgstr "" - -#: ../src/proctable.cpp:1108 -#, c-format -msgid "Load averages for the last 1, 5, 15 minutes: %0.2f, %0.2f, %0.2f" -msgstr "" - -#: ../src/procproperties.cpp:99 ../src/procproperties.cpp:131 -#: ../src/procproperties.cpp:134 ../src/util.cpp:420 -msgid "N/A" -msgstr "" - -#: ../src/procproperties.cpp:242 -msgid "Process Properties" -msgstr "" - -#: ../src/procproperties.cpp:262 -#, c-format -msgid "Properties of process \"%s\" (PID %u):" -msgstr "" - -#. Translators: The first string parameter is release version (codename), -#. * the second one is the architecture, 32 or 64-bit -#: ../src/sysinfo.cpp:78 -#, c-format -msgid "Release %s %s" -msgstr "" - -#. translators: This is the type of architecture, for example: -#. * "64-bit" or "32-bit" -#: ../src/sysinfo.cpp:115 -#, c-format -msgid "%d-bit" -msgstr "" - -#: ../src/sysinfo.cpp:807 -#, c-format -msgid "Kernel %s" -msgstr "" - -#: ../src/sysinfo.cpp:820 -#, c-format -msgid "MATE %s" -msgstr "" - -#. hardware section -#: ../src/sysinfo.cpp:834 -msgid "Hardware" -msgstr "" - -#: ../src/sysinfo.cpp:839 -msgid "Memory:" -msgstr "" - -#: ../src/sysinfo.cpp:843 -msgid "Processor:" -msgstr "" - -#. disk space section -#: ../src/sysinfo.cpp:851 -msgid "System Status" -msgstr "" - -#: ../src/sysinfo.cpp:856 -msgid "Available disk space:" -msgstr "" - -#: ../src/util.cpp:30 -msgid "Running" -msgstr "" - -#: ../src/util.cpp:34 -msgid "Stopped" -msgstr "" - -#: ../src/util.cpp:38 -msgid "Zombie" -msgstr "" - -#: ../src/util.cpp:42 -msgid "Uninterruptible" -msgstr "" - -#: ../src/util.cpp:46 -msgid "Sleeping" -msgstr "" - -#. xgettext: weeks, days -#: ../src/util.cpp:101 -#, c-format -msgid "%uw%ud" -msgstr "" - -#. xgettext: days, hours (0 -> 23) -#: ../src/util.cpp:105 -#, c-format -msgid "%ud%02uh" -msgstr "" - -#. xgettext: hours (0 -> 23), minutes, seconds -#: ../src/util.cpp:109 -#, c-format -msgid "%u:%02u:%02u" -msgstr "" - -#. xgettext: minutes, seconds, centiseconds -#: ../src/util.cpp:112 -#, c-format -msgid "%u:%02u.%02u" -msgstr "" - -#: ../src/util.cpp:166 -#, c-format -msgid "%.1f KiB" -msgstr "" - -#: ../src/util.cpp:167 -#, c-format -msgid "%.1f MiB" -msgstr "" - -#: ../src/util.cpp:168 -#, c-format -msgid "%.1f GiB" -msgstr "" - -#: ../src/util.cpp:169 -#, c-format -msgid "%.1f TiB" -msgstr "" - -#: ../src/util.cpp:170 -#, c-format -msgid "%.3g kbit" -msgstr "" - -#: ../src/util.cpp:171 -#, c-format -msgid "%.3g Mbit" -msgstr "" - -#: ../src/util.cpp:172 -#, c-format -msgid "%.3g Gbit" -msgstr "" - -#: ../src/util.cpp:173 -#, c-format -msgid "%.3g Tbit" -msgstr "" - -#: ../src/util.cpp:188 -#, c-format -msgid "%u bit" -msgid_plural "%u bits" -msgstr[0] "" - -#: ../src/util.cpp:189 -#, c-format -msgid "%u byte" -msgid_plural "%u bytes" -msgstr[0] "" - -#. xgettext: rate, 10MiB/s or 10Mbit/s -#: ../src/util.cpp:583 -#, c-format -msgid "%s/s" -msgstr "" diff --git a/po/kn.po b/po/kn.po index 03caa21..bb81127 100644 --- a/po/kn.po +++ b/po/kn.po @@ -871,12 +871,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ko.po b/po/ko.po index dfe2e4d..2b5eeef 100644 --- a/po/ko.po +++ b/po/ko.po @@ -883,14 +883,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "시작할 때 프로세스 'X 서버 메모리' 열 표시" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "프로세스 'CPU %' 열 너비" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "시작할 때 프로세스 'CPU' 열 표시" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/ks.po b/po/ks.po index 727778b..c04986f 100644 --- a/po/ks.po +++ b/po/ks.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ku.po b/po/ku.po index 7418735..87eceb6 100644 --- a/po/ku.po +++ b/po/ku.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ku_IQ.po b/po/ku_IQ.po index 79a5fc9..dc7c66f 100644 --- a/po/ku_IQ.po +++ b/po/ku_IQ.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ky.po b/po/ky.po index 0df195d..10b012b 100644 --- a/po/ky.po +++ b/po/ky.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/li.po b/po/li.po index e2841fe..3e0080a 100644 --- a/po/li.po +++ b/po/li.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/lt.po b/po/lt.po index 7865d84..540c948 100644 --- a/po/lt.po +++ b/po/lt.po @@ -906,12 +906,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Rodyti proceso \"X serverio atmintis\" stulpelį, paleidus programą" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "Proceso \"% CPU\" stulpelio plotis" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "Rodyti proceso \"% CPU\" stulpelį, paleidus programą" diff --git a/po/lv.po b/po/lv.po index d7ebccc..60750a1 100644 --- a/po/lv.po +++ b/po/lv.po @@ -874,12 +874,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/mai.po b/po/mai.po index 7ab3020..0e52b4b 100644 --- a/po/mai.po +++ b/po/mai.po @@ -868,12 +868,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/mg.po b/po/mg.po index d7fcf4b..1c12a20 100644 --- a/po/mg.po +++ b/po/mg.po @@ -869,12 +869,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/mi.po b/po/mi.po index a3f2674..5d34e7f 100644 --- a/po/mi.po +++ b/po/mi.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/mk.po b/po/mk.po index 2958801..e69e59b 100644 --- a/po/mk.po +++ b/po/mk.po @@ -869,12 +869,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ml.po b/po/ml.po index 64b7f18..831c597 100644 --- a/po/ml.po +++ b/po/ml.po @@ -874,12 +874,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/mn.po b/po/mn.po index d038a0a..9096f7f 100644 --- a/po/mn.po +++ b/po/mn.po @@ -867,12 +867,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/mr.po b/po/mr.po index 3f851c5..d34a211 100644 --- a/po/mr.po +++ b/po/mr.po @@ -869,12 +869,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ms.po b/po/ms.po index 2784df9..f5ec351 100644 --- a/po/ms.po +++ b/po/ms.po @@ -894,12 +894,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Tunjuk lajur proses 'X Server Memory' semasa permulaan" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "Lebar lajur proses '% CPU'" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "Tunjuk lajur proses '% CPU' semasa permulaan" diff --git a/po/nah.po b/po/nah.po index 363ae21..7c4f08b 100644 --- a/po/nah.po +++ b/po/nah.po @@ -868,12 +868,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/nb.po b/po/nb.po index 58b15b9..ad4ef07 100644 --- a/po/nb.po +++ b/po/nb.po @@ -912,14 +912,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Vis kolonnen for prosessen 'X-tjener-minne' ved oppstart" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Bredde på kolonnen for prosentvis CPU" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Vis kolonnen for prosentvis CPU ved oppstart" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/nds.po b/po/nds.po index c84fc27..677ac29 100644 --- a/po/nds.po +++ b/po/nds.po @@ -868,12 +868,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ne.po b/po/ne.po index de112b3..0f7da58 100644 --- a/po/ne.po +++ b/po/ne.po @@ -868,12 +868,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/nl.po b/po/nl.po index 2b06afe..c12cbce 100644 --- a/po/nl.po +++ b/po/nl.po @@ -918,12 +918,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Toon proceskolom 'X-server Geheugen' bij opstarten" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "Breedte van proceskolom '% CPU'" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "Toon proceskolom '% CPU' bij opstarten" diff --git a/po/nn.po b/po/nn.po index 9f173a6..5146db3 100644 --- a/po/nn.po +++ b/po/nn.po @@ -871,12 +871,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/nso.po b/po/nso.po index f0a0189..fb25137 100644 --- a/po/nso.po +++ b/po/nso.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/oc.po b/po/oc.po index e0734d4..3ded5b3 100644 --- a/po/oc.po +++ b/po/oc.po @@ -888,14 +888,12 @@ msgstr "" "Afichar la colomna de la memòria del servidor X dels processus a l'aviada" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Largor de la colomna del % CPU dels processus" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Afichar la colomna del % de CPU utilizat per los processus a l'aviada" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/or.po b/po/or.po index 79695f2..58bb6b9 100644 --- a/po/or.po +++ b/po/or.po @@ -869,12 +869,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/pa.po b/po/pa.po index 5551955..348121b 100644 --- a/po/pa.po +++ b/po/pa.po @@ -871,12 +871,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/pl.po b/po/pl.po index 077220d..be50eb2 100644 --- a/po/pl.po +++ b/po/pl.po @@ -913,14 +913,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Wyświetlanie kolumny \"Pamięć serwera X\" podczas uruchomienia" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Szerokość kolumny \"% procesora\"" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Wyświetlanie kolumny \"% procesora\" podczas uruchomienia" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/pms.po b/po/pms.po index 0322238..60dfb6e 100644 --- a/po/pms.po +++ b/po/pms.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ps.po b/po/ps.po index d3252c3..8ff446c 100644 --- a/po/ps.po +++ b/po/ps.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/pt.po b/po/pt.po index 3365cda..32126fe 100644 --- a/po/pt.po +++ b/po/pt.po @@ -901,14 +901,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Exibir coluna do processo 'Memória do Servidor X' no arranque" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Largura da coluna do processo \"CPU %\"" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Mostrar coluna do processo \"CPU %\" no arranque" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/pt_BR.po b/po/pt_BR.po index 4f5f4ad..37b39d6 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -14,7 +14,7 @@ # Lucas Dias , 2018 # 710a500dd1d5560bb05c8b24814b8c26, 2018 # jose, 2018 -# Halan Germano Bacca , 2018 +# 18ab4449a00621534598e84a949423ea, 2018 # Marcelo Ghelman , 2019 # Stefano Karapetsas , 2019 # Gilberto José Souza Coutinho , 2019 @@ -913,12 +913,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Exibir coluna de processos 'Memória do servidor X' ao iniciar" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "Largura da coluna de processos '% CPU'" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "Exibir coluna de processos '% CPU' ao iniciar" diff --git a/po/ro.po b/po/ro.po index 7987602..1229a47 100644 --- a/po/ro.po +++ b/po/ro.po @@ -884,14 +884,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Arată la pornire coloana „Memorie servitor X” a procesului" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Lățimea coloanei „Utilizare procesor” a procesului" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Arată la pornire coloana „Utilizare procesor” a procesului" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/ru.po b/po/ru.po index c35e774..583297a 100644 --- a/po/ru.po +++ b/po/ru.po @@ -926,14 +926,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Показывать столбец памяти X-сервера для процесса при запуске" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Ширина столбца процесса процентной загрузки ЦПУ" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Показывать столбец процесса процентной загрузки ЦПУ при запуске" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/rw.po b/po/rw.po index 6f4d882..65bc6ed 100644 --- a/po/rw.po +++ b/po/rw.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/sc.po b/po/sc.po index 44a2ea9..e6b3a9f 100644 --- a/po/sc.po +++ b/po/sc.po @@ -867,12 +867,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/si.po b/po/si.po index 2dda42e..9b4b131 100644 --- a/po/si.po +++ b/po/si.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/sk.po b/po/sk.po index b114ec3..a020254 100644 --- a/po/sk.po +++ b/po/sk.po @@ -889,14 +889,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Zobraziť pri spustení stĺpec „Pamäť X servera“" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Šírka stĺpca „% procesoru“" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Zobraziť pri spustení stĺpec „% procesoru“" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/sl.po b/po/sl.po index 7ab1f8c..95d3e0e 100644 --- a/po/sl.po +++ b/po/sl.po @@ -883,14 +883,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Ob zagonu pokaži stolpec opravila 'pomnilnika X strežnika'" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Širina stolpca opravila 'CPE v %' " #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Ob zagonu pokaži stolpec opravila 'CPE %' " #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/sq.po b/po/sq.po index 9c71b9c..64ea66f 100644 --- a/po/sq.po +++ b/po/sq.po @@ -876,12 +876,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/sr.po b/po/sr.po index 48930ed..6efb7df 100644 --- a/po/sr.po +++ b/po/sr.po @@ -880,14 +880,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Приказује колону са меморијом Икс сервера процеса по покретању" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Ширина колоне заузећа процесора процеса" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Приказује колону са заузећем процесора у % по покретању" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/sr@latin.po b/po/sr@latin.po index 3b13b33..6a4da47 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -873,12 +873,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/sv.po b/po/sv.po index bef9658..b1bef6a 100644 --- a/po/sv.po +++ b/po/sv.po @@ -885,14 +885,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Visa processkolumnen 'X-serverminne' vid uppstart" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Bredd på processkolumnen 'CPU %'" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Visa processkolumnen \"CPU %\" vid uppstart" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/ta.po b/po/ta.po index 4be889b..c3a8750 100644 --- a/po/ta.po +++ b/po/ta.po @@ -872,12 +872,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/te.po b/po/te.po index f26cfca..d31e011 100644 --- a/po/te.po +++ b/po/te.po @@ -869,12 +869,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/th.po b/po/th.po index 457c048..4257fcd 100644 --- a/po/th.po +++ b/po/th.po @@ -871,12 +871,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/tk.po b/po/tk.po index 6106c85..7a776e6 100644 --- a/po/tk.po +++ b/po/tk.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/tr.po b/po/tr.po index 5439076..f112ea3 100644 --- a/po/tr.po +++ b/po/tr.po @@ -908,14 +908,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Başlangıçta 'X Sunucusu Belleği' süreç sütununu göster" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Süreç 'İşlemci %' sütununun genişliği" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Başlangıçta 'İşlemci %' sütununu göster" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/tt.po b/po/tt.po index acd968d..0ebf01d 100644 --- a/po/tt.po +++ b/po/tt.po @@ -863,12 +863,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ug.po b/po/ug.po index 9d1bdb1..2d9675e 100644 --- a/po/ug.po +++ b/po/ug.po @@ -876,12 +876,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/uk.po b/po/uk.po index ccd5911..1af6ffb 100644 --- a/po/uk.po +++ b/po/uk.po @@ -891,14 +891,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "Показувати стовпчик пам’яті X-сервера для процесу при запуску" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "Ширина стовпчика «ЦПП» процесу" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "Показувати стовпчик «ЦПП» процесу при запуску" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/ur.po b/po/ur.po index dc7dd7b..8e1db31 100644 --- a/po/ur.po +++ b/po/ur.po @@ -872,12 +872,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/ur_PK.po b/po/ur_PK.po deleted file mode 100644 index 8f9d287..0000000 --- a/po/ur_PK.po +++ /dev/null @@ -1,1413 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Stefano Karapetsas , 2018 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: MATE Desktop Environment\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-24 11:27+0100\n" -"PO-Revision-Date: 2018-03-12 08:25+0000\n" -"Last-Translator: Stefano Karapetsas , 2018\n" -"Language-Team: Urdu (Pakistan) (https://www.transifex.com/mate/teams/13566/ur_PK/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ur_PK\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../mate-system-monitor.appdata.xml.in.h:1 -msgid "A Process and resource monitor for MATE Desktop" -msgstr "" - -#: ../mate-system-monitor.appdata.xml.in.h:2 -msgid "" -"

MATE System Monitor allows to graphically view and manipulate the " -"running processes on your system. It also provides an overview of available " -"resources, such as CPU and memory.

MATE System Monitor is a fork of" -" GNOME System Monitor and part of the MATE Desktop Environment. If you would" -" like to know more about MATE and System Monitor, please visit the project's" -" home page.

" -msgstr "" - -#: ../mate-system-monitor.desktop.in.in.h:1 -msgid "MATE System Monitor" -msgstr "" - -#: ../mate-system-monitor.desktop.in.in.h:2 ../src/callbacks.cpp:186 -#: ../src/interface.cpp:625 ../src/procman.cpp:709 -msgid "System Monitor" -msgstr "" - -#: ../mate-system-monitor.desktop.in.in.h:3 ../src/callbacks.cpp:187 -msgid "View current processes and monitor system state" -msgstr "" - -#: ../org.mate.mate-system-monitor.policy.in.in.h:1 -msgid "Kill process" -msgstr "" - -#: ../org.mate.mate-system-monitor.policy.in.in.h:2 -msgid "Privileges are required to control other users' processes" -msgstr "" - -#: ../org.mate.mate-system-monitor.policy.in.in.h:3 -msgid "Renice process" -msgstr "" - -#: ../org.mate.mate-system-monitor.policy.in.in.h:4 -msgid "Privileges are required to change the priority of processes" -msgstr "" - -#: ../src/argv.cpp:21 -msgid "Show the System tab" -msgstr "" - -#: ../src/argv.cpp:26 -msgid "Show the Processes tab" -msgstr "" - -#: ../src/argv.cpp:31 -msgid "Show the Resources tab" -msgstr "" - -#: ../src/argv.cpp:36 -msgid "Show the File Systems tab" -msgstr "" - -#: ../src/callbacks.cpp:196 -msgid "translator-credits" -msgstr "" -"محمد علی مکی\n" -"makki.ma@gmail.com\n" -"اردو کوڈر لینکس فورم\n" -"www.urducoder.com" - -#: ../src/disks.cpp:338 ../src/memmaps.cpp:327 -msgid "Device" -msgstr "" - -#: ../src/disks.cpp:339 -msgid "Directory" -msgstr "" - -#: ../src/disks.cpp:340 ../src/gsm_color_button.c:182 ../src/openfiles.cpp:252 -msgid "Type" -msgstr "" - -#: ../src/disks.cpp:341 -msgid "Total" -msgstr "" - -#: ../src/disks.cpp:342 -msgid "Free" -msgstr "" - -#: ../src/disks.cpp:343 -msgid "Available" -msgstr "" - -#: ../src/disks.cpp:344 -msgid "Used" -msgstr "" - -#. xgettext: ? stands for unknown -#: ../src/e_date.c:155 -msgid "?" -msgstr "" - -#: ../src/e_date.c:162 -msgid "Today %l:%M %p" -msgstr "" - -#: ../src/e_date.c:171 -msgid "Yesterday %l:%M %p" -msgstr "" - -#: ../src/e_date.c:183 -msgid "%a %l:%M %p" -msgstr "" - -#: ../src/e_date.c:191 -msgid "%b %d %l:%M %p" -msgstr "" - -#: ../src/e_date.c:193 -msgid "%b %d %Y" -msgstr "" - -#: ../src/gsm_color_button.c:158 -msgid "Fraction" -msgstr "" - -#. TRANSLATORS: description of the pie color picker's (mem, swap) filled -#. percentage property -#: ../src/gsm_color_button.c:160 -msgid "Percentage full for pie color pickers" -msgstr "" - -#: ../src/gsm_color_button.c:167 -msgid "Title" -msgstr "" - -#: ../src/gsm_color_button.c:168 -msgid "The title of the color selection dialog" -msgstr "" - -#: ../src/gsm_color_button.c:169 ../src/gsm_color_button.c:593 -msgid "Pick a Color" -msgstr "" - -#: ../src/gsm_color_button.c:175 -msgid "Current Color" -msgstr "" - -#: ../src/gsm_color_button.c:176 -msgid "The selected color" -msgstr "" - -#: ../src/gsm_color_button.c:183 -msgid "Type of color picker" -msgstr "" - -#: ../src/gsm_color_button.c:507 -msgid "Received invalid color data\n" -msgstr "" - -#: ../src/gsm_color_button.c:616 -msgid "Click to set graph colors" -msgstr "" - -#. xgettext: noun, top level menu. -#. "File" did not make sense for system-monitor -#: ../src/interface.cpp:51 -msgid "_Monitor" -msgstr "" - -#: ../src/interface.cpp:52 -msgid "_Edit" -msgstr "_تدوین" - -#: ../src/interface.cpp:53 -msgid "_View" -msgstr "_منظر" - -#: ../src/interface.cpp:54 -msgid "_Help" -msgstr "_ہدایات" - -#: ../src/interface.cpp:56 -msgid "Search for _Open Files" -msgstr "" - -#: ../src/interface.cpp:57 -msgid "Search for open files" -msgstr "" - -#: ../src/interface.cpp:58 -msgid "_Quit" -msgstr "" - -#: ../src/interface.cpp:59 -msgid "Quit the program" -msgstr "" - -#: ../src/interface.cpp:62 -msgid "_Stop Process" -msgstr "" - -#: ../src/interface.cpp:63 -msgid "Stop process" -msgstr "" - -#: ../src/interface.cpp:64 -msgid "_Continue Process" -msgstr "" - -#: ../src/interface.cpp:65 -msgid "Continue process if stopped" -msgstr "" - -#: ../src/interface.cpp:67 ../src/procdialogs.cpp:91 -msgid "_End Process" -msgstr "" - -#: ../src/interface.cpp:68 -msgid "Force process to finish normally" -msgstr "" - -#: ../src/interface.cpp:69 ../src/procdialogs.cpp:80 -msgid "_Kill Process" -msgstr "" - -#: ../src/interface.cpp:70 -msgid "Force process to finish immediately" -msgstr "" - -#: ../src/interface.cpp:71 -msgid "_Change Priority" -msgstr "" - -#: ../src/interface.cpp:72 -msgid "Change the order of priority of process" -msgstr "" - -#: ../src/interface.cpp:73 -msgid "_Preferences" -msgstr "" - -#: ../src/interface.cpp:74 -msgid "Configure the application" -msgstr "" - -#: ../src/interface.cpp:76 -msgid "_Refresh" -msgstr "" - -#: ../src/interface.cpp:77 -msgid "Refresh the process list" -msgstr "" - -#: ../src/interface.cpp:79 -msgid "_Memory Maps" -msgstr "" - -#: ../src/interface.cpp:80 -msgid "Open the memory maps associated with a process" -msgstr "" - -#. Translators: this means 'Files that are open' (open is no verb here -#: ../src/interface.cpp:82 -msgid "Open _Files" -msgstr "" - -#: ../src/interface.cpp:83 -msgid "View the files opened by a process" -msgstr "" - -#: ../src/interface.cpp:84 -msgid "_Properties" -msgstr "" - -#: ../src/interface.cpp:85 -msgid "View additional information about a process" -msgstr "" - -#: ../src/interface.cpp:88 -msgid "_Contents" -msgstr "" - -#: ../src/interface.cpp:89 -msgid "Open the manual" -msgstr "" - -#: ../src/interface.cpp:90 -msgid "_About" -msgstr "" - -#: ../src/interface.cpp:91 -msgid "About this application" -msgstr "" - -#: ../src/interface.cpp:96 -msgid "_Dependencies" -msgstr "" - -#: ../src/interface.cpp:97 -msgid "Show parent/child relationship between processes" -msgstr "" - -#: ../src/interface.cpp:104 -msgid "_Active Processes" -msgstr "" - -#: ../src/interface.cpp:105 -msgid "Show active processes" -msgstr "" - -#: ../src/interface.cpp:106 -msgid "A_ll Processes" -msgstr "" - -#: ../src/interface.cpp:107 -msgid "Show all processes" -msgstr "" - -#: ../src/interface.cpp:108 -msgid "M_y Processes" -msgstr "" - -#: ../src/interface.cpp:109 -msgid "Show only user-owned processes" -msgstr "" - -#: ../src/interface.cpp:114 ../src/util.cpp:217 -msgid "Very High" -msgstr "" - -#: ../src/interface.cpp:115 -msgid "Set process priority to very high" -msgstr "" - -#: ../src/interface.cpp:116 ../src/util.cpp:219 -msgid "High" -msgstr "" - -#: ../src/interface.cpp:117 -msgid "Set process priority to high" -msgstr "" - -#: ../src/interface.cpp:118 ../src/util.cpp:221 -msgid "Normal" -msgstr "" - -#: ../src/interface.cpp:119 -msgid "Set process priority to normal" -msgstr "" - -#: ../src/interface.cpp:120 ../src/util.cpp:223 -msgid "Low" -msgstr "" - -#: ../src/interface.cpp:121 -msgid "Set process priority to low" -msgstr "" - -#: ../src/interface.cpp:122 ../src/util.cpp:225 -msgid "Very Low" -msgstr "" - -#: ../src/interface.cpp:123 -msgid "Set process priority to very low" -msgstr "" - -#: ../src/interface.cpp:124 -msgid "Custom" -msgstr "" - -#: ../src/interface.cpp:125 -msgid "Set process priority manually" -msgstr "" - -#: ../src/interface.cpp:231 -msgid "End _Process" -msgstr "" - -#. Translators: color picker title, %s is CPU, Memory, Swap, Receiving, -#. Sending -#: ../src/interface.cpp:279 -#, c-format -msgid "Pick a Color for '%s'" -msgstr "" - -#: ../src/interface.cpp:290 -msgid "CPU History" -msgstr "" - -#: ../src/interface.cpp:333 ../src/procproperties.cpp:125 -msgid "CPU" -msgstr "" - -#: ../src/interface.cpp:335 -#, c-format -msgid "CPU%d" -msgstr "" - -#: ../src/interface.cpp:357 -msgid "Memory and Swap History" -msgstr "" - -#: ../src/interface.cpp:391 ../src/proctable.cpp:256 -#: ../src/procproperties.cpp:119 -msgid "Memory" -msgstr "" - -#: ../src/interface.cpp:415 -msgid "Swap" -msgstr "" - -#: ../src/interface.cpp:439 -msgid "Network History" -msgstr "" - -#: ../src/interface.cpp:472 -msgid "Receiving" -msgstr "" - -#: ../src/interface.cpp:494 -msgid "Total Received" -msgstr "" - -#: ../src/interface.cpp:513 -msgid "Sending" -msgstr "" - -#: ../src/interface.cpp:535 -msgid "Total Sent" -msgstr "" - -#. procman_create_sysinfo_view(); -#: ../src/interface.cpp:705 -msgid "System" -msgstr "" - -#: ../src/interface.cpp:709 ../src/procdialogs.cpp:554 -msgid "Processes" -msgstr "" - -#: ../src/interface.cpp:713 ../src/procdialogs.cpp:667 -msgid "Resources" -msgstr "" - -#: ../src/interface.cpp:717 ../src/procdialogs.cpp:732 -#: ../src/procdialogs.cpp:736 -msgid "File Systems" -msgstr "" - -#: ../src/load-graph.cpp:176 -#, c-format -msgid "%u second" -msgid_plural "%u seconds" -msgstr[0] "" -msgstr[1] "" - -#: ../src/load-graph.cpp:350 -msgid "not available" -msgstr "" - -#. xgettext: 540MiB (53 %) of 1.0 GiB -#: ../src/load-graph.cpp:353 -#, c-format -msgid "%s (%.1f%%) of %s" -msgstr "" - -#: ../src/lsof.cpp:123 -msgid "Error" -msgstr "" - -#: ../src/lsof.cpp:124 -#, c-format -msgid "'%s' is not a valid Perl regular expression." -msgstr "" - -#: ../src/lsof.cpp:270 -msgid "Process" -msgstr "" - -#: ../src/lsof.cpp:282 -msgid "PID" -msgstr "" - -#: ../src/lsof.cpp:292 ../src/memmaps.cpp:305 -msgid "Filename" -msgstr "" - -#. gtk_window_set_modal(GTK_WINDOW(dialog), TRUE); -#: ../src/lsof.cpp:309 -msgid "Search for Open Files" -msgstr "" - -#: ../src/lsof.cpp:336 -msgid "_Name contains:" -msgstr "" - -#. The default accelerator collides with the default close accelerator. -#: ../src/lsof.cpp:357 -msgid "C_lear" -msgstr "" - -#: ../src/lsof.cpp:361 -msgid "Case insensitive matching" -msgstr "" - -#: ../src/lsof.cpp:369 -msgid "S_earch results:" -msgstr "" - -#. xgettext: virtual memory start -#: ../src/memmaps.cpp:307 -msgid "VM Start" -msgstr "" - -#. xgettext: virtual memory end -#: ../src/memmaps.cpp:309 -msgid "VM End" -msgstr "" - -#. xgettext: virtual memory syze -#: ../src/memmaps.cpp:311 -msgid "VM Size" -msgstr "" - -#: ../src/memmaps.cpp:312 -msgid "Flags" -msgstr "" - -#. xgettext: virtual memory offset -#: ../src/memmaps.cpp:314 -msgid "VM Offset" -msgstr "" - -#. xgettext: memory that has not been modified since -#. it has been allocated -#: ../src/memmaps.cpp:317 -msgid "Private clean" -msgstr "" - -#. xgettext: memory that has been modified since it -#. has been allocated -#: ../src/memmaps.cpp:320 -msgid "Private dirty" -msgstr "" - -#. xgettext: shared memory that has not been modified -#. since it has been allocated -#: ../src/memmaps.cpp:323 -msgid "Shared clean" -msgstr "" - -#. xgettext: shared memory that has been modified -#. since it has been allocated -#: ../src/memmaps.cpp:326 -msgid "Shared dirty" -msgstr "" - -#: ../src/memmaps.cpp:328 -msgid "Inode" -msgstr "" - -#: ../src/memmaps.cpp:432 -msgid "Memory Maps" -msgstr "" - -#: ../src/memmaps.cpp:444 -#, c-format -msgid "_Memory maps for process \"%s\" (PID %u):" -msgstr "" - -#: ../src/openfiles.cpp:38 -msgid "file" -msgstr "" - -#: ../src/openfiles.cpp:40 -msgid "pipe" -msgstr "" - -#: ../src/openfiles.cpp:42 -msgid "IPv6 network connection" -msgstr "" - -#: ../src/openfiles.cpp:44 -msgid "IPv4 network connection" -msgstr "" - -#: ../src/openfiles.cpp:46 -msgid "local socket" -msgstr "" - -#: ../src/openfiles.cpp:48 -msgid "unknown type" -msgstr "" - -#. Translators: "FD" here means "File Descriptor". Please use -#. a very short translation if possible, and at most -#. 2-3 characters for it to be able to fit in the UI. -#: ../src/openfiles.cpp:251 -msgid "FD" -msgstr "" - -#: ../src/openfiles.cpp:253 -msgid "Object" -msgstr "" - -#: ../src/openfiles.cpp:324 -msgid "Open Files" -msgstr "فائلیں کھولیں" - -#: ../src/openfiles.cpp:345 -#, c-format -msgid "_Files opened by process \"%s\" (PID %u):" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:1 -msgid "Main window size and position in the form (width, height, xpos, ypos)" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:2 -msgid "" -"If TRUE, main window will open maximized, and saved size and position values" -" are ignored." -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:3 -msgid "Show process dependencies in tree form" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:4 -msgid "Solaris mode for CPU percentage" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:5 -msgid "" -"If TRUE, system-monitor operates in 'Solaris mode' where a task's CPU usage " -"is divided by the total number of CPUs. Otherwise, it operates in 'Irix " -"mode'." -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:6 -msgid "Enable/Disable smooth refresh" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:7 -msgid "Show warning dialog when killing processes" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:8 -msgid "Time in milliseconds between updates of the process view" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:9 -msgid "Time in milliseconds between updates of the graphs" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:10 -msgid "Whether information about all file systems should be displayed" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:11 -msgid "" -"Whether to display information about all file systems (including types like " -"'autofs' and 'procfs'). Useful for getting a list of all currently mounted " -"file systems." -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:12 -msgid "Time in milliseconds between updates of the devices list" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:13 -msgid "" -"Determines which processes to show by default. 0 is All, 1 is user, and 2 is" -" active" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:14 -msgid "Saves the currently viewed tab" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:15 -msgid "" -"0 for the System Info, 1 for the processes list, 2 for the resources and 3 " -"for the disks list" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:16 -msgid "Default graph CPU color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:17 -msgid "Default graph cpu color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:18 -msgid "Default graph memory color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:19 -msgid "Default graph swap color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:20 -msgid "Default graph incoming network traffic color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:21 -msgid "Default graph outgoing network traffic color" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:22 -msgid "Show network traffic in bits" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:23 -msgid "Process view sort column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:24 -msgid "Process view columns order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:25 -msgid "Process view sort order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:26 -msgid "Width of process 'Name' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:27 -msgid "Show process 'Name' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:28 -msgid "Width of process 'User' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:29 -msgid "Show process 'User' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:30 -msgid "Width of process 'Status' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:31 -msgid "Show process 'Status' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:32 -msgid "Width of process 'Virtual Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:33 -msgid "Show process 'Virtual Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:34 -msgid "Width of process 'Resident Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:35 -msgid "Show process 'Resident Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:36 -msgid "Width of process 'Writable Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:37 -msgid "Show process 'Writable Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:38 -msgid "Width of process 'Shared Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:39 -msgid "Show process 'Shared Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:40 -msgid "Width of process 'X Server Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:41 -msgid "Show process 'X Server Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:43 -#, no-c-format -msgid "Width of process '% CPU' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:45 -#, no-c-format -msgid "Show process '% CPU' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:46 -msgid "Width of process 'CPU Time' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:47 -msgid "Show process 'CPU Time' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:48 -msgid "Width of process 'Started' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:49 -msgid "Show process 'Started' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:50 -msgid "Width of process 'Nice' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:51 -msgid "Show process 'Nice' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:52 -msgid "Width of process 'ID' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:53 -msgid "Show process 'ID' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:54 -msgid "Width of process 'Security Context' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:55 -msgid "Show process 'Security Context' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:56 -msgid "Width of process 'Command Line' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:57 -msgid "Show process 'Command Line' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:58 -msgid "Width of process 'Memory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:59 -msgid "Show process 'Memory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:60 -msgid "Width of process 'Waiting Channel' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:61 -msgid "Show process 'Waiting Channel' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:62 -msgid "Width of process 'Control Group' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:63 -msgid "Show process 'Control Group' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:64 -msgid "Width of process 'Unit' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:65 -msgid "Show process 'Unit' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:66 -msgid "Width of process 'Session' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:67 -msgid "Show process 'Session' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:68 -msgid "Width of process 'Seat' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:69 -msgid "Show process 'Seat' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:70 -msgid "Width of process 'Owner' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:71 -msgid "Show process 'Owner' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:72 -msgid "Width of process 'Priority' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:73 -msgid "Show process 'Priority' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:74 -msgid "Disk view sort column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:75 -msgid "Disk view sort order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:76 -msgid "Disk view columns order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:77 -msgid "Width of disk view 'Device' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:78 -msgid "Show disk view 'Device' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:79 -msgid "Width of disk view 'Directory' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:80 -msgid "Show disk view 'Directory' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:81 -msgid "Width of disk view 'Type' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:82 -msgid "Show disk view 'Type' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:83 -msgid "Width of disk view 'Total' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:84 -msgid "Show disk view 'Total' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:85 -msgid "Width of disk view 'Free' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:86 -msgid "Show disk view 'Free' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:87 -msgid "Width of disk view 'Available' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:88 -msgid "Show disk view 'Available' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:89 -msgid "Width of disk view 'Used' column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:90 -msgid "Show disk view 'Used' column on startup" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:91 -msgid "Memory map sort column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:92 -msgid "Memory map sort order" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:93 -msgid "Open files sort column" -msgstr "" - -#: ../src/org.mate.system-monitor.gschema.xml.in.h:94 -msgid "Open files sort order" -msgstr "" - -#: ../src/procactions.cpp:76 -#, c-format -msgid "" -"Cannot change the priority of process with PID %d to %d.\n" -"%s" -msgstr "" - -#: ../src/procactions.cpp:156 -#, c-format -msgid "" -"Cannot kill process with PID %d with signal %d.\n" -"%s" -msgstr "" - -#. xgettext: primary alert message -#: ../src/procdialogs.cpp:73 -#, c-format -msgid "Kill the selected process “%s” (PID: %u)?" -msgstr "" - -#. xgettext: secondary alert message -#: ../src/procdialogs.cpp:77 -msgid "" -"Killing a process may destroy data, break the session or introduce a " -"security risk. Only unresponsive processes should be killed." -msgstr "" - -#. xgettext: primary alert message -#: ../src/procdialogs.cpp:84 -#, c-format -msgid "End the selected process “%s” (PID: %u)?" -msgstr "" - -#. xgettext: secondary alert message -#: ../src/procdialogs.cpp:88 -msgid "" -"Ending a process may destroy data, break the session or introduce a security" -" risk. Only unresponsive processes should be ended." -msgstr "" - -#: ../src/procdialogs.cpp:126 ../src/procdialogs.cpp:215 -#, c-format -msgid "(%s Priority)" -msgstr "" - -#: ../src/procdialogs.cpp:170 -#, c-format -msgid "Change Priority of Process “%s” (PID: %u)" -msgstr "" - -#: ../src/procdialogs.cpp:182 -msgid "Change _Priority" -msgstr "" - -#: ../src/procdialogs.cpp:205 -msgid "_Nice value:" -msgstr "" - -#: ../src/procdialogs.cpp:220 -msgid "Note:" -msgstr "" - -#: ../src/procdialogs.cpp:221 -msgid "" -"The priority of a process is given by its nice value. A lower nice value " -"corresponds to a higher priority." -msgstr "" - -#: ../src/procdialogs.cpp:472 -msgid "Icon" -msgstr "" - -#: ../src/procdialogs.cpp:531 -msgid "System Monitor Preferences" -msgstr "" - -#: ../src/procdialogs.cpp:561 -msgid "Behavior" -msgstr "" - -#: ../src/procdialogs.cpp:580 ../src/procdialogs.cpp:755 -msgid "_Update interval in seconds:" -msgstr "" - -#: ../src/procdialogs.cpp:605 -msgid "Enable _smooth refresh" -msgstr "" - -#: ../src/procdialogs.cpp:618 -msgid "Alert before ending or _killing processes" -msgstr "" - -#: ../src/procdialogs.cpp:631 -msgid "Divide CPU usage by CPU count" -msgstr "" - -#: ../src/procdialogs.cpp:632 -msgid "Solaris mode" -msgstr "" - -#: ../src/procdialogs.cpp:649 ../src/procdialogs.cpp:789 -msgid "Information Fields" -msgstr "" - -#: ../src/procdialogs.cpp:662 -msgid "Process i_nformation shown in list:" -msgstr "" - -#: ../src/procdialogs.cpp:674 -msgid "Graphs" -msgstr "" - -#: ../src/procdialogs.cpp:693 -msgid "_Update interval in 1/10 sec:" -msgstr "" - -#: ../src/procdialogs.cpp:713 -msgid "Show network speed in bits" -msgstr "" - -#: ../src/procdialogs.cpp:775 -msgid "Show _all file systems" -msgstr "" - -#: ../src/procdialogs.cpp:802 -msgid "File system i_nformation shown in list:" -msgstr "" - -#: ../src/procman.cpp:658 -msgid "A simple process and system monitor." -msgstr "" - -#: ../src/proctable.cpp:241 ../src/procproperties.cpp:116 -msgid "Process Name" -msgstr "" - -#: ../src/proctable.cpp:242 ../src/procproperties.cpp:117 -msgid "User" -msgstr "" - -#: ../src/proctable.cpp:243 ../src/procproperties.cpp:118 -msgid "Status" -msgstr "" - -#: ../src/proctable.cpp:244 ../src/procproperties.cpp:120 -msgid "Virtual Memory" -msgstr "" - -#: ../src/proctable.cpp:245 ../src/procproperties.cpp:121 -msgid "Resident Memory" -msgstr "" - -#: ../src/proctable.cpp:246 ../src/procproperties.cpp:122 -msgid "Writable Memory" -msgstr "" - -#: ../src/proctable.cpp:247 ../src/procproperties.cpp:123 -msgid "Shared Memory" -msgstr "" - -#: ../src/proctable.cpp:248 ../src/procproperties.cpp:124 -msgid "X Server Memory" -msgstr "" - -#: ../src/proctable.cpp:249 -#, no-c-format -msgid "% CPU" -msgstr "" - -#: ../src/proctable.cpp:250 ../src/procproperties.cpp:126 -msgid "CPU Time" -msgstr "" - -#: ../src/proctable.cpp:251 ../src/procproperties.cpp:127 -msgid "Started" -msgstr "" - -#: ../src/proctable.cpp:252 ../src/procproperties.cpp:128 -msgid "Nice" -msgstr "" - -#: ../src/proctable.cpp:253 ../src/procproperties.cpp:130 -msgid "ID" -msgstr "" - -#: ../src/proctable.cpp:254 ../src/procproperties.cpp:131 -msgid "Security Context" -msgstr "" - -#: ../src/proctable.cpp:255 ../src/procproperties.cpp:132 -msgid "Command Line" -msgstr "" - -#. xgettext: combined noun, the function the process is waiting in, see wchan -#. ps(1) -#: ../src/proctable.cpp:258 ../src/procproperties.cpp:133 -msgid "Waiting Channel" -msgstr "" - -#: ../src/proctable.cpp:259 ../src/procproperties.cpp:134 -msgid "Control Group" -msgstr "" - -#: ../src/proctable.cpp:260 -msgid "Unit" -msgstr "" - -#: ../src/proctable.cpp:261 -msgid "Session" -msgstr "" - -#. TRANSLATORS: Seat = i.e. the physical seat the session of the process -#. belongs to, only -#. for multi-seat environments. See -#. http://en.wikipedia.org/wiki/Multiseat_configuration -#: ../src/proctable.cpp:264 -msgid "Seat" -msgstr "" - -#: ../src/proctable.cpp:265 -msgid "Owner" -msgstr "" - -#: ../src/proctable.cpp:266 ../src/procproperties.cpp:129 -msgid "Priority" -msgstr "" - -#: ../src/proctable.cpp:1108 -#, c-format -msgid "Load averages for the last 1, 5, 15 minutes: %0.2f, %0.2f, %0.2f" -msgstr "" - -#: ../src/procproperties.cpp:99 ../src/procproperties.cpp:131 -#: ../src/procproperties.cpp:134 ../src/util.cpp:420 -msgid "N/A" -msgstr "" - -#: ../src/procproperties.cpp:242 -msgid "Process Properties" -msgstr "" - -#: ../src/procproperties.cpp:262 -#, c-format -msgid "Properties of process \"%s\" (PID %u):" -msgstr "" - -#. Translators: The first string parameter is release version (codename), -#. * the second one is the architecture, 32 or 64-bit -#: ../src/sysinfo.cpp:78 -#, c-format -msgid "Release %s %s" -msgstr "" - -#. translators: This is the type of architecture, for example: -#. * "64-bit" or "32-bit" -#: ../src/sysinfo.cpp:115 -#, c-format -msgid "%d-bit" -msgstr "" - -#: ../src/sysinfo.cpp:807 -#, c-format -msgid "Kernel %s" -msgstr "" - -#: ../src/sysinfo.cpp:820 -#, c-format -msgid "MATE %s" -msgstr "" - -#. hardware section -#: ../src/sysinfo.cpp:834 -msgid "Hardware" -msgstr "" - -#: ../src/sysinfo.cpp:839 -msgid "Memory:" -msgstr "" - -#: ../src/sysinfo.cpp:843 -msgid "Processor:" -msgstr "" - -#. disk space section -#: ../src/sysinfo.cpp:851 -msgid "System Status" -msgstr "" - -#: ../src/sysinfo.cpp:856 -msgid "Available disk space:" -msgstr "" - -#: ../src/util.cpp:30 -msgid "Running" -msgstr "" - -#: ../src/util.cpp:34 -msgid "Stopped" -msgstr "" - -#: ../src/util.cpp:38 -msgid "Zombie" -msgstr "" - -#: ../src/util.cpp:42 -msgid "Uninterruptible" -msgstr "" - -#: ../src/util.cpp:46 -msgid "Sleeping" -msgstr "" - -#. xgettext: weeks, days -#: ../src/util.cpp:101 -#, c-format -msgid "%uw%ud" -msgstr "" - -#. xgettext: days, hours (0 -> 23) -#: ../src/util.cpp:105 -#, c-format -msgid "%ud%02uh" -msgstr "" - -#. xgettext: hours (0 -> 23), minutes, seconds -#: ../src/util.cpp:109 -#, c-format -msgid "%u:%02u:%02u" -msgstr "" - -#. xgettext: minutes, seconds, centiseconds -#: ../src/util.cpp:112 -#, c-format -msgid "%u:%02u.%02u" -msgstr "" - -#: ../src/util.cpp:166 -#, c-format -msgid "%.1f KiB" -msgstr "" - -#: ../src/util.cpp:167 -#, c-format -msgid "%.1f MiB" -msgstr "" - -#: ../src/util.cpp:168 -#, c-format -msgid "%.1f GiB" -msgstr "" - -#: ../src/util.cpp:169 -#, c-format -msgid "%.1f TiB" -msgstr "" - -#: ../src/util.cpp:170 -#, c-format -msgid "%.3g kbit" -msgstr "" - -#: ../src/util.cpp:171 -#, c-format -msgid "%.3g Mbit" -msgstr "" - -#: ../src/util.cpp:172 -#, c-format -msgid "%.3g Gbit" -msgstr "" - -#: ../src/util.cpp:173 -#, c-format -msgid "%.3g Tbit" -msgstr "" - -#: ../src/util.cpp:188 -#, c-format -msgid "%u bit" -msgid_plural "%u bits" -msgstr[0] "" -msgstr[1] "" - -#: ../src/util.cpp:189 -#, c-format -msgid "%u byte" -msgid_plural "%u bytes" -msgstr[0] "" -msgstr[1] "" - -#. xgettext: rate, 10MiB/s or 10Mbit/s -#: ../src/util.cpp:583 -#, c-format -msgid "%s/s" -msgstr "" diff --git a/po/uz.po b/po/uz.po index d56dd6e..99c1f50 100644 --- a/po/uz.po +++ b/po/uz.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/vi.po b/po/vi.po index f408930..2f0cc63 100644 --- a/po/vi.po +++ b/po/vi.po @@ -873,12 +873,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/wa.po b/po/wa.po index 58b2c15..a8621e8 100644 --- a/po/wa.po +++ b/po/wa.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/xh.po b/po/xh.po index ee8cefa..791f4dd 100644 --- a/po/xh.po +++ b/po/xh.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/yi.po b/po/yi.po index 439980e..6d03a76 100644 --- a/po/yi.po +++ b/po/yi.po @@ -864,12 +864,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/yo.po b/po/yo.po index f948821..a8764db 100644 --- a/po/yo.po +++ b/po/yo.po @@ -863,12 +863,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index e451adb..c4b5ab3 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -884,14 +884,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "启动时显示进程“X 服务器内存”列" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "进程“CPU 百分比”列的宽度" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "启动时显示进程“CPU 百分比”列" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/zh_HK.po b/po/zh_HK.po index f3667d0..e03c22e 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -868,12 +868,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index 01664cc..095fa69 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -884,14 +884,12 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "啟動時在處理程序欄位中顯示「X 伺服器記憶體」" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" -msgstr "" +msgstr "處理程序欄中「CPU 百分比」的寬度" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" -msgstr "" +msgstr "啟動時在處理程序欄位中顯示「CPU 百分比」" #: src/org.mate.system-monitor.gschema.xml.in:296 msgid "Width of process 'CPU Time' column" diff --git a/po/zu.po b/po/zu.po index 7575c88..30e8ea0 100644 --- a/po/zu.po +++ b/po/zu.po @@ -866,12 +866,10 @@ msgid "Show process 'X Server Memory' column on startup" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:288 -#, c-format msgid "Width of process '% CPU' column" msgstr "" #: src/org.mate.system-monitor.gschema.xml.in:292 -#, c-format msgid "Show process '% CPU' column on startup" msgstr "" -- cgit v1.2.1